I accidentally blacklisted my wireless driver

Booting, installing, newbie
Post Reply
Message
Author
jockjunior
Posts: 150
Joined: Tue 29 Jan 2008, 21:11
Location: Lancashire,U.K.
Contact:

I accidentally blacklisted my wireless driver

#1 Post by jockjunior »

I accidently blacklisted my wireless driver RTL8180 trying to install a Windows driver. Puppy is now not finding my wireless connection. Where is the blacklist stored so I can delete the entry?

thanks

Jock
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#2 Post by rcrsn51 »

I believe that it's in the file /etc/modprobe.conf. However, in recent Puppies this file may now be in the folder /etc/modprobe.d.
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#3 Post by Karl Godt »

You can move the blacklisted driver via bootmanager to the other side .

The content is stored in /etc/rc.d/MODULESCONFIG .

The command "modprobe -l" [ | grep -i DRIVERNAME ] should show if the driver is still listed in the configuration files in

Code: Select all

ls /lib/modules/`uname -r`
and

Code: Select all

find /usr/lib/`uname -r`/ -iname "RTL*"
should finally find it .

The other configuration files of modprobe in /etc have changed since last autumn , and may also have content regarding your driver .
jockjunior
Posts: 150
Joined: Tue 29 Jan 2008, 21:11
Location: Lancashire,U.K.
Contact:

#4 Post by jockjunior »

Thanks guys

did the bootmanager thing and got it back.


cheers

jock
Post Reply