Author: swordfish6975

Openelec Build for OPI PC and 2 now with HW decoding

  [Copy link]

1

threads

37

posts

258

credits

Intermediate member

Rank: 3Rank: 3

credits
258
Published in 2016-2-10 03:59:20 | Show all floors
Please,tell me what is wrong now?

OpenELEC:~ # cat /storage/.config/lircd.conf

# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.9.1-git(default) on Tue Feb  9 18:48:55 2016
#
# contributed by
#
# brand:                       /storage/.config/lircd.conf
# model no. of remote control:
# devices being controlled by this remote:
#

begin remote

  name  devinput
  bits           32
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100

  header       9017  4494
  one           565  1685
  zero          565   560
  ptrail        561
  repeat       9015  2255
  gap          141478
  toggle_bit_mask 0x2222

      begin codes
      end codes

end remote


OpenELEC:~ # cat /storage/.config/autostart.sh
#!/bin/sh

lircd /storage/.config/lircd.conf
OpenELEC:~ #

2

threads

30

posts

279

credits

Intermediate member

Rank: 3Rank: 3

credits
279
Published in 2016-2-10 04:04:48 | Show all floors
jernej replied at 2016-2-10 03:18
I almost agree with you, but then I checked configurations for other openelec devices and found ou ...

Are you planning to add my changes to OpenELEC - support DVB tuners, module w1_sunxi from loboris kernel etc.?
Published in 2016-2-10 04:09:12 | Show all floors
Edited by darqoq at 2016-2-9 21:15
igor2053 replied at 2016-2-9 20:59
Please,tell me what is wrong now?

OpenELEC:~ # cat /storage/.config/lircd.conf

You don't record any IR code, your section codes is empty !!!. Example:
  1. begin codes
  2.           KEY_UP                   0x1BE1
  3.           KEY_LEFT                 0x1BDF
  4.           KEY_RIGHT                0x1BDE
  5.           KEY_OK                   0x1BDD
  6. end codes
Copy code
GUIDE for DUMMIES:
http://www.ocinside.de/html/modding/linux_ir_irrecord_guide.html
Orange PI PC

4

threads

1118

posts

9221

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9221
Published in 2016-2-10 04:12:45 | Show all floors
igor2053 replied at 2016-2-9 20:59
Please,tell me what is wrong now?

OpenELEC:~ # cat /storage/.config/lircd.conf

Run again this command and add keys:
  1. irrecord /storage/.config/lircd.conf
Copy code


or you can write down the old ones you already posted on this forum few pages back.

4

threads

1118

posts

9221

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9221
Published in 2016-2-10 04:18:30 | Show all floors
@GUTEK@ replied at 2016-2-9 21:04
Are you planning to add my changes to OpenELEC - support DVB tuners, module w1_sunxi from loboris  ...

DVB - definetly, this is after all multimedia focused distribution, 1-Wire - most probably yes, because I'm trying to configure devices as close as possible to other which are officially supported.

2

threads

94

posts

624

credits

Senior member

Rank: 4

credits
624
Published in 2016-2-10 04:52:00 | Show all floors
jernej replied at 2016-2-10 03:18
I almost agree with you, but then I checked configurations for other openelec devices and found ou ...

Jernej, You are exactly right. From the time imemmorial people used to build high class professional receiver looking systems using Kodi/Openlec and that is the reason why i2c/1-wire is/should-be enabled by default.

Cheers

1

threads

37

posts

258

credits

Intermediate member

Rank: 3Rank: 3

credits
258
Published in 2016-2-10 06:13:54 | Show all floors
After replacing another IR remote control, it works much better, but still not allright.Now not doing two keys - KEY RIGHT and KEY DOWN. Have I done something wrong, or database is not supported all features ?

OpenELEC:~ #  cat /storage/.config/lircd.conf

# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.9.1-git(default) on Tue Feb  9 21:06:42 2016
#
# contributed by
#
# brand:                       /storage/.config/lircd.conf
# model no. of remote control:
# devices being controlled by this remote:
#

begin remote

  name  devinput
  bits           16
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100

  header       8995  4484
  one           554  1688
  zero          554   570
  ptrail        561
  repeat       8998  2243
  pre_data_bits   16
  pre_data       0xFD
  gap          141092
  toggle_bit_mask 0x4040

      begin codes
          KEY_0                    0xF00F
          KEY_1                    0x4AB5
          KEY_2                    0x0AF5
          KEY_3                    0x08F7
          KEY_4                    0x6A95
          KEY_5                    0x2AD5
          KEY_6                    0x28D7
          KEY_7                    0x728D
          KEY_8                    0x32CD
          KEY_9                    0x30CF
          KEY_POWER                0x9A65
          KEY_MUTE                 0x9867
          KEY_EPG                  0xB24D
          KEY_EXIT                 0xA05F
          KEY_MENU                 0xA25D
          KEY_UP                   0x609F
          KEY_DOWN                 0x6897
          KEY_RIGHT                0xD827
          KEY_LEFT                 0x5AA5
          KEY_VOLUMEUP             0xA857
          KEY_VOLUMEDOWN           0xAA55
          KEY_INFO                 0x708F
          KEY_OK                   0x58A7
          KEY_SUBTITLE             0x8877
      end codes

end remote
OpenELEC:~ # cat /storage/.config/autostart.sh
#!/bin/sh

lircd /storage/.config/lircd.conf


Previous ir remote control was part of a set tv box CS918. With it, they worked all controls on Zidoo x1 in Android system.

1

threads

37

posts

258

credits

Intermediate member

Rank: 3Rank: 3

credits
258
Published in 2016-2-10 06:19:31 | Show all floors
Whether is  any KEY to start Kodi ?

1

threads

37

posts

258

credits

Intermediate member

Rank: 3Rank: 3

credits
258
Published in 2016-2-10 06:35:02 | Show all floors
I have another question. When you have full picture, when watching TV, and  move channel , kodi freeze.  (?)

4

threads

1118

posts

9221

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9221
Published in 2016-2-10 06:36:37 | Show all floors
igor2053 replied at 2016-2-9 23:35
I have another question. When you have full picture, when watching TV, and  move channel , kodi free ...

This is known bug, instead of directly switching channels, you should go back to menu and then select another one.

You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list