Hello
I have a Problem with my USB-Mouse.
It will not work :-(
I have read lots of howto's.
Here are some informations:
I have made my own Kernel(2.6.11.11)
USB2.0 works with my external Harddisc.
I have made some module: usbmouse, usbhid, uhci_hcd, ohci_hcd, ehci_hcd
my lsmod
Code:
laptop:/home/patrick# lsmod
Module Size Used by
ehci_hcd 29960 0
usbhid 30784 0
lp 9416 0
tsdev 5760 0
joydev 7936 0
evdev 7424 1
parport_pc 31748 1
parport 31496 2 lp,parport_pc
psmouse 27080 0
rtc 9592 0
8139cp 15808 0
snd_intel8x0 28352 4
snd_ac97_codec 73784 1 snd_intel8x0
snd_pcm_oss 47456 0
snd_mixer_oss 17344 3 snd_pcm_oss
snd_pcm 79752 4 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 20164 1 snd_pcm
snd 45860 9 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 6944 3 snd
snd_page_alloc 7620 2 snd_intel8x0,snd_pcm
i2c_nforce2 5504 0
i2c_core 17872 1 i2c_nforce2
eth1394 17544 0
8139too 20416 0
ohci1394 30660 0
usbmouse 4608 0
powernow_k8 11268 0
sr_mod 13732 0
sbp2 21320 0
ieee1394 92408 3 eth1394,ohci1394,sbp2
my lsusb
Code:
laptop:/home/patrick# lsusb
Bus 001 Device 001: ID 0000:0000
I have loaded the modules and tryed to plugin (hotplugin is installed)
tail -f /var/log/syslog
But there was no entry.
Can anybody help me?
Im not sure if I need the "mousedev" module.
I have read that it is now "usbmouse"......