Sorry, but I'm not surprised it doesn't load. The list of drivers says it is for 3.12.23+ #692, raspbian, not 3.12.23-rpi-aufs #1.faina09 wrote:On my RPi uname -a reports:
Linux raspberrypi 3.12.23-rpi-aufs #1 PREEMPT Thu Jun 26 20:32:37 CEST 2014 armv6l GNU/Linux
I downloaded 8188eu-20140626.tar.gz module taht is for 3.12.23+ and the command
sudo insmod /lib/modules/3.12.23+/kernel/drivers/net/wireless/8188eu.ko
reports
Error: could not insert module /lib/modules/3.12.23+/kernel/drivers/net/wireless/8188eu.ko: Invalid module format
should I compile the module by myself? Where can I get the source and how can I do?
The driver you tried to install is for raspbian. Your output from uname -a looks like you maybe using berryboot and all OS used with berryboot use the berryboot kernel and the drivers included with that kernel. Is that right you are using berryboot?
I am looking at trying to compile a driver but I think it is going to take quite a long time as I do it on my Pi and it requires I use the berryboot build system.
MrEngman