You are not logged in.

#1 2013-09-02 14:27:01

Corotoex
Member
Registered: 2013-09-02
Posts: 3

Background noise with Auzentech Bravura, Arch 64 bit

Hi there,

I've been using Arch 64 bit for some time and I like it so far. Unfortunately I can't enjoy it as much I could because of an audio issue. English is not my native language so I apologize for any errors in my post.

I have constant static background noise when using headphones which I use most of the time instead of speakers. The soundcard is Auzentech Bravura PCI-E and this problem does not occur in Windows. The interesting thing is that when boot Arch, there is no noise. It starts as soon I open any application which uses sound, for example flash in Firefox or XMMS. I have found that the noise stops when I do "speaker-test -c 2" (it works fine) but it starts again when using any other sound source application. So the only way to stop the noise is using speaker-test or by rebooting.

I have tried to use my integrated soundcard and it works just fine. I've also tried to mute all unnecessary channels in Alsamixer with no help. Currently I have no configuration except:

pcm.!default {
	type hw
	card 2
}

ctl.!default {
	type hw
	card 2
}

Some more information:
"aplay -l":

**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ID 889 Analog [ID 889 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ID 889 Digital [ID 889 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: Creative [HDA Creative], device 0: CA0110-IBG Analog [CA0110-IBG Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: Creative [HDA Creative], device 1: CA0110-IBG Digital [CA0110-IBG Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

"lsmod | grep snd":

snd_hda_codec_ca0110     1287  1 
snd_hda_codec_hdmi     29701  1 
snd_hda_intel          35309  0 
snd_hda_codec         147506  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_ca0110
snd_hwdep               6332  1 snd_hda_codec
snd_pcm                77765  3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc          7234  2 snd_pcm,snd_hda_intel
snd_timer              18718  1 snd_pcm
snd                    58950  6 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
soundcore               5418  1 snd

Pulseaudio is not installed. I'm still noob at Arch so I don't have the skills to do any more advanced troubleshooting. OSS is not an option because it failed to compile (with latest kernel-headers).

Thanks for any help!

Last edited by Corotoex (2013-09-02 14:41:32)

Offline

Board footer

Powered by FluxBB