I did the same thing except
    daemon lircd -d /dev/lirc0
and mine works now!

thanks!

TOM
[EMAIL PROTECTED]

Strange, my PVR350 is /dev/lirc on Fedora 1, standard mythtv install

Whatever. Editing /etc/init.d/lircd to change the lines that read
daemon lircd
to
daemon lircd -d /dev/lirc

was all it took to get irw back on the air. Finally!

At 7:16 PM -0400 8/13/04, Travis Kelley wrote:
I think your having issues with one of two things:

1. your kernel modules may not be loaded correctly. Try typing lsmod
at the prompt after you start lircd for the first time.

2. Your lircd is not looking at the right device in /dev. For instance
my remote (pvr-350) is found at /dev/lirc/0. Try this:
cd /dev
find . | grep lirc
poke around inside dev for a bit and see if you can figure out where the
remote actually lives then start up lircd manually like this
lircd -d /dev/lirc/0 (thats the line I use)

-- Brad J. Cox, PhD, 703 361 4751, http://virtualschool.edu http://virtualschool/ale Action Learning Environment http://virtualschool.edu/mybank Digital Rights Management System http://virtualschool.edu/jco Java Cryptographic Objects (JCO) http://virtualschool.edu/jwaa Java Web Application Architecture (JWAA) http://virtualschool.edu/java+ Java Preprocessor (Java+)

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to