From owner-freebsd-questions@FreeBSD.ORG Wed Jun 26 04:45:20 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C11CA9D9 for ; Wed, 26 Jun 2013 04:45:20 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 754701D39 for ; Wed, 26 Jun 2013 04:45:20 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 5CEF3FEBCF for ; Wed, 26 Jun 2013 11:45:11 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1372221911; x=1374036312; bh=p24mhC8vp Dh5KY6N4dO1I8KOt2ylsoyDXTXfljSTM4c=; b=m0p1edSbCITC0wYAfGkDUdzMC trjMpIl63WTJf0I21NLfxPPA3Cmt8ooTWyWM38YoDF5sD4niuIwMRKAYS6nUP6uy Imoy039HsbFnGeqnb5mUj0/xGTljSziEpfqA8fs5cpHCCElFeB6BW5FTXdwXWWu2 Z6jHc5XrOJxnivc8a0= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id G9z4EUbnOgcK for ; Wed, 26 Jun 2013 11:45:11 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id E870BFEBBC for ; Wed, 26 Jun 2013 11:45:10 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.6/8.14.6/Submit) id r5Q4jANb036545; Wed, 26 Jun 2013 11:45:10 +0700 (ICT) (envelope-from on) Date: Wed, 26 Jun 2013 11:45:10 +0700 (ICT) Message-Id: <201306260445.r5Q4jANb036545@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org Subject: Help finding sound driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 04:45:20 -0000 Hello, I have an old motherboard Asus P5L-MX that I want to use for an application. It needs sound. Asus documentation (http://www.asus.com/Motherboards/P5LMX/#specifications) lists the sound chipset as: Azalia ADI1986A, 6 -Channel High-Definition Audio CODEC Support Jack-Sensing, Enumeration, Multi-streaming S/PDIF out on back I/O port Jack-Sensing & Enumeration Is there any change a driver exists for that audio chipset, for FreeBSD 9.1? TIA, Olivier