I'm trying to install the wifi driver on Orange-Pi board. The real chip is rtl8188etv but the driver is the same.
1) I have compiled 3.4.105+ Kernel to have the headers:
mkdir /home/orangepi/linux-kernel-3.4.105
cd /home/orangepi/linux-kernel-3.4.105
git clone http://ift.tt/15yJsGW --depth 1
cd bananapi-kernel
make sun7i_defconfig
make menuconfig # esc-esc to exit
make -j2 uImage modules # ~ 2.5h working
sudo make modules_install
sudo mount /dev/mmcblk0p1 /boot
sudo cp arch/arm/boot/uImage /boot
sudo reboot
2) I have compiled rtl8188eu driver like this:
make all
sudo make install
All this without error:
$ uname -r
3.4.105+
$sudo modprobe 8188eu
# no errors
$lsmod
Module Size Used by
cpufreq_stats 5901 0
cpufreq_userspace 3294 0
cpufreq_conservative 5966 0
cpufreq_powersave 1197 0
8188eu 731474 0
8021q 18594 0
garp 6114 1 8021q
stp 1993 1 garp
llc 5491 2 stp,garp
But the wifi chip is not seen:
$ lsusb
Bus 002 Device 002: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 004: ID 152d:2329 JMicron Technology Corp. / JMicron USA Technology Corp. JM20329 SATA Bridge
And of course, iwconfig do not see nothing at all. What I have missed ? Thanks
http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=25&extra=&page=3
RépondreSupprimer