suche Informationen zu Treibern für HP-Laptops.

suche Informationen zu Treibern für HP-Laptops.

Ich habe Ubuntu 13.10 auf meinem HP-Laptop installiert. Muss ich Treiber für Sound, Grafik, WLAN, Bluetooth usw. installieren oder ist das bei Ubuntu bereits vorinstalliert?

Antwort1

Ubuntu hat die meisten Treiber für die Grundfunktion vorinstalliert.

Wenn bei Ihnen Probleme auftreten:

Installieren Sie die Soundkartentreiber wie folgt:

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

Installieren Sie WLAN-Treiber und erforderliche Pakete durch:

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

Installieren Sie Bluetooth-Treiber und -Pakete durch:

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

Installieren Sie grafische Browser durch:

sudo apt-get install linux-headers-generic xserver-xorg-video-all libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core

verwandte Informationen