Wie ihr schon gesehen habt fehlen manche Debian Treiber.
Dafür müssen wir die /etc/apt/sources.list Kontrollieren
nano /etc/apt/sources.list
# deb cdrom:[Official Debian GNU/Linux Live 11.2.0 gnome 2021-12-18T12:41]/ bullseye main
deb http://ftp.tu-graz.ac.at/mirror/debian/ bullseye main contrib non-free
deb-src http://ftp.tu-graz.ac.at/mirror/debian/ bullseye main contrib non-free
# bullseye-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://ftp.tu-graz.ac.at/mirror/debian/ bullseye-updates main contrib non-free
deb-src http://ftp.tu-graz.ac.at/mirror/debian/ bullseye-updates main contrib non-free
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
deb http://deb.debian.org/debian bullseye-backports main contrib non-free
deb-src http://deb.debian.org/debian bullseye-backports main contrib non-free
Das sollte so in etwa ausschauen, wichtig ist main contrib non-free . Als Nächstes updaten & Upgraden, das mit meinen Tool machen bigwolf2000-config mit 5 System Update.
Um Herauszufinden welche Karten ihr habt:
lspci
Bei einer AMD Grafikkarte.
apt install firmware-amd-graphics
Bei einer NVIDIA Grafikkarte.
apt install linux-headers-amd64
apt install nvidia-detect
nvidia-detect
Nvidia-Treiber auf Debian 11 Bullseye installieren/aktualisieren
Realtek Gigabit Ethernet Controller
sudo apt install firmware-realtek
firmware-realtek_20210315-3_all.deb Debian 11 Download (pkgs.org)
Wenn ihr weitere Treiber wisst das schreibt mir bitte.