Re: Asus a7v880 mobo integrated sound not working

From: Erik Udo (erik.u_at_dnainternet.net)
Date: 12/30/04

  • Next message: Jaye Mathisen: "Anybody have a working X config file for 5.3 and x.org under vmware workstation?"
    Date: Thu, 30 Dec 2004 23:33:44 +0200
    To: freebsd-hackers@freebsd.org
    
    

    Erik Udo wrote:
    > 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 },
    >
    > _______________________________________________
    > freebsd-hackers@freebsd.org mailing list
    > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    >

    I take that back... The sound rate is too fast. I think i should
    set hw.snd.pcm0.ac97rate to 48000 but there is no hw.snd.pcm0.ac97rate...
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: Jaye Mathisen: "Anybody have a working X config file for 5.3 and x.org under vmware workstation?"