pynq、Linux下的EDUP无线网卡联wifi配置、嵌入式Linux上没有wlan0

一、无线网卡连接无线网络配置教程

1.树莓派2B 3B安装USB无线网卡 EDUP EP-8508GS:

https://blog.csdn.net/hu5566798/article/details/81072194

2.Pynq上使用wifi模块,网卡型号为EDUP EP-8508GS:

https://github.com/xyfancy/PynqLearning/wiki/%E5%9B%9B%E3%80%81Pynq%E4%B8%8A%E4%BD%BF%E7%94%A8WIFI%E6%A8%A1%E5%9D%97

3.在PYNQ上使用USB wifi实现远程调试,网卡型号为RT5370

https://zhuanlan.zhihu.com/p/52536449

试了以上三种教程都以失败告终。。。因为wlan0接口找不到

pynq、Linux下的EDUP无线网卡联wifi配置、嵌入式Linux上没有wlan0_第1张图片

二、常见接口含义

lo为还回接口

etho为以太网接口

sit0:它可以将IPv6的数据包塞进IPv4, 通过IPv4到达另一个地点。用lsmod命令可以发现, 系统加载了ipv6模块.
一般它没有什么用

我没有的:

br0网桥接口

wlan0为无线网接口

接口的具体作用:https://blog.csdn.net/u012336923/article/details/50463599

有的无线网接口名称不叫wlan0,用sudo ifconfig -a或iwconfig查看是否有其他名字的无线网接口,原因及更改方法如下:

https://blog.csdn.net/qq_25556149/article/details/79396666

https://unix.stackexchange.com/questions/345356/ifconfig-wlan0-shows-fetching-interface-information-device-not-found

三、Linux常用网络状态查询指令

 

 

你可能感兴趣的:(嵌入式)