tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 52519214db4d420b03ab0bdebbfa7095fe76912c
parent 3074f2181a1c3ff5d452c6342b9442021e03637b
Author: rbckman <rbckman@localhost.localdomain>
Date:   Sat, 17 Nov 2018 06:59:08 +0200

print if buttons not found

Diffstat:
Minstall.sh | 3++-
Mtarina.py | 1+
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -97,7 +97,8 @@ echo "ROB do this one better! ok? doesnt go to the end of the last line and need sleep 4 echo "continue.. sleep 1 -printf " consoleblank=0 logo.nologo loglevel=0" >> /boot/cmdline.txt +echo "maybe put this??: consoleblank=0 logo.nologo loglevel=0" +echo "at the end of line in this file /boot/cmdline.txt echo "Make USB soundcard default" echo "writing to /etc/modprobe.d/alsa-base.conf" diff --git a/tarina.py b/tarina.py @@ -54,6 +54,7 @@ try: onlykeyboard = False except: onlykeyboard = True + print "could not find buttons!! running in only keyboard mode" #--------------Save settings-----------------