Comment 12 for bug 363003

Revision history for this message
Nick Murtagh (nickm-go2) wrote :

I spoke too soon! It only seems to fix it if the multiface break out box has been unplugged before boot - ie it has no firmware. If the multiface is left plugged in when the laptop is shutdown, it keeps its firmware. Booting up with it in this state doesn't work.

[ 24.630145] RME Hammerfall DSP 0000:03:00.0: enabling device (0080 -> 0082)
[ 24.630159] RME Hammerfall DSP 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19

...

[ 26.636131] Hammerfall-DSP: no Digiface or Multiface connected!
[ 26.636195] RME Hammerfall DSP 0000:03:00.0: PCI INT A disabled
[ 26.636214] RME Hammerfall DSP: probe of 0000:03:00.0 failed with error -5

The previous workaround still works:

$ rmmod snd_hdsp
$ modprobe snd_hdsp

which results in this in dmesg

[ 6433.866522] RME Hammerfall DSP 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 6435.868164] Hammerfall-DSP: Firmware already present, initializing card.

So it looks like the patch applied is only a partial fix :(