Could be 'cdc-wdm' and 'qmi_wwan' drivers support included in the next kernel build?
Hey, it will be cool to have cdc-wdm and qmi_wwan modules in our kernel, so that one will be able to use libqmi to create incredible cellular network monitor application. Pleeeeaaase...
P.S. It's pretty simple to compile libqmi on the Jolla Phone, but it also would be very nice to include pre-compiled library in the next SailfishOS release too.
you should be able to compile the kernel module yourself with the kernel sources and a Mer Platform SDK.
r0kk3rz ( 2015-11-07 16:30:47 +0200 )editThank you for pointing me to this info.
Krum Nevelsen ( 2015-11-08 01:33:13 +0200 )editPlease test https://dl.dropbox.com/s/63vddpabt07t1ze/cdc-wdm.ko (copy it to the device, then do
devel-su insmod cdc-wdm.ko
inside of the folder you copied it to). Please note that this is compiled for SfOS 2.0.0.10.If it works for you I'll release it at openrepos.
V10lator ( 2015-11-09 15:15:23 +0200 )edit@V10lator, if you feel like documenting your procedure, theres a spot for it on the merwiki here https://wiki.merproject.org/wiki/Compiling_Jolla_kernel
r0kk3rz ( 2015-11-09 15:33:49 +0200 )edit@r0kk3rz The wiki talks about using Mer SDK but I'm doing this directly on the phone. What I do is basically:
mount -t nfs4 -o addr=192.168.2.5 nfs-share:/ /home/nemo/nfs
make -j3
(warning: This is heavy. It's probably better to just do make)Hope this helps. Also feel free to add this to the wiki if you think it fits there. :)
Also, if you want to have an example for a spec file to release such a module on openrepos, here's the one I use for f2fs (with f2fs there's ofc. another step before configuring the kernel: Patching it) :
V10lator ( 2015-11-09 15:43:50 +0200 )edit