11.10 - How do I get the Broadcom BCM4313 wireless working on an Asus 1015PX? - Ask Ubuntu


i installed ubuntu 11.10 on asus 1015px certified canonical. wifi not working. read bcm4313 troubles , tried

and others nothing helped.

can give detailed description point-by-point did thing working on asus 1015px?

the bcm4313 broadcom wireless card compatible open source brcm80211 driver directly included in standard kernel or proprietary broadcom-wl driver can installed additional drivers in ubuntu. @ point of time, should have 1 of drivers installed , trying use simultaneously result in drivers conflicting each other.

it should noted broadcom-wl has been causing more problems resolving them , should avoid them altogether if possible.

to answer problem, have used steps provided in this forums thread. method more workaround problem rather permanent fix issue.

first of all, blacklist wl, brcm80211 , b43 modules , dependencies.

gksudo gedit /etc/modprobe.d/blacklist.conf 

after opening file, add following it:

blacklist mac80211 blacklist brcm80211 blacklist cfg80211 blacklist wl blacklist lib80211_crypt_tkip blacklist lib80211 blacklist b43 

and then, edit rc.local file:

gksudo gedit /etc/rc.local 

and add following above exit 0:

modprobe brcm80211 

this ensure brcm80211 driver module loaded @ end of boot process. might need call update-initramfs -u ensure changes effective after reboot.


i should add fact have bcm4313 wireless driver in system , have used these procedures working properly.


references:

  1. https://wiki.archlinux.org/index.php/broadcom_wireless
  2. http://linuxwireless.org/en/users/drivers/b43
  3. http://linuxwireless.org/en/users/drivers/brcm80211
  4. http://ubuntuforums.org/showthread.php?t=1783272

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User