Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2006 18:21:08 +0200
From:      Erik Udo <erik.u@dnainternet.net>
To:        William Olson <wolson@gmail.com>
Cc:        multimedia@freebsd.org
Subject:   Re: Audio Driver
Message-ID:  <455C8FF4.5040608@dnainternet.net>
In-Reply-To: <48e060ef0611160529h1a7f2049s35af401e6f59d1db@mail.gmail.com>
References:  <48e060ef0611160529h1a7f2049s35af401e6f59d1db@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
William Olson wrote:
> Hello,
> 
> I have an AC '97 Audio Card and it doesn't seem to be working. Here is
> my uname -a
> 
> FreeBSD gce.nw.local 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Mon Nov
> 13 14:00:11 EST 2006
> root@gce.nw.local:/usr/obj/usr/src/sys/GENERIC  amd64
> 
> The output of cat /dev/sndstat
> 
> FreeBSD Audio Driver (newpcm)
> Installed devices:
> 
> The actual name of the card on the motherboard is
> 
> SoundMax AD1888 Audio
> 
> The output of pciconf -lv
> 
> none1@pci0:4:0: class=0x040100 card=0x810d1043 chip=0x545510b9 rev=0x20 
> hdr=0x00
>   vendor   = 'Acer Labs Incorporated (ALi)'
>   device   = 'M1563M Southbridge AC'97 Audio Controller'
>   class    = multimedia
>   subclass = audio
> 
> Is there anything I can do to make this work? Please let me know.
> 

Did you read the handbook?
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html

You need to load snd_driver module and then cat /dev/sndstat to find out 
what module supports your audio card.

PS. I have the same AD1888 chipset.
pcm0@pci0:17:5: class=0x040100 card=0x810d1043 chip=0x30591106 rev=0x60 
hdr=0x00
     vendor   = 'VIA Technologies Inc'
     device   = 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller'
     class    = multimedia
     subclass = audio
and it's working perfectly with snd_via8233 module.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?455C8FF4.5040608>