Hello everyone,
I'm having trouble getting my ZTopInc 802.11n NIC USB Wi-Fi adapter to work. Its device ID is ID 350b:9101. I'm running Fedora, and I need some help installing its driver.
I tried compiling the driver from a Realtek RTL8188EU repository (as this chipset is often a re-branded RTL8188EU), but I ran into the following error when trying to run make:
ERROR: Kernel configuration is invalid.
include/generated/autoconf.h or include/linux/autoconf.h are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.
I've already made sure that I have the correct kernel-devel and kernel-headers installed, matching my current kernel version, using this command:
sudo dnf install -y kernel-devel-"$(uname -r)" kernel-headers-"$(uname -r)" make gcc dkms
Despite this, I still can't compile the driver successfully. Has anyone else experienced a similar issue with ZTopInc adapters or RTL8188EU chipsets on Fedora? Are there any known workarounds or modified drivers I could try?
Thanks a lot for any help!
I'm having trouble getting my ZTopInc 802.11n NIC USB Wi-Fi adapter to work. Its device ID is ID 350b:9101. I'm running Fedora, and I need some help installing its driver.
I tried compiling the driver from a Realtek RTL8188EU repository (as this chipset is often a re-branded RTL8188EU), but I ran into the following error when trying to run make:
ERROR: Kernel configuration is invalid.
include/generated/autoconf.h or include/linux/autoconf.h are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.
I've already made sure that I have the correct kernel-devel and kernel-headers installed, matching my current kernel version, using this command:
sudo dnf install -y kernel-devel-"$(uname -r)" kernel-headers-"$(uname -r)" make gcc dkms
Despite this, I still can't compile the driver successfully. Has anyone else experienced a similar issue with ZTopInc adapters or RTL8188EU chipsets on Fedora? Are there any known workarounds or modified drivers I could try?
Thanks a lot for any help!

