Hi, I am getting an Audio test failed in winecfg. The error that I get, when
running winecfg is :
Code:
fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling
mixer
I googled, but found nothing conclusive. My lsmod | grep snd looks like this:
Code:
snd_seq_dummy 3588 0
snd_seq_oss 36320 0
snd_seq_midi_event 8640 1 snd_seq_oss
snd_seq 64768 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 8372 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 47360 0
snd_mixer_oss 21024 1 snd_pcm_oss
snd_hda_codec_atihdmi 4864 1
snd_hda_codec_idt 75984 1
snd_hda_intel 32232 6
snd_hda_codec 83200 3
snd_hda_codec_atihdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep 10056 1 snd_hda_codec
snd_pcm 91848 4 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 25456 3 snd_seq,snd_pcm
snd 77224 22
snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 8768 1 snd
snd_page_alloc 10832 2 snd_hda_intel,snd_pcm
Any suggestions?