Fred K Ollinger on Fri, 24 Jan 2003 17:24:12 -0500 |
> Hey-guess whom I just got an answer from? Vojtech Pavlik, maintainer of > the joystick module. His response consisted of the following: > > "You need to use the 'joystick=0x200' parameter to es1371 ..." > > So now the question becomes, how do I pass a parameter to a kernel module? Here's how I did it on another machine: #alias eth0 eepro100 #options eth0 RxIntDelay=0 This is from /etc/modules.conf The device is eth0. The driver is eepro100 The option is RxIntDelay=0. Fred Ollinger Obviously, you need to rmmod and modprobe it to get it to work. Good luck, and keep us posted. Fred Ollinger _________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|