Crystal wrote:
Code:
Configuration file: /etc/hostapd/hostapd.conf
Line 44: DEPRECATED: 'debug' configuration variable is not used anymore
This sounds like you're still using the hostapd.conf file from your old 0.5.X version. I'd copy over the newer hostapd.conf template from your new hostapd installation. It's usually in the source directory.
Crystal wrote:
Code:
...
Deauthenticate all stations
Using interface wlan0 with hwaddr 00:21:91:82:6a:7e and ssid 'test'
wlan0: Setup of interface done.
This looks good. In my working configuration I have an additional line of information that is missing in your case. After the line "Deauthenticate..." and before the line "Using interface...", I get a line that says:
Code:
Mode: IEEE 802.11g Channel: 7 Frequency: 2442 MHz
that is missing in your case. To get this, you may need to choose the channel in your hostapd.conf file (e.g., "channel=7").
Crystal wrote:
And it prints it only once each time I boot up
after this output looks like
Code:
sudo hostapd -ddB /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
Line 44: DEPRECATED: 'debug' configuration variable is not used anymore
ctrl_interface_group=0
Failed to create interface mon.wlan0.
nl80211 driver initialization failed.
wlan0: Unable to setup interface.
This is weird. Do you kill the previous one before running it again? This looks like the interface already exists.