Hello Members ;-)<br><br>This is my first posting  and as my  first action  I would like to apalogize for my bad english.<br>After a few hours of searching I have a almost running lirc system.<br><br>The remote part of the drivers lirc_zilog works fine.<br>
<br>I did a svn.checkout of v4l on sunday and patched the hdpvr driver sucessfull.<br>I did a donwload for the  lirc_zilog driver from a redhat-site.<br><br>I can build on my custom kernel 2.6.33.6 sucessfull hdpvr / lirc_dev / lirc_zilog<br>
<br>The remote is working properly (controlled by command irw)<br><br>---------------------------------------------------------------------------------------------------<br>user@luxeria001:~$ irw<br>0000000000001796 00 Left hdpvr<br>
0000000000001796 01 Left hdpvr<br>0000000000001796 00 Left hdpvr<br>0000000000001796 00 Left hdpvr<br>00000000000017a0 00 Ch+ hdpvr<br>00000000000017a1 00 Ch- hdpvr<br>00000000000017a1 01 Ch- hdpvr<br>0000000000001781 00 1 hdpvr<br>
0000000000001781 00 1 hdpvr<br>00000000000017b5 00 Play hdpvr<br>00000000000017b4 00 Forward hdpvr<br>00000000000017b4 01 Forward hdpvr<br>00000000000017b2 00 Rewind hdpvr_________________________________________________________<br>
<br><br>If I do load lirc_dev prio to lirc_zilog I have a oops.<br><br>If I load lirc_zilog direct wihtout prior loading lirc_dev  it loads perfect ....<br><br>Adding 995988k swap on /dev/sda5.  Priority:-1 extents:1 across:995988k <br>
lirc_dev: IR Remote Control driver registered, major 61 <br>lirc_zilog: Zilog/Hauppauge IR driver initializing<br>lirc_zilog: chip found with RX and TX<br>lirc_dev: lirc_register_driver: sample_rate: 0<br>Zilog/Hauppauge i2c IR 2-0071: firmware: requesting haup-ir-blaster.bin<br>
lirc_zilog: Zilog/Hauppauge IR blaster firmware version 2.1.0 loaded<br>lirc_zilog: initialization complete<br><br><br>I use a custom kernel 2.6.33.6 and on this link is the configuration file <br><a href="http://pastebin.ch/5899">http://pastebin.ch/5899</a><br>
<br>My devices comes here :<br><br>user@luxeria001:~$ ls -al /dev/lirc*<br>crw-rw---- 1 root root 61, 0 2010-08-03 19:37 /dev/lirc0<br>lrwxrwxrwx 1 root root    19 2010-08-03 19:38 /dev/lircd -&gt; /var/run/lirc/lircd<br>
user@luxeria001:~$ <br><br><br>My configuration file comes here :<br><br># /etc/lirc/hardware.conf<br>#<br>#Chosen Remote Control<br>REMOTE=&quot;hdpvr&quot;<br>REMOTE_MODULES=&quot;&quot;<br>REMOTE_DRIVER=&quot;&quot;<br>
REMOTE_DEVICE=&quot;/dev/lirc0&quot;<br>REMOTE_SOCKET=&quot;&quot;<br>REMOTE_LIRCD_CONF=&quot;&quot;<br>REMOTE_LIRCD_ARGS=&quot;&quot;<br><br>#Chosen IR Transmitter<br>TRANSMITTER=&quot;blaster&quot;<br>TRANSMITTER_MODULES=&quot;lirc_zilog&quot;<br>
TRANSMITTER_DRIVER=&quot;&quot;<br>TRANSMITTER_DEVICE=&quot;&quot;<br>TRANSMITTER_SOCKET=&quot;/var/run/lirc/lircd1&quot;<br>TRANSMITTER_LIRCD_CONF=&quot;&quot;<br>TRANSMITTER_LIRCD_ARGS=&quot;&quot;<br><br>#Enable lircd<br>
START_LIRCD=&quot;true&quot;<br><br>#Don&#39;t start lircmd even if there seems to be a good config file<br>#START_LIRCMD=&quot;false&quot;<br><br>#Try to load appropriate kernel modules<br>LOAD_MODULES=&quot;&quot;<br><br>
# Default configuration files for your hardware if any<br>LIRCMD_CONF=&quot;&quot;<br><br>#Forcing noninteractive reconfiguration<br>#If lirc is to be reconfigured by an external application<br>#that doesn&#39;t have a debconf frontend available, the noninteractive<br>
#frontend can be invoked and set to parse REMOTE and TRANSMITTER<br>#It will then populate all other variables without any user input<br>#If you would like to configure lirc via standard methods, be sure<br>#to leave this set to &quot;false&quot;<br>
FORCE_NONINTERACTIVE_RECONFIGURATION=&quot;false&quot;<br>START_LIRCMD=&quot;&quot;<br>user@luxeria001:/etc/lirc$ <br><br>Every Time I try to send a simple command I get this ....<br><br>user@luxeria001:~$ irsend -d /dev/lircd SEND_ONCE blaster 1_1_KEY_6<br>
irsend: command failed: SEND_ONCE blaster 1_1_KEY_6<br>irsend: hardware does not support sending<br>user@luxeria001:~$ <br><br>Has someone  a sugestion ? or a stupid hint ?<br><br>IMHO the HDPVR is a  great Hardware for Transcoding to h264 but the ir part for linux looks a bit <br>
like a nightmare to me.<br>With the best regards from switzerland<br>Hans <br><br> <br><br><br><br>