Skip to content

Commit

Permalink
upgrade-linux-firmware
Browse files Browse the repository at this point in the history
fix grep command thanks to Per Backman
  • Loading branch information
tnut committed Apr 1, 2024
1 parent 665692d commit 57706d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions en/content/upgrade-linux-firmware
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ post-installation: finished</pre>
<h2>Identify firmware loaded at startup</h2>
To do this, we have a system command: dmesg.
The command must be launched via the root account to obtain the desired information.
<pre class="command_user"><kbd>sudo dmesg|grep --ignore-case firmware</kbd></pre>
<pre class="command_user"><kbd>sudo dmesg|grep -i firmware</kbd></pre>
<pre class="output">[ 9.750874] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
[ 9.756127] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.13.1
[ 9.756131] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
Expand Down Expand Up @@ -162,5 +162,5 @@ post-installation: finished</pre>
or almost <b><i>1Gbyte</i></b> of disk space recovered.
<p>
You can also double-check the command output:
<pre class="command_user"><kbd>sudo dmesg|grep --ignore-case firmware</kbd></pre>
<pre class="command_user"><kbd>sudo dmesg|grep -i firmware</kbd></pre>
If a new message appears, repeat the procedure using <a href="#4">the same method.</a>
4 changes: 2 additions & 2 deletions fr/content/upgrade-linux-firmware
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ post-installation: finie</pre>
<h2>Identifier les firmwares chargés au démarrage</h2>
Pour cela, on dispose d'une commande système: dmesg.
La commande doit être lancé via le compte root pour obtenir les informations voulus.
<pre class="command_user"><kbd>sudo dmesg|grep --ignore-case firmware</kbd></pre>
<pre class="command_user"><kbd>sudo dmesg|grep -i firmware</kbd></pre>
<pre class="output">[ 9.750874] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
[ 9.756127] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.13.1
[ 9.756131] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
Expand Down Expand Up @@ -162,5 +162,5 @@ post-installation: finie</pre>
soit quasi un <b><i>1Goctet</i></b> d'espace disque récupérée.
<p>
Vous pouvez également revérifier la sortie de la commande:
<pre class="command_user"><kbd>sudo dmesg|grep --ignore-case firmware</kbd></pre>
<pre class="command_user"><kbd>sudo dmesg|grep -i firmware</kbd></pre>
Si un nouveau message s'affiche, refaire la procédure en utilisant <a href="#4">la même methode.</a>

0 comments on commit 57706d3

Please sign in to comment.