NetBSD-Desktop archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: audio driver for NetBSD



Thanks Bernd,
   I have tried to build a custom kernel with "hdaudio*" and "hdafg*" enabled. However, It seems that there are still some problems:
   The following is the output of mixerctl -a:

inputs.dac=254,254
inputs.dac.mute=off
inputs.dac2=254,254
inputs.dac2.mute=off
inputs.dac3=184,184
inputs.dac3.mute=off
inputs.reclvl=0,0
outputs.master=255,255
outputs.master.mute=off
inputs.reclvl2=0,0
inputs.reclvl2.mute=off
inputs.beep=255,255
inputs.beep.mute=off
outputs.dacsel=DAC00,DAC03
record.source=ADC01

  I may need to check other settings of my configuration.

Best regards,


2011/6/1 Bernd Ernesti <netbsd%lists.veego.de@localhost>
Hi,

On Sun, May 29, 2011 at 10:03:05AM +0800, yorkey wrote:
> Dear All,
>      After installing NetBSD 5.1 on my laptop, I found that the audio driver
> did not work. The audio card of my computer is:
>
> Intel High Definition audio ICH7.
>
>     And the following is the output of "mixerctl -a":
>
[..]

> Any suggestion? Thanks for your attention.

Build a custom kernel where you disable the audio driver which
currently attaches to your hardware and enable the hdaudio one:

# High Definition Audio
hdaudio*        at pci? dev ? function ?        # High Definition Audio
hdafg*          at hdaudiobus?

Bernd




Home | Main Index | Thread Index | Old Index