From owner-freebsd-questions@FreeBSD.ORG Mon Dec 27 11:13:38 2004 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 7454F16A4CE for ; Mon, 27 Dec 2004 11:13:38 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025D743D1F for ; Mon, 27 Dec 2004 11:13:38 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20041227111332i92002addne>; Mon, 27 Dec 2004 11:13:37 +0000 Message-ID: <41CFEE59.7030308@nbritton.org> Date: Mon, 27 Dec 2004 05:13:29 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 1.0 (X11/20041219) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jorn Argelo References: <20041227084745.M9038@wcborstel.nl> In-Reply-To: <20041227084745.M9038@wcborstel.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: A few questions regarding sound drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 11:13:38 -0000 Jorn Argelo wrote: >Hi all, > >I've installed FreeBSD 5.3 AMD64 a few days ago. However, I am having sound >problems. I have an Ensoniq 5880 as specified by lspci and dmesg: > >00:0d.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02) > >pci0: at device 13.0 (no driver attached) > >For example, when I try to load a random kernel module for sound, it says no >such file or directory. So when I take a peek in /boot/kernel, it indeed shows >up no sound modules. My FreeBSD server (which hasn't even have sound support >compiled in the kernel) does have them though. Can I use those? I've compiled >the kernel with COMPAT_IA32, COMPAT_43 and COMPAT_LINUX32. > >Also, I am not certain which driver I should have, though. It does not appear >to be in the hardware notes of the AMD64 port as well, so does FreeBSD even >support it then? > >Thanks alot, > >Jorn > > > I don't know about the first part (maybe rebuild/install the kernel so it will re/install the kernel modules?) but for the 2nd part put snd_driver_load="YES" into your loader.conf file and reboot, this will load all sound modules then you can do "dmesg | grep pcm" to find out if your card worked (not a definitive test) and if it did a good hint at what driver(s) to use.