Possible Duplicate:
How to Install Broadcom / STA Wireless card (BCM43XX)
I used this package to install the driver on 3.2 Kernel and it was working perfectly.
Unfortunately the system used to freeze randomly with 3.2 kernel so I installed 3.4 kernel, now there is no freezing, the only problem is that my wifi card is not working, I tried to re-install the package, but didn't work.
I can see the driver in the "additional drivers" and it say that it is active, but when I execute iwconfig
it doesn't show up. I've even tried ndiswraper
and that didn't work either.
my lspci
:
01:00.0 Network controller: Broadcom Corporation Device 4365 (rev 01)
lsmod | grep ^wl
ifconfig -a
you should see a new "ethX" interface
The next update I'm working on renames the ethX to wlanX Currently working on fix for 3.6 kernel as well.
– jasmine.aura Oct 20 '12 at 13:28and
– jasmine.aura Oct 21 '12 at 05:11/sbin/iwconfig
FATAL: Module wl not found.
Should I follow these instructions: http://wiki.debian.org/wl? (if so: squeeze or wheezy?) – Koen Oct 21 '12 at 12:29FATAL: Module wl not found
and the driver seems not to be running. I am working with a 3.5.* - kernel. Apt-get tells me thatwireless-bcm43142-dkms is already the newest version
. – Konstantin Schubert Dec 25 '12 at 23:01sudo apt-get install wireless-bcm43142-dkms
, but it says its already the newest version. Does that mean I will be notfied for updates? – Konstantin Schubert Dec 25 '12 at 23:53