notro / rpi-firmware

Deprecated: Raspberry Pi kernel and firmware with support for FBTFT
Other
94 stars 32 forks source link

Where could I get a copy of kernel source code? #13

Closed magicnat closed 9 years ago

magicnat commented 9 years ago

I want to compile the driver for rtl8188eu USB wireless. However I cannot load the module after compiling and it seems to be a kernel mismatch problem.

I'm currently using kernel version 3.12.34+, using kernel source files 3.12.34 from raspberry-pi repository.

notro commented 9 years ago

This could be because you use a different gcc than the one used to buil the kernel.

Have you tried rpi-source? It guides you through the process. https://github.com/notro/rpi-source/wiki

If you use it and succeed, please add and entry for rtl8188eu in https://github.com/notro/rpi-source/wiki/Examples-on-how-to-build-various-modules

magicnat commented 9 years ago

I tried rpi-source and it works fine :)

Thanks for help.