<!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="#cccccc" text="#993300">
I found a solution to the IRQ busy msg.&nbsp; I had to load my lirc_serial
module with "share_irq=1".&nbsp; I just added a line to my modprobe.conf:<br>
<br>
alias char-major-61 lirc_serial<br>
options lirc_serial share_irq=1<br>
<br>
<br>
Jay Mallar wrote:
<blockquote cite="mid:46F6934D.1010001@gmail.com" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <blockquote
 cite="mid:674c6cd30709222015n65f78520m71a32b7df7343205@mail.gmail.com"
 type="cite">
    <blockquote type="cite">
      <pre wrap="">:irw

This also returns immediately with no error, but this in the logs:

Sep 22 10:39:25 localhost kernel: lirc_serial: IRQ 16 busy
Sep 22 10:39:25 localhost lircd-0.8.3-CVS[31147]: default_init(): Device
or resource busy
Sep 22 10:39:25 localhost lircd-0.8.3-CVS[31147]: caught signal</pre>
    </blockquote>
  </blockquote>
</blockquote>
</body>
</html>