Linux - Wireless NetworkingThis forum is for the discussion of wireless networking in Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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
Okay, so I set the router to have no WEP security. Now I am able to ping local address (192.168.0.1 - router). However, I still have to press Fn+F1 (put it to sleep) and wake it up in order for the wireless to turn on. Please help.
Anyone know how to make the radio work? The function key to turn it on just doesn't respond at all. I have to suspend/resume to get rid of the kill switch error.
There's a little slider switch on the front of the laptop that turn wifi off and on (the HW RF kill switch). Accidentally turning this off has caused me a little bit of useless troubleshooting time as well.
Not sure if this is the case for you, but I was having this problem because I didn't realize I had a sliding button underneath my computer that turns the wireless on and off.
No, the sliding switch is O.K.
However, on the i386 version, I can load BIOS defaults and install Lenny, and the wireless works.
The wireless works on Debian 4.0r3, in which I still had the DVD and I remember it working when I first bought the Lenovo Y710. The only problem back then (around October/November 2008) was the video ATI HD2600. There had been horizontal static because I believe that it could not place the pixels on the wide screen correctly.
However, the wireless was fine in all distros, Ubuntu 8.04.0, and Debian 4.0r3 which tells me that when the kernel changed - it somehow disconnected/broke the wireless firmware.
*** Works with AMD64 now, after BIOS defaults. ***
I think this is due to the fact that Linux is not a Plug & Play OS, so it reads the BIOS info directly to load devices.
If BIOS is not fresh, the install will be stale.
Last edited by BlackNinjaVirus; 03-02-2009 at 09:53 AM..
Reason: Updated arch test.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.