Quantcast
Channel: Kodinerds.net - Deutschsprachiges Forum zum Kodi Entertainment Center
Viewing all articles
Browse latest Browse all 87137

Probleme beim Einrichten Ubuntu - Kodi - Harmony Ultimate - mce_keyboard

$
0
0
nachdem meine langjährige Fernbedienung nun den Geist aufgegeben hatte, habe ich mir eine Harmony Ultimate geleistet...
als profil für die Harmony habe ich mce-keyboard gewählt. In Ubuntu habe ich die lirc wie folgt abgeändert

Shell-Script

  1. in_kernel_support() {
  2. if [ -d /sys/class/rc ]; then
  3. for file in `find /sys/class/rc/*/ -name protocols`; do
  4. if [ "$1" = "disable" ]; then
  5. echo "lirc" > $file
  6. echo "+mce_kbd" > $file
  7. else
  8. echo "none" > $file
  9. for protocol in `cat $file`; do
  10. echo "+${protocol}" > $file
  11. done
  12. fi
  13. done
  14. fi
  15. }
Alles anzeigen
was jetzt auch soweit geht, allerdings kommt es jetzt immer wieder zu Abstürzen innerhalb von Kodi. Danach geht weder FB noch Keyboard...

Es gab mal die Einstellung in Kodi "FB sendet Tastaturbefehle" aber das finde ich nicht mehr...

Hat jemand die selbe Konstellation und kann mir einen Tipp geben?

Viewing all articles
Browse latest Browse all 87137


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>