You are not logged in.
Pages: 1
How do you guys manage your networks on a laptop?
I've tried the bonding approach mentioned in the wiki, but found it buggy and unstable. What methods do you use to switch between wired and wireless networks? How about between different wireless ones?
Offline
For laptops where I intend to move around and connect to sundry networks, I bite the bullet and use NetworkManager.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
I have just set up this method for my wired connection and I use this method for solely wireless connections.
For laptops switching between wired & wireless connections, I recommend enabling dhcpcd.service and entering all needed wireless connections in /etc/wpa_supplicant/wpa_supplicant.conf using:
# echo "ctrl_interface=DIR=/run/wpa_supplicant" > /etc/wpa_supplicant/wpa_supplicant.conf
# wpa_passphrase $SSID $PASSWORD >> /etc/wpa_supplicant/wpa_supplicant.confEDIT: Use the first line to set up the file then repeat the second line for each wireless access point needed (backup the original wpa_supplicant.conf first).
dhcpcd.service will gracefully switch to the best available connection, it really is superb (thanks @rsmarples!) ![]()
I suppose if I were to need connection to public wi-fi access points I would disable these .services and fall back to netctl & wifi-menu
NetworkManager can KMA ![]()
Last edited by Head_on_a_Stick (2015-06-06 20:12:09)
Jin, Jîyan, Azadî
Offline
For connecting to random networks, I use connman on my laptop: simple and fast. Seamlessy switches between wired and wireless (providing you have connected to that ESSID previously)...
Offline
Offline
Pages: 1