Kodi Community Forum
ASRock ION 330HT (2nd gen) - built-in IR, which lirc driver? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: ASRock ION 330HT (2nd gen) - built-in IR, which lirc driver? (/showthread.php?tid=61840)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33


- katossi - 2010-01-05

In a different post people seem to find version 1.01 does not show the "fast repeat" behavior and 1.02 (the last one) does.

Can anyone confirm this?


- a_moron - 2010-01-05

katossi Wrote:In a different post people seem to find version 1.01 does not show the "fast repeat" behavior and 1.02 (the last one) does.

Can anyone confirm this?
I'm using v1.02 .. will test v1.01 and see if that helps, thanks for the tip!

Edit: CONFIRMED! v1.01 works normal, it's the v1.02 thats on extasy Wink


- erhnam - 2010-01-06

I'm not using Gnome so I was not able to set the config by:

Nuvoton Transceivers/Remotes from the Menu and None for the Transmitter.

Anyone here can share it's working lirc.conf ?


- shiftybugger - 2010-01-06

Where did you get the 1.0.1 drivers? I can only find the 1.0.2 drivers anywhere...


- cloverfield - 2010-01-06

andyjayh Wrote:Have you tried the resume script from the wiki?
http://wiki.xbmc.org/?title=Automatic_lirc_resume_script

I have tried, but no succes. But how can I check the steps?
I made a new file in the pointed folder. Pasted the text. Saved it. Did the chmod thing (can I check that result?).
Curl was already installed....

More tips? Wink


- erhnam - 2010-01-06

I'm working on a new version of my livecd to see if I can incorporate the lirc asrock drivers. Keep you guys informed!


- Rion - 2010-01-06

erhnam Wrote:I'm working on a new version of my livecd to see if I can incorporate the lirc asrock drivers. Keep you guys informed!

Great!

But the majority of people on this site speaks English..

http://babelfish.yahoo.com/translate_url?doit=done&tt=url&intl=1&fr=bf-home&trurl=http%3A%2F%2Fwww.xbmcfreak.nl%2F&lp=nl_en&btnTrUrl=Translate


It would be great if you can post the news in both Dutch & English


- beha99 - 2010-01-06

Could anyone post IR drivers version 1.01 this from version 1.02 don't work (multiple key pressed)?


lirc - reni - 2010-01-07

beha99 Wrote:Could anyone post IR drivers version 1.01 this from version 1.02 don't work (multiple key pressed)?

They can be found here:
http://files.me.com/ahrensfd/oinox3

see: http://forum.xbmc.org/showthread.php?p=474780


- X3lectric - 2010-01-07

I have the 1.0.1 drivers posted on my topic as well and so you guys are aware pls make sure to click my signature and complain to Asrock that the 1.0.2 drivers are bummed, if you also feel like asking for drivers for the mobo chipset pls help out. Its all on my signature. Thx


- cobra - 2010-01-11

axept Wrote:I got the remote control working by using the driver file from asrocks homepage... And the only thing I wonder about is;

Is there a way to pick a subtitle-file from the remote or do I have to use my mouse Huh?

And if XBMC find a file, how to turn it on by using the remote... ??

Sorry my bad english......
Rolleyes

Hello,
same situation for me. All is working great! ( lirc 1.0.1 )
Except I don't manage to show/hide or switch subtitle with the remote ... I tried with Xbox Media Extender Remote Video Controls wiki.

Any help?
THX.


- Abnormal1 - 2010-01-11

You need to create a custom keymap for your remote.
All the info required is here

I personally mapped the T button at the bottom of the remote to subtitles toggle and I also changed the top left button to change the aspect ratio plus a couple of other changes as I don't like the default.


- cobra - 2010-01-11

Abnormal1 Wrote:You need to create a custom keymap for your remote.
All the info required is here

I personally mapped the T button at the bottom of the remote to subtitles toggle and I also changed the top left button to change the aspect ratio plus a couple of other changes as I don't like the default.

Thanks for your help.
I already read wiki page for keymap.xml and didn't manage to make it work... Rolleyes
If you can provide me your files, I certainely would be able to map buttons.

PS : Did you just create keymap.xml in $home/.xbmc/userdata/keymaps/ ?


- cloverfield - 2010-01-11

cobra Wrote:Thanks for your help.
I already read wiki page for keymap.xml and didn't manage to make it work... Rolleyes
If you can provide me your files, I certainely would be able to map buttons.

PS : Did you just create keymap.xml in $home/.xbmc/userdata/keymaps/ ?
I have the same problem. I don't know how to map the keys because their not just standard keyboard keys (like A or ENTER).

Because of the Asrock 330 with Remote is such a popular HTPC system, it would be usefull to have information on keymapping, more then just a request xml file (for me). So I know which keys are available Smile

Is that information available?


- Abnormal1 - 2010-01-11

Now that im at home I can give more info.
I created a file in /home/xbmc/.xbmc/userdata/keymaps called 330ht.xml and inserted the following. However I am going to change it soon as this was a quick hack and Im not happy with it.

PHP Code:
<keymap>
  <
FullscreenVideo>
    <
remote>
      <
info>CodecInfo</info>
      <
select>OSD</select>
      <
display>ShowSubtitles</display>          
    </
remote>
    <
universalremote>          
      <
obc148>AspectRatio</obc148>
    </
universalremote>
  </
FullscreenVideo>
</
keymap

The thing is that I just noticed that my custom button obc148 was removed from Lircmap.xml, does updating xbmc reset this file?

Anyway the way I work this out is the following.

1. In console type "irw" and determine the name of the buttons you want to change by pressing them on the remote.
2. In console "sudo nano /usr/share/xbmc/system/Lircmap.xml" and find the xbmc button name associated to the irw code.
Lircmap.xml layout is the following (Be careful if you change anything)
PHP Code:
<lircmap>
    <
remote device="mceusb">
             <
xbmc button name>irw button name</xbmc button name
If the irw button does not appear in the mceusb section then you can add a custom button via the following
PHP Code:
<obc148>irw button name</obc148>
<
obc149>second irw button name</obc149>
etc 
3. In console "sudo nano /home/xbmc/.xbmc/userdata/330ht.xml" (name of xml can be anything you want) and under the following
PHP Code:
<keymap>
  <
FullscreenVideo>
    <
remote
enter the current xbmc button name from lircmap.xml and the actual command you want xbmc to perform (Avaliable commands are in wiki here)
PHP Code:
<xbmc button name>xbmc command</xbmc button name
If it is a custom button then it must be under universalremote and NOT remote.
e.g
PHP Code:
</remote>
    <
universalremote>          
      <
obc148>xbmc command</obc148>
    </
universalremote>
  </
FullscreenVideo

then reboot and test.