Score:0

How to add the ath10k_pci module at the startup?

mx flag

I am having 100Mbps of speed over a 5GHz network and 50Mbps over a 2.4GHz network. But when I start the system, I get 25-30Mbps of speed over the 5GHz network while I am getting 50Mbps over the 2.4GHz.

Every time I have to use the following commands to get the full speed by removing and adding the ath10k_pci:

sudo modprobe -r ath10k_pci
sudo modprobe ath10k_pci

These commands disconnect the internet for 15-20 seconds but after the WiFi is connected again, I am getting full speed.

Is there any way to add this module automatically to every startup to avoid manual efforts?

Jeremy31 avatar
ke flag
Try this instead `sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf && systemctl restart network-manager.service` See if wifi works better with power management off
theashwanisingla avatar
mx flag
I have already set the power mode for the best performance. Do I still need to use these commands?
Jeremy31 avatar
ke flag
Check `iwconfig` before running your command at startup, if it shows power management as on, it will cause problems with the driver
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.