quickreflex
quickreflex
What is your platform, is it powerpc (PPC)?
This issue is discussed here - [kernel, headers, configuration and compiler dependencies](https://github.com/lwfinger/rtl8188eu/issues/102).
Here is the driver with a full set of patches. Works on kernel version 5.17.x and does not work on 5.18.x. [rtl8188eus.tar.gz](https://github.com/aircrack-ng/rtl8188eus/files/8928556/rtl8188eus.tar.gz)
I am also ready with the driver running on the kernel 5.18.x. Try it. [rtl8188eus_new.tar.gz](https://github.com/aircrack-ng/rtl8188eus/files/8977331/rtl8188eus_new.tar.gz)
It works, but you have to use my driver archive where all the bugs are fixed and you need to install kernel headers. Run the following sequence of commands in...
There is a solution to the problem. Read the other issues below where the patched driver file is.
Copy the output of the make command and paste it here or attach it as a text file.
It works, but you have to use my driver archive where all the bugs are fixed and you need to install kernel headers. Run the following sequence of commands in...
You have not installed the driver. You must login and use the root user account to run the "make install" command without error.
Here's a quote from a kernel developer letter: With compilers which follow the C99 standard (like modern versions of gcc and clang), "extern inline" does the opposite thing from older...