On 11/17/05, Jorge Almeida <[EMAIL PROTECTED]> wrote:
> On Thu, 17 Nov 2005, Richard Fish wrote:
> > Hmm, looks ok.  Could you set udev_log=7 in /etc/udev/udev.conf, and
> > post the entries that are added to /var/log/messages when you turn on
> > the hard drive.
> >
> $ tail -F /var/log/kernel/current
> Nov 17 17:41:51 [kernel] usb-storage: -- transfer complete
> Nov 17 17:41:51 [kernel] usb-storage: Bulk command transfer result=0
> Nov 17 17:41:51 [kernel] usb-storage: Attempting to get CSW...
> Nov 17 17:41:51 [kernel] usb-storage: usb_stor_bulk_transfer_buf: xfer
> 13 bytes
> Nov 17 17:41:51 [kernel] usb-storage: Status code 0; transferred 13/13
> Nov 17 17:41:51 [kernel] usb-storage: -- transfer complete
> Nov 17 17:41:51 [kernel] usb-storage: Bulk status result = 0
> Nov 17 17:41:51 [kernel] usb-storage: Bulk Status S 0x53425355 T 0x78 R
> 0 Stat 0x0
> Nov 17 17:41:51 [kernel] usb-storage: scsi cmd done, result=0x0
> Nov 17 17:41:51 [kernel] usb-storage: *** thread sleeping.
> Nov 17 18:21:25 [kernel] usb 1-3: new high speed USB device using
> ehci_hcd and address 20
> Nov 17 18:21:25 [kernel] usb 1-3: device descriptor read/all, error -71
> Nov 17 18:21:25 [kernel] usb 1-3: new high speed USB device using
> ehci_hcd and address 21
> Nov 17 18:21:25 [kernel] usb 1-3: string descriptor 0 read error: -71
> - Last output repeated 2 times -
> Nov 17 18:21:25 [kernel] usb 1-3: new high speed USB
> device using ehci_hcd and address 22
> Nov 17 18:21:25 [kernel] usb 1-3: string descriptor 0
> read error: -71
> - Last output repeated 2 times -
> Nov 17 18:21:25 [kernel] usb 1-3: new
> high speed USB device using ehci_hcd and
> address 23
> Nov 17 18:21:25 [kernel] usb 1-3: string
> descriptor 0 read error: -71

Ok, something is going wrong in either hardware or kernel land for
this device.  You should be seeing entries like this from the kernel:

Nov 17 13:10:30 carcharias usb 1-3: new high speed USB device using
ehci_hcd and address 5
Nov 17 13:10:30 carcharias scsi2 : SCSI emulation for USB Mass Storage devices
Nov 17 13:10:30 carcharias usb-storage: device found at 5
Nov 17 13:10:30 carcharias usb-storage: waiting for device to settle
before scanning
Nov 17 13:10:35 carcharias Vendor: ST910082  Model: 3A                Rev: 3.02
Nov 17 13:10:35 carcharias Type:   Direct-Access                     
ANSI SCSI revision: 00
Nov 17 13:10:35 carcharias SCSI device sda: 195371568 512-byte hdwr
sectors (100030 MB)

Particularly the last one, about the new SCSI device and it's size, is
important.  If you have USB and the other drivers built as modules,
reload them and try again.  If they are built into your kernel,
reboot.

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to