One quick follow up. I found this excellent post,
https://forums.slimdevices.com/showthread.php?103330-Jivelite-for-piCorePlayer&p=938026&viewfull=1#post938026
which got me evtest.

sudo evtest /dev/input/event3 revealed a full keyboard's worth of
inputs, but using the knob produced:

Code:
--------------------
    
  Testing ... (interrupt to exit)
  Event: time 1587480495.804055, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00ea
  Event: time 1587480495.804055, type 1 (EV_KEY), code 114 (KEY_VOLUMEDOWN), 
value 1
  Event: time 1587480495.804055, -------------- SYN_REPORT ------------
  Event: time 1587480495.820031, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00ea
  Event: time 1587480495.820031, type 1 (EV_KEY), code 114 (KEY_VOLUMEDOWN), 
value 0
  Event: time 1587480495.820031, -------------- SYN_REPORT ------------
  Event: time 1587480497.084033, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00e9
  Event: time 1587480497.084033, type 1 (EV_KEY), code 115 (KEY_VOLUMEUP), 
value 1
  Event: time 1587480497.084033, -------------- SYN_REPORT ------------
  Event: time 1587480497.100023, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00e9
  Event: time 1587480497.100023, type 1 (EV_KEY), code 115 (KEY_VOLUMEUP), 
value 0
  Event: time 1587480497.100023, -------------- SYN_REPORT ------------
  Event: time 1587480498.220037, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00e2
  Event: time 1587480498.220037, type 1 (EV_KEY), code 113 (KEY_MUTE), value 1
  Event: time 1587480498.220037, -------------- SYN_REPORT ------------
  Event: time 1587480498.236028, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00e2
  Event: time 1587480498.236028, type 1 (EV_KEY), code 113 (KEY_MUTE), value 0
  Event: time 1587480498.236028, -------------- SYN_REPORT ------------
  Event: time 1587480498.972032, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00e2
  Event: time 1587480498.972032, type 1 (EV_KEY), code 113 (KEY_MUTE), value 1
  Event: time 1587480498.972032, -------------- SYN_REPORT ------------
  Event: time 1587480498.988027, type 4 (EV_MSC), code 4 (MSC_SCAN), value c00e2
  Event: time 1587480498.988027, type 1 (EV_KEY), code 113 (KEY_MUTE), value 0
  Event: time 1587480498.988027, -------------- SYN_REPORT ------------
  
--------------------


Clearly sends media key values for *KEY_VOLUMEDOWN*, *KEY_VOLUMEUP*, and
*KEY_MUTE* on event3. Ralph's jivekeys list here
https://github.com/ralph-irving/tcz-lirc/blob/master/jivekeys.csv
supports none of those. Is there a way to make this work with or without
jivelite?

Thanks!


------------------------------------------------------------------------
mobiustrip's Profile: http://forums.slimdevices.com/member.php?userid=70100
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to