From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 1 23:00:12 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 B5FF61065672 for ; Tue, 1 Jun 2010 23:00:12 +0000 (UTC) (envelope-from SamanKaya@netscape.net) Received: from imr-da03.mx.aol.com (imr-da03.mx.aol.com [205.188.105.145]) by mx1.freebsd.org (Postfix) with ESMTP id 778B28FC1A for ; Tue, 1 Jun 2010 23:00:12 +0000 (UTC) Received: from mtaout-ma05.r1000.mx.aol.com (mtaout-ma05.r1000.mx.aol.com [172.29.41.5]) by imr-da03.mx.aol.com (8.14.1/8.14.1) with ESMTP id o51MxpfS031234; Tue, 1 Jun 2010 18:59:51 -0400 Received: from [192.168.0.54] (81-178-2-118.dsl.pipex.com [81.178.2.118]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-ma05.r1000.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 25F48E0000E3; Tue, 1 Jun 2010 18:59:50 -0400 (EDT) Message-ID: <4C0590E5.7010305@netscape.net> Date: Tue, 01 Jun 2010 23:59:49 +0100 From: Kaya Saman User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17 (Ubuntu-1.1.17+nobinonly-0ubuntu0.9.04.1) MIME-Version: 1.0 To: Andrew Thompson References: <4C056786.3010106@netscape.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit x-aol-global-disposition: G X-AOL-SCOLL-SCORE: 0:2:474617856:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d29054c0590e623ab X-AOL-IP: 81.178.2.118 Cc: multimedia@freebsd.org Subject: Re: Intel HD Audio project? 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: Tue, 01 Jun 2010 23:00:12 -0000 Andrew Thompson wrote: > On 2 June 2010 08:03, Kaya Saman wrote: > >> Hi guys, >> >> I've just bought a new Intel Mini-ITX system board with multi channel hi-def >> audio.... >> >> The system is being used as a barebones mini mainframe with no GUI but none >> the less I have installed xmms2 on it as I thought it could be a good radio >> station and also just for fun listening too :-) >> >> Anyhow, each time I tried to start xmms2 I got a response of OSS not found. >> I then built OSS from the ports collection and rebooted and unfortunately I >> still get an error: >> >> $ xmms2d >> INFO: ../src/xmms/log.c:49: Initialized logging system :) >> 23:00:07 INFO: ../src/xmms/ipc.c:795: IPC listening on >> 'tcp://192.168.1.120:9090'. >> 23:00:07 INFO: ../src/xmms/main.c:517: Using output plugin: oss >> 23:00:07 ERROR: ../src/xmms/output.c:978: Could not initialize output plugin >> Starting XMMS2 phone home agent... >> >> pciconf -lv gives this response: >> >> none1@pci0:0:27:0: class=0x040300 card=0x50038086 chip=0x3a3e8086 >> rev=0x00 hdr=0x00 >> vendor = 'Intel Corporation' >> device = 'HD Audio Controller' >> class = multimedia >> subclass = HDA >> >> I am guessing the none1 at the beginning means that there is no driver in >> the system for it?? >> >> I did manage to find this on Google: >> http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-September/004720.html >> however it seems that the project is now closed as there is no more source >> code downloadeable for the driver. >> >> Can anyone suggest anything to get my sound device working? >> > > The above driver is now in the base system, just `kldload snd_hda` > (and put the line snd_hda_load="YES" in /boot/loader.conf). > > > Andrew > Thanks Andrew! Sorry for getting delayed a bit with my last reply as am on 2 different machines which don't auto update regularly..... Anyhow it works now and just managed to hack out XMMS2 as well so I have a fully audible server now :-) I remember I did this before on my first build, however in the mean time I think I panicked as I have to go back home tomorrow which means a 4 hour flight so time constraints got the better of me this time. Hey not too bad though as this is really the second build with FreeBSD that I've ever done so all is pretty cool ;-) Regards, Kaya