LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   My USB mouse won't function. (https://www.linuxquestions.org/questions/linux-newbie-8/my-usb-mouse-wont-function-265206/)

littleg 12-11-2004 09:42 AM

My USB mouse won't function.
 
I have my AMD system (HP Pavilion 761n) dual booting (XP pro | RED HAT 9 Shrike). The usb controller is NVidia I am reasonable sure. I have figure out how to mount a shared partition, but I cant seem to figure out why my usb mouse won't work. (usb printer won't go either but I never spent much time on it.) Any pointers?

TaNeK 12-11-2004 10:08 AM

what error message do you get?

littleg 12-11-2004 11:07 AM

just no function and a boot message that say something like usb-ohci loading FAILED.

btmiller 12-11-2004 01:14 PM

This is a wild shot in the dark, but I've seen similar problems on some systems, and disabling USB legacy support in the BIOS helps sometimes. No guarantee it will help you, but worth a shot, perhaps.

stealth_banana 12-11-2004 01:36 PM

is USB HID support compiled in to the kernel?

also, is X configured correctly?, mine mouse section is as follows...

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection


There is a wee app called 'usbview' (or if your using KDE, look in the info center) that will tell you what is connected to the USB ports, run that (or look at /proc/bus/usb)

littleg 12-16-2004 08:23 AM

I went through and deleted all the usb stuff in the fstab file rebooted and it work fine.

I assume something went fuzzy during the install.


All times are GMT -5. The time now is 03:22 AM.