Alan Stern wrote: > > > That's the wrong usbmon! The one you want is built into the Linux kernel. > > > > Yea I read about that prior to that posting and that is where I run into the > > usb_mon_deregister unresolved symbol mentioned before. > > You need to rebuild the drivers/usb/core directory when building usbmon. > That's where the missing usb_mon_deregister is.
Thanks for the tip, I now have usbmon working. Unfortunately no output is created by clicking the touchpad buttons or moving finger on the pad. Pushing keyboard buttons creates output but the keyboard is working as expected so no big suprise there. I'm cat'ing 2t as it mentioned in the doc's to obtain that info from: [EMAIL PROTECTED]:~/kernel/linux-2.6.12/Documentation/usb# cat /proc/bus/usb/devices T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 5 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=060b ProdID=0541 Rev= 1.01 S: Product=USB Keyboard C:* #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=01 Driver=usbhid <- Keyboard E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms I: If#= 1 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=usbhid <- Touchpad E: Ad=82(I) Atr=03(Int.) MxPS= 5 Ivl=10ms Indicates bus 2. Unplugging device creates output but nothing when using the mouse portions. What does that indicate? Under Win98SE it gets assigned the usbhid.inf driver and works without special manufacturers firmware/drivers. -- Brian Stumm ETS - Energy Technology Systems, Inc [EMAIL PROTECTED] http://energytechnologysystems.com ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
