[LINUX] Asus Pundit P4-P5N9300 Media Center Remote Control and LIRC?

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
darkattraction Offline
Junior Member
Posts: 11
Joined: Jul 2009
Reputation: 0
Post: #21
happy to see it finally works Big Grin

for the others:
if you installed from the source - there is no conf files - you have to run :
- "modprobe lirc_it87" that will create /dev/lirc0
- "lircd -d /dev/lirc0 -o /dev/lircd" to launch lirc daemon and create the socket lircd used by xbmc

anyway I'm very happy with the pundit (6s to have xbmc running Big Grin), the only "problem" I couldn't resolve is to switch on the pundit with my remote ^^
(This post was last modified: 2009-08-06 00:30 by darkattraction.)
find quote
JS36 Offline
Junior Member
Posts: 22
Joined: Aug 2009
Reputation: 0
Post: #22
I think the easiest way for ubuntu-users is to install lirc first with apt-get and then compile the newer version. If you have more than one kernel make sure the right one is /usr/src/linux couse otherwise the modules will be installed into another kernel.

Anyway i have learned alot with all this problems... And now... when im finally done with lirc my FloppyDTV TV-card doesen't want to work Big Grin
Don't know if it's possible to connect the card from the "firewire 1" on the card to the firewireport..
find quote
SmeagolL Offline
Junior Member
Posts: 12
Joined: Aug 2009
Reputation: 0
Post: #23
I give up. Could someone post a detailed how-to from step one? I can't get it to work Sad
find quote
darkattraction Offline
Junior Member
Posts: 11
Joined: Jul 2009
Reputation: 0
Post: #24
SmeagolL Wrote:I give up. Could someone post a detailed how-to from step one? I can't get it to work Sad

which distribution of Linux do you use? if gentoo I can help you but I don't know very well ubuntu - hope someone can help you Nod
find quote
SmeagolL Offline
Junior Member
Posts: 12
Joined: Aug 2009
Reputation: 0
Post: #25
im using ubuntu jaunty jackalope. Is it that different?
find quote
SmeagolL Offline
Junior Member
Posts: 12
Joined: Aug 2009
Reputation: 0
Post: #26
you can always write one up for gentoo and ill see if i can make it work Smile
find quote
JS36 Offline
Junior Member
Posts: 22
Joined: Aug 2009
Reputation: 0
Post: #27
SmeagolL Wrote:you can always write one up for gentoo and ill see if i can make it work Smile
I can help you. Don't give up yet, i had to spend around 20-30h to figure out how to do but learned alot so i think i can help. What type of remote do you use?

sudo apt-get install lirc (configure with the remote you want to use, i choose MCEUSB new Philips et al and emulated it with my logitech harmony 555)
sudo apt-get install dialog
sudo su
cd /usr/src
wget http://www.lirc.org/software/snapshots/l...e1.tar.bz2
tar xvfj lirc-0.8.6pre1
cd lirc-0.8.6pre1
sh setup.sh
Driver configuration(1) > IrDa/CIR hardware(6) > ITE IT8712/IT8705/IT8720 CIR port (3) and "save configuration & run configure" in first menu
make
make install
nano /etc/modules add lirc_dev and lirc_it87
nano /etc/lirc/hardware.conf change to this REMOTE_MODULES="lirc_dev lirc_it87"
reboot or restart lirc and it should work

otherwise try modprobe lirc_dev && modprobe lirc_it87 and see if you get /dev/lirc0 and try sudo mode2 /dev/lirc0 and press buttons on remote

And just like darkattraction wrote on #10
Quote:so I added in /etc/conf.d/lirc the option "-o /dev/lircd"
and I created a symlink /var/run/lirc/lircd to /dev/lircd as to check my remote with irw
To get irw to work you have to do this.
(This post was last modified: 2009-08-07 12:05 by JS36.)
find quote
SmeagolL Offline
Junior Member
Posts: 12
Joined: Aug 2009
Reputation: 0
Post: #28
im trying to get a macbook/mac mini remote to work. I'll try on your instructions Smile
find quote
SmeagolL Offline
Junior Member
Posts: 12
Joined: Aug 2009
Reputation: 0
Post: #29
i got /dev/lirc0 but i can't run sudo mode2 /dev/lirc0. And i don't have that /etc/conf.d/lirc (reckon it's a gentoo thing?)

I'm about giving up on ubuntu, i wanted a simple media center but i can't get the remote working and not the spdif sound.

Do you have any problems in gentoo? maybe i should change or simply go to windows x)
(This post was last modified: 2009-08-07 21:25 by SmeagolL.)
find quote
JS36 Offline
Junior Member
Posts: 22
Joined: Aug 2009
Reputation: 0
Post: #30
SmeagolL Wrote:i got /dev/lirc0 but i can't run sudo mode2 /dev/lirc0. And i don't have that /etc/conf.d/lirc (reckon it's a gentoo thing?)

I'm about giving up on ubuntu, i wanted a simple media center but i can't get the remote working and not the spdif sound.

Do you have any problems in gentoo? maybe i should change or simply go to windows x)
We'll get this thing working don't worry.

Have you tried "sudo modprobe lirc_it87" ? Does it load propertly?

What does "cat /var/log/daemon.log | grep lirc" show?
(This post was last modified: 2009-08-08 01:05 by JS36.)
find quote
Post Reply