2015-03-09, 22:20
Ok, I will get another one.
(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.
(2015-03-09, 22:20)nilaz Wrote: Ok, I will get another one.
(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.
Bus 001 Device 004: ID 0766:0204 Jess-Link Products Co., Ltd TopSpeed Cyberlink Remote Control
(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.
(2015-02-09, 13:37)teeedubb Wrote: kees667 Glad you found that 3+ year old post useful
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)
(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
(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
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