I have ubuntu 12.04 and before update kernel, the wifi is working. After update to kernel 3.8.6 the wifi is connected, but can't open the internet. Please help ! Which is the latest kernel that work with my wifi card. I have broadcom bcm 4313. I use the brcmsmac driver
How and where did you upgrade the kernel and did you include linux-image-extras?
BCM4313 needs the firmware for the respective module: Code: wget http://media.cdn.ubuntu-de.org/forum/attachments/39/45/5007272-Broadcom_Firmware_fae7121.tar.gz sudo tar xvf 5007272-Broadcom_Firmware_fae7121.tar.gz -C /lib/firmware
wget http://media.cdn.ubuntu-de.org/forum/attachments/39/45/5007272-Broadcom_Firmware_fae7121.tar.gz sudo tar xvf 5007272-Broadcom_Firmware_fae7121.tar.gz -C /lib/firmware
Originally Posted by praseodym BCM4313 needs the firmware for the respective module: Code: wget http://media.cdn.ubuntu-de.org/forum/attachments/39/45/5007272-Broadcom_Firmware_fae7121.tar.gz sudo tar xvf 5007272-Broadcom_Firmware_fae7121.tar.gz -C /lib/firmware I wasn't aware that brcmsmac required firmware.
I update my kernel from upubuntu.com, do you know the latest linux kernel that works with b4313 ?
do you know the latest linux kernel that works with b4313 ? As far as i know, every kernel since 3.0.xx works fine. Let's identify your device first: Code: lspci -nnd 14e4: And let's look at some diagnostics: Code: dmesg | grep wlan
lspci -nnd 14e4:
dmesg | grep wlan
It's strange, i reinstalled my ubuntu, and do what i do before. And then, it's working with the old driver
Originally Posted by eternal70 It's strange, i reinstalled my ubuntu, and do what i do before. And then, it's working with the old driver I'll take it! I'm glad it's working by whatever method. Have fun and post back if we can help you again.
Thanks
Ubuntu Forums Code of Conduct