Saturday, October 02, 2010

Problem with Wireless Adapter on IGN2010 at Lenovo 3000v100

Setiap kali merestart Wireless Adapter di Lenovo 3000v100, muncul pesan kesalahan :
Menghidupkan antarmuka wlan0:
RTNETLINK answers: No such file or directory

Menderteminasi informasi IP untuk wlan0...
RTNETLINK answers: No such file or directory

gagal.

Kalau diamati dengan system-config-network, jenis wireless adapternya adalah :
Intel Corporation PRO/Wireless 3945ABG[Golan] Network Conenction (wlan0)

Atau jika dengan perintah baris lainnya :
[root@localhost ~]# lspci | grep net
0a:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

[root@localhost ~]# lspci | grep Net
04:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)


[root@localhost ~]# lspci | grep -i net
04:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
0a:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

[root@localhost ~]# lsmod | grep iwl
iwl3945 88239 0
iwlcore 193004 1 iwl3945
mac80211 181979 2 iwl3945,iwlcore
cfg80211 110937 3 iwl3945,iwlcore,mac80211


[root@localhost ~]# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11abg ESSID:"inkopad_d18_18"
Mode:Managed Access Point: Not-Associated Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off

pan0 no wireless extensions.

sit0 no wireless extensions.

[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:D3:28:BD:F1
inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::216:d3ff:fe28:bdf1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:192465 errors:0 dropped:0 overruns:0 frame:0
TX packets:143007 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:253042911 (241.3 MiB) TX bytes:14275960 (13.6 MiB)
Interrupt:20 Base address:0x800

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:42 errors:0 dropped:0 overruns:0 frame:0
TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3116 (3.0 KiB) TX bytes:3116 (3.0 KiB)

[root@localhost ~]# iwlist wlan0 scan
wlan0 Interface doesn't support scanning : Network is down

Belum ada tanda-tanda Wireless Adapter dapat diaaktifkan. Sedang mencari tahu langkah-langkah penyelesainnya. Dikenal namun tidak bisa diaktifkan. Mungkin driver Intel PRO/Wireless 3945ABG belum ada atau belum cocok. Bagaimana mengecek keberadaan dan kecocokan driver ya?

Coba download driver
http://pkgs.org/fedora-13/atrpms-i386/ipw3945-ucode-1.14.2-4.0.1.noarch.rpm.html

No comments:

Post a Comment