From owner-freebsd-questions@FreeBSD.ORG Sun Jan 29 19:12:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A70E516A420 for ; Sun, 29 Jan 2006 19:12:05 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37B1543D66 for ; Sun, 29 Jan 2006 19:12:05 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so924531nzo for ; Sun, 29 Jan 2006 11:12:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=ZvETHIHerso55eZGJWavO0X0NTqCqOcotwDluMQJPsyj6eGuaB4hnlYLZpIM7Zbkijywg9pjT2da/taEIIKppPpSDZPUXHgQXriFc33hO02MN9usWp/GilpxzLBOzKfzEPCF0BXLhDsvcYDckUrZizXko/DRmX86JwL0VVWLqfc= Received: by 10.36.227.38 with SMTP id z38mr3325943nzg; Sun, 29 Jan 2006 11:12:04 -0800 (PST) Received: from ?192.168.0.2? ( [67.191.187.35]) by mx.gmail.com with ESMTP id 36sm2174992nza.2006.01.29.11.11.59; Sun, 29 Jan 2006 11:11:59 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org, ports@matey.org From: "Anthony M. Agelastos" Date: Sun, 29 Jan 2006 14:11:56 -0500 X-Mailer: Apple Mail (2.746.2) Cc: Subject: Aureal Kernel Sound Drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 19:12:05 -0000 Hello all, I am the not-quite-proud owner of a Dell system that comes with an aureal sound card inside of it. In any event, I found the aureal-kmod kernel module and have gotten it to work on my machine (following directions on http://www.matey.org/au88x0/). In the process of doing this I have found that in the directory /usr/src/sys/dev/sound/pci there are the files au88x0.[ch] aureal.[ch] When I tried getting sound to work prior to aureal-kmod, it did not figure out about my card. What is the purpose of these files and does 6.0-STABLE have native support for these class of cards? Thank you all for your information. -Anthony