From owner-freebsd-questions@FreeBSD.ORG Sat Sep 25 21:26:16 2010 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 9E94E1065670 for ; Sat, 25 Sep 2010 21:26:16 +0000 (UTC) (envelope-from glimp@live.com) Received: from blu0-omc4-s5.blu0.hotmail.com (blu0-omc4-s5.blu0.hotmail.com [65.55.111.144]) by mx1.freebsd.org (Postfix) with ESMTP id 5D32F8FC18 for ; Sat, 25 Sep 2010 21:26:16 +0000 (UTC) Received: from BLU0-SMTP215 ([65.55.111.136]) by blu0-omc4-s5.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 25 Sep 2010 14:26:15 -0700 X-Originating-IP: [151.49.230.20] X-Originating-Email: [glimp@live.com] Message-ID: Received: from genki.collidiamo.net ([151.49.230.20]) by BLU0-SMTP215.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 25 Sep 2010 14:26:14 -0700 Date: Sat, 25 Sep 2010 23:21:29 +0200 From: dan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100920 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20100925223139.e6c94aa4.freebsd@edvax.de> In-Reply-To: <20100925223139.e6c94aa4.freebsd@edvax.de> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Sep 2010 21:26:14.0867 (UTC) FILETIME=[48876A30:01CB5CF8] Subject: Re: Unable to access CDROM device to play music 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: Sat, 25 Sep 2010 21:26:16 -0000 On 25.09.2010 22:31, Polytropon wrote: > On Sat, 25 Sep 2010 08:09:23 -0400, Carmel wrote: >> I am using FreeBSD 8.1 / amd64 with Platform Version 4.5.1 (KDE 4.5.1) >> if that matters.Before updating my system to FreeBSD 8.1 / amd64, I had >> the 7.3 /32 bit version installed. I completely erased the HD prior to >> installed the newer version so as to eliminate any accumulated garbage >> that might be hanging around. Previously, I was able to play CD Audio >> files without any problem. The "cdcontrol" program worked fine and I >> was able to play music files while using KDE using its audio player. >> >> I now find that I can no-longer achieve that goal. When I place an audio >> CD into the PC, this error message is displayed: (It will probably wrap) >> >> Unable to mount Audio Disc >> DBus error org.freedesktop.DBus.Error.NoReply: >> Message did not receive a reply (timeout by message bus) > > You cannot mount audio CDs. > > The important lines from your system log are: > > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00 > SCSI status: Check Condition > SCSI sense: ILLEGAL REQUEST asc:64,0 (Illegal mode for this track) > > This seems to indicate that the CD cannot be read. Can it be read > with a different drive? Maybe the drive is faulty. Or the media > is. Can you check the media in a "hardware CD player"? > > > >> I am at a loss here. I don't believe I made any radical changes from >> the configuration I was using in my older FreeBSD installation. > > First of all, HAL seems to be interfering. To check, make sure HAL > is not running, then do "cdcontrol play 1". Have the "mixer" program > push all volumes up. > > > >> I might add that MPlayer cannot see the drive either; although, it use >> to work fine. > > In how far does mplayer "see a drive"? > > > >> This problem exists whether KDE is running or not. The >> "cdcontrol" player will open and close the door on the device; however, >> no sound is emitted. > > Does the drive have a phones connector at the front? Does it maybe > play from there? Playing audio CDs is a feature of drives that does > not neccessarily need CPU / system attention (except for starting > the playback by a drive command). > > Are you accessing the drive by ATAPI or ATAPICAM? > > > >> Normal 'notification' sounds are emitted so I know >> the speakers, etc. are working correctly. The KDE start-up >> notifications works just fine. > > So no problem on this side. > > > If you are accessing ATAPI device using the SCSI subsystem make sure the user has all the required permissions to read/write xpt* pass* cd*. Run "camcontrol devlist" as a normal user and see if it shows you any drive (http://www.freebsd.org/doc/en/books/handbook/creating-cds.html Section 18.6.9). If this matters somehow I get many of the following messages (cd0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 2 99 77 0 0 1 0 (cd0:umass-sim0:0:0:0): CAM status: SCSI Status Error (cd0:umass-sim0:0:0:0): SCSI status: Check Condition (cd0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST csi:28,a,1,20 asc:64,0 (Illegal mode for this track) (cd0:umass-sim0:0:0:0): cddone: got error 0x6 back (cd0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 0 0 20 0 0 4 0 (cd0:umass-sim0:0:0:0): CAM status: SCSI Status Error (cd0:umass-sim0:0:0:0): SCSI status: Check Condition (...) when an audio cd is pre-loaded at bootup into my external dvd rewriter. But the drive is functional (or at least seems to be... :-D). d