Greetings,
I recently lost my sound. I install a new video card a GeForce GTX560/ti. After installing it sound was fine. After an update this evening or this morning (I think) my sound went away. I have tried manipulating pulseaudio, alsa. I've added a screenshot of pavucontrol. I tried removing pulseaudio and now reinstalled it. Below I will attempt to list as much as I can think of in the way of configuration data:
lsusb:
I recently lost my sound. I install a new video card a GeForce GTX560/ti. After installing it sound was fine. After an update this evening or this morning (I think) my sound went away. I have tried manipulating pulseaudio, alsa. I've added a screenshot of pavucontrol. I tried removing pulseaudio and now reinstalled it. Below I will attempt to list as much as I can think of in the way of configuration data:
lsusb:
Code:
Bus 002 Device 003: ID 0d8c:0201 C-Media Electronics, Inc. CM6501
Code:
$ cat /proc/asound/modules 0 snd_hda_intel 1 snd_usb_audio
Code:
$ lsmod | grep snd snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61521 2 snd_seq_midi,snd_seq_midi_event snd_hda_codec_hdmi 32007 4 snd_hda_intel 33491 4 snd_hda_codec 134212 2 snd_hda_codec_hdmi,snd_hda_intel snd_usb_audio 130467 3 snd_pcm 96580 5 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_usb_audio snd_hwdep 13602 2 snd_hda_codec,snd_usb_audio snd_usbmidi_lib 24953 1 snd_usb_audio snd_rawmidi 30512 2 snd_seq_midi,snd_usbmidi_lib snd_timer 29425 2 snd_seq,snd_pcm snd_seq_device 14497 3 snd_seq_midi,snd_seq,snd_rawmidi snd 78734 24 snd_seq,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_pcm,snd_hwdep,snd_usbmidi_lib,snd_rawmidi,snd_timer,snd_seq_device soundcore 15047 1 snd snd_page_alloc 18484 2 snd_hda_intel,snd_pcm
Code:
$ cat /proc/asound/cards 0 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xfbffc000 irq 19 1 [Device ]: USB-Audio - PnP Audio Device PnP Audio Device at usb-0000:00:02.0-7, full speed
Code:
~/Downloads/Audio$ aplay doindown.wav ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave aplay: main:682: audio open error: No such file or directory
Comment