From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 29 06:25:21 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D61F216A4CE for ; Wed, 29 Dec 2004 06:25:21 +0000 (GMT) Received: from sophia3.e-shell.net (sophia3.e-shell.net [64.246.46.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB2043D48 for ; Wed, 29 Dec 2004 06:25:21 +0000 (GMT) (envelope-from loox@e-shell.net) Received: from [201.128.64.246] (unknown [201.128.64.246]) by sophia3.e-shell.net (Postfix) with ESMTP id 2E3AD65682E; Wed, 29 Dec 2004 00:25:16 -0600 (CST) From: Axel Gonzalez To: freebsd-amd64@freebsd.org Date: Wed, 29 Dec 2004 00:25:20 -0600 User-Agent: KMail/1.7.2 References: <200412291647.05283.malcolm.kay@internode.on.net> In-Reply-To: <200412291647.05283.malcolm.kay@internode.on.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412290025.20761.loox@e-shell.net> Subject: Re: Sound on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 06:25:21 -0000 I think 5.3-amd64 doesn't support loadable sound modules (correct me if I'm wrong), you need to compile sound in your kernel Add this lines to your kernel file, and recompile: device sound device "snd_via8233" HTH On Wednesday 29 December 2004 00:17, Malcolm Kay wrote: > I've just installed FreeBSD-5.3-amd64 on an Athlon64 3200 > and GA-K8VT800 motherboard. > > The kernel modules, in contradiction to the handbook, seem > not to contain any named snd_*. Nor can I find any clues in > /usr/src/sys/amd64/conf/NOTES on how the kernel or modules > for sound support are to be included. > > Some selected dmesg lines:--------------------------------- > pcib0: port 0xcf8-0xcff on acpi0 > pci0: on pcib0 > pcib1: at device 1.0 on pci0 > pci1: on pcib1 > pci1: at device 0.0 (no driver attached) > > pci0: at device 16.4 (no driver attached) > isab0: at device 17.0 on pci0 > isa0: on isab0 > pci0: at device 17.5 (no driver attached) > > And from 'pciconf -lv':-------------------------------------- > none1@pci0:17:5: class=0x040100 card=0xa0021458 chip=0x30591106 > rev=0x60 hdr=0x00 vendor = 'VIA Technologies Inc' > device = 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller' > class = multimedia > subclass = audio > > Any help would be appreciated. > > Malcolm > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org"