|
Re: Help undo codes
to my knowledge
modprobe -r (drivername)
removes the driver
modprobe -i (drivername)
should install it again
use lsmod to see a list of running modules
not sure if "sudo" is required though. My recent experiences showed that the commands were carried out without but I was working from a live CD at the time
Last edited by Done_Fishin; 06-10-2009 at 11:29 AM.
|