OLIMEX© 2015
IMX233-OLinuXino-MAXI user's manual
ARCH := arm
CROSS_COMPILE := /usr/bin/
KVER := KVER := 2.6.35-6-ARCH+
KSRC ?= /usr/src/linux-2.6.35-6-ARCH+
MODDESTDIR := /usr/lib/modules/2.6.35-6-ARCH+/kernel/drivers/net/wireless/rtl818x
endif
---------------------------------------------------------
Save and exit:
:wq
make clean
make
rmmod 8192cu.ko (not really needed)
insmod 8192cu.ko
make install
Verify that the driver has been installed:
[root@alarm wireless]# ls -l /sys/class/net
total 0
drwxr-xr-x 4 root root 0 Aug 14 16:55 lo
drwxr-xr-x 4 root root 0 Aug 14 16:55 usb0
drwxr-xr-x 5 root root 0 Aug 14 16:43 wlan0
wlan0 is the new driver
reboot
Make sure you can see both usb0 (ethernet) and wlan0 on all the following:
ifconfig
ls -l /sys/class/net
iwconfig
you may need to bring the interface up manually:
ip link set wlan0 up
scan for access points:
iwlist wlan0 scan
cp /etc/wpa_supplicant/wpa_supplicant.conf /etc/wpa_supplicant/wpa_supplicant.conf.original
Page 21 of 59