1. Configure NetworkManager to automatically start and start the service.
Code:
chkconfig NetworkManager on
service NetworkManager start
Code:
wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
tar -jxvf broadcom-wl-4.80.53.0.tar.bz2
Code:
cd broadcom-wl-4.80.53.0/kmod
/usr/bin/b43-fwcutter -w /lib/firmware wl_apsta.o
Code:
service NetworkManager restart
Code:
echo "alias wlan0 b43" >> /etc/modprobe.conf
If it does not work, check the /etc/sysconfig/network-scripts directory and remove the possible file ifcfg-wlan0
Then restart the network service;
service network restart
No comments:
Post a Comment