fix after proxmox kernel update added

This commit is contained in:
2025-11-30 21:48:14 +00:00
parent 849f0c26d5
commit bf9d7dd026

View File

@@ -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