好物优选点击查看详情 京东购买

暂无内容

4g模块注册上网 移远_移远EC20(4G模块)通过openwrt路由器拨号上网

移远EC20是一个兼容性比较强的4G模块。我入手的这个是EC20 R2.1版本,pcie接口的,这个版本是增强版,支持最高150Mbps的下载速率,而普通的EC20只有100Mbps下载速率。这个是全功能版本的,外观如下:

要让4G模块上网,必须设置驱动。目前较新的openwrt基本上已经加入了该模块的支持,如果没有成功驱动则必须要另外注入驱动。下面就是修改源码,File : [KERNEL]/drivers/usb/serial/option.c,加入如下代码staticconst struct usb_device_id option_ids[] = {

#if 1 //Added by Quectel

{ USB_DEVICE(0x05C6, 0x9090) }, /* Quectel UC15 */

{ USB_DEVICE(0x05C6, 0x9003) }, /* Quectel UC20 */

{ USB_DEVICE(0x05C6, 0x9215) }, /* Quectel EC20 */

{ USB_DEVICE(0x2C7C, 0x0125) }, /* Quectel EC25/EC20 R2.0 */

{ USB_DEVICE(0x2C7C, 0x0121) }, /* Quectel EC21 */

#endif

另外还要装一些内核插件。主要有以下几个:Kmod -usb-core

Kmod -usb-net

>> kmod-usb-net-qmi-wwan

>> kmod-usb-net-rndis

Kmod-usb-ohci     //这个选项一

原文链接:https://blog.csdn.net/weixin_39611546/article/details/111526124?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522171836740116800226537894%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fblog.%2522%257D&request_id=171836740116800226537894&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~blog~first_rank_ecpm_v1~times_rank-14-111526124-null-null.nonecase&utm_term=%E8%B7%AF%E7%94%B1%E5%99%A8%E3%80%81openwrt

© 版权声明
THE END
喜欢就支持一下吧
点赞10 分享