From owner-freebsd-questions@FreeBSD.ORG Thu May 31 06:38:54 2012 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 46EEA106566B for ; Thu, 31 May 2012 06:38:54 +0000 (UTC) (envelope-from ah@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id 1110D8FC12 for ; Thu, 31 May 2012 06:38:54 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id q4V6ckSV044942 for ; Thu, 31 May 2012 00:38:46 -0600 (MDT) (envelope-from ah@dreamchaser.org) Message-ID: <4FC711F6.6040206@dreamchaser.org> Date: Thu, 31 May 2012 00:38:46 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120528 Thunderbird/12.0.1 MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Thu, 31 May 2012 00:38:46 -0600 (MDT) Subject: Audio CD issue -- most everything but noise 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: Thu, 31 May 2012 06:38:54 -0000 I'm having trouble getting an audio cd to make any (pleasant) noise (9.0 release). The cd mounts a regular file system ok and audio generally works ok -- playing from a file works. >cdcontrol eject (works) >cdcontrol info (displays reasonable TOC) >cdcontrol play (returns to prompt but I hear nothing) >cdcontrol status Audio status = 17, current track = 2, current position = 0:25.43 No media catalog info available Left volume = 255, right volume = 255 Successive status requests look like it is progressing through the CD just fine. Specifying an argument to play fails: >cdcontrol play 1 cdcontrol: Invalid argument >cdcontrol debug on cdcontrol: Inappropriate ioctl for device and the -v argument produces no verbose output. The CD does not have any direct to mobo audio wire, only the ATA cable. I'm assuming fbsd gets the audio down the ata cable, correct? If I do >cdcontrol pause >cdcontrol status I hear the CD spin up, and it stays spinning for a while. If I wait for it to spin down and then do >cdcontrol resume cdcontrol: Input/output error >cdcontrol play I never hear the device spin up. >cdcontrol pause >cdcontrol resume >cdcontrol status Gives no error message, nor does the device spin up after the resume. The status does show it playing, however. Thanks for any helpful hints, I'm totally confused. Gary