From 6bfa896f9acf4dce2ed773b702fd2fa4109a826a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julie=C3=B1?= Date: Mon, 5 May 2025 15:31:28 +0200 Subject: [PATCH] Various updates --- Turing Pi/compute-modules.md | 7 +++++++ Turing Pi/hosts.md | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Turing Pi/compute-modules.md b/Turing Pi/compute-modules.md index f211526..0211696 100644 --- a/Turing Pi/compute-modules.md +++ b/Turing Pi/compute-modules.md @@ -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) diff --git a/Turing Pi/hosts.md b/Turing Pi/hosts.md index 19eb292..c63e41b 100644 --- a/Turing Pi/hosts.md +++ b/Turing Pi/hosts.md @@ -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) ```