I got this message when I plugged in a Lacie external USB hard drive. Running Kernel 2.6.8.
Output from "dmesg":
Alrighty, sorry about that, time to try again.
Attached are two patches. The unusual_lacie should solve your problem, Please let me know.
Additionally, there is an unusual_lacie-test which is an expirament. If you could let me know if the device works with that patch, I would be very appreciative.
Thanks, -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, 1759
diff -puN drivers/usb/storage/unusual_devs.h~unusual_lacie drivers/usb/storage/unusual_devs.h --- linux-2.6.9-rc1/drivers/usb/storage/unusual_devs.h~unusual_lacie 2004-10-12 23:01:44.000000000 -0700 +++ linux-2.6.9-rc1-phil/drivers/usb/storage/unusual_devs.h 2004-10-12 23:01:44.000000000 -0700 @@ -386,7 +386,7 @@ UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x UNUSUAL_DEV( 0x059f, 0xa601, 0x0200, 0x0200, "LaCie", "USB Hard Disk", - US_SC_RBC, US_PR_CB, NULL, 0 ), + US_SC_DEVICE, US_PR_CB, NULL, 0 ), /* Submitted by Joel Bourquard <[EMAIL PROTECTED]> * Some versions of this device need the SubClass and Protocol overrides _
diff -puN drivers/usb/storage/unusual_devs.h~unusual_lacie-test drivers/usb/storage/unusual_devs.h --- linux-2.6.9-rc1/drivers/usb/storage/unusual_devs.h~unusual_lacie-test 2004-10-12 22:56:13.000000000 -0700 +++ linux-2.6.9-rc1-phil/drivers/usb/storage/unusual_devs.h 2004-10-12 22:56:13.000000000 -0700 @@ -383,11 +383,6 @@ UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x "Digital Camera EX-20 DSC", US_SC_8070, US_PR_DEVICE, NULL, 0 ), -UNUSUAL_DEV( 0x059f, 0xa601, 0x0200, 0x0200, - "LaCie", - "USB Hard Disk", - US_SC_RBC, US_PR_CB, NULL, 0 ), - /* Submitted by Joel Bourquard <[EMAIL PROTECTED]> * Some versions of this device need the SubClass and Protocol overrides * while others don't. _
signature.asc
Description: OpenPGP digital signature
