LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   is it possible to disable specific driver which is (https://www.linuxquestions.org/questions/linux-newbie-8/is-it-possible-to-disable-specific-driver-which-is-362912/)

rezzie 09-13-2005 06:54 AM

is it possible to disable specific driver which is
 
when using modularized driver i can just:
$rmmod module-name
but is it possible to disable specific driver which is
compiled in with kernel?

for example, i have kernel with usb host controller
driver compiled in: ehci, ohci, and uhci.
when using this kernel on a computer with usb 2.0
controller by default kernel will use the ehci driver,
but because this driver does not work properly now i
want to use the ohci/uhci driver instead of ehci

morrolan 09-13-2005 10:17 AM

Yes there is a way - unfortunately it's called "Recompiling the kernel".

http://www.linuxplanet.com/linuxplanet/tutorials/202/1/


All times are GMT -5. The time now is 02:06 PM.