Where to add modprobe statement?

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bajhn
Level 1
Level 1
Posts: 20
Joined: Thu Nov 29, 2012 9:06 am

Where to add modprobe statement?

Post by bajhn »

Does anyone know where I can add a call to modprob in the network up/down scripts? I'm trying to bring up an installation of Mint 14 on a Dell laptop that originally came with factory-installed Ubuntu, and after lots of reading and trying things, I've got it to the point that if I run "modprobe b43" after booting, the wireless comes up. I figure that there has got to be some way to incorporate this into one of the boot scripts.

Thanks in advance for any advice!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
--
Bruce A. Johnson
Herndon, Virginia
User avatar
67GTA
Level 6
Level 6
Posts: 1301
Joined: Wed Jun 06, 2007 9:49 pm
Location: Kentucky, USA

Re: Where to add modprobe statement?

Post by 67GTA »

You would add b43 to /etc/modules. Run

Code: Select all

gksudo gedit /etc/modules

in a terminal.
Post the output of

Code: Select all

lspci -vvnn | grep 14e4

and

Code: Select all

lsmod

from a terminal before you modify anything. There could be something else causing b43 not to load.
"The only thing necessary for the triumph of evil is for good men to do nothing." Edmund Burke
Locked

Return to “Networking”