Apparently things start differently with trixie, so modified the system monitor code to keep trying to allocate the resources it needs (and adapter and a client to the i2c bus). This mades the code work, and startup is not affected.
9 lines
197 B
Plaintext
Executable File
9 lines
197 B
Plaintext
Executable File
|
|
sudo cp -vf oneUpPower.ko /lib/modules/`uname -r`/kernel/drivers/power/supply/oneUpPower.ko
|
|
sudo depmod -a
|
|
ls /lib/modules/`uname -r`/kernel/drivers/power/supply/
|
|
sudo insmod oneUpPower.ko
|
|
sync
|
|
|
|
|