Results 1 to 4 of 4
I'm trying to find a way to ALWAYS load the kernel keyboard driver at boot even if a keyboard is not connected at that time....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-17-2004 #1Just Joined!
- Join Date
- Apr 2004
- Posts
- 2
Howto ALWAYS load the kernel keyboard driver at boot ??
I'm trying to find a way to ALWAYS load the kernel keyboard driver at boot even if a keyboard is not connected at that time.
- 04-17-2004 #2Just Joined!
- Join Date
- Apr 2004
- Posts
- 3
try to put a line like
modprobe the_mosule_to_load
in i.e. rc.local or similar file
- 04-18-2004 #3Just Joined!
- Join Date
- Apr 2004
- Posts
- 2
that's the problem
If it was just a module...
The keyboard driver seems to be initialized very early in the boot-process
so I assume I have to recompile the kernel, but I'm not sure what to edit. And for all I know there's a much easier way
- 04-18-2004 #4Just Joined!
- Join Date
- Apr 2004
- Posts
- 3
then simply don't compile it as a module but built it in...
as to the name - i'm not sure but if you'll go through options corresponding to devices
you'll intuitively know what to choose
and what's wrong with rc.local i think it works
i load nvidia drivers in such a way


Reply With Quote
