我最近购买了一个 TL-WN725N v2 usb 加密狗,以便将其用于我的 Ubuntu 虚拟机。插入 usb 加密狗 (rtl8188eu) 后,我的 Ubuntu 安装似乎安装了正确的驱动程序。我设置了一个非常简单的 hostapd.conf 文件,当我尝试启动 hostapd 时,出现此错误:
Configuration file: hostapd.conf
nl80211: Driver does not support authentication/association or connect commands
nl80211 driver initialization failed.
hostapd_free_hapd_data: Interface wlan0 wasn't started
我的 lshw 看起来像这样:
description: Wireless interface
physical id: 1
bus info: usb@1:1
logical name: wlan0
serial: c4:6e:1f:12:41:ac
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=r8188eu ip=10.131.5.248 multicast=yes wireless=IEEE 802.11bgn
iwconfig 如下所示:
wlan0 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency=2.427 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/100 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
我的问题似乎与这篇文章类似:ArchLinux + Hostapd 上的 TL-WN725N 接入点
虽然我不太清楚 OP (@ochurlaud) 做了什么让他们的适配器在 Raspberry PI 上运行。
任何帮助是极大的赞赏!