使用 linux pcie M.2 A+E key 硬件座子,驱动 Intel wireless -3168 型号wifi 网卡,驱动是 iwlwifi
当前已经成功安装了固件,iwlwifi-3168-29.ucode , 查看内核驱动也加载成功了,
但是一使用 ifconfig wlan0 up ,就会报错 SIOCSIFFLAGS: No such file or directory
其他能搜索到的办法都试过了,有没有大神指点一下
当前信息如下
dmesg | grep iwlwifi
[ 8.871432] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[ 8.933369] iwlwifi 0000:01:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
[ 9.061227] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 3168, REV=0x220
[ 9.188937] iwlwifi 0000:01:00.0: base HW address: 60:f6:77:a4:ca:f9
lspci
00:00.0 PCI bridge: Xilinx Corporation Device d011
01:00.0 Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)
ifconfig -a
wlan0 Link encap:Ethernet HWaddr 60:f6:77:a4:ca:f9
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
ifconfig wlan0 up
SIOCSIFFLAGS: No such file or directory
离线
wlan归hostapd或wpa_supplicant管
使用 hostapd/wpa_sipplicant 是先 up 之后,才能用,但是我现在的问题是 ,ifconfig wlan0 up 完不成
离线