Hallo Ihr, jetzt habe ich nochmal alles neu Aufgesetzt und erhalte folgende Fehlermeldung:
pi@raspberrypi:~ $ newtron-radio
No ConfigFile found, using defaults
trying fbcon
<class 'pygame.error'>: Unable to open /dev/fb1
Driver fbcon failed!
Is libts/libts-bin installed?
Also check:
SDL_FBDEV = /dev/fb1
SDL_MOUSEDEV = /dev/input/touchscreen
SDL_MOUSEDRV = TSLIB
Are theese correct? Set them in Line 30ff.
Traceback (most recent call last):
File "/usr/local/lib/newtron-v2/newtron-radio.py", line 1704, in <module>
disp_init()
File "/usr/local/lib/newtron-v2/newtron-radio.py", line 323, in disp_init
raise Exception('No suitable video driver found!')
Exception: No suitable video driver found!
Da ich leider mit Linux nicht klar komme sind o.g. Fehlermeldungen für mich risige Fragezeichen :s
Nochmal was ich gemacht habe:
Jessie installiert
apt-get update
Treiber nach Anleitung installiert
Touch Calibriert
Setup gemäß Tread #1 installiert und die Install. lief durch.
newtron-radio , dann o.g. Fehlermeldungen
Hat jemand eine Idee?