diff options
Diffstat (limited to 'h-source/Application/Views/Help/index_de.php')
-rw-r--r-- | h-source/Application/Views/Help/index_de.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/h-source/Application/Views/Help/index_de.php b/h-source/Application/Views/Help/index_de.php index 6fd90c2..a9737d9 100644 --- a/h-source/Application/Views/Help/index_de.php +++ b/h-source/Application/Views/Help/index_de.php @@ -403,10 +403,14 @@ Device Descriptor: <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> </dd> - <dt>Wie man die Architektur Ihres Notebooks herausfindet</dt> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">dpkg --print-architecture</pre> + <dt>How to discover the architecture of your notebook</dt> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">cat /proc/cpuinfo | grep "lm"</pre> + </dd> + <dd>If you get a message like this:</dd> + <dd><pre class="terminal">flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts<br/>acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64<br/>monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm</pre> </dd> + <dd>then you machine is x86-64/amd64 capable and you could choose a x86-64/amd64 distro to run on it</dd> </dl> <p> </p> |