固件: OpenWrt R22.6.16 (2022-06-16 10:27:09 by flippy) 内核: 5.15.47-flippy-73+o 1.使用前必备 在OpenWrt中安装以下模块 kmod-usb-net kmod-usb-net-rndis kmod-usb-net-cdc-ether adb 安装支持手机USB共享的内核模块(通过ssh终端操作) 安装前先更新模块 opkg update 安装所有模块 opkg install k...
<*> kmod-usb-net-cdc-eem... Support for CDC EEM connections -*- kmod-usb-net-cdc-ether... Support for cdc ethernet connections <*> kmod-usb-net-cdc-mbim... Kernel module for MBIM Devices -*- kmod-usb-net-cdc-ncm... Support for CDC NCM connections <*> kmod-usb-net-cdc-subset...
mod-usb-net-rndis kmod-usb-net-cdc-ether usbutils 通过以下命令一次性安装 opkg install kmod-usb-net kmod-usb-net-rndis kmod-usb-net-cdc-ether usbutils 图四:系统已经安装,所以显示已安装最新版本 至此,系统组件安装完成,可关闭Putty。 4️⃣连接USB设备 打开路由器管理界面,依次点开“网络——接口—...
然后打开windows下的驱动,发现里面是写了CH397。然后插论坛发现这个芯片支持CDC-ECM驱动。 在openwrt里面查看CDC-ECM的配置方式是装一个kmod-usb-net-cdc-ether的驱动https://openwrt.org/docs/guide-user/network/wan/wwan/ethernetoverusb_cdc 然后就能看到这个网卡了 常用指令 oweroff是关机 uci是设置选项 opkg...
kmod-usb-net-cdc-ether usbutils 备注:TTYD终端命令行模式为: opkg update opkg install kmod-usb-net kmod-usb-net-rndis kmod-usb-net-cdc-ether usbutils 全部安装完之后重启路由器。 第三步:将手机插入路由器USB口,打开手机的USB网络共享,注意这步一定要先做,不然下一步无法进行。 第四步:打开“网络-接...
在openwrt系统中安装kmod-usb-net-rndis kmod-usb-net kmod-usb2 usb-modeswitch kmod-usb-net-cdc-ether。 安装完成后,把E3372(E8372)插入路由器USB口,待4G指示灯亮起,打开openwrt路由器wan口(没有就添加它)设置界面,你会发现物理设置接口多了一项以太网适配器: "eth2" ,eth后面的数字是在已有接口基础上...
以太网卡: kmod-usb-core kmod-usb-net-asix-ax88179 kmod-usb-net-asix kmod-usb-net-cdc-eem kmod-usb-net-cdc-ether kmod-usb-net-cdc-mbim kmod-usb-net-cdc-ncm kmod-usb-net-cdc-subset kmod-usb-net-dm9601-ether kmod-usb-net-hso kmod-usb-net-huawei-cdc-ncm kmod-usb-net-ipheth kmod-...
#include <linux/usb/cdc-wdm.h> #if 1 //Added by Quectel #include <linux/etherdevice.h> struct sk_buff *qmi_wwan_tx_fixup(struct usbnet *dev, struct sk_buff *skb, gfp_t flags) { if (dev->udev->descriptor.idVendor != cpu_to_le16(0x2C7C)) ...
(依赖)kmod-usb-net-cdc-ether (依赖)kmod-usb-net (依赖)kmod-usb-core 正常识别后可在lsuab命令中看到一个名为Android设备,或者有GSM等信息。同时可查询到设备自动创建的网卡usb0 与自动分配的 Client IP 01 02 03 04 05 06 07 08 09 10
[95463.537729] Modules linked in: brcmfmac_wcc(O) pppoe ppp_async brcmfmac(O) wireguard pppox ppp_generic nft_fib_inet nf_flow_table_inet lz4 libchacha20poly1305 ipt_REJECT chacha_neon cfg80211(O) cdc_ncm cdc_ether zstd xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_recent xt_...