Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

WLAN connected, but no TCP connection #171

Closed
saarbastler opened this issue Jun 16, 2016 · 3 comments
Closed

WLAN connected, but no TCP connection #171

saarbastler opened this issue Jun 16, 2016 · 3 comments

Comments

@saarbastler
Copy link

Hi,

I try to run create_ap on a Raspberry PI3 with the runeaudio V0.4 beta image. If I run

create_ap -n wlan0 SSID PWD

I can not connect at all. Tried with IPhone an Android. The WLAN toggles between connected and not connected.

I tried

create_ap -w 2 wlan0 eth0 SSID PWD

and I get a WLAN connection, but I can not create a tcp connection. Tries a ping from both sides.

If I try an open network using

create_ap -n wlan0 SSID

it works! I can access the runeaudio web page by http.
Any Idea, how I can activate WPA ?

Thanks in advance
jjp

@oblique
Copy link
Owner

oblique commented Jun 17, 2016

WPA + WPA2 is activated by default if you put a passphrase. You can activate only WPA if you have the -w 1 and only WPA2 if you have -w 2. Probably the problem that you have is driver related. I have RPi3, I will try to reproduce the problem this weekend and I will let you know.

@GHLandy
Copy link

GHLandy commented Jul 12, 2016

Is there any way to solve this problem ?

@oblique
Copy link
Owner

oblique commented Nov 26, 2016

I investigate the problem and the drivers of the adapter is the problem. For more info check: #203 (comment)

To workaround the issue add --no-virt.

@oblique oblique closed this as completed Nov 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants