From owner-freebsd-questions@FreeBSD.ORG Sat Dec 19 04:38:47 2009 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 CF857106566B for ; Sat, 19 Dec 2009 04:38:47 +0000 (UTC) (envelope-from mark@msen.com) Received: from shell.msen.com (msen.com [148.59.86.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8E9EA8FC13 for ; Sat, 19 Dec 2009 04:38:47 +0000 (UTC) X-Sent-To: Received: from saturn.gateway.2wire.net (99-170-102-4.lightspeed.livnmi.sbcglobal.net [99.170.102.4]) (authenticated bits=0) by shell.msen.com (8.14.3/8.14.3) with ESMTP id nBJ4cjZd025600 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 18 Dec 2009 23:38:46 -0500 (EST) (envelope-from mark@msen.com) From: Mark Moellering To: freebsd-questions@freebsd.org Date: Fri, 18 Dec 2009 23:38:37 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE; KDE/4.3.4; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200912182338.37697.mark@msen.com> Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=99.170.102.4; envelope-from= Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=99.170.102.4; helo=saturn.gateway.2wire.net Subject: Re: sound problem in 8 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, 19 Dec 2009 04:38:47 -0000 On Friday 18 December 2009 21:53:45 Tsu-Fan Cheng wrote: > Hi, > > I just update to 8 release, and found that my sound has problem, my > mpg123 can't find oss output, and mpg321 can't create mcop directory. > Though mplayer and xmms don't complain while playing mp3 files, the music > is distorted, I can't really describe it. It seems people have been > talking about this on the forum but I didn't see any definitive answer, > thought I will post it here to get some help, thanks!! > > TFC Not sure if it will help your situation but I had to add hw.snd.default_unit=1 to my sysctl.conf file. You may need to look at the output of dmesg and read through th eman page(s) of snd and your sound card. Hope this helps Mark Moellering