View previous topic :: View next topic |
Author |
Message |
Manco Tux's lil' helper


Joined: 30 Apr 2003 Posts: 115 Location: Rotterdam the Netherlands
|
Posted: Tue Nov 11, 2003 11:06 pm Post subject: Asus A7N8X deluxe probs + questions |
|
|
I just bought this board ( very good board ), but I`m having trouble with the usb. When I select UHCI only my mouse works and not my keyboard
and when I select OHCI only my keyboard works and not my mouse. This is a very strange problem, this happens when I compile them in the kernel or as a module. I`m using kernel 2.6 test9 mm btw. ( I use UHCI or OHCI in combination with the EHCI2.0 driver)
Can somebody post there working config ( usb settings ) with the exactly same board ?
And If there is also somebody who has their geforce2 card working with agp4x it would be nice to know how they did that. ( because this is one of the reasons I bought a new mobo ). _________________ Mr. White: The choice between doing ten years and taking out some stupid motherfucker, ain't no choice at all. But I ain't no madman. |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55307 Location: 56N 3W
|
Posted: Wed Nov 12, 2003 9:04 pm Post subject: |
|
|
Manco,
Here's my active USB config for my setup. It all works OK.
[quote]# CONFIG_INPUT_IFORCE_USB is not set
# USB support
CONFIG_USB=y
# Miscellaneous USB options
CONFIG_USB_DEVICEFS=y
CONFIG_USB_LONG_TIMEOUT=y
# USB Host Controller Drivers
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_UHCI=m
CONFIG_USB_UHCI_ALT=m
CONFIG_USB_OHCI=m
# USB Device Class drivers
CONFIG_USB_AUDIO=m
CONFIG_USB_STORAGE=m
CONFIG_USB_PRINTER=m
# USB Human Interface Devices (HID)
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# USB Imaging devices
CONFIG_USB_SCANNER=m
# USB Multimedia devices
CONFIG_USB_PWC=m
# USB Network adaptors
CONFIG_USB_USBNET=m
CONFIG_USB_USBDNET=m
CONFIG_USB_USBDNET_VENDOR=049f
CONFIG_USB_USBDNET_PRODUCT=505a
CONFIG_USB_USBDNET_CLASS=0000
CONFIG_USB_USBDNET_SUBCLASS=0000
[/quote]
A few comments are in order too.
1. USB Host Controller Drivers - build them all as modules, the kernel will sort out the mess without any help. You actually need the ohci one. Have a look in dmesg.
2. # USB Human Interface Devices (HID)
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
This group is very important - it uses the Human Interface Device driver for your mouse and keyboard instead of the basic, fake a PS/2 setup.
This makes your mouse appear as /dev/input/mice or /dev/input/mouse0, not as /dev/misc/psaux, so you need to edit /etc/X11/XF86Config to point to the usb mouse location.
Regards,
NeddySeagoon _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
Manco Tux's lil' helper


Joined: 30 Apr 2003 Posts: 115 Location: Rotterdam the Netherlands
|
Posted: Wed Nov 12, 2003 11:12 pm Post subject: |
|
|
Thank you very much, now I can fully enjoy this new mobo ! _________________ Mr. White: The choice between doing ten years and taking out some stupid motherfucker, ain't no choice at all. But I ain't no madman. |
|
Back to top |
|
 |
|