From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 24 13:00:03 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BBA116A419 for ; Thu, 24 Jan 2008 13:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1DCF313C4D1 for ; Thu, 24 Jan 2008 13:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0OD02PE041434 for ; Thu, 24 Jan 2008 13:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0OD023X041433; Thu, 24 Jan 2008 13:00:02 GMT (envelope-from gnats) Date: Thu, 24 Jan 2008 13:00:02 GMT Message-Id: <200801241300.m0OD023X041433@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: "Scot Hetzel" Cc: Subject: Re: kern/119931: [sound] No sound card detected on ASUS "K8V-X SE R2.00" X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 13:00:03 -0000 The following reply was made to PR kern/119931; it has been noted by GNATS. From: "Scot Hetzel" To: bug-followup@FreeBSD.org, paul.belair@rogers.com Cc: Subject: Re: kern/119931: [sound] No sound card detected on ASUS "K8V-X SE R2.00" Date: Thu, 24 Jan 2008 06:50:37 -0600 Have you read the FreeBSD Handbook which explains how to load the sound driver for your system? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/multimedia.html Since you didn't tell us which sound card you have on your motherboard, I did a little googleing on the motherboard and this site: http://www.directron.com/k8vxse.html Says that your card is: Audio: ADI AD1888 SoundMAx 6-channel audio CODEC, S/PDIF out interface support And a googling of FreeBSD and AD1888 brings up PR 75860, which shows that that card has been supported since FreeBSD 5.x by using the snd_via8233 kernel module. If none of this works, post a "pciconf -vl" from your system. Scot