Skip to content

Instantly share code, notes, and snippets.

@bonelifer
Forked from lexrms/lircd.conf
Created March 26, 2024 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonelifer/1a700619af13f4b7e4d97f926d0e2e06 to your computer and use it in GitHub Desktop.
Save bonelifer/1a700619af13f4b7e4d97f926d0e2e06 to your computer and use it in GitHub Desktop.
Lirc configuration for HP MODEL OVU422000/06 HP P/N 5070-2584 HK 03 50703 G 017733
#Configuration for the Windows Media Center Transceivers/Remotes (all) remote: MCEUSB
#HP MODEL OVU422000/06 HP P/N 5070-2584
#HK 03 50703 G 017733
include "/usr/share/lirc/remotes/mceusb/lircd.conf.mceusb"
begin remote
name lircd.conf
bits 8
flags RC6|CONST_LENGTH
eps 30
aeps 100
one 459 430
zero 459 430
pre_data_bits 29
pre_data 0x37FF07B
gap 106275
toggle_bit_mask 0x8000
rc6_mask 0x100000000
begin codes
KEY_COPY 0x90
KEY_DISPLAYTOGGLE 0x7E
end codes
end remote
http://kodi.wiki/view/HOW-TO:Set_up_an_MCE_remote_control_in_Linux
sudo apt-get install lirc
sudo dpkg-reconfigure lirc
Select "Windows Media Center Transceivers/Remotes (all)"
Select "None"
Then run 'irw' and press buttons on the remote. You should see text such as:
000000037ff07be1 00 Up mceusb
000000037ff07bdf 00 Left mceusb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment