After several hours searching for a solution, I was able to multiple the speed of iperf by 10. For that, I was finally able to use Ethernet and I had to disable the power saving mode of my Wi-Fi card on my laptop (the client using Linux Mint).
To permanently disable the power saving mode, I followed these steps :
1. Creating the file /etc/rc.local:
2. Copy-pasting the following:
Don't forget to replace wlp59s0 by your network interface name
3. Making the file executable:
4. Restarting the laptop
To permanently disable the power saving mode, I followed these steps :
1. Creating the file /etc/rc.local:
Code:
sudo nano /etc/rc.local
Code:
#!/bin/bashiw dev wlp59s0 set power_save offexit 0
3. Making the file executable:
Code:
sudo chmod +x /etc/rc.local
Statistics: Posted by Opec — Sun Jan 26, 2025 1:18 am