Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48235 - Changing kernel handling of usbmouse drivers in Linux 2.6
Summary: Changing kernel handling of usbmouse drivers in Linux 2.6
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Desktop Configuration Guide (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-18 09:50 UTC by Angela Kuehn
Modified: 2004-05-01 10:24 UTC (History)
1 user (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 Angela Kuehn 2004-04-18 09:50:19 UTC
In a kernel 2.6 it is not enough to compile the USB drivers as a module for using an USB mouse. It will not work.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
The problem is that the PS/2 mouse driver is compiled into the kernel
unconditionally, so the PS/2 driver is always loaded at boot. To solve the
problem it is neccessary to compile the USB drivers into the kernel, too. 
It is written in the Documentation of kernel 2.6 in i386/usb-legacy-support.txt.
It would be fine if you can add this to the Desktop Configuration Guide
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2004-05-01 10:24:18 UTC
Fixed in CVS. Thanks for reporting!