-
Notifications
You must be signed in to change notification settings - Fork 1k
Problems on ALARM with Raspberry Pi 3 #185
Comments
This solved the error:
However the problem with the virtual interface still exists (it will not get removed properly). I am also not sure about the ht settings. First I thought this also caused some problems, but this was more on the client side. When trying to change the ssid again it seem that it fails again with the command above. But this only happens sometimes. I then try to set a different ht property which seems to solve it. But this might just be a workaround and the real bug is a race condition, a required delay or a windows client bug. (I used windows 8 to connect to the network):
I also found: |
Hi, experienced the same issue with latest Raspbian Jessie and Pi3, when setting passphrase. One could think virtual interface capability could be linked to chipset supporting multiple SSID as per this, but then it would also apply to no passphrase open networks... Interested in your thoughts. |
Fixed in 595ea38 |
Hi,
I just tried your script on the raspi3 with arch linux for arm (using manual makepkg).
But I get the following error:
Also if i try running the command again I get:
ifconfig
does not show thewlan0
after this anymore.Any ideas why this happens and how to debug? I removed my dnsmasq config but kept /etc/hostapd/hostapd.conf which should not cause problems. With my own command line setup i could use the hostapd. If you wish I can show you my manual command.
Edit:
Additional information:
I tested my setup with the setting that create_ap created. Except
ctrl_interface
I had all the same and it worked fine. In my setup I did not usectrl_interface
. And of course the interface is wlan0 and not ap0. Those settings are:Edit2:
Looking at the verbose output of hostapd It looks like only this differs:
create_ap
manual
The manual setting enables ht it seems.
The text was updated successfully, but these errors were encountered: