USB drivers for EHS6 under embedded Linux | Thales IoT Developer Community
September 15, 2016 - 12:45pm, 3343 views
Hello
I am using EHS6 with Linux Embedded system.
Is there any instruction or user guide can teach me which USB drivers is necessary for EHS6 and how to configure the Kernel for these drivers under linux embedded system.
I searched the linux topics on the internet, and I find there is some intruction for other brand of LTE module.
Please check below link:
https://forum.u-blox.com/index.php?qa=1962&qa_1=cdc-acm-%26-rndis-via-us...
I need to know which USB drivers is necessary for EHS6 with embedded Linux system, and how to install these USB drivers and configure kernel for these drivers.
Can you give me the related information?
Hello,
Generally there should already be a driver in the Linux kernel unless you are using some very old one. Please try. If it's not working please write what kernel you are using.
Regards,
Bartłomiej
Hi,
Just check than your kernel includes ,or just install, CDC_ACM and USB_serial drivers.
That's all.
As mention by Bartłomiej, the most of the kernels since 4 years ago include such drivers
Just to point that only some of the usb end-point are suitable for AT commands and only one for PPP. Check the Application Note for USB to know wich are the usb end point you wannt to use
Regards
Antonio
Somewhere over the rainbow!!! Looking for the Oz Land!!!
Hi,
Thanks for your information, we have solved this problem.