From owner-freebsd-usb@FreeBSD.ORG Tue Aug 26 05:39:10 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B04471065677 for ; Tue, 26 Aug 2008 05:39:10 +0000 (UTC) (envelope-from omar@heedme.com) Received: from obstinate.heedme.com (obstinate.heedme.com [64.194.244.229]) by mx1.freebsd.org (Postfix) with ESMTP id 5BEC18FC20 for ; Tue, 26 Aug 2008 05:39:10 +0000 (UTC) (envelope-from omar@heedme.com) Received: from obstinate.heedme.com (localhost [127.0.0.1]) by obstinate.heedme.com (8.14.3/8.14.3) with ESMTP id m7Q5FmoS084464 for ; Tue, 26 Aug 2008 01:15:48 -0400 (EDT) Received: from localhost (omar@localhost) by obstinate.heedme.com (8.14.3/8.14.3/Submit) with ESMTP id m7Q5Fmhu084461 for ; Tue, 26 Aug 2008 01:15:48 -0400 (EDT) Date: Tue, 26 Aug 2008 01:15:48 -0400 (EDT) From: Omar Siddique To: freebsd-usb@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: USB audio CDs? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2008 05:39:10 -0000 Is AUDIO from USB optical drives supported? See below for what I've tried under 6.3-RELEASE (unsuccessfully). (I tried freebsd-questions without any reply and only saw a couple of unanswered posts on the topic when searching the archives for this list.) Thanks for any advice! -omar ---------- Forwarded message ---------- Subject: USB audio CDs? I have a USB DVD-RW drive that I'd like to use to rip music under 6.3-RELEASE, but I don't seem to have a /dev/acd0 (and can't get "grip" (from ports) to work from /dev/cd0). /dev/cd0 shows up fine, but audio CDs log errors and "grip" can't do much with /dev/cd0. Using /dev/cd0, grip is able to see the TOC for the CD, but attempting to rip only generates errors: 006: Could not read any data from drive (repeats per track) Repeatable for different CDs. I was able to mount a cd9660 disc from this drive without a problem. I've previously done this (using grip) with ATA/SATA optical drives of various sorts, as well as used various (non-audio) USB mass-storage devices without any problems, but this is my first shot under *BSD at getting audio off a USB optical drive. I read through the USB related man pages, FB handbook, and googled without finding any answers... Would appreciate any advice! I have all of these in my running kernel: device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) device ugen # Generic device umass # Disks/Mass storage - Requires scbus and da device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) device pass # Passthrough device (direct SCSI access) device cd # scsi cd for cd-r/burner on USB device atapicam I tried it both w/ and w/o atapicam. Attaching device with audio CD loaded logs the following: Jul 20 01:28:20 mine kernel: umass0: Sony DRX-500UL, rev 2.00/1.04, addr 2 Jul 20 01:28:30 mine kernel: cd0 at umass-sim0 bus 0 target 0 lun 0 Jul 20 01:28:30 mine kernel: cd0: Removable CD-ROM SCSI-0 device Jul 20 01:28:30 mine kernel: cd0: 40.000MB/s transfers Jul 20 01:28:30 mine kernel: cd0: cd present [198012 x 2048 byte records] Jul 20 01:28:30 mine kernel: (cd0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 0 0 0 0 0 2 0 Jul 20 01:28:30 mine kernel: (cd0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Jul 20 01:28:30 mine kernel: (cd0:umass-sim0:0:0:0): SCSI Status: Check Condition Jul 20 01:28:30 mine kernel: (cd0:umass-sim0:0:0:0): ILLEGAL REQUEST asc:64,0 Jul 20 01:28:30 mine kernel: (cd0:umass-sim0:0:0:0): Illegal mode for this track Jul 20 01:28:30 mine kernel: (cd0:umass-sim0:0:0:0): Unretryable error Jul 20 01:28:30 mine kernel: (cd0:umass-sim0:0:0:0): cddone: got error 0x6 back Jul 20 01:28:30 mine kernel: (cd0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 3 5 7b 0 0 1 0 Jul 20 01:28:30 mine kernel: (cd0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Jul 20 01:28:30 mine kernel: (cd0:umass-sim0:0:0:0): SCSI Status: Check Condition (etc...) Thanks! -omar