TL-WN725N v2 の hostapd + Ubuntu 14.04 ドライバーの問題

TL-WN725N v2 の hostapd + Ubuntu 14.04 ドライバーの問題

最近、Ubuntu 仮想マシンで使用するために TL-WN725N v2 USB ドングルを購入しました。私の Ubuntu インストールでは、USB ドングル (rtl8188eu) を接続すると正しいドライバーがインストールされたようです。非常にシンプルな 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で作業するアダプターを取得するために何をしたか本当に分かりませんが。

どのような助けでも大歓迎です!

関連情報