I am trying to get MBPL drivers working on my EM7455 on Debian. I did the “make clean, make and make install” on my Ubuntu and carried over usb_wwan.ko, qmi_wwan.ko and qcserial.ko using my thumb drive to my Debian host. I did not see the usbserial.ko file after making on my Ubuntu. The error indicates that I need usbserial.ko but I cannot find it.
I have the following error after typing “modprobe qcserial”
root@CMM2-UUT:/home/user/Sierra/MBPL/Ubuntu# modprobe qcserial
modprobe: ERROR: …/libkmod/libkmod-module.c:192 kmod_module_parse_depline() ctx=0x552cc008 path=/lib/modules/4.9.11-02316-g91a2d54-dirty/kernel/drivers/usb/serial/usbserial.ko error=No such file or directory
modprobe: ERROR: …/libkmod/libkmod-module.c:192 kmod_module_parse_depline() ctx=0x552cc008 path=/lib/modules/4.9.11-02316-g91a2d54-dirty/kernel/drivers/usb/serial/usbserial.ko error=No such file or directory
modprobe: ERROR: could not insert ‘qcserial’: Exec format error
root@CMM2-UUT:/home/user/Sierra/MBPL/Ubuntu# find /lib/modules/4.9.11-02316-g91a2d54-dirty/kernel/drivers/usb/serial -name qcserial.ko -print
/lib/modules/4.9.11-02316-g91a2d54-dirty/kernel/drivers/usb/serial/qcserial.ko
What am I missing?