From owner-freebsd-questions@FreeBSD.ORG Fri Dec 30 18:37:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB51B16A420 for ; Fri, 30 Dec 2005 18:37:24 +0000 (GMT) (envelope-from rbhurtha@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46EC343D49 for ; Fri, 30 Dec 2005 18:37:04 +0000 (GMT) (envelope-from rbhurtha@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so708192uge for ; Fri, 30 Dec 2005 10:37:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fOVHNOgmmuE+8NpfgeHDQIkuqi5T+zmOBhfYcKyAxzceSUfZkAKsa8AFGZy/1Dm1mGIqf006p6KLQchA/yOw4oLCFV6dJq9HJwwyHpKJan6djiBnoLNWse93qIry2W76Zg4cPm9PH6arbG/zT/K9Fo3+6ea1hxHAO4AhLAh7Gl0= Received: by 10.67.23.8 with SMTP id a8mr3495938ugj; Fri, 30 Dec 2005 10:37:02 -0800 (PST) Received: by 10.66.237.11 with HTTP; Fri, 30 Dec 2005 10:37:02 -0800 (PST) Message-ID: Date: Fri, 30 Dec 2005 18:37:02 +0000 From: Roshan To: eoghan In-Reply-To: <40D83E7E-BCDF-43F4-B852-AF66C3B0DD1E@redry.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <40D83E7E-BCDF-43F4-B852-AF66C3B0DD1E@redry.net> Cc: freebsd Subject: Re: getting sound 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: Fri, 30 Dec 2005 18:37:25 -0000 On 12/30/05, eoghan wrote: > Hello > I have followed the manual page here for sound setup: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound- > setup.html > Im using freebsd 6.0 with generic kernel. Im not sure what sound > card came with my dell (its 3 years old). > So i did: > #kldload snd_emu10k1 > #kldload snd_driver > then: > #cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0xec40 irq 11 kld snd_es137x(1p/1r/0v > channels duplex default) > This is my first time trying to get the sound working. I try play an > mp3 ans dont hear anything. Perhaps using the snd_driver wont work in > my case... > Is there a way to get freeBSD to show my sound device so I can load > the correct module? Or is there something else im doing wrong? > Thanks > Eoghan > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > if you play an mp3 using a non-kde app, like mplayer or mpg123 , it will not play in my experience. artsd monopolises the sound device. what you have to do is kill the artsd, then you can play mp3's using mplayer or xmms or mpg123. command to kill artsd: # killall artsd then try playing your mp3.... Roshan