From owner-freebsd-questions@FreeBSD.ORG Sat Sep 6 04:55:28 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 C5F5F16A504 for ; Sat, 6 Sep 2003 04:55:28 -0700 (PDT) Received: from telecom.sarkor.uz (telecom.sarkor.uz [81.95.226.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E2F43F85 for ; Sat, 6 Sep 2003 04:55:26 -0700 (PDT) (envelope-from thor@telecom.sarkor.uz) Received: by telecom.sarkor.uz (Postfix, from userid 1000) id 00492142E5B; Sat, 6 Sep 2003 16:42:51 +0500 (UZT) Date: Sat, 6 Sep 2003 16:42:51 +0500 To: Hendrik Hasenbein Message-ID: <20030906114251.GA18424@telecom.sarkor.uz> References: <20030906105150.GA18353@telecom.sarkor.uz> <3F59C184.4000901@techfak.uni-bielefeld.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F59C184.4000901@techfak.uni-bielefeld.de> User-Agent: Mutt/1.3.28i From: thor@telecom.sarkor.uz (Timur) 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 11:55:29 -0000 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.