Guten Tag
Bin der Frank aus Wathlingen und ganz neu hier angemeldet.
Habe die aktuelle OSMC auf einem Raspberry Pi 4B installiert und wollte die FB nach dieser Anleitung manuell einrichten was auch gut geklappt hat.
Leider funktioniert es aber nicht.
Meine Keymap sieht so aus
Code
# Please take the time to finish this file as described in
# https://sourceforge.net/p/lirc-remotes/wiki/Checklist/
# and make it available to others by sending it to
# <lirc@bartelmus.de>
#
# This config file was automatically generated
# using lirc-0.9.4c(devinput) on Thu Dec 5 06:30:49 2024
# Command line used: -d /dev/lirc0
# Kernel version (uname -r): 5.15.92-1-osmc
#
# Remote name (as of config file): frank
# Brand of remote device, the thing you hold in your hand:
# Remote device model nr:
# Remote device info url:
# Does remote device has a bundled capture device e. g., a
# usb dongle? :
# For bundled USB devices: usb vendor id, product id
# and device string (use dmesg or lsusb):
# Type of device controlled
# (TV, VCR, Audio, DVD, Satellite, Cable, HTPC, ...) :
# Device(s) controlled by this remote:
begin remote
name frank
driver devinput
bits 64
eps 30
aeps 100
one 0 0
zero 0 0
pre_data_bits 64
pre_data 0x0
gap 19722
toggle_bit_mask 0x0
frequency 38000
begin codes
KEY_UP 0x033E000001000706
KEY_DOWN 0x033B00000100039A
KEY_Left 0x033500000100070C
KEY_RIGHT 0x0341000001000393
KEY_OK 0x06B8000001000383
KEY_MENU 0x033C000001000398
KEY_POWER2 0x033B000001000706
KEY_ESC 0x033E00000100039B
KEY_VOLUMEUP 0x033E000001000705
KEY_VOLUMEDOWN 0x033C000001000398
KEY_0 0x0351000001000384
KEY_1 0x033E000001000398
KEY_2 0x033A000001000704
KEY_3 0x033E000001000397
KEY_4 0x03430000010006FE
KEY_5 0x033F000001000397
KEY_6 0x033E00000100070C
KEY_7 0x033E00000100039C
KEY_8 0x033C000001000708
KEY_9 0x033D000001000397
KEY_PLAY 0x03830100000006AE
KEY_PAUSE 0x033D000001000398
KEY_STOP 0x033A000001000706
KEY_REWIND 0x0342000001000394
KEY_FASTFORWARD 0x0386010000000351
KEY_RECORD 0x033C000001000398
KEY_RED 0x033D000001000708
KEY_GREEN 0x033E0000010003A0
KEY_YELLOW 0x033D000001000705
KEY_CONTEXT_MENU 0x033F000001000397
KEY_INFO 0x033E000001000705
KEY_BACK 0x033C000001000397
KEY_CHANNELUP 0x033E000001000705
KEY_CHANNELDOWN 0x033E000001000397
KEY_MUTE 0x033E000001
Display More
Die Datei liegt in /etc/lirc und hat "root" Rechte.
Mit einer RC6 FB und der entprechenden Keymap funktioniert alles tadellos,kann aber die Taste für Context_menu nicht finden und daher wollte ich eine Kaymap manuell erstellen.
Was mache ich falsch???