Page 1 of 1

I accidentally blacklisted my wireless driver

Posted: Thu 14 Jul 2011, 11:49
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

Posted: Thu 14 Jul 2011, 12:13
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.

Posted: Thu 14 Jul 2011, 12:23
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 .

Posted: Thu 14 Jul 2011, 22:21
by jockjunior
Thanks guys

did the bootmanager thing and got it back.


cheers

jock