I am using ASUS-TUF-Gaming-F15-FX506HC. When I start the laptop the wifi works for some minutes then it doesn't work. Sometimes I cannot see the wifi options. Please help and thanks in advance.
Never heard such thing, but I hope there's a terminal command out there to refresh Wi-Fi settings, I don't think you need to apply the command for settings window as this looks limited to Wi-Fi. I searched wi-fi refresh command for linux on Google and found some commands but never apply commands without a reverse command that restore previous state, just for safety, you risk getting more problems than actual ones.
Sorry you're having problems. I'd like to get a bit more info if possible:
when the problem occurs open a terminal ctrl-alt-t
and type journalctl -xe
review and share the output of this in-post, it may hold some of the answers, but more information is not a bad thing.
I also wanted to know, when this happens does all internet traffic go away?
try running a simple ping command in the background to a reliable source, as well as to your local interface.
open a few more terminals: ctrl-alt-t
and then run(one per terminal) ping 1.1.1.1
and the ip address of the interface in question: ping [YOUR-IP-HERE]
Sorry for the late reply, Here are the outputs,
journalctl -xe:
Subject: A start job for unit UNIT has finished successfully
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit UNIT has finished successfully.
--
-- The job identifier is 671.
āĻāĻĒā§āϰāĻŋāϞ 02 18:29:50 shamim-ASUS-TUF-Gaming-F15-FX506HC-FX506HC systemd[1657]: gnome-launched-x-terminal-emulator-10090.scope: Succeeded.
-- Subject: Unit succeeded
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- The unit UNIT has successfully entered the 'dead' state.
āĻāĻĒā§āϰāĻŋāϞ 02 18:29:50 shamim-ASUS-TUF-Gaming-F15-FX506HC-FX506HC kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
āĻāĻĒā§āϰāĻŋāϞ 02 18:29:50 shamim-ASUS-TUF-Gaming-F15-FX506HC-FX506HC kernel: wlo1: Connection to AP 98:0d:67:ad:25:b6 lost
āĻāĻĒā§āϰāĻŋāϞ 02 18:29:50 shamim-ASUS-TUF-Gaming-F15-FX506HC-FX506HC kernel: wlo1: send auth to 98:0d:67:ad:25:b6 (try 3/3)
āĻāĻĒā§āϰāĻŋāϞ 02 18:29:51 shamim-ASUS-TUF-Gaming-F15-FX506HC-FX506HC kernel: wlo1: authentication with 98:0d:67:ad:25:b6 timed out
āĻāĻĒā§āϰāĻŋāϞ 02 18:29:51 shamim-ASUS-TUF-Gaming-F15-FX506HC-FX506HC kernel: iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
āĻāĻĒā§āϰāĻŋāϞ 02 18:29:51 shamim-ASUS-TUF-Gaming-F15-FX506HC-FX506HC wpa_supplicant[819]: wlo1: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Zyxelad25b4.speed" auth_failures=2 duration=20 reason=CONN_FAILED
āĻāĻĒā§āϰāĻŋāϞ 02 18:29:51 shamim-ASUS-TUF-Gaming-F15-FX506HC-FX506HC kernel: wlo1: Connection to AP 00:00:00:00:00:00 lost
āĻāĻĒā§āϰāĻŋāϞ 02 18:29:51 shamim-ASUS-TUF-Gaming-F15-FX506HC-FX506HC NetworkManager[767]: <info> [1680438591.8442] device (wlo1): supplicant interface state: authenticating -> disconnected
āĻāĻĒā§āϰāĻŋāϞ 02 18:29:51 shamim-ASUS-TUF-Gaming-F15-FX506HC-FX506HC NetworkManager[767]: <info> [1680438591.8443] device (p2p-dev-wlo1): supplicant management interface state: authenticating -> disconnected
ping 103.112.52.56:
PING 103.112.52.56 (103.112.52.56) 56(84) bytes of data.
64 bytes from 103.112.52.56: icmp_seq=1 ttl=64 time=0.853 ms
64 bytes from 103.112.52.56: icmp_seq=2 ttl=64 time=0.684 ms
64 bytes from 103.112.52.56: icmp_seq=3 ttl=64 time=0.838 ms
64 bytes from 103.112.52.56: icmp_seq=4 ttl=64 time=0.291 ms
64 bytes from 103.112.52.56: icmp_seq=5 ttl=64 time=1.58 ms
64 bytes from 103.112.52.56: icmp_seq=6 ttl=64 time=0.836 ms
64 bytes from 103.112.52.56: icmp_seq=7 ttl=64 time=0.834 ms
I'm confused as the journalctl shows a clear disconnect from wireless, however the ping shows no packets dropped. Is this machine hard wired in as well?
I'm curious about a few of the logs as well the driver in use currently.
Ensure your system is up to date: sudo apt update sudo apt upgrade
It would appear that the driver version in use is outdated, however feedback also shown here is that upgrading the driver to a newer version may help.
I note that you are running: driver=r8169 driverversion=5.15.0-67-generic
I would suggest removing this one, and installing the following to test, be sure to record any steps taken and relevant information about the driver being removed in case it does not work as intended.
Currently, I am using the ethernet connection with my device as I cannot use the wifi. And installing the recommended package did not resolve the issue.
I do believe you will need to verify the driver has loaded for that device by doing: hwinfo --netcard | grep -i WLAN -A10 | grep -i driver
If you would share the output of that, or if it fails to provide the driver the output would still be helpful.
From that output you should see the modprobe <<driver>>, please also share the output of: dmesg | grep -i '<<driver>>' replacing <> with the one from above please.
given the output shared I don't believe the driver has loaded.
It would appear that this driver isn't loading. It's listed, which I perceive to be a good thing, however you will need to wait for someone with more knowledge of drivers unfortunately. My knowledge beyond this is about as good as yours. Sorry