Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki:raspberrypi

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
wiki:raspberrypi [2024/12/25 18:27] – [Das Image kommt auf die SD-Karte oder USB-Speicher] pulsarwiki:raspberrypi [2025/04/01 17:39] (aktuell) – [Temperatur, Takt & Spannung] techguru
Zeile 30: Zeile 30:
  
   vcgencmd measure_volts   vcgencmd measure_volts
 +  
 +Wer einen Raspi 5 besitzt, kann die Speisespannung ganz einfach selbst messen, und zwar ohne Messgerät. Denn sie lässt sich mit dem Konsolenbefehl ''vcgencmd pmic_read_adc EXT5V_V'' aus dem Spannungswandlerchip auslesen, dem sogenannten Power Management IC (PMIC).
 +
 +  vcgencmd pmic_read_adc EXT5V_V
  
 Bzw. Bzw.
Zeile 532: Zeile 536:
  
  
 +=== uhubctl ===
 +
 +Mit dem in C geschriebenen Programm uhubctl kann man einzelen Ports ein und ausschalten.
 +
 +<code>
 +pi@pintp:~ $ sudo /usr/sbin/uhubctl -l 1-1 -p 2-5 -a off
 +Current status for hub 1-1 [0424:9514, USB 2.00, 5 ports, ppps]
 +  Port 2: 0000 off
 +  Port 3: 0000 off
 +  Port 4: 0000 off
 +  Port 5: 0000 off
 +Sent power off request
 +New status for hub 1-1 [0424:9514, USB 2.00, 5 ports, ppps]
 +  Port 2: 0000 off
 +  Port 3: 0000 off
 +  Port 4: 0000 off
 +  Port 5: 0000 off
 +pi@pintp:~ $ sudo /usr/sbin/uhubctl --help
 +uhubctl: utility to control USB port power for smart hubs.
 +Usage: uhubctl [options]
 +Without options, show status for all smart hubs.
 +
 +Options [defaults in brackets]:
 +--action,   -a - action to off/on/cycle (0/1/2) for affected ports.
 +--ports,    -p - ports to operate on    [all hub ports].
 +--location, -l - limit hub by location  [all smart hubs].
 +--level     -L - limit hub by location level (e.g. a-b.c is level 3).
 +--vendor,   -n - limit hub by vendor id [any] (partial ok).
 +--search,   -s - limit hub by attached device description.
 +--delay,    -d - delay for cycle action [2 sec].
 +--repeat,   -r - repeat power off count [1] (some devices need it to turn off).
 +--exact,    -e - exact location (no USB3 duality handling).
 +--force,    -f - force operation even on unsupported hubs.
 +--reset,    -R - reset hub after each power-on action, causing all devices to reassociate.
 +--wait,     -w - wait before repeat power off [20 ms].
 +--version,  -v - print program version.
 +--help,     -h - print this text.
 +
 +Send bugs and requests to: https://github.com/mvp/uhubctl
 +version: 2.3.0-1
 +pi@pintp:~ $ sudo /usr/sbin/uhubctl -l 1-1
 +Current status for hub 1-1 [0424:9514, USB 2.00, 5 ports, ppps]
 +  Port 1: 0503 power highspeed enable connect [0424:ec00]
 +  Port 2: 0000 off
 +  Port 3: 0000 off
 +  Port 4: 0000 off
 +  Port 5: 0000 off
 +pi@pintp:~ $ sudo /usr/sbin/uhubctl -l 1
 +Current status for hub 1 [1d6b:0002 Linux 6.1.21-v7+ dwc_otg_hcd DWC OTG Controller 3f980000.usb, USB 2.00, 1 ports, ppps]
 +  Port 1: 0503 power highspeed enable connect [0424:9514, USB 2.00, 5 ports, ppps]
 +  
 +</code>
  
 ==== LAN Abschalten ==== ==== LAN Abschalten ====
wiki/raspberrypi.1735147659.txt.gz · Zuletzt geändert: 2024/12/25 18:27 von pulsar