buscando informações sobre o driver do laptop hp. [duplicado]

-1

Instalei o Ubuntu 13.10 no meu laptop hp. Preciso instalar drivers para o meu som, gráficos, WiFi, Bluetooth etc. ou o Ubuntu tem pré-instalado nele.

    
por user293100 13.06.2014 / 06:15

1 resposta

0

O Ubuntu pré-instalou a maioria dos drivers para a função básica.

Se você está com problemas:

Instale os drivers da placa de som por:

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

Instale os drivers Wifi e os pacotes necessários por:

sudo apt-get install build-essential libssl-dev linux-headers-'uname -r' linux-firmware-nonfree wicd wicd-gtk wicd-daemon wicd-cli wicd-curses

Instale os drivers e pacotes do bluetooth por:

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

Instale os elementos gráficos por:

sudo apt-get install linux-headers-generic xserver-xorg-video-all libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
    
por user224082 13.06.2014 / 07:05