Re: [LAU] Disabling IRQ #19

From: Ralf Mardorf <ralf.mardorf@email-addr-hidden>
Date: Tue Jun 17 2014 - 22:42:44 EEST

On Tue, 2014-06-17 at 20:49 +0200, Markus Seeber wrote:
> On 06/17/2014 08:06 PM, Peter P. wrote:
> > I have no way to set/change the IRQ assignments in this BIOS.
> > Interrupt 19 is shared by modules ehci_hcd:usb2, ips, snd_hdsp,
> > where the two others are USB and the thermal subsystem.
> > I assume ehci_hcd:usb2 denotes the second USB bus. If this is correct,
> > there are no devices connected to it at the moment, according to lsusb
> > (except for USB hubs).

> You are not alone with this issue,
> I tried to work around this on different hardware by turning off the
> devices that share the IRQ in BIOS.

It's also possible to unbind devices by command line. On my machine the
BIOS is useless too.

Assumed the links mentioned in my script are still available, one of the
scripts describes how to unbind a device.

[rocketmouse@email-addr-hidden ~]$ cat /usr/local/sbin/tuning
#!/bin/bash

[snip]

### http://www.mythtv.org/wiki/PCI_Latency
### http://wiki.linuxmusicians.com/doku.php?id=system_configuration#pci_bus_latency

[snip]

### Unbinding devices
echo -n "0000:00:13.2" > /sys/bus/pci/drivers/ohci_hcd/unbind
echo -n "0000:00:13.4" > /sys/bus/pci/drivers/ohci_hcd/unbind

[snip]

exit 0

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Wed Jun 18 00:15:02 2014

This archive was generated by hypermail 2.1.8 : Wed Jun 18 2014 - 00:15:02 EEST