cosmic-epoch icon indicating copy to clipboard operation
cosmic-epoch copied to clipboard

Can't connect to hidden networks

Open bhh32 opened this issue 1 year ago • 5 comments

I have an internal WiFi network that I have hidden the SSID. COSMIC will not allow me to connect to it. I can go to Advanced Network Setting and set it up, but it still isn't found in the network list even after I do.

bhh32 avatar Jun 08 '24 20:06 bhh32

same here

UnknowViewer avatar Oct 14 '24 08:10 UnknowViewer

same here

I created a tool to work around this until it's fixed. You can download it from the releases section of its repo: https://github.com/bhh32/wifi

bhh32 avatar Oct 23 '24 04:10 bhh32

It looks like still to this day it won't seem as connecting to a hidden network is possible.

I have tried the normal way with the use of the interface, but even with the use of nmcli it seems like I wasn't able to make it happen.

In fact, trying to connect with nmcli option hidden yes only told me that network can't be found.

Nuxmin avatar Feb 18 '25 21:02 Nuxmin

I just did this by clicking the "Add Network" button in Network Settings > WIFI, setting it up with the the dialog popop, then nmcli connection up "MyNetwork"

Hope that helps.

nearapogee avatar Feb 21 '25 18:02 nearapogee

I still don't see it in the cosmic gui yet either. Easy fix in netplan though

sudo vim /etc/netplan

One of the listed files was generated from adding the new wifi in the GUI - select that one. ls -l the folder if you want to see the file edit dates.

then add 'hidden: true' on the same indentation as auth: and networkmanager:

Then :wq! to save and close. Then sudo netplan apply for the change to take effect.

MaxwellParadis avatar Mar 18 '25 03:03 MaxwellParadis

Thanks so much, have been pulling my hair about this a while.

nicodavis1 avatar Apr 26 '25 08:04 nicodavis1

Glad I could help! I still have to use it when I re-install as well.

bhh32 avatar Apr 26 '25 18:04 bhh32