View previous topic :: View next topic |
Author |
Message |
wharez Tux's lil' helper
Joined: 11 Aug 2004 Posts: 104
|
Posted: Tue Mar 07, 2006 8:00 am Post subject: [SOLVED] USB Mouse not working |
|
|
I have just installed Gnome but my USB mouse is not recognised.
It is an optical USB mouse and the light on the base is not even lighting up.
I have rebooted but it is still dead.
Can anyone point me in the right direction to get it going?
Last edited by wharez on Tue Mar 07, 2006 8:57 am; edited 1 time in total |
|
Back to top |
|
|
wharez Tux's lil' helper
Joined: 11 Aug 2004 Posts: 104
|
Posted: Tue Mar 07, 2006 8:06 am Post subject: |
|
|
I did
Code: | lspci -v | grep HCI |
and it returned
Code: | 00:02.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) (prog-if 10 [OHCI])
00:06.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) (prog-if 10 [OHCI]) |
How do I check that my kernel has OHCI HCD support and recompile it? |
|
Back to top |
|
|
Zee Apprentice
Joined: 10 Jan 2004 Posts: 213 Location: Podgrad, Slovenia
|
Posted: Tue Mar 07, 2006 8:09 am Post subject: |
|
|
cd /usr/src/linux
make menuconfig
then find the USB section (it's under Device drivers). |
|
Back to top |
|
|
olger901 l33t
Joined: 17 Mar 2005 Posts: 625
|
Posted: Tue Mar 07, 2006 8:43 am Post subject: |
|
|
Also make sure Human Interface Device (HID Support) is enabled in the kernel in order for an USB mouse/keyboard to function properly. |
|
Back to top |
|
|
Zee Apprentice
Joined: 10 Jan 2004 Posts: 213 Location: Podgrad, Slovenia
|
Posted: Tue Mar 07, 2006 8:49 am Post subject: |
|
|
Yap! Forgot about that. |
|
Back to top |
|
|
wharez Tux's lil' helper
Joined: 11 Aug 2004 Posts: 104
|
Posted: Tue Mar 07, 2006 8:57 am Post subject: |
|
|
Awesome! Thanks for the help, my USB mouse is working now! |
|
Back to top |
|
|
|