You are not logged in.

#1 2009-01-08 06:32:38

loudtiger
Member
Registered: 2009-01-08
Posts: 68

Broadcom Hybrid drivers startup

Hi, I have a question on the recently released broadcom drivers. I got them installed via their website, but the problem is that I have to run

modprobe ieee80211_crypt_tkip
sudo insmod ~/broadcom43xx/wl.ko

each time at startup. How can I turn this into a script? the sudo line is my problem here. I did a depmod -a, and added wl to my modules array, but it doesn't seem to find it. Can you suggest a way that could prevent me from typing this every time I log in?

Thanks for all of your help!

Offline

#2 2009-01-08 07:41:06

loudtiger
Member
Registered: 2009-01-08
Posts: 68

Re: Broadcom Hybrid drivers startup

ah, i got it. just put it in /etc/rc.local. that should be okay, right?

Offline

#3 2009-01-08 10:15:06

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Broadcom Hybrid drivers startup

Use the rc.conf MODULES array - that's what it's there for.

Offline

#4 2009-01-08 12:44:15

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: Broadcom Hybrid drivers startup

You are loading the module from root's home directory based on the command above. This module needs to be in the regular /lib/modules/2.x.y-ARCH module path in order to be picked up. Does the driver package not come with any instructions? I assume you had to build this module from source?

Offline

Board footer

Powered by FluxBB