I've noticed that the broadband speed on my laptop drops significantly when on battery power, to resolve this I need to run the following command in Terminal/Konsole:
sudo iwconfig eth0 power off
However I need to do this every time I switch on. I've noticed in the power management settings though that you can set each power management profile to run a script. Only problem is I don't know how to create one, so any advice would be greatly appreciated.
sudo iwconfig eth0 power off
However I need to do this every time I switch on. I've noticed in the power management settings though that you can set each power management profile to run a script. Only problem is I don't know how to create one, so any advice would be greatly appreciated.
Comment