Hello. Today I installed the 64 bit version of Debian Lenny. Note that the problem I have does not occur on the 32 bit version.
I installed firmware-iwlwifi from apt-get and did modprobe iwl4965. This worked on i386. However, I cannot connect to my router now unless i suspend the computer and then resume it, at which point the wifi card magically turns on. Fn+F2 does not turn it on/off as it should.
The problem does not end there. I can browse the web, but local IPs do not load. I cannot ping the router itself at 192.168.0.1, but I can ping Google's IP and DNS name.
Dmesg yields the following after the suspend/resume/connect process has occurred:
Code:
[ 46.488179] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 47.224722] wlan0: Initial auth_alg=0
[ 47.224729] wlan0: authenticate with AP 00:1e:58:00:0f:92
[ 47.227368] wlan0: Initial auth_alg=0
[ 47.227372] wlan0: authenticate with AP 00:1e:58:00:0f:92
[ 47.227384] wlan0: RX authentication from 00:1e:58:00:0f:92 (alg=0 transaction=2 status=0)
[ 47.227386] wlan0: authenticated
[ 47.227389] wlan0: associate with AP 00:1e:58:00:0f:92
[ 47.227401] wlan0: authentication frame received from 00:1e:58:00:0f:92, but not in authenticate state - ignored
[ 47.228346] wlan0: authentication frame received from 00:1e:58:00:0f:92, but not in authenticate state - ignored
[ 47.229910] wlan0: RX AssocResp from 00:1e:58:00:0f:92 (capab=0x431 status=0 aid=1)
[ 47.229915] wlan0: associated
[ 47.229920] wlan0: switched to short barker preamble (BSSID=00:1e:58:00:0f:92)
[ 47.229960] wlan0 (WE) : Wireless Event too big (320)
[ 47.229980] wlan0: WMM queue=2 aci=0 acm=0 aifs=3 cWmin=15 cWmax=63 burst=0
[ 47.229985] wlan0: WMM queue=3 aci=1 acm=0 aifs=7 cWmin=15 cWmax=1023 burst=0
[ 47.229989] wlan0: WMM queue=1 aci=2 acm=0 aifs=1 cWmin=7 cWmax=15 burst=30
[ 47.229992] wlan0: WMM queue=0 aci=3 acm=0 aifs=1 cWmin=3 cWmax=7 burst=15
[ 47.230376] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 51.235291] wlan0: no IPv6 routers present
iwconfig:
Code:
iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:"Lanz"
Mode:Managed Frequency:2.442 GHz Access Point: 00:1E:58:00:0F:92
Bit Rate=48 Mb/s Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:7175-616B-65
Link Quality=100/100 Signal level=-35 dBm Noise level=-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
ifconfig -a:
Code:
eth0 Link encap:Ethernet HWaddr 00:1b:fc:b3:0c:6c
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16
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:203 errors:0 dropped:0 overruns:0 frame:0
TX packets:203 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:14103 (13.7 KiB) TX bytes:14103 (13.7 KiB)
wlan0 Link encap:Ethernet HWaddr 00:13:e8:29:cc:f3
inet addr:192.168.0.146 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::213:e8ff:fe29:ccf3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1568 errors:0 dropped:0 overruns:0 frame:0
TX packets:1923 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:755325 (737.6 KiB) TX bytes:308566 (301.3 KiB)
wmaster0 Link encap:UNSPEC HWaddr 00-13-E8-29-CC-F3-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lspci -nn relevant line:
Code:
05:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection [8086:4229] (rev 61)
And echo "0" > /sys/bus/pci/drivers/iwl4965/*/rf_kill kills the active (albeit screwed up) wifi connection.
Please help.