Wyatt Wong

Results 24 comments of Wyatt Wong

> Yes, I think floating-point, MMU, and similar coprocessors would be appropriate. Thank you. I will try to provide update for co-processors as well.

I agreed with a2sheppy. I have attached the warning.txt file. [warning.txt](https://github.com/mach-kernel/cadius/files/3586222/warning.txt)

How do I ensure the same kernel headers, kernel configuration and compiler version was used to compile rtl8188eu ? I found there are no linux headers for my kernel version...

cat /proc/version Linux version 3.18.7-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015 gcc (Debian 4.6.3-14+rpi1)...

I know but I don't know how to fix it. I found that I got gcc 4.7.2 and I had updated the symbolic link of gcc to point to gcc-4.7

I have already rebuilt the linux kernel but I have no gcc-4.8.3 installed and so I don't know why the rebuilt linux kernel still show gcc-4.8.3 I rolled back to...

I have updated to gcc-4.8.3 and re-compiled the rtl8188eu, however after installed the 8188eu.ko module, I got the "Invalid module format" when I type the "insmod" command: pi@raspberrypi ~/Downloads/rtl8188eu $...

Thanks, Dmitry. I updated rtl8188eufw.bin to /lib/firmware/rtlwifi/ and 8188eu.ko to /lib/modules/3.18.7-v7+/kernel/drivers/net/wireless. After executed sudo insmod 8188eu.ko, I was able to see "wlan0" in ifconfig. I will configure the wlan0 setting...

I was able to use wifi in my RPi2 using the 8188eu.ko with my linux kernel 3.18.7-v7+. I had also configured RPi2 to auto startup the wlan0 after reboot. However,...

Refer to the reply thread above, the 8188eu.ko was not compiled by myself but it was compiled and provided by the user Dmitry Zakharov. So I have no idea what...