From owner-freebsd-questions@FreeBSD.ORG Wed Oct 10 03:24:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 179C716A420 for ; Wed, 10 Oct 2007 03:24:24 +0000 (UTC) (envelope-from scott@sremick.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id CA6B113C46A for ; Wed, 10 Oct 2007 03:24:23 +0000 (UTC) (envelope-from scott@sremick.net) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 46A3230952; Tue, 9 Oct 2007 23:13:33 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Tue, 09 Oct 2007 23:13:33 -0400 X-Sasl-enc: R526eBvKl3Hn4/Zrwtk6dw64bQzedFiXvGLQxvOLBSl1 1191986012 Received: from desktop.sremick.net (brist1-dhcp-76.greenmountainaccess.net [69.54.15.76]) by mail.messagingengine.com (Postfix) with ESMTP id DB3281126D; Tue, 9 Oct 2007 23:13:32 -0400 (EDT) Message-ID: <470C435C.3090701@sremick.net> Date: Tue, 09 Oct 2007 23:13:32 -0400 From: "Scott I. Remick" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.6) Gecko/20070805 Thunderbird/2.0.0.6 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Predrag Punosevac References: <46D50089.5010309@math.arizona.edu> <46D5086E.7050504@sremick.net> <46D50B76.3000707@math.arizona.edu> <46D51589.6010100@sremick.net> <46D51F5D.70003@math.arizona.edu> <46D5E927.4070300@sremick.net> <46D5ED5B.1040402@math.arizona.edu> In-Reply-To: <46D5ED5B.1040402@math.arizona.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: youshi10@u.washington.edu, freebsd-questions@freebsd.org Subject: Re: "READ_BIG timed out" errors on acd0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 03:24:24 -0000 Sorry for the delay... I had memory issues I had to resolve first. I'm now ready to revisit this issue. Predrag Punosevac wrote: > > I will also mention something which is probably stupid. But you know > that in FreeBSD you must have a wire between DVD/CD rom and > audio card to be able to listen to CDs. Can you listen to the CDs? I > have no clue if you could rip CD without that wire. The CD-audio cable is not used or needed for "ripping" which is also known as "DAE" = digital audio extraction. Garrett Cooper wrote: > > Try cd0, not acd0, or create appropriate links via /etc/devfs.conf. Sound Juicer doesn't allow you to pick between the two. It identifies the drive by name, not by its /dev entry, and it only gives me the one option. Everyone else: here's my original post for reference. I'm trying to doing a fresh buildworld with the latest -STABLE but it doesn't seem "stable" and isn't building as the tree currently is, so I might have to wait on that. I'm hoping there's a multimedia guru who can help walk me through a series of sensible troubleshooting steps in order to get to the bottom of this, because multimedia isn't my forte and I'm sort of flying by the seat of my pants here. Scott I. Remick wrote: > Hello... I'm using 6.2-STABLE from Aug 8th. Trying to get a CD ripping program to work on this new box. Have used Grip in the past, also trying Sound Juicer but both are having issues... I think it's something to do with the drive. Here's what I get in /var/log/messages: > > Aug 29 00:30:52 desktop kernel: acd0: WARNING - TEST_UNIT_READY freeing taskqueue zombie request > Aug 29 00:31:28 desktop kernel: acd0: FAILURE - READ_BIG timed out > Aug 29 00:32:05 desktop kernel: acd0: FAILURE - READ_BIG timed out > Aug 29 00:32:41 desktop kernel: acd0: FAILURE - READ_BIG timed out > Aug 29 00:32:41 desktop kernel: (cd0:ata3:0:0:0): cddone: got error 0x5 back > > And so on and so forth. > > The drive is a Samsung SH-S183L DVD+RW connected via SATA: > > acd0: DVDR at ata3-master SATA150 > > # atacontrol mode acd0 current mode = SATA150 > > I think the freezes I get with Grip and Sound Juicer are related to these errors. Any suggestions?