alsa-project / alsa-lib

The Advanced Linux Sound Architecture (ALSA) - library
GNU Lesser General Public License v2.1
345 stars 176 forks source link

DAC not connecting after waking from suspend. #313

Closed ad-on-is closed 1 year ago

ad-on-is commented 1 year ago

A strange issue started happening, with my USB connected DAC (fiio k3). After waking from sleep/suspend the DAC is not recognized anymore, unless I replug it.


alsa-lib.i686                                        1.2.8-3.fc38                        @fedora                                            
alsa-lib.x86_64                                      1.2.8-3.fc38                        @anaconda                                          
alsa-sof-firmware.noarch                             2.2.4-3.fc38                        @anaconda                                          
alsa-ucm.noarch                                      1.2.8-3.fc38                        @anaconda                                          
alsa-utils.x86_64                                    1.2.8-2.fc38                        @anaconda                                          
pipewire-alsa.i686                                   0.3.69-1.fc38                       @updates                                           
pipewire-alsa.x86_64                                 0.3.69-1.fc38                       @updates                                           
qemu-audio-alsa.x86_64                               2:7.2.0-6.fc38                      @anaconda                                          
wine-alsa.i686                                       8.5-1.fc38                          @updates                                           
wine-alsa.x86_64                                     8.5-1.fc38                          @updates    
when it's connected: cat /proc/asound/modules
   1    0 snd_usb_audio
   2    1 snd_hda_intel
   3    2 snd_usb_audio
   4    3 snd_hda_intel
   5    4 snd_usb_audio
   6    5 snd_usb_audio

after wakeup: cat /proc/asound/modules 
   1    0 snd_usb_audio
   2    1 snd_hda_intel
   3    2 snd_usb_audio
   4    3 snd_hda_intel
   5    4 snd_usb_audio

If you need any further info, let me know.

perexg commented 1 year ago

It seems like a kernel issue. Check the latest kernel and report on the alsa-devel mailing list or https://bugzilla.kernel.org (Audio component).