====== 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 14:40]
admin [WiFi & Bluetooth]
os:minibian [2016/06/21 02:04]
admin [WiFi]
Line 181: Line 181:
 The IP of your installation is displayed in red during the boot sequence. The IP of your installation is displayed in red during the boot sequence.
  
-===== WiFi & Bluetooth ​=====+===== WiFi =====
  
 +**NOTE**: the following is based on RasPi 3 model experimentation,​ you might need to install some specific packages for your hardware.
 In order to enable Wifi and Bluetooth on the new Raspberry Pi 3, one need to install some complementary packages as follow: In order to enable Wifi and Bluetooth on the new Raspberry Pi 3, one need to install some complementary packages as follow:
  
Line 245: Line 246:
 } }
 </​Code>​ </​Code>​
 +
 +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).
 +
 +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 =====