From owner-freebsd-questions@FreeBSD.ORG Mon Dec 27 08:56:25 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 1247D16A4CE for ; Mon, 27 Dec 2004 08:56:25 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6418943D46 for ; Mon, 27 Dec 2004 08:56:24 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id A43B0421B for ; Mon, 27 Dec 2004 09:56:56 +0100 (CET) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10613-10 for ; Mon, 27 Dec 2004 09:56:53 +0100 (CET) Received: from www.wcborstel.nl (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 1A89C412F for ; Mon, 27 Dec 2004 09:56:53 +0100 (CET) From: "Jorn Argelo" To: questions@freebsd.org Date: Mon, 27 Dec 2004 09:56:53 +0100 Message-Id: <20041227084745.M9038@wcborstel.nl> X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 82.161.134.53 (jorn) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: by amavisd-new at mail.wcborstel.nl Subject: 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 08:56:25 -0000 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