Hi!
Ich habe zwei typen (wifi n und LB-Link BL-LW05-AR5) von USB WLAN Adapter. Mit dem LB-Link funktioniert der Hostspot mit dem wifin Adapter nicht.
Erkannt wir der wifi n Adapter und ich kann mit ihm auch scannen.
Code
wlan1 Link encap:Ethernet HWaddr 00:0f:00:35:4f:91
inet addr:10.11.12.13 Bcast:10.11.12.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:13 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)
Würde aber gerne an den wifi n eine anntena anschließen und daher den verwenden. Wenn ich es im Debugging-Mode starte bekomme ich folgendes:
Code
sudo hostapd -dd /etc/hostapd/hostapd.conf
random: Trying to read entropy from /dev/random
Configuration file: /etc/hostapd/hostapd.conf
rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0
rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0
rfkill: initial event: idx=2 type=2 op=0 soft=0 hard=0
nl80211: Supported cipher 00-0f-ac:1
nl80211: Supported cipher 00-0f-ac:5
nl80211: Supported cipher 00-0f-ac:2
nl80211: Supported cipher 00-0f-ac:4
nl80211: Supported cipher 00-0f-ac:10
nl80211: Supported cipher 00-0f-ac:8
nl80211: Supported cipher 00-0f-ac:9
nl80211: Using driver-based off-channel TX
nl80211: interface wlan1 in phy phy1
nl80211: Set mode ifindex 4 iftype 3 (AP)
nl80211: Failed to set interface 4 to mode 3: -95 (Operation not supported)
nl80211: Try mode change after setting interface down
nl80211: Set mode ifindex 4 iftype 3 (AP)
nl80211: Failed to set interface 4 to mode 3: -95 (Operation not supported)
nl80211: Interface mode change to 3 from 0 failed
nl80211: Could not configure driver mode
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 driver initialization failed.
hostapd_interface_deinit_free(0x55c489f0)
hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1
hostapd_interface_deinit(0x55c489f0)
hostapd_bss_deinit: deinit bss wlan1
hostapd_cleanup(hapd=0x55c49608 (wlan1))
hostapd_free_hapd_data: Interface wlan1 wasn't started
hostapd_interface_deinit_free: driver=(nil) drv_priv=(nil) -> hapd_deinit
hostapd_interface_free(0x55c489f0)
hostapd_interface_free: free hapd 0x55c49608
hostapd_cleanup_iface(0x55c489f0)
hostapd_cleanup_iface_partial(0x55c489f0)
hostapd_cleanup_iface: free iface=0x55c489f0
Display More
Hat wer eine Idee was das Problem ist?
Vielleicht kann mir ja hier wer weiterhelfen... Update der Packte habe ich durchgeführt