linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* LaCie USB hard drive fails to work on Linux/Pmac
@ 2002-07-05  1:29 Bastien Nocera
  2002-07-05  1:41 ` Matthew Dharm
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien Nocera @ 2002-07-05  1:29 UTC (permalink / raw)
  To: LKML

[-- Attachment #1: Type: text/plain, Size: 3016 bytes --]

Hi,

I've posted this a couple of times already to linuxppc-dev and to the
linux-usb devel list, without any results.

Here are the details:
tested with iBook dual-USB 2001 (500 MHz) and iMac g3 400 (summer 2000)
kernels ranging from 2.4.7 to 2.4.19-pre10

LaCie USB 20G hard-drive, 0x59f/0xa601 ID (it's in the unusual_devs.h)
Some people got it to work it seems:
http://www.qbik.ch/usb/devices/showdev.php?id=68

Here's the log when I plug the device in:
Jun 18 21:04:26 dozo kernel: hub.c: USB new device connect on bus1/1,
assigned device number 2
Jun 18 21:04:26 dozo kernel: usb.c: USB device 2 (vend/prod
0x59f/0xa601) is not claimed by any active driver.
Jun 18 21:04:27 dozo kernel: Initializing USB Mass Storage driver...
Jun 18 21:04:27 dozo kernel: usb.c: registered new driver usb-storage
Jun 18 21:04:30 dozo kernel: usb_control/bulk_msg: timeout
Jun 18 21:04:33 dozo kernel: usb_control/bulk_msg: timeout
Jun 18 21:04:33 dozo kernel: scsi0 : SCSI emulation for USB Mass Storage
devicesJun 18 21:04:44 dozo kernel: usb_control/bulk_msg: timeout

and the debug messages from the usb-storage module:
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
USB Mass Storage support registered.
hub.c: USB new device connect on bus1/1, assigned device number 3
usb-storage: act_altsettting is 0
usb-storage: id_index calculated to be: 32
usb-storage: Array length appears to be: 86
usb-storage: Vendor: LaCie
usb-storage: Product: USB Hard Disk
usb-storage: USB Mass Storage device detected
usb-storage: Endpoints: In: 0xc8cc34a0 Out: 0xc8cc34b4 Int: 0xc8cc34c8
(Period 100)
usb_control/bulk_msg: timeout
usb.c: error getting string descriptor 0 (error=-110)
usb_control/bulk_msg: timeout
usb.c: error getting string descriptor 0 (error=-110)
usb-storage: New GUID 059fa6010000000000000000
usb-storage: Transport: Control/Bulk
usb-storage: Protocol: Reduced Block Commands (RBC)
usb-storage: *** thread sleeping.
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: queuecommand() called
usb-storage: *** thread awakened.
usb-storage: Command INQUIRY (6 bytes)
usb-storage: 12 00 00 00 ff 00 00 00 00 00 00 01
usb-storage: command_abort() called
usb-storage: Call to usb_stor_control_msg() returned -104
usb-storage: -- transport indicates error, resetting
usb-storage: CB_reset() called
usb_control/bulk_msg: timeout
usb-storage: CB[I] soft reset failed -110
usb-storage: scsi cmd done, result=0x70000
usb-storage: *** thread sleeping.
usb-storage: usb_stor_exit() called
usb-storage: -- calling usb_deregister()
usb.c: deregistering driver usb-storage

This is plugging and unplugging the device. The usb-storage module is
removable. But the socket it was plugged in is unusable, I have to
reboot to be able to use it again.

Did anybody got this drive to work on an OHCI controller or even better,
on a PPC ?

Cheers

PS: CC me as I'm not on the list.
-- 
/Bastien Nocera
http://hadess.net

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: LaCie USB hard drive fails to work on Linux/Pmac
  2002-07-05  1:29 LaCie USB hard drive fails to work on Linux/Pmac Bastien Nocera
@ 2002-07-05  1:41 ` Matthew Dharm
  2002-07-05  1:57   ` Bastien Nocera
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Dharm @ 2002-07-05  1:41 UTC (permalink / raw)
  To: Bastien Nocera; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 3682 bytes --]

Only some of the LaCie units work.  They have indicated to me that they
changed the internals of the unit without changing the PID, VID, or
revision data.  There is no way to tell, as far as I know, what type of
unit you have.

Matt

On Fri, Jul 05, 2002 at 02:29:53AM +0100, Bastien Nocera wrote:
> Hi,
> 
> I've posted this a couple of times already to linuxppc-dev and to the
> linux-usb devel list, without any results.
> 
> Here are the details:
> tested with iBook dual-USB 2001 (500 MHz) and iMac g3 400 (summer 2000)
> kernels ranging from 2.4.7 to 2.4.19-pre10
> 
> LaCie USB 20G hard-drive, 0x59f/0xa601 ID (it's in the unusual_devs.h)
> Some people got it to work it seems:
> http://www.qbik.ch/usb/devices/showdev.php?id=68
> 
> Here's the log when I plug the device in:
> Jun 18 21:04:26 dozo kernel: hub.c: USB new device connect on bus1/1,
> assigned device number 2
> Jun 18 21:04:26 dozo kernel: usb.c: USB device 2 (vend/prod
> 0x59f/0xa601) is not claimed by any active driver.
> Jun 18 21:04:27 dozo kernel: Initializing USB Mass Storage driver...
> Jun 18 21:04:27 dozo kernel: usb.c: registered new driver usb-storage
> Jun 18 21:04:30 dozo kernel: usb_control/bulk_msg: timeout
> Jun 18 21:04:33 dozo kernel: usb_control/bulk_msg: timeout
> Jun 18 21:04:33 dozo kernel: scsi0 : SCSI emulation for USB Mass Storage
> devicesJun 18 21:04:44 dozo kernel: usb_control/bulk_msg: timeout
> 
> and the debug messages from the usb-storage module:
> Initializing USB Mass Storage driver...
> usb.c: registered new driver usb-storage
> USB Mass Storage support registered.
> hub.c: USB new device connect on bus1/1, assigned device number 3
> usb-storage: act_altsettting is 0
> usb-storage: id_index calculated to be: 32
> usb-storage: Array length appears to be: 86
> usb-storage: Vendor: LaCie
> usb-storage: Product: USB Hard Disk
> usb-storage: USB Mass Storage device detected
> usb-storage: Endpoints: In: 0xc8cc34a0 Out: 0xc8cc34b4 Int: 0xc8cc34c8
> (Period 100)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb-storage: New GUID 059fa6010000000000000000
> usb-storage: Transport: Control/Bulk
> usb-storage: Protocol: Reduced Block Commands (RBC)
> usb-storage: *** thread sleeping.
> scsi0 : SCSI emulation for USB Mass Storage devices
> usb-storage: queuecommand() called
> usb-storage: *** thread awakened.
> usb-storage: Command INQUIRY (6 bytes)
> usb-storage: 12 00 00 00 ff 00 00 00 00 00 00 01
> usb-storage: command_abort() called
> usb-storage: Call to usb_stor_control_msg() returned -104
> usb-storage: -- transport indicates error, resetting
> usb-storage: CB_reset() called
> usb_control/bulk_msg: timeout
> usb-storage: CB[I] soft reset failed -110
> usb-storage: scsi cmd done, result=0x70000
> usb-storage: *** thread sleeping.
> usb-storage: usb_stor_exit() called
> usb-storage: -- calling usb_deregister()
> usb.c: deregistering driver usb-storage
> 
> This is plugging and unplugging the device. The usb-storage module is
> removable. But the socket it was plugged in is unusable, I have to
> reboot to be able to use it again.
> 
> Did anybody got this drive to work on an OHCI controller or even better,
> on a PPC ?
> 
> Cheers
> 
> PS: CC me as I'm not on the list.
> -- 
> /Bastien Nocera
> http://hadess.net



-- 
Matthew Dharm                              Home: mdharm-usb@one-eyed-alien.net 
Maintainer, Linux USB Mass Storage Driver

We can customize our colonels.
					-- Tux
User Friendly, 12/1/1998

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: LaCie USB hard drive fails to work on Linux/Pmac
  2002-07-05  1:41 ` Matthew Dharm
@ 2002-07-05  1:57   ` Bastien Nocera
  0 siblings, 0 replies; 3+ messages in thread
From: Bastien Nocera @ 2002-07-05  1:57 UTC (permalink / raw)
  To: Matthew Dharm; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 685 bytes --]

On Fri, 2002-07-05 at 02:41, Matthew Dharm wrote:
> Only some of the LaCie units work.  They have indicated to me that they
> changed the internals of the unit without changing the PID, VID, or
> revision data.  There is no way to tell, as far as I know, what type of
> unit you have.

Would there be any way I could determine it from the hardware itself?

S Murali sent me this url with modifications that made his HD work it
seems: http://kohinoor.csa.iisc.ernet.in/~tulasi

I tried it to no avail. Anything else I can do to try to make this work?
Tech specs of any kind, that I could use to make it work hard-wired?

Cheers

-- 
/Bastien Nocera
http://hadess.net

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-05  1:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-05  1:29 LaCie USB hard drive fails to work on Linux/Pmac Bastien Nocera
2002-07-05  1:41 ` Matthew Dharm
2002-07-05  1:57   ` Bastien Nocera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).