thanks for the reply

i just somehow assumed that modules.conf should take care of this

from my past experience,
whenever i add something to rc.local,
i end up finding the "correct" way to configure it later.

i see you have this script run at the very beginning.
that way it is before gpm.
i imagine if i put it in rc.local, it will come up last,
by that time gpm has already given me an oops.

i will use the script if i dont get any other solutions

thanks again

randy


----- Original Message ----- 
From: "David Talkington" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 12:27 AM
Subject: Re: loading usb mouse drivers as modules at startup


> -----BEGIN PGP SIGNED MESSAGE-----
> 
> Randy Perkins wrote:
> 
> >i can get the usb mouse to work if I:
> >
> >insmod input
> >insmod mousedev
> >insmod hid
> 
> >i want the mouse to come up automatically when i boot up.
> >i know this has something to do with /etc/modules.conf
> >here is my modules.conf
> >
> >alias eth0 ne2k-pci
> >alias parport_lowlevel parport_pc
> >alias usb-controller usb-uhci
> 
> Randy -
> 
> I did this by creating the following script:
> 
> #!/bin/bash
> #
> # chkconfig: 2345 01 99
> # description: USB support
> 
> insmod input
> insmod mousedev
> insmod keybdev
> insmod usb-uhci
> insmod hid
> 
> 
> Called it /etc/init.d/usb, then did:
> 
> # chkconfig --level 2345 usb on
> 
> Now USB keyboard and mouse both work at boot.
> 
> If you're lazy, you can just dump all the insmod statements into
> rc.local.
> 
> - -d
> 
> - -- 
> David Talkington
> Prairienet
> [EMAIL PROTECTED]
> 217-244-1962
> 
> PGP key: http://www.prairienet.org/~dtalk/dt000823.asc
> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 6.5.8
> Comment: Made with pgp4pine 1.75-6
> 
> iQEVAwUBOr7TOL1ZYOtSwT+tAQEKFQf9GKFIKHSI3v8qcRiBNdNifMFX8JmLkeH9
> ANhQbZnOZsIkCJdpb1a+/S1PdxhYtD0XyBhDZRuIkxJiqAxZU9wWzr+7xVSCt4lw
> hcD3m3xEYyAtYnAPQXyOYD5DnEZ4nUkFtTLPe1++/70xmVHKMtIzuxkmAlmp3P92
> CrBi8AUZIGFWzya4DC+vMBNnlhloeAFm3TYUqs1RYg8/LupqEAfX963eGvH89l8N
> PakTvffryJlpeiLooiHSB2pOf3hXcj7D2qGtAnTFSwItjukeCJRniTOKTZ4k6LVM
> NRjpZaQsVVEa1vYZK8SkKjKaV2nZDwPRcuu1S4ee89++frquM3JnSA==
> =dAN0
> -----END PGP SIGNATURE-----
> 
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to