Matthew N. Dodd wrote:
On Thu, 30 Dec 2004, Erik Udo wrote:

And here's what i've done:
Kldload snd_dirver (loaded all sound modules)
Added the line "{ 0x41445368, 0x00, 0, "AD1888", 0 }," to ac97.c (dmesg changes)
I tried FreeSBIE 1.1, it had the same problems too.


So i guess this can be solved with a simple patch. Could anyone do that?


Try this line in ac97.c:

    { 0x41445368, 0x00, 0, "AD1888", ad198x_patch },

Heh, thanks.
I got the audio working already. I found some kern/70XXX bugreport
that had a patch that made audio working! This is AWESOME!
So integrated LAN worked in the first try, and audio does too now.
Asus a7v880 is a motherboard i recommend for FreeBSD :)
I just hope someone puts this in RELENG_5.

--- sys/dev/sound/pcm/ac97.c.orig       Tue Nov 11 23:15:17 2003
+++ sys/dev/sound/pcm/ac97.c    Tue Aug 10 23:58:11 2004
@@ -124,6 +124,7 @@
        { 0x41445360, 0x00, 0, "AD1885",        0 },
        { 0x41445361, 0x00, 0, "AD1886",        ad1886_patch },
        { 0x41445362, 0x00, 0, "AD1887",        0 },
+       { 0x41445368, 0x00, 0, "AD1888",        ad198x_patch },
        { 0x41445363, 0x00, 0, "AD1886A",       0 },
        { 0x41445370, 0x00, 0, "AD1980",        ad198x_patch },
        { 0x41445372, 0x00, 0, "AD1981A",       0 },

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to