Date: Sun, 1 May 2005 22:23:19 -0700 From: "baysao" <baysao@mail.ru> To: <freebsd-questions@freebsd.org> Subject: Re: AC97 support ? Message-ID: <E1DSUKX-000B34-00.baysao-mail-ru@mx2.mail.ru>
next in thread | raw e-mail | index | archive | help
>>Hello!
>>I recently installed the FreeBSD 5.3-BETA4-STABLE version of the FreeBSD
>>operating system. I have a MSI mainboard with AC'97 built-in sound card.
>>I compiled my kernel with "device sound" but it doesn't seem to get the
>>job done. Is there a way to activate my sound card with this version of
>>FreeBSD and how?
>>Thank you for your time and consideration!
>>Sincerely,
>>Mihail Stoyanov
I forget something to say you. You must modify file
/usr/src/sys/dev/sound/pcm/ac97.c that look line
{ 0x41445363, 0x00, 0, "AD1886A", 0 },
{ 0x41445368, 0x00, 0, "AD1888", ad198x_patch }, => add
this line;
{ 0x41445370, 0x00, 0, "AD1980", ad198x_patch },
After that you must unload snd_ich
$kldunload snd_ich
And again load snd_ich for affect that modified ac97.c
$kldload snd_ich
Then you can using enter Control Center active sound card, listen sound
test. I sure it must be ok at this point.
baysao.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DSUKX-000B34-00.baysao-mail-ru>
