From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 20 23:14:32 2010 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8DA610656A6 for ; Fri, 20 Aug 2010 23:14:32 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from warped.bluecherry.net (unknown [IPv6:2001:440:eeee:fffb::2]) by mx1.freebsd.org (Postfix) with ESMTP id 579BA8FC12 for ; Fri, 20 Aug 2010 23:14:32 +0000 (UTC) Received: from volatile.chemikals.org (adsl-80-33-135.shv.bellsouth.net [98.80.33.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by warped.bluecherry.net (Postfix) with ESMTPSA id 7E2BF8A5EC3F; Fri, 20 Aug 2010 18:14:31 -0500 (CDT) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.14.4/8.14.4) with ESMTP id o7KNEVQv005285; Fri, 20 Aug 2010 18:14:31 -0500 (CDT) (envelope-from morganw@chemikals.org) Date: Fri, 20 Aug 2010 18:14:31 -0500 (CDT) From: Wes Morgan X-X-Sender: morganw@volatile To: "Julian H. Stacey" In-Reply-To: <201008202303.o7KN3AYc065868@fire.js.berklix.net> Message-ID: References: <201008202303.o7KN3AYc065868@fire.js.berklix.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.95.3 at warped X-Virus-Status: Clean Cc: multimedia@freebsd.org Subject: Re: 3 devices in /dev/sndstat X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2010 23:14:32 -0000 On Sat, 21 Aug 2010, Julian H. Stacey wrote: > > Did you try to select another default unit as per SOUND(4)? > > # sysctl hw.snd.default_unit=1 > > Thanks Boris :-) I got some sound working after man 4 sound & fixed some > mistakes > Modules not matching kernel, > Wrong driver in loader.conf, > These still fail: > xcdplayer # Fails from CDs in DVD drive > cdcontrol -f /dev/acd0 play 1 # Fails > But these work: > ksmp3play file_from_disc.mp3 # Plays OK from hard disc > vlc /cdrom # Plays OK from DVD > Anyone got a clue why ? cdcontrol plays the audio through the CD player's own audio out port that must connect to an input of your sound device, while vlc is probably reading the digital audio directly from the disc and playing that.