Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to setup Marvell 88w8686 SDIO wifi

88 bytes added, 07:15, 6 January 2011
no edit summary
To create /etc/wpa_supplicantwpa-supplicant/wpa-supplicant.conf do:
<pre>wpa_passphrase "your SSID" yourPassword &gt; /etc/wpa_supplicantwpa-supplicant/wpa-supplicant.conf</pre>
Now add the following lines at the end of this file:
#auto eth0</pre>
Add the next lines (replace eth2 wlan0 by your wifi interface): <pre>auto wlan0iface eth2 wlan0 inet dhcpwpa-conf /etc/wpa_supplicantwpa-supplicant/wpa-supplicant.conf</pre>
To check if your /etc/wpa_supplicantwap-supplicant/wpa-supplicant.conf file is correct you can type
<pre>wpa_supplicant -ieth2 -c/etc/wpa_supplicantwpa-supplicant/wpa-supplicant.conf -d</pre>
== Notes ==
0
edits