Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment wpa_supplicant already does this (Score 1) 112

Screw NetworkManager, its broken anyways and wpa_supplicant can already do everything one might want there:

Add 'mac_addr=1' and 'preassoc_mac_addr=1' to your /etc/wpa_supplicant.conf. Then your MAC-address will be randomized during the Scanning/Preassociation phase and afterwards.

For networks that need a static MAC address for filtering, add 'mac_addr=0' in the appropriate 'network' section. You also want to make sure you are using 'dhcpcd' instead of 'dhclient' (alias isc-dhcp-client). The latter can't deal with changing MAC addresses, it seems.

Comment Re:Problem: Too many useless processes (Score 1) 330

I don't think getting rid of what you mentioned as 'bloat' will really buy battery time.
I suggest you get powertop and see where all those wakeups are coming from. Nice citation from there: "A good thing to try is killall gnome-power-manager". How paradox. If you follow the tips on their site, 20% more battery life are easily achievable (3.5h instead of about 3h on my T60).

Slashdot Top Deals

Disc space -- the final frontier!

Working...