• 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 16
How to get a seamless remote experience
Ok, I will get another one.
Reply
(2015-03-07, 01:57)teeedubb Wrote: kees667 The file doesnt exist by default, its user generated. Any thing with a # in front is a comment so it is ignored, the comments are there to be able identify devices easily. You dont need code tags either.


Thanks again! Worked perfectly, indeed simpler (less steps) and foolproof in case I unplug USB. I left Openelec because resume didnt work, it now works fine here. much much appreciated for taking the time to help a noob.
Reply
(2015-03-09, 22:20)nilaz Wrote: Ok, I will get another one.

Some topseed remotes definitely work with or without lirc.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
(2015-03-09, 22:38)nickr Wrote:
(2015-03-09, 22:20)nilaz Wrote: Ok, I will get another one.

Some topseed remotes definitely work with or without lirc.

His issue is with the Chromebox, None of them work according to the wiki.
Reply
I also have a Topseed IR transceiver, ID 1784:0008 TopSeed Technology Corp. eHome Infrared Transceiver. I am having issues though, I can run ir-keymap -t, as well as evtest and they see the input, case in point KEY_C. However, neither xev or Kodi can see the button presses. I can get up/down/left/right, enter, back, Vol+/-, Mute, and play/pause/stop/FF/RR to show up, but nothing else. I have a Harmony H659, of which I have 7 different MCE remotes added, but they all have the same issue. I even tried added a MCE keyboard, no luck. I also have an HP remote, http://www.amazon.com/HP-Replacement-Cen...=HP+remote. Same issue.

Any body have any idea?
Reply
(2015-03-11, 03:50)FishOil Wrote:
(2015-03-09, 22:38)nickr Wrote:
(2015-03-09, 22:20)nilaz Wrote: Ok, I will get another one.

Some topseed remotes definitely work with or without lirc.

His issue is with the Chromebox, None of them work according to the wiki.

Mine works on chromebox, details tonight.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
OK my mistake. Mine is:

Code:
Bus 001 Device 004: ID 0766:0204 Jess-Link Products Co., Ltd TopSpeed Cyberlink Remote Control

Note that the word topspeed is not the same as the manufacturer topseed.

Sorry for the noise.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
(2015-03-07, 01:57)teeedubb Wrote: kees667 The file doesnt exist by default, its user generated. Any thing with a # in front is a comment so it is ignored, the comments are there to be able identify devices easily. You dont need code tags either.

Teeedubb,

I think I'm missing something i followed the steps and made the 99 disable file added the location for my MCE IR reciver and it still won't wake up. im running ubuntu. wake up with a wireless keyboard works but my receiver doesn't look like it has power in suspend. when the computer is on i check to make sure its enabled with the following
cat /sys/bus/usb/devices/1-1.5/power/wakeup
and it shows enabled

Any ideas?
Reply
The post below fixed my Kodibuntu resume issue. This weekend I visited my brother who has an Intel NUC with an HP MCE remote receiver running latest openelec. He also can't power on or resume with remote so I thought I'd try this on openelec. When I open sudo nano /etc/udev/rules.d/99-disable-wakeup.rules, edit it and save I get: error writing sudo /etc/udev/rules.d/99-disable-wakeup.rules: no such file or directory. I know I can ust install kodibuntu but that is quite some work with all settings and addons. Does openelec work differently?

(2015-02-09, 13:37)teeedubb Wrote: kees667 Glad you found that 3+ year old post useful Smile

There is a better way to enable wakeup on a device - using udev. It will enable/disable wakeup even if you change the usb port the device is connect to (something the guide you used will not do).

/etc/udev/rules.d/99-disable-wakeup.rules
Code:
#disable devices
#ipazz keyboard
#SUBSYSTEM=="usb", ATTRS{idVendor}=="0c45", ATTRS{idProduct}=="7000", RUN+="/bin/sh -c 'echo disabled > /sys$env{DEVPATH}/../power/wakeup'"
#logitect k400r
SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52b", RUN+="/bin/sh -c 'echo disabled > /sys$env{DEVPATH}/../power/wakeup'"
#usb bt
SUBSYSTEM=="usb", ATTRS{idVendor}=="0cf3", ATTRS{idProduct}=="3005", RUN+="/bin/sh -c 'echo disabled > /sys$env{DEVPATH}/../power/wakeup'"
#xbox360
SUBSYSTEM=="usb", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="0291", RUN+="/bin/sh -c 'echo disabled > /sys$env{DEVPATH}/../power/wakeup'"


#enable
#cec adapter
SUBSYSTEM=="usb", ATTRS{idVendor}=="1d6b", ATTRS{idProduct}=="0003", RUN+="/bin/sh -c 'echo enabled > /sys$env{DEVPATH}/../power/wakeup'"
#harmony/phillips ir
SUBSYSTEM=="usb", ATTRS{idVendor}=="0471", ATTRS{idProduct}=="2093", RUN+="/bin/sh -c 'echo enabled > /sys$env{DEVPATH}/../power/wakeup'"

You'll need to configure it for your system/devices, change the idvendor and idproduct string to match the output of lsusb, eg the output for my phillips ir receiver:
Code:
Bus 001 Device 005: ID 0471:2093 Philips (or NXP)
Reply
Im trying to use my Pronto NG 960 to control my Xbmc machine a Cubox i4 running openelec.
I have downloaded a few config from Remote Central but can't get them to work. I'm currently using a couple Ipad apps but would like to us my Pronto.

Any ideas?



All the best
Steve H
Reply
(2015-07-04, 12:30)vj531 Wrote: Im trying to use my Pronto NG 960 to control my Xbmc machine a Cubox i4 running openelec.
I have downloaded a few config from Remote Central but can't get them to work. I'm currently using a couple Ipad apps but would like to us my Pronto.

Any ideas?



All the best
Steve H

Does this help? http://kodi.wiki/view/HOW-TO:Configure_P...sal_Remote
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
(2015-07-04, 17:23)nickr Wrote:
(2015-07-04, 12:30)vj531 Wrote: Im trying to use my Pronto NG 960 to control my Xbmc machine a Cubox i4 running openelec.
I have downloaded a few config from Remote Central but can't get them to work. I'm currently using a couple Ipad apps but would like to us my Pronto.

Any ideas?



All the best
Steve H

Does this help? http://kodi.wiki/view/HOW-TO:Configure_P...sal_Remote

The CCF File referred to on stormforge has been removed, which is a pain!
I have install 2x Kodi Pronto setups but the Cubox does not see them, does the Cubox need another remote settings file installed? it works fine with IPad!

thx
Reply
New to OpenEle and trying to get wake from sleep with an Rosewill ME remote. My OPenElec HTPC is based on an AMD APU motherboard by Biostar. I have enabled S3 sleep and resume from S3 with USB in the bios.
The OpenELec instation was flawless. Remote works for all Kodi functions as expected and it will put the HTPC to sleep but it will not resume from sleep using the remote.

I followed some of the threads and confirmed via putty that wakeup is enabled on the OpenElec HTPC.

When trying to resume, The IR receiver blinks indicating that it is powered. I observed that the first time you try and power up OpenElec from sleep, the fan jogs but the system doesn't start up.

I am not sure what to try next.

Thanks for any comments.
Ian
Reply
Been banging my head for two days trying to get my Logitech Harmony Touch to work properly with Kodibuntu. I recently moved from a Windows7 based install on the same system after it crashed hard, so I switched to Kodibuntu instead. The remote worked perfectly with the same activity/config in windows but I'm having a hard time properly getting it to work now.

It kind-of works currently with ir-keytable (lirc have been removed, nothing worked when it was present in system). Though there are a few buttons on it that refuses to work, they do not show up with ir-keytable -t either. The buttons that does not work is the direction keys, and a few others but those are detected so I'm guessing thats more of a mapping issue with kodi atm.

So far I've tested with the following "devices" configured on the remote, some work better than others but the same issue with the direction keys is present, they never work.

Devices:
Microsoft Windows Media Center *
Microsoft MCE Keyboard **
Microsoft Windows Media Center SE **

* Worked earlier in Windows on the same hardware.
** Based on this link http://forum.kodi.tv/showthread.php?tid=220677

Code:
Ubuntu 14.04.3 LTS (GNU/Linux 3.13.0-61-generic x86_64)

kodi@tenshi:~$ sudo ir-keytable
Found /sys/class/rc/rc0/ (/dev/input/event7) with:
        Driver imon, table rc-imon-pad
        Supported protocols: RC-6 other
        Enabled protocols: RC-6
        Name: iMON Remote (15c2:0036)
        bus: 3, vendor/product: 15c2:0036, version: 0x0001
        Repeat delay = 500 ms, repeat period = 125 ms

kodi@tenshi:~$ sudo cat /etc/rc_keymaps/rc6_mce
# table rc6_mce, type: RC-6
0x800ff400 KEY_NUMERIC_0
0x800ff401 KEY_NUMERIC_1
0x800ff402 KEY_NUMERIC_2
0x800ff403 KEY_NUMERIC_3
0x800ff404 KEY_NUMERIC_4
0x800ff405 KEY_NUMERIC_5
0x800ff406 KEY_NUMERIC_6
0x800ff407 KEY_NUMERIC_7
0x800ff408 KEY_NUMERIC_8
0x800ff409 KEY_NUMERIC_9
0x800ff40a KEY_DELETE
0x800ff40b KEY_ENTER
0x800ff40c KEY_SLEEP
0x800ff40d KEY_MEDIA
0x800ff40e KEY_MUTE
0x800ff40f KEY_INFO
0x800ff410 KEY_VOLUMEUP
0x800ff411 KEY_VOLUMEDOWN
0x800ff412 KEY_CHANNELUP
0x800ff413 KEY_CHANNELDOWN
0x800ff414 KEY_FASTFORWARD
0x800ff415 KEY_REWIND
0x800ff416 KEY_PLAY
0x800ff417 KEY_RECORD
0x800ff418 KEY_PAUSE
0x800ff419 KEY_STOP
0x800ff41a KEY_NEXT
0x800ff41b KEY_PREVIOUS
0x800ff41c KEY_NUMERIC_POUND
0x800ff41d KEY_NUMERIC_STAR
0x800ff41e KEY_UP
0x800ff41f KEY_DOWN
0x800ff420 KEY_LEFT
0x800ff421 KEY_RIGHT
0x800ff422 KEY_OK
0x800ff423 KEY_EXIT
0x800ff424 KEY_DVD
0x800ff425 KEY_TUNER
0x800ff426 KEY_EPG
0x800ff427 KEY_ZOOM
0x800ff432 KEY_MODE
0x800ff433 KEY_PRESENTATION
0x800ff434 KEY_EJECTCD
0x800ff43a KEY_BRIGHTNESSUP
0x800ff446 KEY_TV
0x800ff447 KEY_AUDIO
0x800ff448 KEY_PVR
0x800ff449 KEY_CAMERA
0x800ff44a KEY_VIDEO
0x800ff44c KEY_LANGUAGE
0x800ff44d KEY_TITLE
0x800ff44e KEY_PRINT
0x800ff450 KEY_RADIO
0x800ff45a KEY_SUBTITLE
0x800ff45b KEY_RED
0x800ff45c KEY_GREEN
0x800ff45d KEY_YELLOW
0x800ff45e KEY_BLUE
0x800ff465 KEY_POWER2
0x800ff46e KEY_PLAYPAUSE
0x800ff46f KEY_PLAYER
0x800ff480 KEY_BRIGHTNESSDOWN
0x800ff481 KEY_PLAYPAUSE

Any suggestions would be very much appriciated on getting some progress on this.
Reply
Man I am struggling like hell getting this to work. I have simple commands working like volume up and down, enter, arrow up and down etc but nothing else no matter what rc6_map I use :/


Here is my rc6_mce file.

http://pastebin.com/2dPbKD1b

and my keyboard.xml for Kodi.

http://pastebin.com/gmvTwsiK

I just want the normal basic commands nothing special like hitting ok to open, guide button for contex guide butong going back home etc please help. Bout to pull my hair out lol.
Asrock Rog Z390-H | Intel i9 9900K | Windows 10 Pro x64 | Pop!_OS 20.10 |Nvidia Shield TV Pro (2019)
EVGA Hybrid FTW GTX 1070 | Corsair 16GB DDR4
Samsung 500GB SSD | 500GB Nvme SSD |500GB WD Black Nvme SSD |6TB HDD
Reply
  • 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 16

Logout Mark Read Team Forum Stats Members Help
How to get a seamless remote experience9