Linux Lirc verions relating to Moneual Moncaso 312

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
fritz222 Offline
Junior Member
Posts: 42
Joined: Nov 2011
Reputation: 0
Lightbulb  Lirc verions relating to Moneual Moncaso 312 Post: #1
Hi guys

I have a Moneual Moncaso 312. And I saw this tutorial.

In the linked tutorial they do it like that:

Code:
wget http://ftp.de.debian.org/debian/pool/main/l/lirc/lirc_0.9.0~pre1.orig.tar.bz2
tar -jxvf lirc_0.9.0~pre1.orig.tar.bz2
apt-get install libtool automake autoconf dialog
cd lirc-0.9.0-pre1/
./configure --with-driver=mplay2
make && make install


At the moment there is alredy version 0.9.0 released.

So my question is if it should also work this way?
Would I also have to change the paths in /etc/init.d/lirc from /usr/ to /usr/local/?

Code:
user@computer:~$ wget http://sourceforge.net/projects/lirc/files/LIRC/0.9.0/lirc-0.9.0.tar.bz2
user@computer:~$ tar -jxf lirc-0.9.0.tar.bz2
user@computer:~$ cd lirc-0.9.0
user@computer:~/lirc-0.9.0$ aclocal && autoheader && autoconf
user@computer:~/lirc-0.9.0$ ./configure  --with-driver=ftdi
user@computer:~/lirc-0.9.0$ make && sudo make install

Thank you very much for your help guys.
Regards, fritz222
find quote
justme Offline
Junior Member
Posts: 22
Joined: Feb 2010
Reputation: 0
Post: #2
Hi fritz222,

also it's quite old question ...
first question 0.9.0 supports it out of the box, so apt-get install lirc should be enough now
2nd question nope you don't need to change any paths
3rd it won't work if u use the ftdi driver, u need to use mplay2
find quote
fritz222 Offline
Junior Member
Posts: 42
Joined: Nov 2011
Reputation: 0
Post: #3
Thanks for your answer!

I posted the same answer in the Linuxforum at the same time. If youre the same justme you have answered this question already in there in the forum. Wink

Thanks for the answer anyway! <3

Thanks & Merry Christmas
find quote
justme Offline
Junior Member
Posts: 22
Joined: Feb 2010
Reputation: 0
Post: #4
Hi fritz222,

yep i'm the same at least if u mean the ubuntuforum. Also i actually would "recommand" to use the improvements womiha added to the driver and use his
patch maybe (at least if u have some issues with my version). He added from what i still have in mind some functionality for the knob on the case next to some other
stuff that i was personally either to lazy or i had no use for and fixed some bugs Wink
Also he developed some support for the moncaso 320 and the display there.

Merry Christmas to u also Wink
justme
find quote