LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   USB-HD works but USB-Mouse not (https://www.linuxquestions.org/questions/linux-hardware-18/usb-hd-works-but-usb-mouse-not-332717/)

decembersoul 06-12-2005 07:52 AM

USB-HD works but USB-Mouse not
 
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"......

Finlay 06-13-2005 05:53 PM

modprobe usbcore

decembersoul 06-14-2005 01:45 AM

I don't have a module "usbcore".

I'm not sure but i think it is build into the kernel.
My extern HD works.

decembersoul 06-14-2005 06:06 AM

now I'm sure.
It is build into the Kernel.

Maybe I need some parameter?

decembersoul 06-14-2005 06:32 AM

I have made a bios update and now it works :scratch:

Thanks


All times are GMT -5. The time now is 02:38 PM.