From owner-freebsd-questions@FreeBSD.ORG Thu May 12 07:19:15 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 BA5D916A4CE for ; Thu, 12 May 2005 07:19:15 +0000 (GMT) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91FB343D68 for ; Thu, 12 May 2005 07:19:14 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout1-sn2.hy.skanova.net (7.1.026.7) id 41E32167013D562E for questions@FreeBSD.org; Thu, 12 May 2005 09:19:13 +0200 Received: (qmail 46328 invoked by uid 1001); 12 May 2005 07:19:12 -0000 Date: Thu, 12 May 2005 09:19:12 +0200 From: Erik Trulsson To: Ionel Message-ID: <20050512071912.GA39168@falcon.midgard.homeip.net> Mail-Followup-To: Ionel , questions@FreeBSD.org References: <20050512070612.8E9F7109ED9@xprdmailfe1.nwk.excite.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050512070612.8E9F7109ED9@xprdmailfe1.nwk.excite.com> User-Agent: Mutt/1.5.9i cc: questions@FreeBSD.org Subject: Re: Sound card support 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: Thu, 12 May 2005 07:19:15 -0000 On Thu, May 12, 2005 at 03:06:12AM -0400, Ionel wrote: > > Hello, > I have an Yamaha OPL3SA2 sound card, isa-pnp. > I had last year installed FreeBSD 5.2.1, and my sound card was supported, I had to add "device pcm" in the kernel configuration file. > Now I installed FreeBSD 5.4, and I can't make my sound card to work. > "device pcm" is unrecognised, "device sound" doesn't see my card, > and Opl3sa2 is not on the hardware list. > Question: > Is there a way by which I can make my sound card work, or should I revert to FreeBSD 5.2.1 ? > In this second case... are the FreeBSD ports packages still kept on the ftp sites ? > If it worked on 5.2.1 it should still work - I don't think any audio drivers have been removed since then. You probably need to add some specific sound driver in addition to 'device sound' Try using kldload to load each of the snd_* kernel modules and see which one recognises your sound card - then you can add that device to your kernel config. -- Erik Trulsson ertr1013@student.uu.se