Re: rebuild kernel
Alexander Pohoyda <[email protected]> 09 Jul 2003 21:48:46 +0200
| Newsgroups | gmane.os.freebsd.configuration |
|---|---|
| Message-ID | <[email protected]> |
Cristophe Coutand <[email protected]> writes: > My problem is about the usb port, I have a usb hub on which I have > connected my mouse Do you know which chipset is used in the hub? > kernel: ohci0: <AcerLabs M5237 (Aladdin-V) USB controller> mem > 0xfedde000-0xfeddefff irq 9 at device 19.0 on pci0 > kernel: usb0: OHCI version 1.0, legacy support > kernel: usb0: <AcerLabs M5237 (Aladdin-V) USB controller> on ohci0 > kernel: usb0: USB revision 1.0 > kernel: uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > kernel: uhub0: 2 ports with 2 removable, self powered > kernel: uhub0: device problem, disabling port 1 OK, let's try to get some more info. Please recompile your kernel with option USB_DEBUG and add these entries into your /etc/sysctl.conf file: # USB debugging hw.usb.ohci.debug=1 hw.usb.debug=1 hw.usb.uhub.debug=1 Now, reboot the system without the hub attached. When system is running, attach the hub without any other USB devices and watch messages on the console. It would be interesting to know what you see. -- Alexander Pohoyda <[email protected]> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-config To unsubscribe, send any mail to "[email protected]"