From owner-freebsd-questions@FreeBSD.ORG Mon Nov 3 09:41:25 2003 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 852F616A4D5 for ; Mon, 3 Nov 2003 09:41:25 -0800 (PST) Received: from apate.telenet-ops.be (apate.telenet-ops.be [195.130.132.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 413E943FAF for ; Mon, 3 Nov 2003 09:41:24 -0800 (PST) (envelope-from de_wout@pandora.be) Received: from localhost (localhost.localdomain [127.0.0.1]) by apate.telenet-ops.be (Postfix) with SMTP id E365A37FDE; Mon, 3 Nov 2003 18:41:22 +0100 (MET) Received: from xtreme (D5773886.kabel.telenet.be [213.119.56.134]) by apate.telenet-ops.be (Postfix) with SMTP id D162F37E73; Mon, 3 Nov 2003 18:41:21 +0100 (MET) Message-ID: <002801c3a231$b1c52390$0a7ba8c0@xtreme> From: "Wout A." To: "Gary Schenk" References: <200311030843.34185.gwschenk@socal.rr.com> Date: Mon, 3 Nov 2003 18:41:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-questions@freebsd.org Subject: Re: AC97 sound 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: Mon, 03 Nov 2003 17:41:25 -0000 Congratz, Have you tried this? # kldload snd_driver (This tries all sound drivers..one of them might work...) If this works, you might want to add the driver to the /boot/loader.conf, you can find an example in /boot/defaults/loader.conf . Good Luck! ----- Original Message ----- From: "Gary Schenk" To: Sent: Monday, November 03, 2003 5:43 PM Subject: AC97 sound support > I've just installed 5.1 -RELEASE on my new machine, a HP a350n. For > sound this computer uses onboard RealTek AC97 Audio. > > I went throught the normal installation steps, then ran the steps for > soundcard configuration in the manual. I ran kldload. I recompiled > the kernel with 'device pcm'. I tried 'options PNPBIOS', at which > point I received a message about an unkown option. > > dmesg | grep pci gives me this line: > pci0: at device 31.5 (no driver attached) > > dmesg | grep pcm returns nothing. > > This has all been seen on this list before. I searched c.u.b.f.m and > -questions and have seen this come up before, but I never saw a > resolution. > > My question is: > > Does all this mean the FreeBSD does not support onboard Realtek AC97 > Audio? I'd just like to know before I go out and buy a soundcard. It > is not that I'm cheap, I just like finding out how FreeBSD works. :-) > However it looks like a Soundblaster Live is the answer. > > Thanks for the help in the past and future. > > uname returns: > FreeBSD fuzz.socal.rr.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sun Nov > 2 22:56:57 PST 2003 > root@fuzz.socal.rr.com:/usr/src/sys/i386/compile/FUZZ i386 > > Gary Schenk > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > >