From owner-freebsd-questions@FreeBSD.ORG Wed Aug 29 07:50:09 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EF6216A418 for ; Wed, 29 Aug 2007 07:50:09 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id E185113C483 for ; Wed, 29 Aug 2007 07:50:08 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l7T7o8J9004221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 29 Aug 2007 00:50:08 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l7T7o7U2032272 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Aug 2007 00:50:07 -0700 Message-ID: <46D52537.4080302@u.washington.edu> Date: Wed, 29 Aug 2007 00:50:15 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) 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> In-Reply-To: <46D51F5D.70003@math.arizona.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.8.29.2925 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_MEDIA_BODY 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_PHRASE_25 0, __USER_AGENT 0' Cc: "Scott I. Remick" , 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, 29 Aug 2007 07:50:09 -0000 Predrag Punosevac wrote: > Ok Scott I got you. You want to rip the CD. That should be easier. Let > me suggest something elementary first. Why don't you > mount your cd as > > su - > password > mount-t cd9660 /dev/acd0 /mnt > > You should see you disk mounted and songs like files that you can > transfer to hard disk. Of course you > can convert them latter to some format you like best. > > Did you read Gnome project documentation on using sound juser as > > *Nautilus-cd-burner does not let me burn CDs or > Totem/Goobox/Sound-juicer cannot find my CD/DVD drive. How can I fix > this?* > > Nautilus-cd-burner, totem, goobox, and sound-juicer cannot use CD/DVD > drives unless support for those devices is enabled in the kernel, and > the permissions on the device nodes allow write access. > Nautilus-cd-burner, totem, goobox, and sound-juicer talk to CD/DVD > drives through the SCSI CAM subsystem. Therefore, you must make sure > you have the following configured in your kernel: > > device scbus > device cd > device pass > > You must also make sure you have the following configured in your > kernel if you are using an ATAPI CD/DVD drive: > > device atapicam > > Finally, if you are running GNOME 2.16 or later, you must have HAL > running , or you will > only be able to burn to an ISO image file. > > To figure out which CD/DVD drive you will be using, run the following > command as root: > > # camcontrol devlist > > Your output will look similar to the following: > > at scbus1 target 0 lun 0 (cd0,pass0) > > The devices in parentheses at the end are important. You must make > sure the /dev entries for those devices are writable by the users that > will be using nautilus-cd-burner, totem, goobox, or sound-juicer. In > addition to those devices, /dev/xpt* must also be writable to your > nautilus-cd-burner, totem, goobox, and sound-juicer users. The > following /etc/devfs.conf configuration will achieve the desired > results given the above devlist: > > perm cd0 0666 > perm xpt0 0666 > perm pass0 0666 > > If you encounter problems burning to discs with nautilus-cd-burner, > set the following GConf /apps/nautilus-cd-burner/debug to /true/ using > *Applications > System Tools > Configuration Editor* (gconf-editor > from the command line). Then run nautilus-cd-burner from the command > line, reproduce the problem you are having, and capture the output on > the command line. Include this along with the rest of your bug report > . > > Let me know what is going on. > > Scott I. Remick wrote: >> Predrag Punosevac wrote: >>> How about if you read first page from Chapter 18 from the Handbook >>> >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html >>> >>> >>> There are several rock solid command line programs for burning CDs >>> and DVDs. Burn cd is the simplest one. cdrecord is the second one. >> >> Except I am not trying to burn a CD. I am trying to rip (extract CD >> audio tracks into a file). Both burncd and cdrecord are for burning >> (writing) CDs, which is not the issue. >> >> Now, the dd command mentioned on that page... that I am familiar >> with, and already had tried. Through me for a loop at first since I >> thought it was outputting a .wav file, but once I realized it was >> just a raw PCM file I was able to play it fine. So it works. >> >> cdda2wav seems to extract a wav file fine, with no errors. File is >> playable. >> >> cdparanoia also creates a playable wav file just fine. >> >>> Forgive me for saying this but before we declare something is wrong >>> with hardware lets check if the thing can record from the command >>> line when you are supper user. This way we will check if something >>> is wrong with hardware or with configuration files i.e. permissions >>> , links etc. >>> If you can rip CD from the command line hardware is OK. >> >> It's not that I thought I had bad hardware, but I figured I might >> need some config/settings tweaks, especially since it's an SATA drive. >> >> Anyhow, sorry for the confusion... don't mean to seem dense. Just >> didn't seem like we were on the same page (burning vs. ripping). >> Hopefully the command-line results give you an idea of where to look >> next. The big assumption is that the CD that you're ripping from doesn't have copyright protection on it. That kind of a CD will show that particular set of behavior in FreeBSD. For that case you'll have to grab a Mac or a Windows PC to properly rip the CD, and I recommend iTunes for that (apparently Apple made it simple to rip copyright protected CDs. Heh). I'm not trying to encourage anything illegal. I did that with a lot of Japanese CDs I own just because I prefer MP3/MP4 formatted tracks on my iPod / PC. -Garrett