<!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">
That did it, the serial receiver is working perfectly now.&nbsp; Also <tt>/etc/modules
</tt>and <tt>/etc/modprobe.d/aliases</tt> were still referencing&nbsp; <tt>'lirc_i2c'
</tt>instead of '<tt>lirc_serial</tt>'.&nbsp; And lastly I needed to update<font
 color="black" face="Verdana,Arial,Helvetica" size="2">
/etc/modprobe.conf <font color="black" face="Verdana,Arial,Helvetica"
 size="2">based on this thread: <a
 href="http://www.gossamer-threads.com/lists/mythtv/users/154688?search_string=missing%20%2Fdev%2Flirc;#154688">http://www.gossamer-threads.com/lists/mythtv/users/154688?search_string=missing%20%2Fdev%2Flirc;#154688</a></font></font>
(<a href="http://tinyurl.com/2eyrvt">http://tinyurl.com/2eyrvt</a>).<br>
<br>
Thanks so much for your information, it helped set me down the right
path.<br>
<br>
- Jeremy<br>
<br>
John wrote:
<blockquote cite="mid587516.84891.qm@web51006.mail.yahoo.com"
 type="cite">
  <pre wrap="">I could be wrong but I don't believe the serial port
has a true power source coming from one of the pins so
you probably won't get a steady voltage coming from
any of the pins.

I built a homebrew receiver but I used the USB port so
I'm somewhat familiar with this. First of all, I'd
reboot and do a #setserial -g /dev/ttyS* to make sure
the port you're setting off is truly the ttyS0. Then
once that looks good, I'd do a 

#cd /dev/lirc
#ls -asl

You shouldn't have anything since you haven't
modprobe'd yet.

with the device plugged in do a modprobe lirc_serial
the do a #ls -asl to see what's created based on your
post it should be /dev/lirc/0 make sure this is
correct.

Then start lircd. I'd start it this way

lircd --device=/dev/lirc/0 --output=/dev/lircd

make sure the lircd output device was created then
instead of using mode2 I'd use xmode2

#xmode2 -d /dev/lircd

push some buttons on any IR remote and you should see
the waveform.


 
____________________________________________________________________________________
It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
<a class="moz-txt-link-freetext" href="http://tools.search.yahoo.com/toolbar/features/mail/">http://tools.search.yahoo.com/toolbar/features/mail/</a>
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
</body>
</html>