On Sat, 17 Jul 2004, Davide Cavallari wrote: > On Fri, Jul 16, 2004 at 04:40:25PM +0300, Juhana Sadeharju wrote: > > > > #if 0 > > UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff, > > "EagleTec", > > "External Hard Disk", > > US_SC_SCSI, US_PR_BULK, NULL, > > US_FL_FIX_INQUIRY ), > > #endif > > I tried this hack. `make modules` compiled fine without any error. I > tried to plug/unplug many many times, but unfortunately it didn't work. > Nothing happens, usb-storage.o is not loaded by hotplug and even if I > manually load it, the device is not recognised: > > SCSI subsystem driver Revision: 1.00 > Initializing USB Mass Storage driver... > usb.c: registered new driver usb-storage > USB Mass Storage support registered.
If this is the same device you wrote about a week ago, then it simply may be broken. Or the USB cable may be no good. Or your computer's USB cotroller may not be working. To find out more, you should turn on the USB debugging option in your kernel's configuration and then see what shows up in the system log when you plug in the drive. From your earlier messages, it sounds like the computer doesn't even detect the fact that the cable was plugged in. Other tests you can try: Plug in a different USB device and see if your computer detects it. Try a different USB cable. Plug your drive into a different computer and see if it works. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
