Bishop

Results 4 comments of Bishop

It looks like the `update` binary does return a non-zero exit code when we have the wrong partition size, so this is how I handled it: ``` echo "Dumping partition:...

Since `p8023.ko` is no longer created by the makefile, updated `dkms.conf` (including correction by @bpranoto): ``` MAKE[0]="'make' KERNELDIR=/lib/modules/${kernelver}/build" CLEAN="make clean" BUILT_MODULE_NAME[0]="ipx" BUILT_MODULE_LOCATION[0]="./" DEST_MODULE_LOCATION[0]="/kernel" PACKAGE_NAME="ipx" PACKAGE_VERSION="1.0" AUTOINSTALL=yes ```

And for the sake of completeness, I whipped up full install script for this kernel module and the userspace utils. Tested on Ubuntu 24.10 with kernel 6.11.0-9-generic ```bash #!/usr/bin/env bash...

For anyone experiencing the same issue, I found a workaround that might actually be "the right way" to do this anyway. In GMenu2x -> Settings, try setting "Keyboard Layout" to...