From owner-freebsd-questions@FreeBSD.ORG Sat Sep 6 12:56:55 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 1944F16A4BF for ; Sat, 6 Sep 2003 12:56:55 -0700 (PDT) Received: from res241015.resnet.wsu.edu (res241015.resnet.wsu.edu [134.121.241.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 347F443FFB for ; Sat, 6 Sep 2003 12:56:54 -0700 (PDT) (envelope-from william_devries@wsu.edu) Received: from res241015.resnet.wsu.edu (localhost.resnet.wsu.edu [127.0.0.1]) h86Jqijf060312; Sat, 6 Sep 2003 12:52:44 -0700 (PDT) (envelope-from william_devries@wsu.edu) Date: Sat, 6 Sep 2003 12:52:44 -0700 From: William Dean DeVries To: Timur Message-ID: <20030906195244.GC60210@res241015.resnet.wsu.edu> References: <20030906105150.GA18353@telecom.sarkor.uz> <3F59C184.4000901@techfak.uni-bielefeld.de> <20030906114251.GA18424@telecom.sarkor.uz> Mime-Version: 1.0 Content-Type: text/plain; Format=Flowed; DelSp=Yes; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030906114251.GA18424@telecom.sarkor.uz>; from thor@telecom.sarkor.uz on Sat, Sep 06, 2003 at 04:42:51 -0700 X-Mailer: Balsa 2.0.14 Lines: 59 cc: freebsd-questions@freebsd.org Subject: Re: VT82C686/A/B AC'97 Audio Codec 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: Sat, 06 Sep 2003 19:56:55 -0000 I would try to load the pcm module using kldload first. "kldload snd_pcm" will probably work. If it says the file exist, it's alread in the kernel. In 4.8, you need to make the device file in /dev still. You should read the section in the handbook on freebsd.org "Setting Up the Sound Card." I rebuilt my kernel to get mine to work, something else was trying or was using the irq my sound card need. It was probably fixable by editing device.hints in /boot, but the default kernel has a lot of stuff in it you probably don't need. --Will On 09/06/03 04:42:51, Timur wrote: > On Sat, Sep 06, 2003 at 01:14:12PM +0200, Hendrik Hasenbein wrote: > > Timur wrote: > > >Hi! > > > > > >I have integrated via82c686 soundcard.. I am new to freebsd > (coming > > >from linux), and wishing to use it instead windows at work. The > sound > > >card in Windows XP is shown as AC97 codec, and works well. > > > > > >Unfortunately, I have no luck with making it work under freebsd. > What I > > >am trying to do is to load via82c686 driver.. it loads, but the > kernel > > >does not writes any messages about detected card (it with CMI8xxx > card > > >at home).. > > > > I only added 'device pcm' to the kernel, so kldload pcm should work > as root. > > > > Hendrik > > What do you mean by adding 'device pcm' to kernel? I have a kernel > that > comes with 4.8-STABLE, i did not recompile it. > grep pcm /usr/src/sys/i386/conf/LINT shows two lines: > device pcm0 at isa? irq 10 drq 1 flags 0x0 > device pcm > > I try to do 'kldload snd_pcm'. Silence (the kernel is supposed to > write > something like PCM... on the first console, am I right?) > > mpg123 fails, says can't open /dev/dsp > > Also, I try to 'kldload snd_via82c686', no results.. > > Timur. > _______________________________________________ > 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" > >