ghwong
ghwong
Found a temporary workaround to force kernel module load (found this from sudo dmesg | grep r8152 --> "r8152: module verification failed: signature and/or required key missing - tainting kernel"...
I'm now using this script to automate the force load ``` #!/bin/sh # Path to the kernel module R8152_MODULE_PATH=/var/packages/r8152/target/r8152/r8152.ko # 1. Wait for the system to settle (important for USB)...
Totally agree on not fixing anything that is not broken. Mine was not working so I have to manually load the kernel to got it working again.