diff options
Diffstat (limited to 'mythfront/mythfront-config/epia')
-rw-r--r-- | mythfront/mythfront-config/epia/serial.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mythfront/mythfront-config/epia/serial.sh b/mythfront/mythfront-config/epia/serial.sh index e69de29bb2..6d2a978fea 100644 --- a/mythfront/mythfront-config/epia/serial.sh +++ b/mythfront/mythfront-config/epia/serial.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +setserial /dev/ttyS0 uart none +modprobe lirc_serial +modprobe snes232 +inputattach --snes232 /dev/ttyS1 & + |