On Mon, 2006-04-24 at 08:18 +0800, Stephen Liu wrote: > Hi Jeff, > > > > > # dmesg | grep usb > > > > usbcore: registered new driver usbfs > > > > usbcore: registered new driver hub > > > > usbcore: registered new driver hiddev > > > > usbcore: registered new driver usbhid > > > > drivers/usb/input/hid-core.c: v2.01:USB HID core driver > > > > SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts > > > > usb 4-1: new high speed USB device using ehci_hcd and address 2 > > > > usb-storage: device found at 2 > > > > usb-storage: waiting for device to settle before scanning > > > > usbcore: registered new driver usb-storage > > > > usb-storage: device scan complete > > > > * * * END * * * > > > > > > Curious, either it didn't show the plug-in information, like what I > > > showed you recently, or you didn't copy it in. No big deal, as the > > > fdisk results show what we need. > > > > > He did not show the info you asked for. > > He does a 'grep usb' and only shows those lines, not everything > > related. > > That is all printout on the screen after running the command "dmesg | > grep usb" > Sure, but if you remove the "grep usb" part it will show more information in that area, and some of it is relevant. Jeff