You are not logged in.
I'm really fed up with wireless(BCM4312) issues. One day ago, wireless was working perfectly.
However, today, it says "Interface doesn't support scanning : Device or resource busy".
Additionally, whenever my wlan0 interface is up, my laptop becomes slow. I put it down, everything is normal.
Thanks
Offline
ANYONE?
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:21:70:D3:5C:1D
inet addr:192.168.1.7 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::221:70ff:fed3:5c1d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:97 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:6332 (6.1 Kb) TX bytes:2040 (1.9 Kb)
Memory:f6fe0000-f7000000
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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:280 (280.0 b) TX bytes:280 (280.0 b)
wlan0 Link encap:Ethernet HWaddr 00:22:5F:61:F6:AF
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)
# iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 Interface doesn't support scanning : Device or resource busy
Whenever wlan0 is up, pc hangs for 1 second every few seconds. I turn it off, pc goes smooth. It's really annoying.
Offline
Given the timeframe I'm wondering whether this may be caused by a regression in kernel26 2.6.32.
Could you confirm the kernel version you're using, and if running 2.6.32, test whether the problem also exists in 2.6.31?
Offline
Yes, I'm using 2.6.32. I don't have 2.6.31.
Last edited by h_al (2009-12-31 13:37:47)
Offline
you have to rebuild the driver for the new kernel. The package is here. To build the package you need to download the kernel headers.
Offline
I have already tried this driver and it didn't work with me.
Anyway, this is stupid and frustrating. I'm reinstalling the whole system.
Offline
I have already tried this driver and it didn't work with me.
Anyway, this is stupid and frustrating. I'm reinstalling the whole system.
Same problem here. With previous 2.6.31 worked just fine with this AUR package. But with upgrading to 2.6.32 it stopped working (I tried recompile that AUR package - but it didnt work - also I tried AUR packages b43-firmware-newest and b43-fwcutter-pathced (wlan0 interface) with same status) with same "Device or resource busy" or iwlist scan showing:
# iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
eth1 Failed to read scan data : Invalid argument
What should I do? I dont want to reinstall whole system.
lenovo idepad s10-2, name: ae, cpu: 0.8 - 1.6ghz atom, hdd: 160gb, ram: 1gb, 10" lcd display (1024x600), net: r8169. wifi: b43 (BCM4312), vga: intel 945gme, cam: uvcvideo, sound: snd_hda_intel, sd card reader
Offline
I had the same problem, but I think I've found a fix for it. I think everything is fine, but the interface to your wireless card is deactivated. You can enable it with the following:
sudo ifconfig eth1 up
I don't know why it is shut down by default.
Hope that solves your problem!
Offline