PDA

View Full Version : Broadcom Wirless - load on boot



spd_demon
September 16th, 2010, 05:05 PM
Hi all,

Just recieved an HP 5103 that has a BCM4313 14e4 4727 wireless card. I had a heck of time finding a driver but finally did and installed it. This is on Ubuntu Netbook Remix 9.10.

However, it seems I have to load the driver everytime and can't get it to load during boot. I'm an Ubuntu/Linux newbie so any help would be appreciated.

Thanks.

MaindotC
September 16th, 2010, 05:43 PM
Describe the steps you took to get the driver installed. Are you using ndiswrapper? If you are using the b43 driver did you modprobe it?

spd_demon
September 16th, 2010, 05:49 PM
Yes sorry should have mentioned that. So I compiled the driver which creates the module wl.ko however there is a prerequisite step.

So when I reboot and lose the wireless I do:

1. modprobe lib80211
2. insmod wl.ko

As soon as those two commands are completed, wireless comes alive. But again, when I reboot I have to repeat the commands to make it work again.

bkratz
September 16th, 2010, 06:12 PM
did you do this part of the instructions?

3: Setup to always load at boot time.

The procedure to make a module load at boot time varies from distro to
distro. Consult the docs for your specific distro to see how. The
following seems to work for my setup on Fedora and Ubuntu. Check your
docs to see the procedure for your distro.

Follow these steps to have the driver load as part of the boot process:

# load driver as described above
# cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
# depmod -a

spd_demon
September 16th, 2010, 06:40 PM
Yes I did try that as per the instructions and I get:

"cp: target '/kernel/drivers/net/wireless' is not a directory"

spd_demon
September 16th, 2010, 06:58 PM
I check the spacing of the command and I had a space after uname and /kernel.
So when I put it together i get the error:

"cp: cannot create regular file '/lib/modules/uname -r/kernel/drivers/net/wireless': No such file or directory"

MaindotC
September 16th, 2010, 07:02 PM
removed

bkratz
September 16th, 2010, 08:49 PM
I check the spacing of the command and I had a space after uname and /kernel.
So when I put it together i get the error:

"cp: cannot create regular file '/lib/modules/uname -r/kernel/drivers/net/wireless': No such file or directory"



This posting should help you

http://ubuntuforums.org/showpost.php?p=8556440&postcount=2


Here is the whole thread
http://ubuntuforums.org/showthread.php?p=8556440#post8556440