-3

I installed Ubuntu 14.04 and I would like to know what the best way is to update my drivers? My machine is a XPS 8700 Graphics card AMD Radeon.

And why after install of Ubuntu on this machine I hear a sound on the PC like a ventilator like it's running very hard? By the way this ventilator works fine.

1 Answers1

0

You'll need to install networking drivers, and the best way to go about this is to connect to an Ethernet connection and install them manually.

You can go to Additional Drivers in your System Preferences.

But first, you'll need to install updates or your drivers won't be shown. To do this, perform the following command in the Terminal: sudo apt-get update.

And to answer your other question, that could be your optical drive. Just pop the Ubuntu LiveCD out when you're done.

Cody
  • 364