View previous topic :: View next topic |
Author |
Message |
ruizs n00b
Joined: 14 Jul 2004 Posts: 18
|
Posted: Wed Jul 14, 2004 6:34 am Post subject: USB,HCI,hotplug working, cant get USB mouse to work!!! |
|
|
Hi -
a bit frustrated. I did a stage one install, most everything has gone very well. I'm new to gentoo, but not to linux.
I have a nforce2 board, and I've tried everything to get my mouse working... to test, I'm trying gpm and cat /dev/input/mice, no luck.
In my .config for the kernel, I have all the USB HCI, HID enabled, tried both in the kernel and as modules. There's some lines about the USB controller, etc. in the startup log, but nothing for the mouse. I can take it out and put it back in, no luck either.
I have an ms intellimouse, the thing does light up, not sure if that's from bios or linux.
I have a usb card reader, and I was able to plug it in, and see all the messages in the log.
any ideas here?!
thanks in advance for your help, can't wait to get this fully setup... its so fast! |
|
Back to top |
|
|
griffenjam n00b
Joined: 01 Jan 2004 Posts: 43
|
Posted: Wed Jul 14, 2004 7:28 am Post subject: |
|
|
I would enable all USB drivers as modules, but maybe try you mouse in each USB socket first. I don't know about your board but some have USB 1.2 sockets and 2.0 sockets mixed, if that is the case you will need the drivers for each, as is the case with my laptop.
What is the output of lspci -v and lsmod? |
|
Back to top |
|
|
ruizs n00b
Joined: 14 Jul 2004 Posts: 18
|
Posted: Wed Jul 14, 2004 7:45 am Post subject: |
|
|
lsmod shows rd, ipip, and sound.
I dont have lspci avail., how can i get it?
I have already tried each usb port... I'll post some more detail once i get sshd configured. |
|
Back to top |
|
|
KeKen n00b
Joined: 22 Feb 2004 Posts: 21 Location: Almere, NL
|
Posted: Wed Jul 14, 2004 12:35 pm Post subject: |
|
|
ruizs wrote: | lsmod shows rd, ipip, and sound.
I dont have lspci avail., how can i get it?
I have already tried each usb port... I'll post some more detail once i get sshd configured. |
You'll have to emerge the pciutils |
|
Back to top |
|
|
jwalker n00b
Joined: 08 Jan 2004 Posts: 37
|
Posted: Wed Jul 14, 2004 12:47 pm Post subject: |
|
|
pciutils shouldn't help you out any with usb related questions. Instead, emerge sysfsutils and run `lsbus -v usb'
edit: this is assuming you are using 2.6 _________________ "Main reasons I came to Gentoo were that I wasn't happy with the technical merits of the RPM based distros and was put off by the elitist Debian attitude." |
|
Back to top |
|
|
ruizs n00b
Joined: 14 Jul 2004 Posts: 18
|
Posted: Wed Jul 14, 2004 4:27 pm Post subject: |
|
|
I'm at 2.4 right now, I'll try out the 2.6 kernel tonite. |
|
Back to top |
|
|
ruizs n00b
Joined: 14 Jul 2004 Posts: 18
|
Posted: Thu Jul 15, 2004 6:25 am Post subject: |
|
|
Still no luck with the usb mouse.
I compiled and setup a 2.6 kernel, similar options, and it won't work. lsbus -v usb only lists the controller
I did find a usb->ps2 convertor at work today, so I'm just gonna go with that. I figure, instead of spending all kinds of time on that, I can have a working system, and an extra usb port. Thx for the help tho. |
|
Back to top |
|
|
sulu Guru
Joined: 21 May 2002 Posts: 399 Location: Dornbirn/Austria
|
Posted: Thu Jul 15, 2004 9:19 am Post subject: |
|
|
Hi
I just recently switched over to kernel 2.6 on my lappi which has several USB devices. Lazy as i am i compiled everything into the kernel and not as modules. All the USB-devices work only performance on my Genesys-USB2-HD is pretty bad.
Anyway, some hints.
Go into the kernel-config and enable everything what makes sense to you.
(Cant post my config because i'm not in front of my gentoo-box right now)
There are two different drivers USB-drivers OHCI and UHCI. It depends on your board which one to use.
For USB-2-support you also need EHCI.
I recommend to emerge lsusb which works analog lspci.
Then have a look at your /var/log/messages and check what is reportet regarding USB.
If your mouse is an optical one light should go on if the device gets detectet. |
|
Back to top |
|
|
LeTene Guru
Joined: 02 Mar 2004 Posts: 348 Location: Ah'll glass ye!
|
Posted: Thu Jul 15, 2004 10:19 am Post subject: |
|
|
For 2.6, check out this thread where I helped with a similar problem with USB mouse. Note how you need mouse support enabled in the "Input Device Support" section:
https://forums.gentoo.org/viewtopic.php?t=195701
sulu is right in that you should only use one of UHCI/OHCI, so that bears watching. _________________ Docs, Tips & Tricks at the Gentoo Wiki page. |
|
Back to top |
|
|
|