Carlos Garcés
Carlos Garcés
Hi Deprecated means not maintained any more. It just works for you on your current configuration, but it will change in the future, for example not compile anymore on kernel...
Have you tried to compile an older version.? Looks like fcc9034b0d2170b4942133a43a9521aab2e0beac was working fine on legacy kernels.
Consider activate Travis on your repository, it's very usefully to test the current kernel compatibility. See https://github.com/marketplace
@gilcu3 use this fix https://github.com/CGarces/rtl8189ES_linux/commit/ffcd75359071d044b2bf1c8c741d87a6af104f09
Hi @windrunner414 As comented by @masterzorag Mange repo suport 4.14 since PR https://github.com/Mange/rtl8192eu-linux-driver/pull/61 You can see the last build over a diferent kernels and GCC versions [there ](https://travis-ci.org/Mange/rtl8192eu-linux-driver/builds/301401367?utm_source=github_status&utm_medium=notification) I'm not...
@windrunner414 as I see [there](https://askubuntu.com/questions/820886/problem-with-tp-link-tl-wn823n) the usb id of tl-wn823n is `2357:0109` that looks like a [supported device](https://github.com/Mange/rtl8192eu-linux-driver/blob/realtek-4.4.x/os_dep/linux/usb_intf.c#L194).
@masterzorag, pick the .travis.yml file from Mange repository and use it on your repository. Also is a good idea open a separate branch just for test different configurations and keep...
> It didn't even work if I used a different image repository. I don't get it. If you use and external repo like Docker Hub, egress-only gateway with IP6 not...
I have enabled dependabot on my repo https://github.com/CGarces/epubcheck/blob/main/.github/dependabot.yml And the automatic PR generated by dependabot for 3.8.2 upgrade, pass the CI scripts. https://github.com/CGarces/epubcheck/pull/3
Ready to merge after #31