From cbc0d80b992ef0de50c6a798fd04feadeaa4f62b Mon Sep 17 00:00:00 2001 From: Joerg Lehmann Date: Fri, 6 Apr 2018 18:14:26 +0200 Subject: [PATCH] doc fix --- REAME.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/REAME.md b/REAME.md index 381aae7..0da030c 100644 --- a/REAME.md +++ b/REAME.md @@ -16,6 +16,7 @@ Installation auf SD: # raspi-config - Change User Password: heimetli27 - Hostname: proxypi +- enable predicatble network interface names - locale: en_US.utf8 (auch Default) - locale: de_CH.utf8 - Timezone: Europe/Zurich @@ -23,10 +24,15 @@ Installation auf SD: - Keyboard: Generic 105-key (Intl), German (Switzerland) - Enable SSH Server - WLAN einrichten (siehe "per WLAN") +- reboot # apt-get update # apt-get upgrade +reboot + +# apt-get updat + Software installieren: # apt-get install gammu python-gammu # apt-get install python-serial @@ -40,6 +46,8 @@ Software installieren: Firmware-Update: # rpi-update + +reboot ``` ### Boot Config anpassen @@ -53,6 +61,12 @@ dtparam=audio=off dtoverlay=pi3-disable-bt ``` +Bluetooth Dienste disablen: +``` +systemctl disable hciuart.service +systemctl disable bluetooth.service +``` + ### Zugang ermöglichen ``` @@ -139,6 +153,7 @@ $ tar cvf /var/tmp/proxypi-git-files.tar . # chown -R root:root /home/pi/web-root # cd /home/pi/install-files # for i in $(find . -type f); do echo cp $i /$i ; done +# for i in $(find . -type f); do if [ -f /$i ]; then cp -p /$i /$i.6apr2018; fi ; done # for i in $(find . -type f); do cp $i /$i ; done # systemctl enable my_web_server