Ceci est une ancienne révision du document !
Table des matières
Installation d'un Dell XPS 9570
Installation
Le Dell XPS 9570 ne possède plus de port réseau intégré (…). Et la carte réseau Wi-Fi n'est pas détectée sans firmware propriétaire (
…).
Pour avoir du réseau pendant l'installation, il faut donc utiliser une image non-officielle de Debian intégrant les firmwares non-libres pour l'installation. On peut trouver ces images sur debian.org. J'ai pris celle-ci :
Il faut faire l'installation en UEFI !
L'installation se déroule sans accroc particuliers une fois le réseau configuré.
J'ai installé avec Gnome3 et je n'ai eu aucun problèmes.
Matériel
$ lspci
$ sudo lshw
Passer en "testing" ?
J'ai essayé plusieurs fois de passer en Debian “testing” pour avoir les dernières versions des packages et des packages qui ne sont pas disponibles dans la Debian Stretch. Mais à chaque fois, ça bloque la machine. Après un reboot, plus moyen d'ouvrir une session graphique (ça freeze après avoir rempli son login/mot de passe).
Je suspecte un problème lié à la carte graphique mais je n'ai pas su le résoudre.
Activer les "backports"
$ sudo vim /etc/apt/sources.list deb http://ftp.be.debian.org/debian/ stretch main non-free contrib deb-src http://ftp.be.debian.org/debian/ stretch main non-free contrib deb http://security.debian.org/debian-security stretch/updates main contrib non-free deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free # stretch-updates, previously known as 'volatile' deb http://ftp.be.debian.org/debian/ stretch-updates main contrib non-free deb-src http://ftp.be.debian.org/debian/ stretch-updates main contrib non-free #backports deb http://ftp.be.debian.org/debian/ stretch-backports main contrib non-free deb-src http://ftp.be.debian.org/debian/ stretch-backports main contrib non-free
On met à jour les dépôts :
$ sudo apt update
Firmware manquants ?
Au démarrage dmesg me dit qu'il manque plusieurs firmware.
# dmesg | grep "firmware: failed" [ 12.881335] ath10k_pci 0000:3b:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:3b:00.0.bin (-2) [ 12.881390] ath10k_pci 0000:3b:00.0: firmware: failed to load ath10k/cal-pci-0000:3b:00.0.bin (-2) [ 12.881775] ath10k_pci 0000:3b:00.0: firmware: failed to load ath10k/QCA6174/hw3.0/firmware-5.bin (-2)
Ce qui est déjà installé (s'est installé automatiquement à l'installation) :
# apt search firmware-atheros En train de trier... Fait Recherche en texte intégral... Fait firmware-atheros/testing,now 20170823-1 all [installé] Binary firmware for Atheros wireless cards
$ sudo dmesg | grep "firmware: failed" [ 11.477600] i915 0000:00:02.0: firmware: failed to load i915/kbl_dmc_ver1_04.bin (-2) [ 11.697719] ath10k_pci 0000:3b:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:3b:00.0.bin (-2) [ 11.697731] ath10k_pci 0000:3b:00.0: firmware: failed to load ath10k/cal-pci-0000:3b:00.0.bin (-2) $ sudo apt install firmware-linux-nonfree
Pour la carte graphique : Nvidia GeForce GTX 1050Ti
Sur l'installation en Debian Stretch, je n'ai pas touché au driver de la carte graphique!
Installer Kubectl
J'ai suivi la procédure de la documentation officielle pour installer kubectl.
On peut récupérer la configuration dans Rancher. ( https://rancher.altissia.com/env/1a34252/kubernetes/kubectl ). Il faut la placer dans ~/.kube/config
.