Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3763

Troubleshooting • Re: Slow transfer speed between my Raspberry Pi 5 and my laptop

$
0
0
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:

Code:

sudo nano /etc/rc.local
2. Copy-pasting the following:

Code:

#!/bin/bashiw dev wlp59s0 set power_save offexit 0
Don't forget to replace wlp59s0 by your network interface name

3. Making the file executable:

Code:

sudo chmod +x /etc/rc.local
4. Restarting the laptop

Statistics: Posted by Opec — Sun Jan 26, 2025 1:18 am



Viewing all articles
Browse latest Browse all 3763

Trending Articles