How to configure MOD-RTL8188 on official OLinuXino Debian releases

Revision as of 05:03, 24 July 2014 by LubOlimex (talk | contribs) (Created page with "How to configure MOD-RTL8188 on most official OLinuXino Debian releases: type 'ifconfig -a' and look at your number of the wlan. For instance, we have wlan3 open the file /...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to configure MOD-RTL8188 on most official OLinuXino Debian releases:

type 'ifconfig -a'

and look at your number of the wlan. For instance, we have wlan3

open the file /etc/network/interfaces- for example using nano text editor

nano /etc/network/interfaces

and edit the wpa-ssid and wpa-psk with the values of your network

#auto wlan3

iface wlan3 inet dhcp

wpa-ssid YourSSIDname

wpa-psk YourWPAkey

After you are done press 'shift' + 'o' to save. Then press 'shift' + 'x' to exit the nano editor.

Then write:

#ifup wlan3

To enable the interface.

If the interface doesn't yet start, reboot the board.