<br><br><div class="gmail_quote">On Wed, Jan 21, 2009 at 11:35 PM, Jake <span dir="ltr">&lt;<a href="mailto:jakeisawake@gmail.com">jakeisawake@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&gt; which indicates to me that /dev/lirc0 does not exist, and I&#39;m not sure why,<br>
&gt; or how to figure out why. &nbsp;Has anyone had success working with this how-to?<br>
<br>
</div>well, does the device exist? &nbsp;is the module loaded? &nbsp;i assume that<br>
you&#39;ve setup the lircd.conf because i don&#39;t think the module will load<br>
properly without it. &nbsp;i&#39;m on debian using the mce remote and one way<br>
to get some debug is to run lircd in nodaemon mode so it doesn&#39;t fork<br>
to the background.<br>
<br>
so, /usr/local/sbin/lircd -n --device=/dev/lirc0 should give you some<br>
debugging info. &nbsp;if you&#39;re installing from source then there is an<br>
lircd.conf for the mce remote in<br>
<br>
/usr/src/lirc-0.8.x/remotes/mceusb/lircd.conf.mceusb. &nbsp;i just dropped<br>
that into /etc and called it lircd.conf, loaded lirc_mceusb2 and it<br>
just worked.<br>
<br>
also lirc is crazy in that if the log file gets too big lircd will<br>
refuse to run and give some cryptic warning so you might want to look<br>
at the log file and rm if necessary...<br>
<br>
hope that helps :)<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br><br>I&#39;m sorry if this sounds naive, but could you elaborate on &quot;loaded lirc_mceusb2&quot; because I&#39;m not sure where/how to &quot;load&quot; this.&nbsp; I assume you mean that that &quot;lirc_mceusb2&quot; is the configuration file that contains the button mapping, etc., but my understanding is a bit vague on that point too.&nbsp; Since I have a working mceusb2 remote on another system, I intend to grab the myth-specific configuration files from there, but that won&#39;t help me until I get the basics working.<br>
<br>To answer your question about whether the device exists, I must ask, in what respect?&nbsp; Physically, the device exists, in that I have a remote in my hand, and a usb receiver plugged into the machine, but beyond that, as far as my machine is concerned, it doesn&#39;t seem to.&nbsp; On my Mythbuntu/Ubuntu machines where I can make the remote work using &#39;automagic&#39; tools, I have a file named &quot;/dev/lirc0&quot; that seems to &#39;be&#39; the remote as far as the system is concerned, but this is not the case on the Debian machine I am working with (if I do a &quot;ls /dev/l*&quot; I get &quot;lircd&quot; &quot;lircm&quot; and a bunch of &quot;loop*&quot; listings, and other unrelated items).&nbsp; <br>
<br>Where you ask if the &quot;module is loaded,&quot; I have to assume the answer is no, but I was hoping to learn how to make that determination more certainly.&nbsp; <br><br>when I try /usr/local/sbin/lircd -n --device=/dev/lirc0 as you suggest, I get:<br>
<br>BedroomFE:/home/josh# /usr/local/sbin/lircd -n --device=/dev/lirc0<br>bash: /usr/local/sbin/lircd: No such file or directory<br>BedroomFE:/home/josh# <br><br>so that&#39;s not much help.&nbsp; <br><br><br>I do have a &quot;lircd.conf&quot; file in /etc/lirc/, and it contains the only uncommented lines:<br>
<br>&nbsp;remote:<br>include /usr/share/lirc/remotes/mceusb/lircd.conf.mceusb<br><br>and the file it&#39;s pointing to does exist, and is populated with what looks like hexadecimal code which I assume describe buttons, etc. <br>
<br>Sorry if my response is less than inspiring, or leans toward annoying, but I&#39;m just trying to work through this, and I&#39;m simply asking the questions that come to mind.&nbsp; <br><br>Thanks for any help and patience.<br>
<br>Josh<br><br><br><br><br><br><br>