From bf9d7dd026be985cc98a1d086840076b72d31060 Mon Sep 17 00:00:00 2001 From: StefanMewes Date: Sun, 30 Nov 2025 21:48:14 +0000 Subject: [PATCH] fix after proxmox kernel update added --- proxmox-led-install.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/proxmox-led-install.md b/proxmox-led-install.md index 9683136..e1bed8e 100644 --- a/proxmox-led-install.md +++ b/proxmox-led-install.md @@ -17,8 +17,37 @@ systemctl start ugreen-diskiomon systemctl status ugreen-diskiomon ``` +## Fix after Proxmox Kernel Update +``` +modprobe -v led-ugreen +``` +shows in which directory and with which name modules are missing +install these missing modules, adjusting names if necessary +``` +dkms install ugreen-led/0.1 -k 6.17.2-2-pve +modprobe -v led-ugreen +./ugreen_leds_controller/scripts/ugreen-probe-leds +``` +should now be successful +Afterwards restart services + +``` +systemctl daemon-reload +systemctl start ugreen-netdevmon@enp2s0 +``` +status check should now be positive with +``` +systemctl status ugreen-netdevmon@enp2s0 +``` + +Fix drives with +``` +systemctl start ugreen-diskiomon +systemctl enable ugreen-diskiomon +systemctl status ugreen-diskiomon +``` ## Installation steps