PDA

View Full Version : [kubuntu] do I need any drivers after installing ubuntu



forsubhi
May 7th, 2012, 01:15 PM
I installed ubuntu 12.04 , should I install any drivers (for sound card and graphic card ,as instance) after installation ?

cortman
May 7th, 2012, 01:22 PM
Unless something is obviously not working, no.

forsubhi
May 8th, 2012, 05:21 PM
ok , then how can I update my drivers ?

oldos2er
May 8th, 2012, 05:30 PM
sudo apt-get update && sudo apt-get upgrade

deadflowr
May 8th, 2012, 05:57 PM
I find the stock open-source drivers to be sufficient. However certain graphic cards work better with restricted drivers, such as nvidia. I'm running ati open-source on this machine, and have intel open-source on another, and they run smooth as can be.
In terms of sound cards, every card I've had has worked out of the box; without tinkering with the drivers.
The only thing that I can think of that might really need restricted drivers for might be any wireless adapters.
But if you follow oldos2er's advice you should be fine.

mips
May 8th, 2012, 06:00 PM
What gfx do you have? The only thing besides your gpu driver you could need is codecs which you can install with ubuntu-restricted-extras


sudo apt-get install ubuntu-restricted-extras

SeijiSensei
May 8th, 2012, 06:29 PM
If you're really using Kubuntu (you tagged the thread with this, but it sounds like you're running Ubuntu), you can just click on the blue launcher button on the left end of the panel at the bottom of the screen and choose Applications > System > Additional Drivers. The application will analyze your hardware and determine if there a proprietary drivers required for your hardware. The app will then download and install them if you tell it to do so.

I don't know where the Additional Drivers application lives in Unity; maybe someone else here can chime in?

There is almost never any need to install a driver manually in Ubuntu, and in general it's not a good idea to do so. By relying on the drivers in the standard repositories, you will automatically get any updates when they are released as part of the overall software upgrade process that happens each night.