this post was submitted on 09 Oct 2023
42 points (95.7% liked)
Linux
48013 readers
842 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm glad to hear that worked.
I suggest trying
sudo iwconfig wlan0 power off
replacingwlan0
as needed, this temporarily disables the wireless card's power saving features.Then check if the speed has improved, if not, skip the following.
If it has improved make the change permanent by adding the following to file
/etc/pm/power.d/disable-wireless-power-management
:Then run
sudo chmod +x /etc/pm/power.d/disable-wireless-power-management
I assume the
linux-firmware
package is already installed, but double check if you're not sure. It providesiwlwifi-8265-36.ucode
in/usr/lib/firmware/
which I believe is your cards specific iwlwifi driver. Intel Wireless Firmware Page is the source that made me think to check.If the above doesn't work let me know as there's a few more things we can try, but we're reaching the end of our options.
@Rustmilian @linux Just tried that but no change. iwconfig was not found but I installed it through the wireless_tools arch package. Also confirmed that the linux-firmware package was always been installed with the iwlwifi-8265-34 and iwlwifi-8265-36 files in the folder you said. When I ran the iwconfig wlan0 power off command, there was no error but the connection quality didnt change, so I didnt do the rest of the suggestions
@Link commented they had the same issue but in the end decided that the solution was replacing the realtek card for an intel because the drivers just dont work. Im starting to agree, but still dont know how this issue didnt exist when I had fedora running