Tuesday 2 September 2014

INSTALLING DRIVERS IN UBUNTU IS SIMPLE

Installing drivers in ubuntu is very difficult. I searched so many sites and finally i solved my problem.
Don't waste time to install drivers in ubuntu.  I installed drivers in my lap yesterday.It is now easy to you don't try another commands other than these.
first open the terminal.
sudo apt-get update

sudo update-pciids

sudo apt-get install linux-firmware-nonfree

sudo reboot

sudo apt-get install <PACKAGE_NAME>


and then reboot. In the example above, the PACKAGE_NAME is linux-firmware-nonfree.

These are possible when you connected to broadband or modem.