Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2004 23:10:02 +0200
From:      Erik Udo <erik.u@dnainternet.net>
To:        freebsd-hackers@freebsd.org
Subject:   Re: Asus a7v880 mobo integrated sound not working
Message-ID:  <41D46EAA.4020708@dnainternet.net>
In-Reply-To: <20041230153657.A22202@sasami.jurai.net>
References:  <41D456F1.50702@dnainternet.net> <20041230153657.A22202@sasami.jurai.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41D46EAA.4020708>