
我最近購買了一個 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 上運作。
任何幫助是極大的讚賞!