So I'll bump this again, Anyone know how to make this work?
Posts by gremlin
-
-
Okay just tried the command above and it didn't work, I notice your command doesn't include the path to the hwdb file and I don't see where to add that looking up that command on the web. Sorry I'm not much of a linux person I'm trying to learn and have a lot of experience with other OS's
-
Thank you! I saw the second part and thought I'd done the substitution so maybe I pasted an old version of the file, or missed it.
The first bit I'm hoping is what I need. I'm traveling for a few days but will give it a go when I'm back.
-
So I did a search and the words TIVO Slide don't appear in any post I can find using the built in search or search engine.
Mostly this remote works great, but there are a couple of things I haven't been able to do mainly around getting the other buttons to work, things like the info button and the select button in the middle of the dpad when it's slid open. I followed the directions on this site: TiVo Slide - Official Kodi Wiki
and put the file 95-tivoslide.hwdb in /etc/.config/hwdb.d
This is my file:
Code
Display Morekeyboard:usb:v150Ap1201* keyboard:usb:v150Ap1203* KEYBOARD_KEY_000c0041=enter #SELECT KEYBOARD_KEY_000c0046=backspace #BACK KEYBOARD_KEY_000c006d=f3 #ZOOM KEYBOARD_KEY_000c006c=f4 #A (YELLOW) KEYBOARD_KEY_000c006b=f5 #B (BLUE) KEYBOARD_KEY_000c0069=f6 #C (RED) KEYBOARD_KEY_000c006a=f7 #D (GREEN) KEYBOARD_KEY_000700d8=f8 #CLEAR KEYBOARD_KEY_000c0083=enter #ENTER/LAST KEYBOARD_KEY_000c008d=home #GUIDE KEYBOARD_KEY_000c009c=pageup #CHUP KEYBOARD_KEY_000c009d=pagedown #CHDN KEYBOARD_KEY_000c00b3=fastforward #FASTFORWARD KEYBOARD_KEY_000c00b4=rewind #REWIND KEYBOARD_KEY_0000C00b1=playpause #PAUSE KEYBOARD_KEY_000c00f5=stopcd #SLOW KEYBOARD_KEY_000c0209=i #INFO KEYBOARD_KEY_ffff003d=tab #TiVo KEYBOARD_KEY_ffff003e=o # Live TV KEYBOARD_KEY_ffff0041=pagedown # Thumbs Down KEYBOARD_KEY_ffff0042=pageup # Thumbs Up
I also made a copy of this called 99-tivoslide.hwdb then I created the file 95-keymap.rules and 99-keymap.rules with this content
CodeSUBSYSTEM=="input", SUBSYSTEMS=="usb", ENV{ID_VENDOR_ID}=="150a", ENV{ID_MODEL_ID}=="1203", RUN+="/lib/udev/keymap $name /etc/udev/hwdb.d/99-tivoslide.hwdb"
Then I ran the command
and still these key's don't work any thoughts?
thank you,
-G