From af545a1469350e9cd6ce6ca3925184b601bae27d Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 13 Aug 2011 10:14:56 +0000 Subject: improved search and help pages thanks to ark suggestion --- h-source/Application/Views/Help/index.php | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'h-source/Application/Views/Help/index.php') diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php index 47b9c03..afd012c 100644 --- a/h-source/Application/Views/Help/index.php +++ b/h-source/Application/Views/Help/index.php @@ -323,9 +323,15 @@ Device Descriptor:
Note: The name of each device is written at the row starting with "idProduct" (see the text in bold in the above list)
-
How to discover the year of commercialization of your notebook
+
How to discover the model name of your notebook
+
See below your notebook or netbook
+
How to discover the model name of your device (if it is not a notebook)
+
If the device is integrated (example: a video card)
Open a terminal and type the following command:
-
sudo dmidecode| grep "Release Date"
+
lspci
+
+
or
+
lspci > FILENAME          # output to a file
How to discover the kernel libre version you are using
Open a terminal and type the following command:
@@ -403,8 +409,12 @@ Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sens
How to discover the architecture of your notebook
Open a terminal and type the following command:
-
dpkg --print-architecture
+
cat /proc/cpuinfo | grep "lm"
+
+
If you get a message like this:
+
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts
acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64
monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm
+
then you machine is x86-64/amd64 capable and you could choose a x86-64/amd64 distro to run on it

 

-- cgit v1.2.3