Ubuntu 10.04を搭載したDell Inspiron 510mでWiFiが動作しないのはなぜですか?
それは便利ですか?
inspiron@Inspiron:~$ rfkill list all
inspiron@Inspiron:~$ Sudo lshw -C network
[Sudo] password for inspiron:
*-network:0 DISABLED
description: Wireless interface
product: PRO/Wireless LAN 2100 3B Mini PCI Adapter
vendor: Intel Corporation
physical id: 3
bus info: pci@0000:01:03.0
logical name: eth1
version: 04
serial: 00:0c:f1:5b:5d:40
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ipw2100 driverversion=git-1.2.2 firmware=712.0.3:3:00000001 latency=32 link=no maxlatency=34 mingnt=2 multicast=yes wireless=unassociated
resources: irq:5 memory:fcffe000-fcffefff
*-network:1
description: Ethernet interface
product: 82801DB PRO/100 VE (MOB) Ethernet Controller
vendor: Intel Corporation
physical id: 8
bus info: pci@0000:01:08.0
logical name: eth0
version: 81
serial: 00:11:43:41:d8:b8
size: 10MB/s
capacity: 100MB/s
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e100 driverversion=3.5.24-k2-NAPI duplex=half firmware=N/A ip=192.168.0.2 latency=32 link=no maxlatency=56 mingnt=8 multicast=yes port=MII speed=10MB/s
resources: irq:11 memory:fcffd000-fcffdfff ioport:ecc0(size=64)
inspiron@Inspiron:~$ iwconfig wlan0
wlan0 No such device
inspiron@Inspiron:~$ ifconfig -a
eth0 Link encap:Ethernet Endereço de HW 00:11:43:41:d8:b8
inet end.: 192.168.0.2 Bcast:192.168.0.255 Masc:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Métrica:1
pacotes RX:0 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:0 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth1 Link encap:Ethernet Endereço de HW 00:0c:f1:5b:5d:40
BROADCAST MULTICAST MTU:1500 Métrica:1
pacotes RX:0 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:0 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
IRQ:5 Endereço de E/S:0xe000 Memória:fcffe000-fcffefff
lo Link encap:Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Máquina
UP LOOPBACK RUNNING MTU:16436 Métrica:1
pacotes RX:628 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:628 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:0
RX bytes:50104 (50.1 KB) TX bytes:50104 (50.1 KB)
inspiron@Inspiron:~$ nm-tool
NetworkManager Tool
State: connected
- Device: eth1 -----------------------------------------------------------------
Type: 802.11 WiFi
Driver: ipw2100
State: unavailable
Default: no
HW Address: 00:0C:F1:5B:5D:40
Capabilities:
Wireless Properties
WEP Encryption: yes
WPA Encryption: yes
WPA2 Encryption: yes
Wireless Access Points
- Device: eth0 -----------------------------------------------------------------
Type: Wired
Driver: e100
State: unmanaged
Default: no
HW Address: 00:11:43:41:D8:B8
Capabilities:
Carrier Detect: yes
Speed: 10 Mb/s
Wired Properties
Carrier: off
inspiron@Inspiron:~$
ドライバーがインストールされています。これはlshw -C network
ipw2100として。ドライバーをリストするnm-toolで確認されます:ipw2100。これはIntel Pro/wirelessアダプター用です。
Nm-toolがワイヤレスアダプターにeth1というラベルを付けていることに気付きましたか。通常はwlan0ですが、これらのワイヤレスアダプタはイーサネットデバイスでもあるため、あまり意味がない場合があります。
ネットワークアイコンをクリックすると、ネットワークの有効化とワイヤレスの有効化のチェックマークが表示されますか?それらの行をクリックして再起動しない場合。これらの線をクリックすると、オン/オフスイッチのように機能します。ワイヤレスネットワークを取得するには、両方にチェックマークを付ける必要があります。
これらのコマンドを試すこともできます
rfkill list
ソフトブロックが表示された場合:はい、OSでワイヤレスがオンになっていません。ハードブロックされている場合:はい、ワイヤレスアダプターはキーボードでオフになっています。
試すことができます
rfkill unblock wifi
またはSudo ifconfig wlan0 down
に続いたSudo ifconfig wlan0 up
。 wlan0の代わりにeth0を使用する必要がある場合があります
便利な別のコマンドは
cat /etc/network/interfaces
これは表示されるはずです
auto lo
iface lo inet loopback
それ以外のものが表示されている場合は、余分なものを編集する必要があります
gksudo gedit /etc/network/interfaces
これは役立ちます。このような問題を修正しようとすると、状況がさらに悪化することがあります。これらのコマンドは、物事を正しくするのに役立ちます。
Martin Cascoは「Additional Drivers」を意味します。メインメニュー(画面の左上/スーパーキー)でアプリケーションを検索します。グラフィックカード、ワイヤレスカードなどの不足しているドライバーを検索し、それらをインストールできます。
ワイヤレスドライバーが表示されない場合は、別の問題です。
私の記憶が正しければ、Inspiron 510mを注文する際に利用できる2つの異なるオプションがありました。1.インテルワイヤレスカード。 2.一部のDellワイヤレスカード。
Intel Wireless Cardは、過去5年間、すべてのUbuntuバージョンで完璧に機能しました。特別なことをする必要はありません。 (もちろん、ワイヤレスがオンになっていることを確認する必要があります)