I have installed Ubuntu 13.10 in my hp laptop. Do i need to install drivers for my sound, Graphics, WiFi, Bluetooth etc. or the Ubuntu have it pre-installed in it.
Asked
Active
Viewed 54 times
1 Answers
0
Ubuntu has preinstalled most of the drivers for the basic function.
If you are having problems:
Install soundcard drivers by:
sudo apt-get install build-essential linux-headers-`uname -r` alsa-base alsa-base-udeb alsa-firmware-loaders alsa-oss alsa-source alsa-tools alsa-tools-gui alsa-utils alsa-utils-udeb alsamixergui
Install Wifi drivers and needed packages by :
sudo apt-get install build-essential libssl-dev linux-headers-`uname -r` linux-firmware-nonfree wicd wicd-gtk wicd-daemon wicd-cli wicd-curses
Install bluetooth drivers and packages by:
sudo apt-get install bluez bluez-alsa bluez-audio bluez-btsco bluez-compat bluez-cups bluez-dbg bluez-gstreamer bluez-hcidump bluez-pcmcia-support bluez-tools bluez-utils python-bluez bluewho indicator-bluetooth libbluetooth-dev libgnome-bluetooth11 libbluetooth3 python-gobject python-dbus
Install graphic brivers by:
sudo apt-get install linux-headers-generic xserver-xorg-video-all libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core