Installing Driver
2. Installing Dependencies
Then to Install Required Stuff
First, possibly, upgrade your System with:Copysudo apt upgrade
And if a New Kernel is installed then restart with:
Copysudo reboot
So then run:
Copysudo apt install build-essential linux-headers-$(uname -r) dkms
3. Downloading Realtek rtl8190P Driver
Download Realtek rtl8190P Driver in MX GNU/Linux
Here Get Realtek rtl8190P Driver in MXLink to Download Realtek rtl8190P Driver Source Code for MX GNU/LinuxClone it with Git.
Especially relevant, after the Driver Setup in case of Issue you may check if your Card is missing the: Realtek Firmware Installation.4. Installing Realtek rtl8190P Driver
Then to Install rtl8190P Wi-fi Driver for Linux
Access the Target folder:Copycd ~/Downloads/rtl8190p*
Then Compile it with:
Copymake
And last, to Install it play:
Copysudo make install
In case of Issue see the Developer’s GitHub Page.
In case, to load it try to Reboot with:Copysudo reboot
Congratulations, your Realtek rtl8190P Network Device on MX Linux should be now nicely working!