Felix Kotschenreuther
Felix Kotschenreuther
> sudo apt-get install linux-headers-$(uname -r) > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package linux-headers-4.14.26 > E: Couldn't...
So I got it to work but still having problems loading the driver. After compiling the source I did this > root@MusicBox:/tmp/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047# sudo cp 8192eu.ko /lib/modules/4.14.26+/kernel/drivers/net/wireless/ > root@MusicBox:/tmp/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047# sudo depmod...
``` Go to the driver’s directory, open the Makefile file to support Raspberry Pi3. By default, the CONFIG_PLATFORM_I386_PC macro is enabled. Set the value for CONFIG_PLATFORM_BCM2709 to y, and set...
Yes I modified and compiled the kernel like in the tutorial. But in the next step I don't know if I should just use the BCM2709 or change it to...
Alright thats great, I will wait until then
It works now, instead searching for the dongle and the pi, I searched for the driver and the pi. I found this [tutorial](https://www.youtube.com/watch?v=cg-ydT13ga8). In the description he had a script...
I used the install-wifi file, it downloaded the driver so yes.