Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/dev/input/mouse0 doesn't appear
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Pythagoras1
Guru
Guru


Joined: 29 Jul 2002
Posts: 352
Location: Burgas, Bulgaria

PostPosted: Tue Jan 14, 2003 8:30 pm    Post subject: /dev/input/mouse0 doesn't appear Reply with quote

Hi,

I followed the (official) instructions to set up a usb-mouse until this point:

Quote:

Now, unplug the mouse, and plug it back in, and check your kernel log for a message that looks something like this

Code listing 2.6: Kernel Message

hub.c: USB new device connect on bus1/1, assigned device number 2
input0,hiddev0: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse Optical] on usb1:2.0

Now that the mouse is detected, check /dev/input to make sure that your mouse is there and working.

Code listing 2.7: Checking for USB Mouse

# cd /dev/input
# cat mouse0
Move your mouse when you cat the device, you should see a lot
of garbage.


But the problem is that this file won't appear. (It worked already with a previous kernel. The the file appeared suddenly - I can't remember what I've done to manage this: maybe luck :) )

the kernel output was not exactly the same. Instead of
"input0,hiddev0: USB HID v1.00 Mouse ..." only
"hiddev0: USB HID v1.00 Mouse ... " appeared

lsmod showed me following: (excerpt)

keybdev .... (unused)
mousedev .... (unused)
hid .... (unused)
input .... [keybdev mousedev]
nvidia
8139too

/etc/modules.autoload contained modules in the following order:

8139too
nvidia
input
hid

What shall I do so that the input module will work correctly?

----------
ciao, Pythagoras1
Back to top
View user's profile Send private message
Alowishus
n00b
n00b


Joined: 18 Apr 2002
Posts: 22

PostPosted: Tue Jan 14, 2003 10:11 pm    Post subject: Reply with quote

Looks like you're missing the USB driver itself - usb-uhci or usb-ohci, depending on your chipset.
Back to top
View user's profile Send private message
Joffer
Guru
Guru


Joined: 10 Sep 2002
Posts: 585
Location: Arendal, Norway

PostPosted: Tue Jan 14, 2003 10:46 pm    Post subject: Reply with quote

Alowishus wrote:
Looks like you're missing the USB driver itself - usb-uhci or usb-ohci, depending on your chipset.

Try this
modprobe usb-uhci
or
modprobe usb-ohci

Perhaps having a look at my post some month ago will help too: Console + Intellimouse Explorer USB Mouse + gpm solution
Back to top
View user's profile Send private message
phunkphorce
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2002
Posts: 145

PostPosted: Wed Jan 15, 2003 9:10 am    Post subject: Reply with quote

Alowishus wrote:
Looks like you're missing the USB driver itself - usb-uhci or usb-ohci, depending on your chipset.

Or if you compiled them in your kernel, try recompiling them as modules, that might help as well.
_________________
O God, Thou art in Heaven...
...please stay there!
Back to top
View user's profile Send private message
Pythagoras1
Guru
Guru


Joined: 29 Jul 2002
Posts: 352
Location: Burgas, Bulgaria

PostPosted: Wed Jan 15, 2003 11:40 am    Post subject: Reply with quote

solved! :D

I'm using OHCI and it's compiled into kernel but this wasn't the cause.
It's surprisingly called [ ] HID input layer support which I may have overlooked last compiling. The new Kernel is running like a Porsche now. :)

thx for your help!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum