NixUser

NixUser.com | Unix User | Linux User | NixUser

git

Install Wifi drivers Ubuntu

After updating Ubuntu, my wifi device was not working. Follow these steps to install/enable wifi module in Ubuntu. If git is not installed, install it by apt.   $ sudo apt-get install git   To make the wifi device work, rtl8192eu module needs to be enabled in kernel.   $ sudo apt update $ sudo More