F5F Stay Refreshed Software Operating Systems Block your Wi-Fi connection on Kubuntu.

Block your Wi-Fi connection on Kubuntu.

Block your Wi-Fi connection on Kubuntu.

Pages (3): Previous 1 2 3
P
PerfectPickle
Junior Member
38
08-19-2022, 10:49 PM
#21
The free French guide is authored by a French writer and covers Debian Jessie. The Debian Buster version by the same creator is available in English. Both resources cover fundamental commands, interface setup, and network service configurations. In summary, they explain how to operate the command line. https://debian-handbook.info/ bye
P
PerfectPickle
08-19-2022, 10:49 PM #21

The free French guide is authored by a French writer and covers Debian Jessie. The Debian Buster version by the same creator is available in English. Both resources cover fundamental commands, interface setup, and network service configurations. In summary, they explain how to operate the command line. https://debian-handbook.info/ bye

N
Neko___Chan
Junior Member
26
08-19-2022, 10:49 PM
#22
Sure, I'm happy to help. Thank you for your patience and support. Once I have the solution, I'll share it here.
N
Neko___Chan
08-19-2022, 10:49 PM #22

Sure, I'm happy to help. Thank you for your patience and support. Once I have the solution, I'll share it here.

T
TheDqan_YT
Junior Member
18
08-19-2022, 10:49 PM
#23
I provided the answer. Locate the settings file that activates the default dormant or power-saving mode. Using nano as your editor is simpler than vim for this task. Tools like find, xargs, and grep can help with searching through files.
T
TheDqan_YT
08-19-2022, 10:49 PM #23

I provided the answer. Locate the settings file that activates the default dormant or power-saving mode. Using nano as your editor is simpler than vim for this task. Tools like find, xargs, and grep can help with searching through files.

A
aldenteNUDEL
Junior Member
14
08-19-2022, 10:49 PM
#24
NetworkManager alternative to disable Wi-Fi power saving is a manual configuration change. If you see the setting wifi.powersave set to 3, adjust it to 2. Use nano to edit the file, save with Ctrl+O, exit with Ctrl+X, then set permissions and reboot. After rebooting, verify the status via ip link show. This method permanently disables the power-saving mode as per RFC2863 and the Wi-Fi interface "wlp1s0".
A
aldenteNUDEL
08-19-2022, 10:49 PM #24

NetworkManager alternative to disable Wi-Fi power saving is a manual configuration change. If you see the setting wifi.powersave set to 3, adjust it to 2. Use nano to edit the file, save with Ctrl+O, exit with Ctrl+X, then set permissions and reboot. After rebooting, verify the status via ip link show. This method permanently disables the power-saving mode as per RFC2863 and the Wi-Fi interface "wlp1s0".

E
evanbretan
Junior Member
29
08-19-2022, 10:49 PM
#25
Upgrading isn't necessary whenever you modify the system. Rebuilding grub and reinstalling initramfs each change is redundant. If power management problems occur—common with Realtek WiFi chips—Linux Hardware indicates it uses the "rtl8821ae" module. You can turn off power management by issuing the command to disable it and then restarting.
E
evanbretan
08-19-2022, 10:49 PM #25

Upgrading isn't necessary whenever you modify the system. Rebuilding grub and reinstalling initramfs each change is redundant. If power management problems occur—common with Realtek WiFi chips—Linux Hardware indicates it uses the "rtl8821ae" module. You can turn off power management by issuing the command to disable it and then restarting.

Pages (3): Previous 1 2 3