-----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

Reply via email to