-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 18 Dec 2003 15:06 pm, Billy Glenn wrote: > So - looked at my current kernel (2.4.18) and decided I ought to grab the > latest. So working with the 2.4.23 source, I attempted to > configure/compile USB support. If I configure HID support as a loadable > module, the kernel compile goes well - but when I boot the system, I don't > wind up with any hid device files, and although the system SEES the UPS on > the USB bus, I don't believe the HID module is loading, based on the > following entries in /var/log/messages: Try turning off the HID input support, and turning on the HIDDEV support. Something like: CONFIG_USB_HID=y CONFIG_USB_HIDINPUT=n CONFIG_USB_HIDDEV=y is what you are looking for.
Brad - -- http://linux.conf.au - I'm registered. Are you? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/81kQGwwszQ/PZzgRAtE1AJ91/3MCAd7XYFaTtagbyWXvd37kzwCgqDNL 5MLjxhsE7kPUVW9ZZbJgCgU= =D2zT -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
