From owner-freebsd-current@FreeBSD.ORG Fri Jul 24 19:34:16 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B2B1106564A for ; Fri, 24 Jul 2009 19:34:16 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 0236F8FC0A for ; Fri, 24 Jul 2009 19:34:15 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so173252fgb.12 for ; Fri, 24 Jul 2009 12:34:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:mail-followup-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent :x-operating-system; bh=lwv6A04W2eoOhhCajt6btKa/s9BUqViXDTpZ26Gq9H8=; b=wSozDmVMBVmHUv7WFBUOnKgFlapF6vXlfk2UxRgNaJJCNsgXq8kSjSEXpwVtCTyXrL /8AJ9oimvZEJAZs4EeQq9ioSrCCUV6paMkQhShS+Tekdz8/6H0Ed0mObKAJlgdWg8MDa /riwhtYHuX1vyspmiVa1kdtgEtDiXpBwlttjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:x-operating-system; b=aBEqO5FU6ftkRJ9sa8wmYbir7Gp8ckZVJQ9BfZ0LrEOMoI56wJpX9D3Wax8W8BAc6/ 9EyLJ39Ky1crPDhbbkrhr0iSfAAeVLfUzjTe27mQdCqskCIrJ6TblnhtAWZHmBO77wAq NfqcJTcHXHut++YWKGUSZNrM57svKkG3d6Pv8= Received: by 10.86.70.20 with SMTP id s20mr36614fga.64.1248464054989; Fri, 24 Jul 2009 12:34:14 -0700 (PDT) Received: from aperture_lab ([77.66.145.99]) by mx.google.com with ESMTPS id e11sm3292386fga.6.2009.07.24.12.34.12 (version=SSLv3 cipher=RC4-MD5); Fri, 24 Jul 2009 12:34:14 -0700 (PDT) Received: by aperture_lab (sSMTP sendmail emulation); Fri, 24 Jul 2009 23:34:09 +0400 Date: Fri, 24 Jul 2009 23:34:09 +0400 From: Jeff Laine To: Hans Petter Selasky Message-ID: <20090724193409.GA1692@free.bsd.loc> Mail-Followup-To: Jeff Laine , Hans Petter Selasky , current@freebsd.org References: <200907232109.04094.hselasky@c2i.net> <200907232132.41400.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200907232132.41400.hselasky@c2i.net> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-BETA2 i386 Cc: current@freebsd.org Subject: Re: 8-current + USB CD-ROM drive + CAM layer audio extraction from CD (regression) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2009 19:34:16 -0000 On Thu,07/23/09 [21:32:39], Hans Petter Selasky wrote: > On Thursday 23 July 2009 21:09:02 Hans Petter Selasky wrote: > > Hi, > > > > I have a CD I want to extract audio from, giving me trouble this time. > > Plugging the USB CD-ROM into a MAC allows for instant audio playback. I'm > > pretty sure that digital audio extraction works. The USB CD-ROM drive is > > made by Samsung. The CD is made by forefront/EMI. > > > > At first I thought that this is another example of record labels making > > deals with hardware manufacturers, but I'm leaving a chance it might be a > > bug in the CAM layer. > > > > This is an regression issue introduced during the last month. I tested more > CD's and none can be played back via digital audio extraction :-( > > With an older 8-current kernel it works. > > --HPS > The same with my Lite-On USB multi-recorder: ... umass0:3:0:-1: Attached to scbus3 cd1 at umass-sim0 bus 0 target 0 lun 0 cd1: Removable CD-ROM SCSI-0 device cd1: 40.000MB/s transfers cd1: cd present [2280432 x 2048 byte records] $ camcontrol -f /dev/cd1 play $ dmesg ... cd0: FAILURE - PLAY_12 ILLEGAL REQUEST asc=0x64 ascq=0x00 (cd0:ata1:0:0:0): PLAY AUDIO(12). CDB: a5 0 0 0 0 0 0 6 dd 39 0 0 (cd0:ata1:0:0:0): CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): ILLEGAL REQUEST asc:64,0 (cd0:ata1:0:0:0): Illegal mode for this track (cd0:ata1:0:0:0): Unretryable error No sound, though the disk is actually 'playing' inside. -- Best regards, Jeff | "Nobody wants to say how this works. | | Maybe nobody knows ..." | | Xorg.conf(5) |