Created
November 17, 2019 14:53
-
-
Save dsheeler/995e278587fe26ecbd1940d902b4dccb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The other day, my computer crashed, and since then, my RME HDSP 9632 is failing to show up as a device when I type, for instance, aplay -l. BTW, the crash involved and unresponsive system that I had to powerdown by pulling the plug, not a clean poweroff. When it came back up, I saw a lot of disk errors getting fixed by like fsck or whatever runs at boot, and some of my previously working software such as claudia which relies on certain pyQt4 libs wouldn't work because suddenly some of the python libs weren't being found. Can anyone suggest what might be going wrong? Did some alsa files get lost, during the crash, maybe? | |
dmesg has these messages: | |
[ 12.191250] snd_hdspm 0000:05:00.0: cannot find the slot for index 1 (range 0-5), error: -16 | |
[ 12.191256] snd_hdspm: probe of 0000:05:00.0 failed with error -16 | |
lspci shows this: | |
05:00.0 Multimedia audio controller: Xilinx Corporation RME Hammerfall DSP MADI (rev d4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment