View previous topic :: View next topic |
Author |
Message |
northfuse Tux's lil' helper
Joined: 13 Nov 2003 Posts: 96
|
Posted: Tue Mar 16, 2004 3:24 pm Post subject: kernel 2.6.3- no usb mouse support? |
|
|
I just upgraded from kernel v2.4.4 where my usb mouse worked great. I configured the 2.6.3 kernel with the same usb and input support that i had in my other kernel, but my usb mouse isn't working. any ideas? |
|
Back to top |
|
|
jbNet n00b
Joined: 07 Oct 2003 Posts: 39 Location: Oregon, USA
|
Posted: Tue Mar 16, 2004 6:40 pm Post subject: |
|
|
can you post the relevent parts of your kernel config and the relavent parts of your XFree86 config, and maybe even your dmesg (run dmesg in a console)? _________________ ~Jake B |
|
Back to top |
|
|
northfuse Tux's lil' helper
Joined: 13 Nov 2003 Posts: 96
|
Posted: Sat Mar 20, 2004 1:39 am Post subject: |
|
|
This is all the mouse and usb stuff that I could find.
Code: |
CONFIG_INPUT=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
...
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
...
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=m
#
# USB Human Interface Devices (HID)
#
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT is not set
# CONFIG_USB_HIDDEV is not set
#
# USB HID Boot Protocol drivers
#
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
|
|
|
Back to top |
|
|
schrippe Guru
Joined: 03 Mar 2004 Posts: 556 Location: Mülheim
|
Posted: Sat Mar 20, 2004 2:45 am Post subject: |
|
|
is this module loaded? CONFIG_USB_HID=m
have you an usb2.0 interface or only 1.1? |
|
Back to top |
|
|
|