====== 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 Both sides next revision
os:minibian [2016/06/20 22:55]
admin [WiFi]
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>​
  
-Here, we use the ''​static''​ setting with ''​wpa-conf'',​ 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 these settings allows usage of static IP addresses and does not disconnect ​the  WiFi when the Ethernet ​gets plugged. +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'', ​suspends the WiFi when the Ethernet cable is plugged ​(this hasn't been tested by myself).+On the contrary, using ''​manual''​ with ''​wpa-roam'', ​ (this hasn't been tested by myself).
  
 +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]]. 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 =====