我是靠谱客的博主 曾经服饰,最近开发中收集的这篇文章主要介绍OpenWrt的USB网口驱动使用场景解决验证参考,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

场景

旧笔记本使用USB网口作为wan口。

解决

opkg update
opkg install comgt kmod-usb-serial kmod-usb-serial-option kmod-usb-serial-wwan usb-modeswitch
opkg install kmod-usb-net-rndis usb-modeswitch
opkg install usbutils
opkg install kmod-libphy
opkg install kmod-mii
opkg install kmod-usb-net
opkg install kmod-usb-net-rtl8152 # 根据usb设备不同而不同

验证

root@OpenWrt:~# lsusb
Bus 001 Device 003: ID 058f:a014 Alcor Micro Corp. Asus Integrated Webcam
Bus 001 Device 004: ID 0bda:0139 Realtek Semiconductor Corp. RTS5139 Card Reader Controller
Bus 002 Device 003: ID 1908:1320 GEMBIRD PhotoFrame PF-15-1
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 004: ID 0bda:8152 Realtek Semiconductor Corp. RTL8152 Fast Ethernet Adapter
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

这里使用的usb网口是Realtek Semiconductor Corp. RTL8152 Fast Ethernet Adapter
下面是绿联网卡ASIX Electronics Corp. AX88179 Gigabit Ethernet:

opkg update
opkg install kmod-usb-net-asix kmod-usb-net-asix-ax88179
reboot

参考

  • LEDE(openwrt) 树莓派3 raspberry pi3 配置为路由器router(含IPv6)
  • Use 3g/UMTS USB Dongle for WAN connection
  • Use RNDIS USB Dongle for WAN connection
  • Installing and troubleshooting USB Drivers

最后

以上就是曾经服饰为你收集整理的OpenWrt的USB网口驱动使用场景解决验证参考的全部内容,希望文章能够帮你解决OpenWrt的USB网口驱动使用场景解决验证参考所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(40)

评论列表共有 0 条评论

立即
投稿
返回
顶部