I have a USB mouse and the according modules (uhci, usbmouse) are loaded without any errors:
this is my /proc/bus/usb/devices file
Code:
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 0.00
S: Product=USB UHCI-alt Root Hub
S: SerialNumber=e400
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=04b4 ProdID=aef6 Rev= 0.01
S: Manufacturer=Magic ball Mouse
S: Product=Magic ball Mouse
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr= 26mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=usb_mouse
E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=10ms
The mouse is the correct version and as far as I can understand everything's fine. But here comes the problem:
"cat /dev/input/mice" gives me the error that there's "no such device".
and so do all mouseXX.
What am I missing?
PS: here are my loaded modules:
Code:
Module Size Used by Not tainted
usbmouse 1788 0 (unused)
input 3072 0 [usbmouse]
uhci 23216 0 (unused)
usbcore 53920 1 [usbmouse uhci]
snd-pcm-oss 35908 1
snd-mixer-oss 11032 0 [snd-pcm-oss]
snd-fm801 7116 1
snd-pcm 51744 0 [snd-pcm-oss snd-fm801]
snd-page-alloc 3952 0 [snd-pcm]
snd-opl3-lib 5220 0 [snd-fm801]
snd-hwdep 4032 0 [snd-opl3-lib]
snd-timer 12424 0 [snd-pcm snd-opl3-lib]
snd-mpu401-uart 2752 0 [snd-fm801]
snd-rawmidi 11232 0 [snd-mpu401-uart]
snd-seq-device 3732 0 [snd-opl3-lib snd-rawmidi]
snd-ac97-codec 30464 0 [snd-fm801]
snd 25604 0 [snd-pcm-oss snd-mixer-oss snd-fm801 snd-pcm snd-opl3-lib snd-hwdep snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device snd-ac97-codec]
soundcore 3236 6 [snd]