starting software configuration
This commit is contained in:
@@ -15,6 +15,58 @@
|
||||
|
||||
## Ersteinrichtung
|
||||
|
||||
Zien:
|
||||
* volumio installiert
|
||||
* Externe Stromversorgung
|
||||
* Assistent durchlaufen, WLAN verbunden, heruntergefahren
|
||||
* SD-Karte in Laptop
|
||||
* touch ssh
|
||||
* mkdir /volumio_data2/dyn/data/INTERNAL/qudio
|
||||
* copy qudio.py + sounds + test nach /volumio_data2/dyn/data/INTERNAL/qudio
|
||||
* interne Musik auch nach /INTERNAL
|
||||
* Neustart + Rescan
|
||||
* ssh volumio@qudio.local
|
||||
* Activate software mixer
|
||||
* sudo apt-get update
|
||||
* sudo apt-get install fswebcam zbar-tools
|
||||
* lsusb && ls /dev/video*
|
||||
* fswebcam -r 320x240 -d /dev/video0 -v /data/backgrounds/webcam-test.jpg
|
||||
* http://192.168.178.31/backgrounds/webcam-test.jpg
|
||||
* zbarcam --quiet --nodisplay --raw -Sdisable -Sqrcode.enable --prescale=320x240 /dev/video0
|
||||
* uname -a && cat /etc/os-release
|
||||
|
||||
## Python 3.6 minimum
|
||||
https://www.scivision.co/compile-install-python-beta-raspberry-pi/
|
||||
sudo apt-get install libffi-dev libbz2-dev liblzma-dev libsqlite3-dev libncurses5-dev libgdbm-dev zlib1g-dev libreadline-dev libssl-dev tk-dev build-essential libncursesw5-dev libc6-dev openssl git
|
||||
|
||||
https://gist.github.com/dschep/24aa61672a2092246eaca2824400d37f | https://gist.github.com/SeppPenner/6a5a30ebc8f79936fa136c524417761d
|
||||
cd ~
|
||||
wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz
|
||||
tar xf Python-3.7.2.tar.xz
|
||||
cd Python-3.7.2
|
||||
./configure
|
||||
make
|
||||
sudo make altinstall --> Problem mit OpenSSL
|
||||
python3.7 --> quit()
|
||||
|
||||
|
||||
sudo easy_install-3.6 -U pip # https://stackoverflow.com/a/34580922/3761783 --> OpenSSL fehlt!
|
||||
sudo pip3.7 install --upgrade pip
|
||||
sudo pip3.7 install socketio-client
|
||||
sudo pip3.7 install RPi.GPIO
|
||||
python3.7 test.py
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
hat nicht funktioniert:
|
||||
* apt-get install python3 python3-pip # https://github.com/edmw/volumio-diy/blob/master/README.md#install-volumio-hid
|
||||
* sudo easy_install3 pip
|
||||
* pip3 install socketIO-client
|
||||
* pip3 install aiohttp
|
||||
|
||||
----------------------------------------
|
||||
* volumio installiert
|
||||
* Ausgabe über "Generic I2S DAC"
|
||||
* Netzlaufwerk verbinden
|
||||
|
||||
Reference in New Issue
Block a user