====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
os:minibian [2016/06/20 22:42]
admin [WiFi & Bluetooth]
os:minibian [2016/06/21 02:04]
admin [WiFi]
Line 233: Line 233:
  
 allow-hotplug wlan0 allow-hotplug wlan0
-iface wlan0 inet static +iface wlan0 inet manual 
-  wpa-conf /​etc/​wpa_supplicant/​wpa_supplicant.conf+  wpa-roam /​etc/​wpa_supplicant/​wpa_supplicant.conf
 </​Code>​ </​Code>​
  
Line 247: Line 247:
 </​Code>​ </​Code>​
  
-This [[http://​raspberrypi.stackexchange.com/​questions/​9257/​whats-the-difference-between-wpa-roam-and-wpa-conf-in-the-etc-network-inte|stackexchange thread]] ​indicates ​that ''​wpa-roam''​ is used along with the ''​manual''​ setting. In this case plugging ​the Ethernet cable would suspend the WiFi and vice versa. +Here, we use the ''​manual''​ setting with ''​wpa-roam'',​ this [[http://​raspberrypi.stackexchange.com/​questions/​9257/​whats-the-difference-between-wpa-roam-and-wpa-conf-in-the-etc-network-inte|stackexchange thread]] ​seems to imply that this configuration should suspend the WiFi when the Ethernet cable is plugged ​and vice-versa. 
- +On the contrary, ​using ''​manual''​ with ''​wpa-roam''​ (this hasn't been tested by myself).
-It's also said that using ''​wpa-conf'' ​along with the ''​static'' ​setting allows using static IP addresses and does not disconnect the  WiFi when the Ethernet gets plugged...+
  
 +Nevertheless,​ using the above settings had **both WiFi and Ethernet** activated at the same time.
 +There is more to learn in this article about [[http://​manual.aptosid.com/​en/​inet-setup-en.htm|Setting up for WiFi Roaming with wpa]].
 ===== Bluetooth ===== ===== Bluetooth =====