|
We've had to stop serving the drivers for the Linux Wireless card because of increasing demand from China. DRIVER Mirror Site Download Report Broken Link This is the driver for the Broadcom BCM4310 wireless network card. Use 'unzip' to extract it to a folder in Linux. Next step is to install the .inf file located in DRIVER_US folder using ndiswrapper. If you have not got ndiswrapper use 'yum install ndiswrapper' under Fedora Core 8. [root@obrzut ~]# echo 'blacklist bcm43xx' | tee -a /etc/modprobe.d/blacklist [root@obrzut ~]# ndiswrapper -i bcmwl5.inf [root@obrzut ~]# ndiswrapper -l This should state both hardware and driver are installed. If the hardware is not present, you have not installed the correct driver for your wireless network card. It should look like the following... bcmwl5 : driver installed [root@obrzut ~]# ndiswrapper -ma [root@obrzut ~]# depmod -a [root@obrzut ~]# modprobe ndiswrapper [root@obrzut ~]# vi /etc/modules Edit /etc/modules to include ndiswrapper as the last line if not already present... In /etc/modprobe.conf include the following line; You may have to manually configure the network manager under System > Administration > Network Device Control (Fedora Core 8) After completing the commands above, reboot before trying to initialize the wireless device. I got my BCM4310 working on a Dell Inspiron 1525 running Fedora Core 8 - NOW I'M WIRELESS BABY! Tutorial by Alexander Obrzut : Fri Sep 5 2008, 20:30 GMT *Added by Stoat of Fedora Forums : Sat Sep 6 2008, 11:41 PDT |