You are not logged in.

#1 2004-12-13 08:40:02

tx-cary
Member
From: China
Registered: 2004-12-13
Posts: 43

My USB mouse can not use in kernel2.6.9-ARCH

my Microsoft wheel Optical  USB mouse works well in arch0.6 (with kernel2.6.3), but after I update kernel to 2.6.9-ARCH, my mouse device can not works. The red LED have no light.

But when I install kernel2.6.9 which compile by myself, the mouse works well.

Why?


The repo for Chinese software、fonts and IM
[archcn]
Server = http://arch.ourlinux.net:81/archcn

Offline

#2 2004-12-13 15:56:44

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: My USB mouse can not use in kernel2.6.9-ARCH

arch kernel 2.6.9 got no built in usb support,
you have to load the modules yourself or use hotplug,

if you compile your own kernel you can compile it with built in usb and your mouse will work witout doing anything more,


arch + gentoo + initng + python = enlisy

Offline

#3 2004-12-13 16:31:13

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: My USB mouse can not use in kernel2.6.9-ARCH

first:
modprobe ehci_hcd

then:
modprobe uhci_hcd or modprobe ohci_hcd
try both

Offline

#4 2004-12-14 00:25:36

tx-cary
Member
From: China
Registered: 2004-12-13
Posts: 43

Re: My USB mouse can not use in kernel2.6.9-ARCH

Does it means the uhci-hcd & ehci_hcd support in new kernel-2.6.9-ARCH which is compiled by arch official is built  in moduiles instead of kernel-core (vmlinuz) ?


The repo for Chinese software、fonts and IM
[archcn]
Server = http://arch.ourlinux.net:81/archcn

Offline

#5 2004-12-14 04:25:48

Win
Member
Registered: 2004-03-04
Posts: 155

Re: My USB mouse can not use in kernel2.6.9-ARCH

Hi tx-cary.

Yes, they're modules. This is easy to determine by inspecting /boot/kconfig26:

CONFIG_USB_UHCI_HCD=m
CONFIG_USB_EHCI_HCD=m

Regards,

Win

Offline

#6 2004-12-14 09:44:20

tx-cary
Member
From: China
Registered: 2004-12-13
Posts: 43

Re: My USB mouse can not use in kernel2.6.9-ARCH

That is very usefull, thanks!


The repo for Chinese software、fonts and IM
[archcn]
Server = http://arch.ourlinux.net:81/archcn

Offline

Board footer

Powered by FluxBB