Hi, mates.
I have got a Realtek Wifi Card RTL8723DE and I would like to have it working in ArchLabs.
When I was using Fedora, the solution was the following:
- Install dkms and linux-headers
- git clone https://github.com/smlinux/rtl8723de.git -b 5.0-up
- sudo dkms add ./rtl8723de
- sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
- sudo depmod -a
- sudo reboot
Et voilà, I had got the wifi working.
May I use this solution to ArchLabs or will I break the system following this way?