You are not logged in.

#1 2014-02-11 16:41:43

happosade
Member
Registered: 2014-02-11
Posts: 1

PulseAudio not working with USB-headset

Hello,

I bought resenlty a USB-headset. Now I would like to have it to be primary audiointeface, when connected.
It is working when manually set, but not automatically, even I followed wiki's steps.
So I currently have file at /etc/udev/rules.d/00-local.rules   witch says:

KERNEL=="pcmC[D0-9cp]*", ACTION=="add", PROGRAM="/bin/sh -c 'K=%k; K=$${K#pcmC}; K=$${K%%D*}; echo defaults.ctl.card $$K > /etc/asound.conf; echo defaults.pcm.card $$K >>/etc/asound.conf'"
KERNEL=="pcmC[D0-9cp]*", ACTION=="remove", PROGRAM="/bin/sh -c 'echo defaults.ctl.card 0 > /etc/asound.conf; echo defaults.pcm.card 0 >>/etc/asound.conf'"

When connecting USB-headset, ponymix does see that and the output is:

sink 2: alsa_output.usb-C-Media_Electronics_Inc._Microsoft_LifeChat_LX-3000-00-LX3000.analog-stereo
  Microsoft LifeChat LX-3000 Analog Stereo
  Avg. Volume: 46%
source 4: alsa_input.usb-C-Media_Electronics_Inc._Microsoft_LifeChat_LX-3000-00-LX3000.analog-mono
  Microsoft LifeChat LX-3000 Analog Mono
  Avg. Volume: 40%

Instead of

sink 1: alsa_output.pci-0000_00_1b.0.analog-stereo
  Built-in Audio Analog Stereo
  Avg. Volume: 73%
source 2: alsa_input.pci-0000_00_1b.0.analog-stereo
  Built-in Audio Analog Stereo
  Avg. Volume: 15%

Yet the sounds keeps coming from laptop's speakers.

Any help please? smile

Last edited by happosade (2014-02-11 16:43:01)

Offline

Board footer

Powered by FluxBB