Reply To: Max2Play auf Audiophonics RaspDAC (Power Button, OLED Display) Script

Max2Play Home Forums Max2Play on Raspberry PI Max2Play auf Audiophonics RaspDAC (Power Button, OLED Display) Script Reply To: Max2Play auf Audiophonics RaspDAC (Power Button, OLED Display) Script

18. November 2016 at 11:26 #23962

Hallo Thomas,

tut mir leid und siehe bitte unten – ich hatte dummerweise vergessen, dir folgende wichtige Edits zu der Anleitung zu senden. Many apologies. 🙁

TYPO in A. Files for the display

Code:

OLD: sudo cp RaspdacDisplay.py /usr/local/bin/
NEW: sudo cp RaspDacDisplay.py /usr/local/bin/

BUG in file „sds.service“ – needs to be fixed before performing steps in B.

Der folgende Fix ist besonders wichtig, da das falsche File referenziert wird!

Code:

OLD: ExecStart=/usr/local/bin/sds.sh
NEW: ExecStart=/usr/local/bin/sdsmax.sh

TYPO in B. Files for the power management function

Code:

OLD: chmod +x /usr/local/bin/sdsmax.sh
NEW: sudo chmod +x /usr/local/bin/sdsmax.sh

Code:

OLD: systemctl enable sds.service
NEW: sudo systemctl enable sds.service

Sorry nochmals, dass ich das in meiner ursprünglichen Antwort vergessen hatte.

Viele Grüße
Jason

  • This reply was modified 7 years, 5 months ago by jcu-muc.
  • This reply was modified 7 years, 5 months ago by jcu-muc.