From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 23:18:26 2005 Return-Path: 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 6063D16A4CE for ; Thu, 27 Jan 2005 23:18:26 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C432C43D2D for ; Thu, 27 Jan 2005 23:18:25 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so323924rne for ; Thu, 27 Jan 2005 15:18:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=JXIzmou5GCvGtvW04uuHtLrBddikcotL+kvh7dhB4qQ6OHTJUuQyM3TkY7kU5WOaHeXMCs1LnHupCLNQ9PTxKblHgtpxMQGy/vUtOOXaSLH+s1noQ03NBjwTrATbMxMLF5W6kPQhvUHFNwVfqVlyVmSvpdE8HHLnGzzIOG8tASo= Received: by 10.38.162.16 with SMTP id k16mr79938rne; Thu, 27 Jan 2005 15:18:25 -0800 (PST) Received: by 10.38.74.6 with HTTP; Thu, 27 Jan 2005 15:18:24 -0800 (PST) Message-ID: Date: Fri, 28 Jan 2005 00:18:24 +0100 From: Gert Cuykens To: Bernt Hansson In-Reply-To: <41F8BD64.90207@bah.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41F8489E.1000208@bah.homeip.net> <41F898B2.2090600@bah.homeip.net> <41F89EAA.3030609@bah.homeip.net> <41F8BD64.90207@bah.homeip.net> cc: FreeBSD mailinglist Subject: Re: Realtek RTL8100C X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 23:18:26 -0000 On Thu, 27 Jan 2005 11:07:32 +0100, Bernt Hansson wrote: > > On Thu, 27 Jan 2005 10:29:15 +0100, Gert Cuykens wrote: > > PS do you also know how to make the spdif work ? And how to configure > > surround sound ? > > Well, my crystal ball is a bit dim at the moment so I can't see what > soundcard you have. Sorry don't know when it's clearing up. > 7rxI# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xe800, 0xe400 irq 11 bufsz 16384 (1p/1r/0v channels duplex default) What i learnt from all this is you have to do 2 things to make the sk8n onboard sound work 1) kernel: device sound device snd_ich 2) xmms: xmms-esound-1.2.10_2 NOTE: cat ohyeah.wav > /dev/audio will always sound completly distored but when you play it with xmms it will sound perfect like it supposed to be. Why i dont know i think it has something to do with -esound- :) Now who can help me make the spdif and suround sound work :)