[LAU] rtirq failure

Ralf Mardorf ralf.mardorf at alice-dsl.net
Fri Aug 7 22:11:12 UTC 2015


On Fri, 07 Aug 2015 22:58:36 +0200, Robin Gareus wrote:
>On 08/07/2015 11:47 AM, Ralf Mardorf wrote:
>> https://bugs.launchpad.net/ubuntu/+bug/1482347
>
>does
>
>  sudo /etc/init.d/rtirq restart
>
>on a running system fix this?  If so this is a startup-order issue
>(systemd related). rtirq is executed before the hdsp module (firmware)
>is loaded.

No, rtirq restart didn't fix it for RTIRQ_NAME_LIST="snd usb i8042".

With RTIRQ_NAME_LIST="snd_hdsp snd_ice1" the order is ok after startup.


[root at moonstudio weremouse]# grep \"s /etc/default/rtirq
RTIRQ_NAME_LIST="snd usb i8042"
[root at moonstudio weremouse]# /etc/init.d/rtirq status|grep snd_hdsp
  314 FF      50   -  90  0.0 S    irq/18-snd_hdsp	
[root at moonstudio weremouse]# /etc/init.d/rtirq restart
Setting IRQ priorities: start [ICE1712] irq=20 pid=344 prio=90: OK.
Setting IRQ priorities: start [ICE1712] irq=21 pid=349 prio=90: OK.
Setting IRQ priorities: start [ohci_hcd] irq=16 pid=61 prio=85: OK.
Setting IRQ priorities: start [ohci_hcd] irq=17 pid=62 prio=84: OK.
Setting IRQ priorities: start [ohci_hcd] irq=17 pid=64 prio=83: OK.
Setting IRQ priorities: start [ohci_hcd] irq=18 pid=63 prio=83: OK.
Setting IRQ priorities: start [ohci_hcd] irq=18 pid=66 prio=82: OK.
Setting IRQ priorities: start [ehci_hcd] irq=19 pid=60 prio=85: OK.
Setting IRQ priorities: start [i8042] irq=1 pid=67 prio=80: OK.
[root at moonstudio weremouse]# /etc/init.d/rtirq status|grep snd_hdsp
  314 FF      50   -  90  0.0 S    irq/18-snd_hdsp
[root at moonstudio weremouse]# nano /etc/default/rtirq
[root at moonstudio weremouse]# grep \"s /etc/default/rtirq
RTIRQ_NAME_LIST="snd_hdsp snd_ice1"
[root at moonstudio weremouse]# shutdown -r now

[root at moonstudio weremouse]# /etc/init.d/rtirq status|grep snd_hdsp
  324 FF      90   - 130  0.0 S    irq/18-snd_hdsp


Regards,
Ralf


More information about the Linux-audio-user mailing list