From owner-freebsd-questions@FreeBSD.ORG Wed Jun 26 09:35:52 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8E16DBC7 for ; Wed, 26 Jun 2013 09:35:52 +0000 (UTC) (envelope-from olivier2553@gmail.com) Received: from mail-qc0-x229.google.com (mail-qc0-x229.google.com [IPv6:2607:f8b0:400d:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id 5557519ED for ; Wed, 26 Jun 2013 09:35:52 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id c10so8137781qcz.28 for ; Wed, 26 Jun 2013 02:35:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=F7BWEj9+Ci79ar5NW2pntUfBNXU8AQJYxSja1ucHHcY=; b=jczYc0lQFP88BaZxh9sceLgD8WMj6R7glFgjRB4Tr8PWyXrLmNNGgdI3ZyUjcRd1Eq BBoirTqmjrnoovnZTF7q6wysL1RzMVpksQ8sZZxjMUy1A3s6HJzi/8824IbqTVIlrSp/ bjP4r17S+ihtYRI8lPSB87De+QzvE+AzJrsN71rdfSXjmWGdceUelqaLv/bD3n0ujyvo QW8gKzpDqakVVf+/+6JDjlmVDS0Lnd8H6cNKm7ZfjmUrp2vxvZOIJp9rMXupnEPljAel HLwLPNG3StuXEmihaoK2DHklNvXSlSLEe76evplsTlZqOo7hbp2fTx3NliUDXouBmjHm /qlQ== MIME-Version: 1.0 X-Received: by 10.229.165.18 with SMTP id g18mr35797qcy.84.1372239351849; Wed, 26 Jun 2013 02:35:51 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.49.0.235 with HTTP; Wed, 26 Jun 2013 02:35:51 -0700 (PDT) In-Reply-To: References: <201306260445.r5Q4jANb036545@banyan.cs.ait.ac.th> <20130626072320.c07de763.freebsd@edvax.de> Date: Wed, 26 Jun 2013 16:35:51 +0700 X-Google-Sender-Auth: OzKDWYF3AfMmEonfKI31h_9AtSg Message-ID: Subject: Re: Help finding sound driver From: Olivier Nicole To: Sergio Tam , Polytropon Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-questions@freebsd.org" 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:35:52 -0000 On Wed, Jun 26, 2013 at 4:31 PM, Sergio Tam wrote: > 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 That was it, thank you. Best regards, Olivier