Search found 186 matches

by lukas
01 Jun 2020, 11:47
Forum: Software
Topic: How to adjust RTC
Replies: 2
Views: 2363

Re: How to adjust RTC

Code: Select all

sudo timedatectl set-time "2020-06-01 11:43:16"
This sets both the system time and the RTC.

Code: Select all

timedatectl
This will report the system time and the RTC time.
by lukas
29 May 2020, 12:33
Forum: Software
Topic: ModbusMaster does not notice changing
Replies: 4
Views: 2915

Re: ModbusMaster does not notice changing

Usually the USB serial adapters have a separate serial number each, so that gives you a unique piece of data to match against even if the vendor and device ID are identical across multiple attached USB devices.
by lukas
29 May 2020, 11:14
Forum: Software
Topic: ModbusMaster does not notice changing
Replies: 4
Views: 2915

Re: ModbusMaster does not notice changing

Somewhat tangentially: It is possible to get a persistent device name for a specific USB serial adapter by creating a file in /lib/udev/rules.d/. The file needs to contain a udev rule which matches for the serial number of the adapter and creates a symbolic link to the actual device. Let's say you'v...
by lukas
29 May 2020, 06:55
Forum: Software
Topic: Factory reset von "aussen"?
Replies: 3
Views: 3773

Re: Factory reset von "aussen"?

Die beiden Typ A Anschlüsse können nur zum Anschließen von USB Endgeräten verwendet werden (z.B. WLAN Stick, Flash Stick, Ethernet Adapter). Sie können nicht verwendet werden, um per USB Zugriff auf das eMMC des Raspberry Pi Compute Module (und damit Zugriff auf das Dateisystem) zu bekommen. Hierfür...
by lukas
29 May 2020, 06:31
Forum: Connectivity
Topic: RevPi Connect - Firewall nftables
Replies: 4
Views: 5365

Re: RevPi Connect - Firewall nftables

Den Kernel auf dem RevPi zu bauen dauert sehr lange, wir cross-compilieren den daher auf einer x86-Maschine. Dafür braucht's das gcc-arm-linux-gnueabihf Paket. Das ist nur für Nicht-arm-Architekturen verfügbar. Compiliert man unter arm, muss man ja nicht cross-compilieren, sondern verwendet den nati...
by lukas
28 May 2020, 09:48
Forum: Software
Topic: Factory reset von "aussen"?
Replies: 3
Views: 3773

Re: Factory reset von "aussen"?

Die einzige Möglichkeit besteht darin, den Micro-USB Anschluss auf der Frontblende an einen PC anzuschließen und per rpiboot das Filesystem zu mounten. Dann kann man beliebige Änderungen am Dateisystem vornehmen, beispielsweise auch /etc/shadow editieren und das Passwort eines Benutzers ändern. Ihr ...
by lukas
27 May 2020, 15:12
Forum: Software
Topic: Fehler beim update
Replies: 8
Views: 6090

Re: Fehler beim update

Hallo tobs, die Warnungen in deinem letzten Screenshot rühren daher, dass das teamviewer-revpi Paket irrtümlich noch ein zweites mal das Teamviewer Repository in /etc/apt/sources.list.d hinzufügt. Teamviewer hat zugesagt, ab der kommenden Version 2.10 oder 2.11 nichts mehr nach /etc/apt zu installie...
by lukas
27 May 2020, 15:00
Forum: Software
Topic: Firmware Update
Replies: 3
Views: 4915

Re: Firmware Update

Hallo troll100, du verwendest noch jessie. Ich habe heute ein aktualisiertes revpi-repo Paket für jessie in unser apt-Repository geschoben, das den ungültigen Public Key des Teamviewer Repositories ersetzt. Für stretch hatten wir das schon vor längerer Zeit gemacht. Sobald du "sudo apt-get upda...
by lukas
27 May 2020, 14:18
Forum: Wunsch- und Ideensammlung
Topic: RevolutionPi Core 3 Buster
Replies: 4
Views: 7164

Re: RevolutionPi Core 3 Buster

Wir werden voraussichtlich im Juni nochmal ein stretch Image rausbringen, das Kernel 4.19 statt 4.9 verwendet, und dann etwas später ein buster Image, auch mit 4.19. Die Arbeiten daran laufen bereits.
by lukas
27 May 2020, 14:14
Forum: PiCtory
Topic: Pictory - Config-Datei Deployment
Replies: 5
Views: 8659

Re: Pictory - Config-Datei Deployment

Ja genau, das ist so gedacht dass die config.rsc einmal erstellt und dann auf Systeme desselben Aufbaus übertragen werden kann. Du kannst in PiCtory auch eine config.rsc für einen anderen Aufbau als die lokale Maschine erzeugen, darfst ihn dann halt nur nicht als Start-Konfiguration speichern, sonde...