Outils pour utilisateurs

Outils du site


thinkpad_t61

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

thinkpad_t61 [2017/11/03 08:05] – créée simonthinkpad_t61 [Date inconnue] (Version actuelle) – supprimée - modification externe (Date inconnue) 127.0.0.1
Ligne 1: Ligne 1:
-====== Firmware pour ThinkPad T61 ====== 
-Les vieux portables que j'utilisent actuellement (ThinkPad T61) ont besoin de firmwares qui ne sont pas installés lors de l'installation de Debian. 
  
-Première chose : Identifier le(s) firmare(s) manquant(s) : 
-<code bash> 
-# dmesg | grep iwlwifi 
-[   40.488273] iwl3945 0000:03:00.0: firmware: failed to load iwlwifi-3945-2.ucode (-2) 
-[   40.488280] iwl3945 0000:03:00.0: Direct firmware load for iwlwifi-3945-2.ucode failed with error -2 
-[   40.488293] iwl3945 0000:03:00.0: firmware: failed to load iwlwifi-3945-1.ucode (-2) 
-[   40.488295] iwl3945 0000:03:00.0: Direct firmware load for iwlwifi-3945-1.ucode failed with error -2 
-</code> 
- 
-On télécharge les firmware depuis [[https://wireless.wiki.kernel.org/en/users/drivers/iwlegacy|ce wiki]] : 
-<code bash> 
-root@laptop:/home/simon# mkdir tmp 
-root@laptop:/home/simon# cd tmp/ 
-root@laptop:/home/simon/tmp# wget https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-3945-ucode-15.32.2.9.tgz 
-root@laptop:/home/simon/tmp# wget https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-3945-ucode-2.14.1.5.tgz 
-</code> 
- 
-On décompresse :  
-<code bash> 
-root@laptop:/home/simon/tmp# ls 
-iwlwifi-3945-ucode-15.32.2.9.tgz  iwlwifi-3945-ucode-2.14.1.5.tgz 
-root@laptop:/home/simon/tmp# tar -xzvf iwlwifi-3945-ucode-15.32.2.9.tgz  
-iwlwifi-3945-ucode-15.32.2.9/ 
-iwlwifi-3945-ucode-15.32.2.9/LICENSE.iwlwifi-3945-ucode 
-iwlwifi-3945-ucode-15.32.2.9/README.iwlwifi-3945-ucode 
-iwlwifi-3945-ucode-15.32.2.9/iwlwifi-3945-2.ucode 
-root@laptop:/home/simon/tmp# tar -xzvf iwlwifi-3945-ucode-2.14.1.5.tgz  
-iwlwifi-3945-ucode-2.14.1.5/ 
-iwlwifi-3945-ucode-2.14.1.5/iwlwifi-3945-1.ucode 
-iwlwifi-3945-ucode-2.14.1.5/LICENSE.iwlwifi-3945-ucode 
-iwlwifi-3945-ucode-2.14.1.5/README.iwlwifi-3945-ucode 
-</code> 
- 
-On déplace ensuite les firmwares au bon endroit :  
-<code bash> 
-root@laptop:/home/simon/tmp# cp iwlwifi-3945-ucode-2.14.1.5/iwlwifi* /lib/firmware/ 
-root@laptop:/home/simon/tmp# cp iwlwifi-3945-ucode-15.32.2.9/iwlwifi* /lib/firmware/ 
-root@laptop:/home/simon/tmp# ls /lib/firmware/ 
-hp  iwlwifi-3945-1.ucode  iwlwifi-3945-2.ucode 
-</code> 
thinkpad_t61.1509696359.txt.gz · Dernière modification : 2020/08/09 12:59 (modification externe)