Re: Help finding sound driver

2013-06-26 Thread Olivier Nicole
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Help finding sound driver

2013-06-26 Thread Sergio Tam
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.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Help finding sound driver

2013-06-25 Thread 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.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Help finding sound driver

2013-06-25 Thread Olivier Nicole
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"