Posts: 25
Joined: Oct 2012
Reputation:
0
Yeah I've followed your guide still with no luck. Could it have something to do with identifying it as Philips mce uSb ir receiver?
Cause once I enter that code In the remote stops working
I'm using the remote that came with my zotac zbox id80
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Without 10-evdev.conf the remote is recognized as a keyboard. That always works for some buttons but this not what you want. As already stated lirc works fine as you get the correct output from irw. Your problem is that XBMC does not see it.
Please post output of:
ls -la /dev/lircd
and your Lircmap.xml
Posts: 25
Joined: Oct 2012
Reputation:
0
thanks for everyone'e helps.
ok so when i type is ls -la /dev/lircd i get:
lrwxrwxrwx 1 root root 19 2012-10-24 19:24 /dev/lircd -> /var/run/lirc/lircd
and my lircmap.xml file is:
<lircmap>
<remote device="zotac.conf">
<power>KEY_SLEEP</power>
<wake>KEY_WAKEUP</wake>
<record>KEY_RECORD</record>
<pause>KEY_PAUSE</pause>
<stop>KEY_STOP</stop>
<reverse>KEY_REWIND</reverse>
<play>KEY_PLAY</play>
<forward>KEY_FORWARD</forward>
<skipminus>KEY_LEFTSHIFT</skipminus>
<skipplus>KEY_RIGHTSHIFT</skipplus>
<back>KEY_BACK</back>
<info>KEY_INFO</info>
<start>KEY_MENU</start>
<up>KEY_UP</up>
<left>KEY_LEFT</left>
<right>KEY_RIGHT</right>
<down>KEY_DOWN</down>
<select>KEY_OK</select>
<volumeplus>KEY_VOLUMEUP</volumeplus>
<volumeminus>KEY_VOLUMEDOWN</volumeminus>
<mute>KEY_MUTE</mute>
<up>KEY_CHANNELUP</up>
<down>KEY_CHANNELDOWN</down>
<zero>KEY_0</zero>
<one>KEY_1</one>
<two>KEY_2</two>
<three>KEY_3</three>
<four>KEY_4</four>
<five>KEY_5</five>
<six>KEY_6</six>
<seven>KEY_7</seven>
<eight>KEY_8</eight>
<nine>KEY_9</nine>
<red>KEY_RED</red>
<green>KEY_GREEN</green>
<yellow>KEY_YELLOW</yellow>
<blue>KEY_BLUE</blue>
<star>KEY_NUMERIC_STAR</star>
<hash>KEY_NUMERIC_POUND</hash>
<subtitle>KEY_TEXT</subtitle>
<title>KEY_TITLE</title>
<clear>KEY_CLEAR</clear>
</remote>
</lircmap>
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Please enable debugging in advanced settings and post log.
Posts: 25
Joined: Oct 2012
Reputation:
0
Sorry I'm pretty new to this. How do I do that?
Posts: 25
Joined: Oct 2012
Reputation:
0
I downloaded an add-on for xbmc that copies your debug log. Is that not a debug log? Sorry I assumed that's what it was?
So you think just fixing my Lircmap file should solve the issue?
Also any idea what this is:
23:35:33 T:3017332496 ERROR: GLX: Same window as before, refreshing context
Thanks
Posts: 25
Joined: Oct 2012
Reputation:
0
Yeah. That worked! Thanks so much.
Now I have to figure out why xbmc doesn't shut down properly!
Posts: 9
Joined: Sep 2012
Reputation:
0
I just installed a new zotac nano AD-10 but I't get the process for the remote control to work. I get the following error:
FernetMenta-lirc-c336b00/drivers/lirc_serial/lirc_serial.c:69:24: fatal error: asm/system.h: No such file or directory
compilation terminated.
Any ideas or help will be greatly appreciated.
Thanks guys.
Posts: 9
Joined: Sep 2012
Reputation:
0
I followed step by step. No joy.