Date: Sat, 01 Mar 2003 12:32:47 -0800 From: Orion Hodson <orion@freebsd.org> To: "Hugo D. Valentim" <hvalentim@gmx.net> Cc: current@freebsd.org Subject: Re: Sound problem: ac97 codec invalid or not present Message-ID: <200303012032.h21KWl8J084377@puma.icir.org> In-Reply-To: <200303010509.29208.hvalentim@gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hugo Having 'device pcm' in the kernel is all you should need for you VT82C686 (kldload'ing sound drivers requires pcm support not be compiled into the kernel. The are two portions to the sound h/w you have, the pcm component, ie the VT82C686, and the AC97 codec that controls the mixer and routing of the audio within the h/w. The AC97 code does not detect your AC97 codec so you end up with a pcm component with no ac97 mixer. Does you BIOS have an onboard sound setting? If this is not enabled then might explain what you see. Failing that can you post the complete output of dmesg and set 'sysctl hw.snd.verbose=3' and post the output of 'cat '/dev/sndstat'? Thanks - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303012032.h21KWl8J084377>