<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Rui Nuno Capela a &eacute;crit&nbsp;:
<blockquote cite="mid:4796412E.4060706@rncbc.org" type="cite">
  <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:hitmuri@no-log.org">hitmuri@no-log.org</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">4) rtirq
I noticed that in the rtirq script , i have these lines:
RTIRQ_NAME_LIST="rtc snd usb i8042"
RTIRQ_NON_THREADED="rtc snd"
Do they need to be changed when using a usb soundcard ?

    </pre>
  </blockquote>
  <pre wrap=""><!---->
no.

but if you don't have or plan to use any pci soundcard (that includes
any onboard chip), you can get it finer with:
RTIRQ_NAME_LIST="rtc usb snd i8042"

or, if you're sure which usb host controller your soundcard gets always
plugged into, for instance you know it's always the second one, you can
get no better that this magic:
RTIRQ_NAME_LIST="rtc usb2 i8042"

byee
  </pre>
</blockquote>
<br>
Ok I tried that but it doesn't change anything. <br>
<br>
Flo<br>
<br>
<br>
<br>
</body>
</html>