Andres Heinloo wrote...

> The EagleTec UNUSUAL_DEV entry in
> /usr/src/linux/drivers/usb/storage/unusual_devs.h is incorrect (does not
> apply to the new revision of hardware). A quick solution is simply to
> remove the UNUSUAL_DEV entry and the drive works!
> 
> http://www.qbik.ch/usb/devices/showdev.php?id=1303

I'm probably blind. Anything more to do than

--- linux-2.4.20//drivers/usb/storage/unusual_devs.h    Fri Nov 29 00:53:15 2002
+++ linux//drivers/usb/storage/unusual_devs.h   Thu Dec 19 01:20:07 2002
@@ -327,11 +327,11 @@
  *
  * ST818 slim drives (rev 0.02) don't need special care.
 */
-UNUSUAL_DEV(  0x05e3, 0x0702, 0x0000, 0x0001,
+/* UNUSUAL_DEV(  0x05e3, 0x0702, 0x0000, 0x0001,
                "EagleTec",
                "External Hard Disk",
                US_SC_SCSI, US_PR_BULK, NULL,
-               US_FL_FIX_INQUIRY ),
+               US_FL_FIX_INQUIRY ), */
 
 UNUSUAL_DEV(  0x0644, 0x0000, 0x0100, 0x0100, 
                "TEAC",

I didn't succeed on any of the four computers I've tested. "fdisk -l
/dev/sda" returns nothing, lots of error messages in the logfiles,
/proc/scsi/usb-storage-0/1 describes the drive as

   Host scsi1: usb-storage
       Vendor: Unknown
      Product: USB Storage Device
Serial Number: None
     Protocol: Transparent SCSI
    Transport: Bulk
         GUID: 05e307020000000000000000
     Attached: Yes

although I think at least the "Protocol:" line differed on some machines.

        Christoph
-- 



-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to