Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(961) : eval()'d code 34 errorHandler->error_callback
/global.php 961 eval
/showthread.php 28 require_once
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 43 - File: showthread.php(1621) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1621) : eval()'d code 43 errorHandler->error_callback
/showthread.php 1621 eval




Themabewertung:
  • 5 Bewertung(en) - 5 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2)
Please check file under "/opt/carpc/startup/StartCarPC"
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
By me it was a Problem with sudo chmod 755 /usr/bin/carpc-controller and sudo chmod 755 /opt/carpc/startup/
Warum funktioniert die automatische Mount-Flash-Laufwerk? Auf die Version 14.1 hat gut geklappt. Wie zu beheben?
RPi3 mit 7" Mitsubishi Grandios monitor + Touchscreen, Jessie, Kodi 15.2
apt-get install usbmount
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
(22.03.2016, 11:10)cbrauweiler schrieb: apt-get install usbmount


Angehängte Dateien Thumbnail(s)
   
RPi3 mit 7" Mitsubishi Grandios monitor + Touchscreen, Jessie, Kodi 15.2
Dein letztes "upgrade" wurde unterbrochen, daher ist eine Installation nicht möglich.

"sudo apt-get upgrade" oder wenn das nichts bringt "sudo dpkg --configure -a" um die unterbrochene Installation fortzusetzen. Danach kannst du usbmount installieren.
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
(22.03.2016, 10:36)Dis5 schrieb: Warum funktioniert die automatische Mount-Flash-Laufwerk? Auf die Version 14.1 hat gut geklappt. Wie zu beheben?

sudo apt-get upgrade 

sudo apt-get update

sudo apt-get install ntfs-3g

sudo fdisk -l   (You watch how is name of usb)

sudo mkdir -p /var/hdd (hdd or usb or u like)

nano /etc/fstab (it is of usb mont automatically allways, ADD RED LINE (vfat is if ur ubs is FAT32))
--------------------------------
proc  
/proc proc defaults 0 0  
/dev/mmcblk0p5 /boot vfat defaults 0 2  
/dev/mmcblk0p6 / ext4 defaults,noatime 0 1
/dev/sda1   /var/hdd vfat defaults 0 0  
# a swapfile is not a swap partition, so no using swapon|off from here on, use dphys-swapfile swap[on|off] for that
--------------------------------

sudo reboot

(21.03.2016, 18:38)cbrauweiler schrieb: Please check file under "/opt/carpc/startup/StartCarPC"

It  is correct i think!

StartCarPC for 7WAYS
# Start gpsd FOR 7WAYS
sudo killall gpsd
gpsd /dev/ttyAMA0
sudo stty -F /dev/ttyAMA0 38400&
gpsctl -f -n  /dev/ttyAMA0&
sudo killall 7ways
# Start 7ways with a low priority
cd /opt/carpc/7ways/
./7ways &

I too have added chmod 755 and permision root in user pi but no run...

I just read that UART Raspberry Pi 3 have problems... Look: https://blog.adafruit.com/2016/03/07/ras...orkaround/
Nach dem verlassen von KODI beim Anschluss von Flash-Laufwerk erfordert die Eingabe eines Passworts (raspberry). So deaktivieren Sie die Passwort Abfrage?
RPi3 mit 7" Mitsubishi Grandios monitor + Touchscreen, Jessie, Kodi 15.2
(22.03.2016, 13:33)Dis5 schrieb: Nach dem verlassen von KODI beim Anschluss von Flash-Laufwerk erfordert die Eingabe eines Passworts (raspberry). So deaktivieren Sie die Passwort Abfrage?

Kodi should not ask a password... But u try sudo raspi-config and password in white...
I got to run the GPS under 7 ways in Rasp3!


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 5 Gast/Gäste
RasPiCarProjekt