<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Dec 30, 2014, at 4:28 PM, Jeff Piazza <<a href="mailto:jeff@jeffpiazza.org" class="">jeff@jeffpiazza.org</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I’ve got a MCEUSB device with IR blaster attached that used to work great at controlling the cable box.<div class="">My channel-change script is reporting:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 10px; font-family: Monaco; background-color: rgb(255, 253, 228);" class="">irsend: command failed: send_once Motorola_QIP6200-2 5</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; background-color: rgb(255, 253, 228);" class="">irsend: hardware does not support sending</div></div><div class=""><br class=""></div><div class=""><div class="">I would think this is a pretty common set-up, but I’m not finding any real insights online for getting this to work.  I’d appreciate any insights.</div></div></div></div></blockquote></div><div class=""><br class=""></div>I’m also doing IR blasting on a Debian wheezy box using an mceusb and it works fine with an almost identical setup as yours. The one difference I see is I have:<div class=""><br class=""></div><div class="">MODULES=“mceusb"</div><div class=""><br class=""></div><div class="">where you have no modules. Also try a:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Monaco;" class="">grep lirc /var/log/messages</div></div><div class=""><br class=""></div><div class="">and you should get something like:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Monaco;" class="">kernel: [    5.901973] lirc_dev: IR Remote Control driver registered, major 251 </div><div style="margin: 0px; font-size: 11px; font-family: Monaco;" class="">kernel: [    5.902535] rc rc0: lirc_dev: driver ir-lirc-codec (mceusb) registered at minor = 0</div></div><div class=""><div class=""><br class=""></div><div class="">Start with the module load and if that doesn’t fix it I’ll look closer at my setup.</div><div class=""><br class=""></div><div class="">- George</div></div></body></html>