Changes

How to setup Marvell 88w8686 SDIO wifi

146 bytes removed, 16:39, 16 July 2014
be coherent with wifi interfaces and use default config path
Basically you have to create/modify two files:
#create file /etc/wpa-supplicant/wpa-supplicantwpa_supplicant.conf
#modify /etc/network/interfaces
To create /etc/wpa-supplicant/wpa-supplicantwpa_supplicant.conf do:
<pre>wpa_passphrase "your SSID" yourPassword &gt; /etc/wpa-supplicant/wpa-supplicantwpa_supplicant.conf</pre>
Now add the following lines at the end of this file:
Then modify /etc/network/interfaces
 
Change the line
<pre>auto eth0
into
#auto eth0</pre>
Add the next lines (replace wlan0 by your wifi interface):
<pre>auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa-supplicant/wpa-supplicantwpa_supplicant.conf</pre>
To check if your /etc/wpa-supplicant/wpa-supplicantwpa_supplicant.conf file is correct you can type
<pre>wpa_supplicant -ieth2 iwlan0 -c/etc/wpa-supplicant/wpa-supplicantwpa_supplicant.conf -d</pre>
== Notes ==
0
edits