/etc/rc.local ist mit root-Rechten unter Linux zu bearbeiten.
Ich würde mich dazu via ssh als User pi auf den Raspberry einloggen und mit
sudo nano /etc/rc.local die Datei bearbeiten.
Gruß
______
/homas
Danke für den Hinweis, das funktioniert. Ich wollte nur unter meiner
gewohnten Win Umgebung arbeiten, da ich absoluter Linux Anfänger bin!
Jetzt habe ich das Problem, dass der IR-Lesekopf von Udo nicht als
Device angezeigt wird. Linux hat aber das Gerät erkannt.
[ 3.544848] usb 1-1.3: Product: CP2104 USB to UART Bridge Controller
[ 3.557048] usb 1-1.3: Manufacturer: Silicon Labs
[ 3.567526] usb 1-1.3: SerialNumber: 0079E5C3
pi@raspberrypi ~ $ lsusb
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x
UART Bridge / myAVR mySmartUSB light
Muss ich noch ein Treiber für den USB-Serial Wandler installieren, da er
evtl. mit dem Austausch der Boot Partition verloren gegangen ist?
Meine Dev Liste sieht so aus:
autofs loop1 network_throughput ram4 tty1
tty23 tty37 tty50 tty7 vcs6
block loop2 null ram5 tty10
tty24 tty38 tty51 tty8 vcs7
bus loop3 ppp ram6 tty11
tty25 tty39 tty52 tty9 vcsa
cachefiles loop4 ptmx ram7 tty12
tty26 tty4 tty53 ttyAMA0 vcsa1
char loop5 pts ram8 tty13
tty27 tty40 tty54 ttyprintk vcsa2
console loop6 ram0 ram9 tty14
tty28 tty41 tty55 urandom vcsa3
cpu_dma_latency loop7 ram1 random tty15
tty29 tty42 tty56 vc-cma vcsa4
disk loop-control ram10 raw tty16
tty3 tty43 tty57 vchiq vcsa5
fb0 MAKEDEV ram11 root tty17
tty30 tty44 tty58 vc-mem vcsa6
fd mem ram12 shm tty18
tty31 tty45 tty59 vcs vcsa7
full mmcblk0 ram13 stderr tty19
tty32 tty46 tty6 vcs1 xconsole
input mmcblk0p1 ram14 stdin tty2
tty33 tty47 tty60 vcs2 zero
kmsg mmcblk0p2 ram15 stdout tty20
tty34 tty48 tty61 vcs3
log net ram2 tty tty21
tty35 tty49 tty62 vcs4
loop0 network_latency ram3 tty0 tty22
tty36 tty5 tty63 vcs5
PS: Was bedeuten denn die Farben in der Konsole beim ls Befehl?
Oliver