From owner-freebsd-questions@FreeBSD.ORG Wed Jun 26 09:31:52 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 F237CAEF for ; Wed, 26 Jun 2013 09:31:52 +0000 (UTC) (envelope-from tam.sergio@gmail.com) Received: from mail-vc0-x235.google.com (mail-vc0-x235.google.com [IPv6:2607:f8b0:400c:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id B915219BF for ; Wed, 26 Jun 2013 09:31:52 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id lf11so1068722vcb.12 for ; Wed, 26 Jun 2013 02:31:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=z66cKlGmp4E1DMXoeExtVYwygXzpTN5nsf2z8PtH6Cw=; b=bB71ZrLo4IFOQ01cmb9fOqwW0hg5VKC4ZF+Gz7LiFSN1zmtXpJx1+UurcYX9HYxrOI OVTMIg2YATLqfWt0tswT6KofepkvZBQqdatn1Jgrc5q8Pzmpws6s/p7krjrTe/6iN+kg rQuNnK5ClS0A3uMdYYliGPQv5U/SoDU9GIE7k3fyOYFRb9q4/g1aP89T8g2ZceFI6ZJg TWTfs4qThAO53iSrfyJg9IAa55+LhCbAQypH4T+agAtAyadMJnWyFzdwUPAfUY5d/xPp hDO61c6gq8EVg9kDzUoTNxQITuw1ps2MuSy50XyeVxohZSHgzSNN5v31hVjNX5q8Yf78 rYCg== MIME-Version: 1.0 X-Received: by 10.221.9.68 with SMTP id ov4mr1436496vcb.6.1372239112249; Wed, 26 Jun 2013 02:31:52 -0700 (PDT) Received: by 10.58.216.73 with HTTP; Wed, 26 Jun 2013 02:31:52 -0700 (PDT) In-Reply-To: <20130626072320.c07de763.freebsd@edvax.de> References: <201306260445.r5Q4jANb036545@banyan.cs.ait.ac.th> <20130626072320.c07de763.freebsd@edvax.de> Date: Wed, 26 Jun 2013 04:31:52 -0500 Message-ID: Subject: Re: Help finding sound driver From: Sergio Tam To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 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 09:31:53 -0000 2013/6/26 Polytropon : > On Wed, 26 Jun 2013 11:45:10 +0700 (ICT), Olivier Nicole wrote: >> 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? > > Probably snd_hda will work. A common solution is to try this first > (because of the "name matching"), and then load all drivers and > see which one is working. Check the kernel output messages and > also "cat /dev/sndstat" to confirm success. > > Intel High Definition Audio (also called HD Audio or Azalia) http://www.freebsd.org/cgi/man.cgi?snd_hda Regards.