From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EcqF4-0003zR-Me for garchives@archives.gentoo.org; Thu, 17 Nov 2005 20:20:23 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jAHKJT0w001989; Thu, 17 Nov 2005 20:19:29 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jAHKFc7U029803 for ; Thu, 17 Nov 2005 20:15:39 GMT Received: by wproxy.gmail.com with SMTP id i28so477838wra for ; Thu, 17 Nov 2005 12:15:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F1Dl9hIduK+W5HDTZUrLMElG+Tfptg49HVUnfwP9x9CZP3W4kiBSWFDtipT0nHB76Rw5360I9NyP6EOIkwaMEQk7ct3wk8qmVkOCM2m+Af4gmJQJ89sP1K7l5O+gOWT+ANrOYhWFOBL+xsDklXUyb50epsuUe71lg9HdL8L/EL0= Received: by 10.54.140.12 with SMTP id n12mr6757004wrd; Thu, 17 Nov 2005 12:15:38 -0800 (PST) Received: by 10.54.126.13 with HTTP; Thu, 17 Nov 2005 12:15:38 -0800 (PST) Message-ID: <7573e9640511171215i5eac14d2pba1e71d6df451b6b@mail.gmail.com> Date: Thu, 17 Nov 2005 13:15:38 -0700 From: Richard Fish Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] confused udev? In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <200511171049.14493.ext-dirk.heinrichs@nokia.com> <7573e9640511170614q4129191cv27de7f4def6b1e85@mail.gmail.com> <7573e9640511170911g90dae97i4116052fbd691a3d@mail.gmail.com> <7573e9640511171014p1b5dd90ay29e841abd7310bbe@mail.gmail.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id jAHKFc7U029803 X-Archives-Salt: 2fd4ce82-6459-4f45-bd51-6e2ab497d310 X-Archives-Hash: 9a1bc289d3e46f377678dce9266e1499 On 11/17/05, Jorge Almeida 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