Edit: I withdraw it. After a restart I cannot reproduce this bug anymore.
My orginal post:
I have a Logitech wireless headset. It used to work without problems under F13, but now doesn't.
I still can find it as recognized usb device (see below). In gnome-volume-control -> preferences I am unable to select it as an input or output device (it is not listed there) but it is listed under tab "devices". However if I try to test it, I get a CRASH of gnome-volume-control and abrt pops upt.
From the stack output it looks like it is crashing in glibc, libgio or so (nothing closely related to gnome-volume-control)
from /proc/bus/usb/devices:
Code:
T: Bus=04 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=046d ProdID=0a12 Rev= 1.00
S: Manufacturer=Logitech
S: Product=Logitech Wireless Headset
C:* #Ifs= 4 Cfg#= 1 Atr=80 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 0 Cls=01(audio) Sub=01 Prot=00 Driver=snd-usb-audio
I:* If#= 1 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio
I: If#= 1 Alt= 1 #EPs= 1 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio
E: Ad=01(O) Atr=09(Isoc) MxPS= 288 Ivl=1ms
I:* If#= 2 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio
I: If#= 2 Alt= 1 #EPs= 1 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio
E: Ad=82(I) Atr=05(Isoc) MxPS= 32 Ivl=1ms
I:* If#= 3 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=usbhid
E: Ad=83(I) Atr=03(Int.) MxPS= 8 Ivl=10ms
Code:
lsmod | grep snd
snd_usb_audio 90338 0
snd_usb_lib 17502 1 snd_usb_audio
snd_emu10k1_synth 5788 0
snd_emux_synth 34063 1 snd_emu10k1_synth
snd_seq_virmidi 4583 1 snd_emux_synth
snd_seq_midi_emul 5238 1 snd_emux_synth
snd_emu10k1 141454 2 snd_emu10k1_synth
snd_rawmidi 20605 3 snd_usb_lib,snd_seq_virmidi,snd_emu10k1
snd_ac97_codec 115547 1 snd_emu10k1
ac97_bus 1330 1 snd_ac97_codec
snd_seq_dummy 1742 0
snd_seq_oss 31066 0
snd_seq_midi_event 6242 2 snd_seq_virmidi,snd_seq_oss
snd_seq 53005 8 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 40014 0
snd_mixer_oss 14653 1 snd_pcm_oss
snd_pcm 80324 4 snd_usb_audio,snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_seq_device 6159 7 snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_timer 19882 3 snd_emu10k1,snd_seq,snd_pcm
snd_page_alloc 7437 2 snd_emu10k1,snd_pcm
snd_util_mem 3368 2 snd_emux_synth,snd_emu10k1
snd_hwdep 6454 3 snd_usb_audio,snd_emux_synth,snd_emu10k1
snd 62913 20 snd_usb_audio,snd_usb_lib,snd_emu10k1_synth,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_seq_dummy,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_device,snd_timer,snd_hwdep