SlackwareThis Forum is for the discussion of Slackware 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.
Hi everyone, I'm having a strange problem. I've been using my wireless flawlessly for about a month, when suddenly last night, it died for no apparent reason! I reboot into windows (groan) and wireless works fine there, so its not a hardware problem per se.
I was having to initialize the interface by hand with:
Code:
iwconfig wlan0 essid <blah>
dhclient wlan0
And that was working fine. But now when I turn the interface on with
Code:
ifconfig wlan0 up
I get some erratic behavior. I think its a bug I've read about where there is a hardware switch not agreeing with the driver turning on the radio or something? Look at this dmesg:
Code:
[/b43-phy0: Broadcom 4311 WLAN found
Broadcom 43xx driver loaded [ Features: PMLR, Firmware-ID: FW13 ]
input: b43-phy0 as /devices/virtual/input/input23
b43 ssb0:0: firmware: requesting b43/ucode5.fw
b43 ssb0:0: firmware: requesting b43/pcm5.fw
b43 ssb0:0: firmware: requesting b43/b0g0initvals5.fw
b43 ssb0:0: firmware: requesting b43/b0g0bsinitvals5.fw
b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
Registered led device: b43-phy0::radio
ADDRCONF(NETDEV_UP): wlan0: link is not ready
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: The hardware RF-kill button still turns the radio physically off. Press the button to turn it on.
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
...... etc, etc.
There is no physical switch on my laptop, only by pressing Fn+F2 can I (de)activate my wlan card. But this doesn't seem to do anything in Slackware. Anyone ever encountered this or have some ideas?
Hi everyone, I'm having a strange problem. I've been using my wireless flawlessly for about a month, when suddenly last night, it died for no apparent reason!r
You are talking about Linux, not windows. Nothing can happen "for no apparent reason!".
Its the stock slackware 13 kernel. In fact I just re-installed slackware 13 to make sure it wasn't some software settings I screwed up somehow. Updated the firmware, and its behaving exactly the same. @nimnull22: ...um, yeah.
Basically here is what happens. When I try to initialize the wlan card I get this:
Code:
Registered led device: b43-phy0::radio
ADDRCONF(NETDEV_UP): wlan0: link is not ready
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: The hardware RF-kill button still turns the radio physically off. Press the button to turn it on.
Which seems to suggest that I need to switch on the wireless interface by hand. There is often a switch like this on laptops. In my case (on this Dell e1705) its the key sequence Fn+F2. So, I do it.
Then this crap starts to happen...
Code:
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
b43-phy0: Radio hardware status changed to ENABLED
b43-phy0: Radio hardware status changed to DISABLED
....
This just goes on and on, switching back a forth every few seconds until I hit Fn+F2 again, turning the radio off by hand. I can't make any progress connecting to anything with that happening.
You have to find that f**** keypressed daemon, it should be laptop specific stuff. It (I think) just writes 0/1 in /sys/modele/...
And you can simply modprobe -r b43, and then load it. May be it helps. Also disable bluetooth auto activation.
Thank you, I thought along the same lines. What I did was, I just went into the BIOS and turned off the on/off switch for WiFi card all together. I never use it anyway. Then, like magic, problem solved.
Thank you, I thought along the same lines. What I did was, I just went into the BIOS and turned off the on/off switch for WiFi card all together. I never use it anyway. Then, like magic, problem solved.
Now I am a happy panda.
Cool I think it's a kernel bug and you may ask the kernel people by creating an entry in bugzilla.kernle.org. But I still cannot understand why "suddenly" it broken... Maybe non-fatal hardware failure?
Yes, but now it will be always ON - not good - it will eat battery.
I usually don't turn it on and off. In fact, I never have. Makes sense that it would save battery life though, so I'll look into it. But after hours of struggling, this is a good enough solution for now.
I usually don't turn it on and off. In fact, I never have. Makes sense that it would save battery life though, so I'll look into it. But after hours of struggling, this is a good enough solution for now.
No doubt.
You can try black list driver. When you decide to use wireless, just load it. I do that way.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.