-
Notifications
You must be signed in to change notification settings - Fork 392
WiFi tethering only some clients can connect #673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm not sure and don't have a phone to test with, but perhaps the Samsung tests for external connectivity and drops the connection if there is no WAN connectivity. |
But then Windows 10 would actually do the same, because like I already mentioned. When I boot up Windows 10 on my Macbook it behaves exactly the same way, it won't connect. If I boot macOS on that machine instead the connection works fine. Before I switched to OSMC I was using libreELEC on that Pi and there the WiFi tethering was working perfectly fine. |
Hi, Could you please provide the output of:
journalctl | grep connman Will give us more info. when a device fails to connect. Thanks Tom. |
Hi, You'll probably need to established a wired connection to the vero, so you can see the logs when the tethered connections fail. Do any of the devices (failed or otherwise) have private/random mac address enabled? Thanks Tom. |
MAC address randomization isn't enabled on any client I use. |
ok just thought. anyway hard to diagnose further, without logs showing a failed connection from journalctl Regrds Tom. |
I'm having a strange issue regarding the WiFi tethering feature.
I'm running the latest stable version of OSMC on an Raspberry Pi 3B+ and it's connected to the network via cable and it gets it's IP address via DHCP.
I've configured WiFi tethering via the GUI, but I didn't get an IP address assigned when I tried connecting to the WiFi hotspot.
That was easily fixed by setting
dnsproxy=yes
inside of/etc/connman.pers
, but then I've noticed that some devices are able to connect to the WiFi perfectly fine and some can't connect at all.I tired my and my mother's phone, which are both OnePlus devices running LineageOS and they connect just fine to the WiFi.
But the Samsung phones of my sister and her boyfriend (both the same model running the Samsung stock ROM) wouldn't connect no matter what you would try.
Then I tried connecting my mother's laptop which is running Ubuntu and it connects perfectly fine.
After that I tried my Macbook Pro from 2014 which is running macOS Catalina and Windows 10, when I'm on macOS the WiFi connection works, but as soon as I switch to Windows 10 it wont connect anymore.
All devices that refuse to connect are just telling that they could not connect to the WiFi and nothing else, but if I try to connect those devices to any other WiFi e.g. a regular router, they work as intended.
I haven't found anything on the internet that would be helpful for this really strange problem so that's why I'm opening up this issue.
The text was updated successfully, but these errors were encountered: