Hello folks,
I am trying to set up a wlan router for my flat withfreebsd FreeBSD, but fail in firing up hostapd with wi.
hostapd is started, but the status in ifconfig shows no carrier and I cannot find the network.
Then I do a start through the rc scripts with the following result:
Checking ifconfig:
Checking logfiles:
So "something" is wrong here. Before, I tried to create a working wlan0 by:
The card hardware is a NL-2511MP Plus. Any suggestions to get the baby flying?
Many thanks,
eyebone
I am trying to set up a wlan router for my flat with
hostapd is started, but the status in ifconfig shows no carrier and I cannot find the network.
cat /tmp/hostap.conf
Code:
interface=wlan0
driver=bsd
logger_syslog=-1
logger_syslog_level=0
logger_stdout=-1
logger_stdout_level=0
debug=3
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel
#### IEEE 802.11 related config ####
ssid=HARALD
macaddr_acl=0
#auth_algs=1
#### IEEE 802.1X related config ####
ieee8021x=0
#### WPA/IEEE 802.11i config #####
wpa=1
wpa_passphrase=xxxxxxxxxxxxxxxxxxx
wpa_key_mgmt=WPA-PSK
#wpa_pairwise=TKIP
wpa_pairwise=CCMP TKIP
Then I do a start through the rc scripts with the following result:
Code:
wlan0: IEEE 802.11 Fetching hardware channel/rate support not supported.
Using interface wlan0 with hwaddr xx:xx:xx:xx:xx:xx and ssid 'HARALD'
Checking ifconfig:
Code:
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether xx:xx:xx:xx:xx:xx
media: IEEE 802.11 Wireless Ethernet autoselect <hostap> (autoselect <hostap>)
status: no carrier
ssid HARALD channel 1 (2412 MHz 11b)
country US authmode WPA privacy MIXED deftxkey 2 TKIP 2:128-bit
txpower 0 scanvalid 60 dtimperiod 1 -dfs bintval 0
Checking logfiles:
Code:
Aug 22 22:00:15 g hostapd: wlan0: IEEE 802.11 Fetching hardware channel/rate support not supported.
Aug 22 22:00:15 g kernel: wi0: reset failed
Aug 22 22:00:15 g kernel: wi0: wi_alloc_fid: failed to allocate 2372 bytes on NIC
Aug 22 22:00:15 g kernel: wi0: tx buffer allocation failed (error 12)
Aug 22 22:00:15 g kernel: wi0: interface not running
So "something" is wrong here. Before, I tried to create a working wlan0 by:
Code:
ifconfig wlan0 destroy
ifconfig wlan create wlandev wi0 wlanmode hostap
The card hardware is a NL-2511MP Plus. Any suggestions to get the baby flying?
Many thanks,
eyebone