View previous topic :: View next topic |
Author |
Message |
petesmc n00b
Joined: 16 Mar 2003 Posts: 12
|
Posted: Wed Apr 28, 2004 8:44 am Post subject: USB Mouse again... |
|
|
Hi,
Could some please tell me the modules to include in the kernel (build in or modules) to enable the use of a USB mouse. Could you please tell me what the modules says in the kernel 'make menuconfig' because 'usbmouse' isn't there in that form.
Thanks |
|
Back to top |
|
|
vonhelmet l33t
Joined: 06 Apr 2004 Posts: 770 Location: Somewhere in a school
|
Posted: Wed Apr 28, 2004 9:27 am Post subject: |
|
|
If you're doing a "make menuconfig" then it often helps to use the "help" function which tells you what a particular module will be called.
Basically you need to enable USB in general, then either USB-UHCI or USB-OHCI or USB-EHCI depending on what kind of motherboard you have. One of those is Intel, the other VIA, and so on, I forget which. You need the one for your motherboard installed. After that, enable USB mouse support wherever it is.
Sorry this is vague, but the best I can advise is to use the help function in the menuconfig which should tell you what will be enabled and what it will be called.
You could always make everything as modules and then emerge kudzu |
|
Back to top |
|
|
dtor Guru
Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Wed Apr 28, 2004 2:20 pm Post subject: |
|
|
You need to select:
"USB Human Interface Device (full HID) support"
"HID input layer support"
along with the core USB modules and driver for your USB controller (UHCI, EHCI...)
You _do not_ want to select:
"USB HIDBP Keyboard (simple Boot) support"
"USB HIDBP Mouse (simple Boot) support" _________________ Dmitry |
|
Back to top |
|
|
petesmc n00b
Joined: 16 Mar 2003 Posts: 12
|
Posted: Thu Apr 29, 2004 9:26 am Post subject: |
|
|
In the manual it says to 'insmod' the modules, except i can't insmod usb-uhci or usb-ohci, i tried both. I get the following error:
Blah blah blah... (just path to modules)
init_modules: No such device
Hint: insmod errors can be caused by incorrect modules parameters, including invalid IO or IRQ parameters.
Any help much appreciated. Oh, and I put all the modules as modules and not built into the kernel if that matters.
-Peter |
|
Back to top |
|
|
petesmc n00b
Joined: 16 Mar 2003 Posts: 12
|
Posted: Fri Apr 30, 2004 2:27 pm Post subject: |
|
|
Bump... |
|
Back to top |
|
|
dtor Guru
Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Fri Apr 30, 2004 3:36 pm Post subject: |
|
|
What kernel is that? _________________ Dmitry |
|
Back to top |
|
|
petesmc n00b
Joined: 16 Mar 2003 Posts: 12
|
Posted: Sat May 01, 2004 2:50 am Post subject: |
|
|
Gentoo Source 2.4.25 |
|
Back to top |
|
|
dtor Guru
Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Sat May 01, 2004 3:05 am Post subject: |
|
|
Ok.. could it be that you have USB 2.0 and you need to load ehci-hcd? What does lspci or cat /proc/pci say? _________________ Dmitry |
|
Back to top |
|
|
|