2

I'm Using Ubuntu 18.04 LTS and trying to share internet from 3g Huawei modem to android phone. I followed these steps, but Hotspot not visible on android devices:
the hotspot settings on my machine

pomsky
  • 68,507

3 Answers3

2

I had the same issue and fixed it by changing the WiFi hotspot setting on my device from 5GHz to 2.5GHz.

hotspot problem

Zanna
  • 70,465
Ralfe
  • 29
2

Had similar problem on a 19.04 upgraded machine which worked fine in 18.04...google found no answer, so decided to go back to basics. Looked in /etc/NetworkManager/system-connections/Hotspot and lo and behold buried in the [Wifi] section was a line;

Hidden=true

Change it to Hidden=false and bingo the hotspot became visible to all android and iOS devices instantly.

Hopefully this might give you some clue to your problem.

tinlyx
  • 3,230
1

The security in your hotspot is "WEP" whereas for a 'wireless hotspot' you need to make it "WPA" Try changing your settings for this matter --Hope it helps