You are not logged in.

#1 2005-05-30 04:50:14

sud_crow
Member
From: Argentina
Registered: 2003-06-30
Posts: 546
Website

Hotplug and USB mouse wheel

I updated the kernel today, so i had to do a pacman -S nforce nvidia, in the process (between kernel and pacman) i rebooted and realized i was loading hotplug for nothing, as i was loading all the modules at rc.conf

So i deactivated it, rebooted, started x and got a nice and working pointer as usual, but i couldnt get the wheel to work!

The mouse wheel its declared as ZAxis... " 4 5" .. ..in xorg.conf, so i cant see the reason for this behavior.

I put hotplug back in rc.conf and got the wheel working again.

Any ideas appreciated!


Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux

Offline

#2 2005-05-30 11:55:03

i3839
Member
Registered: 2004-02-04
Posts: 1,185

Re: Hotplug and USB mouse wheel

Compare the lsmod output with and without hotplug, and see which modules are missing in the one. Adding one or more to rc.conf should fix it.

Offline

#3 2005-05-30 14:26:41

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Hotplug and USB mouse wheel

I had to add uhci_hcd to the modules array before my mouse would work at all, but if its working except the wheel, I'd hesitate to think it was a usb problem...

Dusty

Offline

#4 2005-05-31 04:38:09

sud_crow
Member
From: Argentina
Registered: 2003-06-30
Posts: 546
Website

Re: Hotplug and USB mouse wheel

yes, its real wierd... and comparing lsmod.... mmm... i guess its a good time to learn how to use diff, coz using stock arch kernel loads LOTS of modules...
anyway, i will try that dumping the ls output to a file and checking with diff...


Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux

Offline

#5 2005-05-31 10:53:41

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Hotplug and USB mouse wheel

i guess its a good time to learn how to use diff, coz using stock arch kernel loads LOTS of modules...

just do something like:

lsmod >nohotplug.list
lsmod >hotplug.list
diff nohotplug.list hotplug.list

Offline

#6 2005-05-31 13:25:12

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: Hotplug and USB mouse wheel

Just googling around...
http://kerneltrap.org/node/4645
http://forums.gentoo.org/viewtopic-t-33 … ernel.html
it might be about loading correct usb module.

Offline

#7 2005-06-02 05:13:34

sud_crow
Member
From: Argentina
Registered: 2003-06-30
Posts: 546
Website

Re: Hotplug and USB mouse wheel

Hey, thanks everyone for the replies!

lanrat, you got it, although they choose to recompile the kernel, im just going to try to load the module.

Hey

I was having this same problem today with my brand-spankin' nforce3 board. I don't know if this changed from 2.4 to 2.6, but the kernel config defaults to USB-UHCI host controller which is typically used for via and intel chipsets. The nforce3, however, uses the OHCI host controller. So, cd ..linux-2.6.10 , make menuconfig, device drivers, usb support, select OHCI HCD support. recompile, etc.

This was drivin' me nuts. Same exact thing..mouse works but no wheel . It took my usb printer not working for me to figure it out.

Hope that helps

(my chipset is a nforce3 too).

Thanks again.


Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux

Offline

Board footer

Powered by FluxBB