Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 2004 13:08:38 -0700
From:      Peter Wemm <peter@wemm.org>
To:        freebsd-amd64@freebsd.org, Chris McDermott <Chris.Trismegistus@gmail.com>
Subject:   Re: 8111 sound support
Message-ID:  <200410271308.38413.peter@wemm.org>
In-Reply-To: <d4b53e8904102711442081fc53@mail.gmail.com>
References:  <d4b53e8904102711442081fc53@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 27 October 2004 11:44 am, Chris McDermott wrote:
> I have a Tyan Thunder K8W motherboard (with AMD 8111 chipset).
>
> dmesg shows:
> pci0: <serial bus, SMBus> at device 7.2 (no driver attached)
> pci0: <bridge, PCI-unknown> at device 7.3 (no driver attached)
> pci0: <multimedia, audio> at device 7.5 (no driver attached)
>
> pciconf:
> none0@pci0:7:2: class=0x0c0500 card=0x746a1022 chip=0x746a1022
> rev=0x02 hdr=0x00 none1@pci0:7:3: class=0x068000 card=0x746b1022
> chip=0x746b1022 rev=0x05 hdr=0x00 none2@pci0:7:5: class=0x040100
> card=0x288510f1 chip=0x746d1022 rev=0x03 hdr=0x00
>
> I'm running 5.3beta7, in sys/dev/sound/pci/ich.c there's:
> case 0x746d1022:
>         device_set_desc(dev, "AMD-8111");
>         return 0;
>
> The snd* modules don't show up in /boot/kernel/, but I have "device
> sound" in my kernel config.
>
> I've found dmesgs on google with it detected correctly, so I'm left
> wondering what am I doing wrong?

I've used 'device snd' AND 'device snd_ich' for this chipset.
-- 
Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5



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