WiFi problem - unstable connection, ping spikes (Nobara 39 KDE)

mog5

New Member
Joined
Jan 12, 2023
Messages
7
Reaction score
0
Credits
58
I'm not experienced in WiFi troubleshooting. This is the first time I have this kind of connectivity issues. So far I've discovered that every time the connection gets interrupted, this blue circle/loading thing appears in networks tab:
wifi_loading.png


I ran a network stability test for 1 minute, this is the result:
packetstats_brave.png


Wifi works fine on windows and all other devices in our home.
I can't test the wired connection as the router is too far away.
I know there are commands and log files that would help, but I have no idea where to start and what to look for.
Any help will be appreciated.
 


My first thoughts are
Have you installed it to your machine as
1]direct to harddrive [multiboot] in which case I would suspect wrong wi-fi drivers... or
2] in a VM/VB in which case you will not have direct access to the wi-fi, only via a bridge to the main OS
 
My first thoughts are
Have you installed it to your machine as
1]direct to harddrive [multiboot] in which case I would suspect wrong wi-fi drivers... or
2] in a VM/VB in which case you will not have direct access to the wi-fi, only via a bridge to the main OS
I'm dualbooting. Windows is on one ssd, linux and grub on another. If you are right about wifi drivers, how do I fix them?
 
If you are right about wifi drivers, how do I fix them?
first we need to find which chipset is in the wi-fi,
first install inxi Im not up on Nobara but I think it's fedora, in which case [you will need an alternative methos of internet connection]

sudo dnf install -y epel-release

sudo dnf install -y inxi

then run inxi -Nn copy and past the report back
 
first we need to find which chipset is in the wi-fi,
first install inxi Im not up on Nobara but I think it's fedora, in which case [you will need an alternative methos of internet connection]

sudo dnf install -y epel-release

sudo dnf install -y inxi

then run inxi -Nn copy and past the report back
when trying to install epel-release:
Code:
No match for argument: epel-release
Error: Unable to find a match: epel-release

inxi -Nn:
Code:
Network:
  Device-1: Qualcomm Atheros AR9462 Wireless Network Adapter driver: ath9k
  IF: wlp8s0 state: up
  Device-2: Realtek RTL8125 2.5GbE driver: r8169
  IF: eno1 state: down
 
Network: Device-1: Qualcomm Atheros AR9462 Wireless Network Adapter driver: ath9k IF: wlp8s0 state: up
thats fine
 
What is the output of...

nmcli dev wifi list
and
ip add

You don't want the epel stuff for Fedora/Nobara, just install the rpmfusion packages.

Code:
Package rpmfusion-free-release-39-1.noarch is already installed.

nmcli dev wifi list shows a list of networks around me. There are 14 but all of them including mine are listed there twice.
Code:
IN-USE  BSSID              SSID            MODE   CHAN  RATE        SIGNAL  BARS  SECURITY
        (bssid)            (my_network)    Infra  36    405 Mbit/s  77      ▂▄▆_  WPA2
*       (bssid)            (my_network)    Infra  6     130 Mbit/s  39      ▂▄__  WPA2
First one was orange, second was purple in the command prompt.
bssid of both is nearly identical but the first one ends in :AD, second ends with :AA

ip add:
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute
       valid_lft forever preferred_lft forever
2: eno1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether d8:5e:d3:fa:1e:32 brd ff:ff:ff:ff:ff:ff
    altname enp10s0
3: wlp8s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 44:6d:57:75:db:40 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.3/24 brd 192.168.0.255 scope global dynamic noprefixroute wlp8s0
       valid_lft 86040sec preferred_lft 86040sec
    inet6 fdcf:9fe1:5573:0:674d:d21f:a257:72d5/64 scope global noprefixroute
       valid_lft forever preferred_lft forever
    inet6 2a02:c7f:d19:2a00:3a1c:4297:7af1:a577/64 scope global dynamic noprefixroute
       valid_lft 2196sec preferred_lft 2196sec
    inet6 fe80::8f18:ba08:4307:ac6c/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
 
Last edited:
update: I ran the command again few seconds later and now the first network in the list is IN-USE.
 
nmcli dev wifi list shows a list of networks around me. There are 14 but all of them including mine are listed there twice.

That's OK. They will usually have different bssid's, and they will always be on different channels.

First one was orange, second was purple in the command prompt.
bssid of both is nearly identical but the first one ends in :AD, second ends with :AA

Obviously higher bars mean you'll have better connection.
I see that channel 36 has twice the signal strength as channel 6.
I do see you are getting an IP address on your wlp8s0 connection.

To connect to a specific BSSID, use the following command:

sudo nmcli dev wifi connect network-ssid bssid BSSID

Replace network-ssid with the actual SSID and BSSID with the desired BSSID.

Use the following command to connect to a specific channel:

sudo nmcli dev wifi connect network-ssid channel CHANNEL

Replace network-ssid with the SSID and CHANNEL with the desired channel number.
 

Members online

No members online now.

Latest posts

Top