I'm using Kobo Elipsa2E.
As it's a Mark11 device, I tried to compile "uhid.ko" on my own. Seemingly successful, though I haven't done it before and don't know what to look for

:
https://github.com/ivy-rew/kobo-kern...ark11-Elipsa2E
Now I've added my own 'uhid.ko' binary to the Elipsa2e and tried to mount the module; but I keep getting 'Device or resource busy' messages. Any ideas how to get the 'uhid.ko' module loaded?
I've already tried turning of wlan, and triggering the 'insmod' via nickel-menu, but that didn't help.
Unfortunately there's no usbnet on Elipsa, so I can't easily SSH into the device without wlan.
Code:
[root@kobo bt]# insmod /mnt/onboard/.adds/bt/uhid.ko
insmod: can't insert '/mnt/onboard/.adds/bt/uhid.ko': Device or resource busy
[root@kobo bt]# lsmod
wlan_drv_gen4m 1908365 0 - Live 0xbf15e000 (O)
wmt_cdev_bt 16871 0 - Live 0xbf155000 (O)
wmt_chrdev_wifi 12825 1 wlan_drv_gen4m, Live 0xbf14c000 (O)
wmt_drv 1059215 4 wlan_drv_gen4m,wmt_cdev_bt,wmt_chrdev_wifi, Live 0xbf014000 (O)
[root@kobo bt]#