Linux mint detects every wi-fi connection except my router

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
BananaBreadCrumbs
Level 1
Level 1
Posts: 4
Joined: Sat Jun 03, 2023 6:57 am

Linux mint detects every wi-fi connection except my router

Post by BananaBreadCrumbs »

Hi, i have been using linux mint for a few months and it's great, only problem is that sometimes the wifi detects EVERY connection near me except my own router and i don't understand why, this is not the first time it happens either, sometimes rebooting linux solves the problem but this time i have rebooted my pc an hundred times and still no lucky, any help is greatly appreciated, thanks!
Last edited by LockBot on Sun Dec 03, 2023 11:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Linux mint detecs every wi-fi connection except my router

Post by JeremyB »

Post results from terminal for

Code: Select all

lspci -nnk | grep -iA3 net; iwlist chan
tigerprowlusa
Level 2
Level 2
Posts: 70
Joined: Thu Jun 01, 2023 6:06 am

Re: Linux mint detects every wi-fi connection except my router

Post by tigerprowlusa »

I have a similar problem. So far, it is connecting now to the router instead of a printer we have on the network. What I did was go to Printers ---> Configure printers and put in a false location and in Access Control "Deny printing for everyone except these users:" and put in a dummy user name.

With network you could probably achieve the same thing by going to Wi-Fi Security for any of the networks trying to connect you and putting in a fake password. This would skip to the next and eventually come back to the network you actually do want to connect to.
BananaBreadCrumbs
Level 1
Level 1
Posts: 4
Joined: Sat Jun 03, 2023 6:57 am

Re: Linux mint detecs every wi-fi connection except my router

Post by BananaBreadCrumbs »

JeremyB wrote: Sat Jun 03, 2023 8:23 am Post results from terminal for

Code: Select all

lspci -nnk | grep -iA3 net; iwlist chan
here

03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: ASUSTeK Computer Inc. PRIME B450M-A Motherboard [1043:8677]
Kernel driver in use: r8169
Kernel modules: r8169
07:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: ASUSTeK Computer Inc. BCM4352 802.11ac Wireless Network Adapter [1043:85ba]
Kernel driver in use: wl
Kernel modules: bcma, wl
08:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] [10de:1c03] (rev a1)
lo no frequency information.

enp3s0 no frequency information.

wlp7s0 32 channels in total; available frequencies :
Channel 01 : 2.412 GHz
Channel 02 : 2.417 GHz
Channel 03 : 2.422 GHz
Channel 04 : 2.427 GHz
Channel 05 : 2.432 GHz
Channel 06 : 2.437 GHz
Channel 07 : 2.442 GHz
Channel 08 : 2.447 GHz
Channel 09 : 2.452 GHz
Channel 10 : 2.457 GHz
Channel 11 : 2.462 GHz
Channel 12 : 2.467 GHz
Channel 13 : 2.472 GHz
Channel 14 : 2.484 GHz
Channel 36 : 5.18 GHz
Channel 38 : 5.19 GHz
Channel 40 : 5.2 GHz
Channel 42 : 5.21 GHz
Channel 44 : 5.22 GHz
Channel 46 : 5.23 GHz
Channel 48 : 5.24 GHz
Channel 50 : 5.25 GHz
Channel 52 : 5.26 GHz
Channel 54 : 5.27 GHz
Channel 56 : 5.28 GHz
Channel 58 : 5.29 GHz
Channel 60 : 5.3 GHz
Channel 62 : 5.31 GHz
Channel 64 : 5.32 GHz
Channel 100 : 5.5 GHz
Channel 102 : 5.51 GHz
Channel 104 : 5.52 GHz
usb0 no frequency information.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Linux mint detects every wi-fi connection except my router

Post by JeremyB »

Can you change the channel your router is on to 1-11 on 2.4GHz as Broadcom devices are notorious on Linux for not allowing 2.4GHz above channel 11
BananaBreadCrumbs
Level 1
Level 1
Posts: 4
Joined: Sat Jun 03, 2023 6:57 am

Re: Linux mint detects every wi-fi connection except my router

Post by BananaBreadCrumbs »

JeremyB wrote: Sat Jun 03, 2023 10:44 am Can you change the channel your router is on to 1-11 on 2.4GHz as Broadcom devices are notorious on Linux for not allowing 2.4GHz above channel 11
heres the thing Jeremy, i don't know how to change channels on my router :cryingemoji:
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Linux mint detects every wi-fi connection except my router

Post by JeremyB »

You could try turning it off and back on, that might cause it to change channel. You chould be able to access the router web controls by using 192.168.0.1 or 192.168.1.1 in a web browser, the IP should be listed in results from terminal for

Code: Select all

ip route
My router IP shows in the first line of results default via 192.168.1.1 dev wlan0 proto dhcp metric 600
Since you seem to be connected using ethernet you will see something other than wlan0 on that line
BananaBreadCrumbs
Level 1
Level 1
Posts: 4
Joined: Sat Jun 03, 2023 6:57 am

Re: Linux mint detects every wi-fi connection except my router

Post by BananaBreadCrumbs »

JeremyB wrote: Sat Jun 03, 2023 3:15 pm You could try turning it off and back on, that might cause it to change channel. You chould be able to access the router web controls by using 192.168.0.1 or 192.168.1.1 in a web browser, the IP should be listed in results from terminal for

Code: Select all

ip route
My router IP shows in the first line of results default via 192.168.1.1 dev wlan0 proto dhcp metric 600
Since you seem to be connected using ethernet you will see something other than wlan0 on that line
Nevermind i just had to reset my computer a few times, now it detects my wifi connection again like normal! thank you for your help! :D
Locked

Return to “Networking”