固件类型:官方提供的固件
固件文件名称:AIO-3399J-CAM-8MS1M_Ubuntu20.04-r240_v2.5.1d_23033
固件下载地址:Firefly | 让科技更简单,让生活更智能
Log日志:MobaXterm_COM3SiliconLabsCP210xUSBtoUARTBridgeCOM3_20230505_160604.txt
系统正常启动无wlan0网卡,无法连接wifitchip_askquestions
MobaXterm_COM3SiliconLabsCP210xUSBtoUARTBridgeCOM3_20230505_160604.txt (201 KB)
MobaXterm_COM3SiliconLabsCP210xUSBtoUARTBridgeCOM3_20230505_114113.txt (73.9 KB)
本帖最后由 sw6256 于 2023-5-5 18:52 编辑
neutionwei 发表于 2023-5-5 16:44
ifconfig -a 命令看看
root@firefly:~# ifconfig -a
dummy0: flags=130<BROADCAST,NOARP> mtu 1500
ether 0a:e8:bc:1a:6c:6f txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 7a:67:65:56:bb:91 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 12 bytes 1408 (1.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 24
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1 (Local Loopback)
RX packets 25612 bytes 1896090 (1.8 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 25612 bytes 1896090 (1.8 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
需要对这个dummy0配置?log中报了很多错误,之前没有,是make menuconfig中的选项冲突?
dummy0并不是wlan0网卡,wlan0网卡是
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 08:e9:f6:0e:62:32 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
你是官方固件与自编译固件都没有识别到这个网卡吗?
本帖最后由 sw6256 于 2023-5-6 10:10 编辑
neutionwei 发表于 2023-5-6 09:36
dummy0并不是wlan0网卡,wlan0网卡是
wlan0: flags=4099 mtu 1500