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)
(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/


Nachrichten in diesem Thema
RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - von albdom - 22.03.2016, 11:58

Gehe zu:


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