autoloading modules
Hi,
I have one physical parport and as I wish I attach a "printer" or
"2 SNES-Joypads by Adapter".
so if I use a "lpr printme.txt" the lp module get loaded
but if I use "jstest /dev/js0" NO 'joydev' and 'gamecon gc=0,1,1' is
loaded
When I boot up my new 2.6.0 Kernel-system, I configured it this way that the
lp module is automatically loaded by default.
My modules.conf looks like this:
########################################
alias char-major-6 lp
alias char-major-13 joydev
options gamecon gc=0,1,1
pre-install joydev rmmod lp
post-install joydev modprobe gamecon
pre-install lp rmmod gamecon joydev | echo
#########################################
Where is the problem?
It would be great if someone could help me.
Rieker Flaik
Reply to: