From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 30 23:09:28 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C183D6B0 for ; Wed, 30 Jul 2014 23:09:28 +0000 (UTC) Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74E452239 for ; Wed, 30 Jul 2014 23:09:28 +0000 (UTC) Received: from [192.168.1.81] ([172.15.184.248]) by mail.gmx.com (mrgmxus001) with ESMTPSA (Nemesis) id 0LyF75-1WR4fO1MuL-015Yb9 for ; Thu, 31 Jul 2014 01:04:11 +0200 Message-ID: <53D97A50.8090006@gmx.us> Date: Wed, 30 Jul 2014 19:05:52 -0400 From: Dutch Ingraham User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Audio CDs Not Playing Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:OGXtTLh1i3ZsRvCkyx1BInut41qIjz9IOBn7ofeErMDaoaSTAem +df8zRoQ2n1mkzcjtBAscrenb59HDKJlM1+ZFcc96RdZdEJVNbsZBIhA3QS9Ivy+Nk+ttbD mxkWnqq0/gBSzeIY1kqR00nHC+BuLD3+iY6R5/1yHDDZEfFQ09eAK0oVh3uAggQDL2DNxS/ yrEKbfCH/RZ57C3ALs5sA== X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2014 23:09:28 -0000 Greetings: I asked this question on freebsd-questions a couple of days ago and have received zero responses, so I'm posting here and asking the hackers for their help. Here's the problem: I'm having trouble with playing audio CDs; specifically, they won't play at all. Secondarily, it appears as though if they would play, I would need to be root to do so. My system stats are as follows: : FreeBSD dutch.freebsd.net 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 I am issuing the command and the CD simply will not play (it does not physically spin). However, if I issue , the CD will eject; if I issue , I will receive the tracks information, etc. So it appears as though communication is happening, but the CD will not play. If I issue these commands as a regular user, I receive a "permission denied" message; if run as root, simply nothing happens - no error, nothing. In fact, issuing returns 0. I have read the handbook sections on multimedia and setting up the sound card, and believe I've done everything by the book. For example, returns: hdac0@pci0:0:27:0: class=0x040300 card=0x04201028 chip=0x3a6e8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801JD/DO (ICH10 Family) HD Audio Controller' class = multimedia subclass = HDA and I have loaded, individually, both the snd_hda and snd_ich drivers with the same result (the hardware notes are ambiguous on the exact driver needed). The only somewhat useful information is returned by which returns: "cdcontrol: Inappropriate ioctl for device" However, a google search has not informed me as to what this means or how to correct. If someone could point me in the correct direction, I'd be appreciative. PS - This issue is not limited to CLI commands; VLC will issue the error "VLC is unable to open the MRL 'cdda:///dev/cd0'. Check the log for details." There is no log info that I can find. In addition, I can burn a cd with xfburn, but only as root. My fstab has the standard entry for CDs. Sound does work, as I can generate white noise.