Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2459 - migration from linux-sources to gentoo-sources brakes USB mouse support
Summary: migration from linux-sources to gentoo-sources brakes USB mouse support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-05 05:37 UTC by Sander Balkenende
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sander Balkenende 2002-05-05 05:37:07 UTC
Since the switch from linux-sources to gentoo sources, my USB Logitech Cordless
Mouseman (non-opt) does not work anymore. I used the same .config file as in the
old 2.4.19 linux-sources tree, I did a 'make oldconfig'. This .config is an old
one coming from 2.4.18 and maybe even .17. Since then, no mouse. I also tried
configuration from scratch, same result.

The mouse is not working but there exists a /dev/input/mice. Using the older
linux-sources 2.4.19 kernel, the mouse is working and there exists an
/dev/input/mouse0 besides the 'mice'.

I am using a ECS K7S5A mobo (SiS735 chipset I believe)
Comment 1 Michael M Nazaroff (RETIRED) gentoo-dev 2002-05-07 19:35:42 UTC
Ok try this to see if you can get it to work, 

In input core support set Mouse to modules
In usb enable your kernel related Host controller as a module,then under HID
support set as module along with everything else.

then with my setup /etc/modules.autoload I have these drivers load
usb-uhci
mousedev
hid

and try that

naz
Comment 2 Donny Davies (RETIRED) gentoo-dev 2002-05-14 02:02:57 UTC
daniel,

can we get naz a bugzilla acct :p
Comment 3 Brandon Low (RETIRED) gentoo-dev 2002-09-06 17:35:34 UTC
can we test this in the latest gentoo-sources and confirm that it either still
exists or is gone, please?
Comment 4 Sander Balkenende 2002-09-06 18:01:34 UTC
still an open bug? :)  I am now happily running vanilla with my usb connected mouse. I think it was just an accident that it worked with 2.4.18. Just a copy paste of .config broke the support but a bunch of google results fixed the problem. As far as I can remember I had to turn on one option (preliminaire USB device filesystem), not needed in older kernels.  config: # USB support # CONFIG_USB=m CONFIG_USB_DEVICEFS=y CONFIG_USB_EHCI_HCD=m CONFIG_USB_UHCI=m CONFIG_USB_UHCI_ALT=m CONFIG_USB_OHCI=m CONFIG_USB_HID=m CONFIG_USB_HIDINPUT=y  thanks for being a Gentoo devver! I like Gentoo very much!  Sander 
Comment 5 Sander Balkenende 2002-09-06 18:06:10 UTC
pffff, konqueror and bugzilla mess up the post a lot. My excuses :( 
 
Comment 6 Doug Goldstein (RETIRED) gentoo-dev 2002-09-10 05:10:36 UTC
Closing since it's confirmed that it's fixed.