1
2
/
1
5
MY-WF003U
USB Wi-Fi Module
loading folder and rename it to rtl8192cu.ko:
# cp 8192cu.ko \
/lib/modules/2.6.39/kernel/drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko
⑵
Modify the network configuration file
Modify the file “/etc/network/interfaces” and add below contents to enable wlan0 in order to
connecting to the network and acquiring the IP (DHCP) automatically. Here connecting with MYIR, as an
example. The network configuration is as below:
-
ESSID: MYIR
-
Password: 123456
-
Encryption type: WPA-PSK
iface wlan0 inet dhcp
wpa-essid '"MYIR"'
wpa-psk '"123456 "'
wpa-conf /etc/wpa_supplicant.conf
⑶
Modify the file wpa_supplicant.conf
Modify the file “/etc/wpa_supplicant.conf”, we can use below contents to replace the original
contents and add the network parameters which you are going to connect with. Here connecting with
MYIR, as an example:
network={
ssid=‛MYIR‛
psk=‛123456‛
key_mgmt=WPA-PSK
}
1) Save the modifications
# sync
After finish above steps, insert the MY-WF003U module and power on development board again, it
will
connect with MYIR’s wireless network.