RM520N-EU latest drivers for Ubuntu 20.04 LTS kernel version 5.8.0-59-generic

Hello! I would really appreaciate if you could send me the latest drivers for the quectel RM520N-EU for Ubuntu 20.04 LTS with kernel version 5.8.0-59-generic, including the USB and qmi_wwan drivers. If the manuals are also included, great!!

Thank you very much in advance!!

Dear @mgquectel
I have sent it to you via Message, please check.

Dear @silvia
I have sent you a response via Message, as in the kernel version 5.8.0-59-generic the compilation of the qmi_wwan driver fails.

Thank you very much.

Could you please provide the log?

Hi @Bean.Wang-Q
Please help to check.

You can modify the source code in qmi_wwan_q.c.

#if (LINUX_VERSION_CODE > KERNEL_VERSION( 5,8,0 ))
to
#if (LINUX_VERSION_CODE > KERNEL_VERSION( 5,9,0 ))

Updated the kernel version to 5.15.0-119-generic using the command ‘apt install linux-generic-hwe-20.04’. The necessary drivers are set by default, so the qmi_wwan module is loaded automatically after connecting the RM520N-EU.

Thank you very much for the support.