I have realtek wifi adapter in my lenovo laptop ideapad 330 15arr model. It is not recognised by sys-net VM. I have downloaded the driver package from the following link:
https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce
Since sys-net VM is based on fedora 29 template, I have tried to follow the steps given in the link below to make it work in sys-net VM:
https://nova.moe/solve-realtek-rtl8821ce-driver-on-fedora/
However when I try to compile the package, I get the following error:
[user@sys-net rtl8821ce]$ ls
Kconfig clean hal include platform runwpa
Makefile core ifcfg-wlan0 os_dep rtl8821c.mk wlan0dhcp
[user@sys-net rtl8821ce]$ vi Makefile
[user@sys-net rtl8821ce]$ pwd
/home/user/rtl8821ce/rtl8821ce
[user@sys-net rtl8821ce]$ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.14.74-1.pvops.qubes.x86_64/build M=/home/user/rtl8821ce/rtl8821ce modules
make[1]: Entering directory '/usr/lib/modules/4.14.74-1.pvops.qubes.x86_64/build'
make[2]: *** No rule to make target '/home/user/rtl8821ce/rtl8821ce/core/rtw_cmd.o', needed by '/home/user/rtl8821ce/rtl8821ce/8821ce.o'. Stop.
make[1]: *** [Makefile:1527: _module_/home/user/rtl8821ce/rtl8821ce] Error 2
make[1]: Leaving directory '/usr/lib/modules/4.14.74-1.pvops.qubes.x86_64/build'
make: *** [Makefile:1902: modules] Error 2
[user@sys-net rtl8821ce]$ pwd
I think development workflow is different in Qubes OS. Any pointers, help, ideas?
Thanks awokd for your help. I think the best option for me would be to go in for a supported wifi card. Can you suggest a supported wifi card which supports wireless AC standards and will work out-of-the box with Qubes OS R4.0?
I have realtek wifi adapter in my lenovo laptop ideapad 330 15arr model. It is not recognised by sys-net VM.