hostapd не находит модуль ядра

Здравствуйте. Имею wi-fi адаптор TP-Link TL-WN725N. В качестве wi-fi адаптора работает без нареканий. Пытаюсь заставить его работать в роли точки доступа. Выполнено:

Имеем - Bus 003 Device 005: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Фирма изгот. -   Realtek
Чип устройства - RTL8188EUS
Установлен пакет dkms-8188eu.

[[email protected] adapter]# lsmod | grep 8188eu
r8188eu               715761  0
usbcore               154228  4 uhci_hcd,r8188eu,ehci_hcd,ehci_pci

depends:        usbcore

[[email protected] adapter]# lsmod | grep usbcore
usbcore               154228  4 uhci_hcd,r8188eu,ehci_hcd,ehci_pci
usb_common              1600  1 usbcore
Создан hostapd.conf:

interface=wlp0s29f7u5
driver=usbcore
ssid=bsm_TestHostapd
hw_mode=g
channel=12
macaddr_acl=0
auth_algs=1
max_num_sta=5
ignore_broadcast_ssid=0
wpa=3
wpa_passphrase=OpenOnePaly4
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
rsn_pairwise=CCMP
logger_stdout=-1
logger_stdout_level=2
Переводим устройство в режим Master:

ifconfig..
wlp0s29f7u5: flags=4098<BROADCAST,MULTICAST>  mtu 1500
        ether a0:f3:c1:15:41:f4  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

iwconfig..
wlp0s29f7u5  unassociated  Nickname:"<[email protected]>"
          Mode:Master  Frequency=2.412 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  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
При выполнении hostapd получаю нижеследующее:

[[email protected] adapter]# hostapd -dd -B hostapd.conf
random: Trying to read entropy from /dev/random
Configuration file: hostapd.conf
Line 5: invalid/unknown driver 'usbcore'
1 errors found in configuration file 'hostapd.conf'
Failed to set up interface with hostapd.conf
hostapd_init: free iface 0x9bc0430
Failed to initialize interface
hostapd_interface_deinit_free((nil))
Как исправить ситуацию? Спасибо.
driver=usbcore
на
#driver=usbcore
Почему?
При закоментированной строчке указания драйвера в hostapd.conf получил:

[[email protected] adapter]# hostapd -B hostapd.conf -dd
random: Trying to read entropy from /dev/random
Configuration file: hostapd.conf
nl80211: Could not add multicast membership for vendor events: -2 (No such file or directory)
nl80211: Driver does not support authentication/association or connect commands
nl80211: Remove monitor interface: refcount=0
netlink: Operstate: ifindex=4 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP)
nl80211: Set mode ifindex 4 iftype 2 (STATION)
nl80211: Failed to set interface 4 to mode 2: -19 (No such device)
nl80211 driver initialization failed.
hostapd_interface_deinit_free(0xa072430)
hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1
hostapd_interface_deinit(0xa072430)
hostapd_bss_deinit: deinit bss wlp0s29f7u5
hostapd_cleanup(hapd=0xa072f68 (wlp0s29f7u5))
hostapd_free_hapd_data: Interface wlp0s29f7u5 wasn't started
hostapd_interface_deinit_free: driver=(nil) drv_priv=(nil) -> hapd_deinit
hostapd_interface_free(0xa072430)
hostapd_interface_free: free hapd 0xa072f68
hostapd_cleanup_iface(0xa072430)
hostapd_cleanup_iface_partial(0xa072430)
hostapd_cleanup_iface: free iface=0xa072430
Посмотрите в выводе
sudo iw phy
в разделе "Supported interface modes:" поддерживается ли вообще драйвером режим точки доступа.
Спасибо. Тема закрыта.
 
Зарегистрироваться или войдите чтобы оставить сообщение.