Various updates

This commit is contained in:
2025-05-05 15:31:28 +02:00
parent 6b2afdbb3b
commit 6bfa896f9a
2 changed files with 10 additions and 2 deletions

View File

@@ -166,6 +166,13 @@ sudo systemctl enable --now wpa_supplicant@wlan0.service
sudo su -l -c "systemctl enable --now systemd-networkd"
```
#### Sensors
```bash
sudo apt install lm-sensors fancontrol read-edid i2c-tools libi2c-dev python3-smbus -y
sudo sensors-detect
```
---
#### Turing RK1 (RK3588)

View File

@@ -3,8 +3,8 @@
## Hosts / IPs
```markdown
.
├── bikiniBottom (192.168.1.10)
. bikiniBottom
├── turing-pi (192.168.1.10)
| ├── bob (192.168.1.11)
| ├── carlo (192.168.1.12)
| ├── gary (192.168.1.13)
@@ -12,6 +12,7 @@
├── krabs (192.168.1.15)
├── sheldon (192.168.1.16)
├── bernie (192.168.1.17)
├── pearl (192.168.1.18) # HS
| ------------------------------
└── retropie (192.168.1.53)
```