From owner-freebsd-stable@FreeBSD.ORG Fri Aug 8 17:46:54 2008 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA6071065676 for ; Fri, 8 Aug 2008 17:46:54 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [212.17.241.230]) by mx1.freebsd.org (Postfix) with ESMTP id 4B27E8FC13 for ; Fri, 8 Aug 2008 17:46:54 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.1/8.14.1) with ESMTP id m78HkQNU029891; Fri, 8 Aug 2008 19:46:37 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.1/8.14.1/Submit) id m78HkQfn029890; Fri, 8 Aug 2008 19:46:26 +0200 (CEST) (envelope-from olli) Date: Fri, 8 Aug 2008 19:46:26 +0200 (CEST) Message-Id: <200808081746.m78HkQfn029890@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG, hawei@free.fr In-Reply-To: <20080808081330.GA1203@sirius.local.net> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.2-STABLE-20070808 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Fri, 08 Aug 2008 19:46:39 +0200 (CEST) Cc: Subject: Re: Audio CD problem on laptop VGN-SZ61MN X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG, hawei@free.fr List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 17:46:55 -0000 Harald Weis wrote: > Both ''cat filename > /dev/dsp0.0'' or ''vlc cdda:///dev/acd0@1 are OK. > > If I run ''cdcontrol -f /dev/acd0 play'', there is no sound. > But the output of ''cdcontrol -f /dev/acd0 status audio'' is alright. > (same behaviour for cd0 instead of acd0) Are you sure your mixer settings are OK? What's the output from /usr/sbin/mixer? Note that normal audio playback from software such as cat, vlc and mplayer go through the "pcm" channel of the mixer, while the direct CD playback (as initiated by cdcontrol) goes through the "cd" channel of the mixer. So please make sure that your "cd" channel isn't set to zero. Sometimes the channels are wired incorrectly in the hardware so it ends up a different channel -- If in doubt, just crank all the channels up to non-zero values. > And the output of ''mplayer cdda://1//dev/acd0'' is: > Playing cdda://1//dev/acd0. Are you sure this is the right syntax for mplayer? Normally I don't use mplayer for audio CDs, but I think when I tried it the syntax cd://1 or similar worked fine. You might need to have a symlink /dev/cd -> /dev/acd0c for that to work. At least I needed it back then. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "And believe me, as a C++ programmer, I don't hesitate to question the decisions of language designers. After a decent amount of C++ exposure, Python's flaws seem ridiculously small." -- Ville Vainio