From 6f4e117779b3fea7ece4e6e59e62a7a97947c84e Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 24 Jun 2011 14:23:10 +0000 Subject: modified help pages --- h-source/Application/Views/Help/index_fr.php | 59 ++++++++++++---------------- 1 file changed, 26 insertions(+), 33 deletions(-) (limited to 'h-source/Application/Views/Help/index_fr.php') diff --git a/h-source/Application/Views/Help/index_fr.php b/h-source/Application/Views/Help/index_fr.php index f52d24b..a20d9a8 100644 --- a/h-source/Application/Views/Help/index_fr.php +++ b/h-source/Application/Views/Help/index_fr.php @@ -253,31 +253,20 @@
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:
-
lspci -vmm
+
lspci
or
-
lspci -vmm > FILENAME          # output to a file
+
lspci > FILENAME          # output to a file
You will obtain the list of your PCI devices, similar to the one written below
-
Slot:03:00.0
-	Class:Network controller
-	Vendor:Broadcom Corporation
-	Device:BCM4311 802.11b/g WLAN
-	SVendor:Hewlett-Packard Company
-	SDevice:Device 1375
-	Rev:02
-	
-	Slot:07:05.0
-	Class:FireWire (IEEE 1394)
-	Vendor:Ricoh Co Ltd
-	Device:R5C832 IEEE 1394 Controller
-	SVendor:Hewlett-Packard Company
-	SDevice:Device 30cf
-	Rev:05
-	ProgIf:10
+
+00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
+03:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 02)
+05:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8400M GS] (rev a1)
+			
-
The name of each device is written at the "Device" row, after the colon (see the text in bold in the above +
The name of each device is written after the colon (see the text in bold in the above list)
If the device is an USB device (example: an external USB wifi card)
Open a terminal and type the following command:
@@ -288,8 +277,9 @@
You will obtain the list of your USB devices, similar to the one written below
-
Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
-	Device Descriptor:
+			
+Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
+Device Descriptor:
 	bLength						18
 	bDescriptorType				1
 	bcdUSB						2.00
@@ -303,11 +293,11 @@
 	iManufacturer				1
 	iProduct					2
 	iSerial						3
-	 ...
-	 ...
-	
-	Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
-	Device Descriptor:
+	...
+	...
+
+Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
+Device Descriptor:
 	bLength						18
 	bDescriptorType				1
 	bcdUSB						1.10
@@ -322,8 +312,9 @@
 	iProduct					1 Fingerprint Sensor
 	iSerial						0
 	bNumConfigurations			1
-	 ...
-	 ...
+ ... + ... +
The name of each device is written at the row starting with "idProduct" (see the text in bold in the above list)
@@ -353,10 +344,11 @@
sudo lspci -nnk
Vous devriez obtenir une liste de matériel similaire à celle-ci
-
03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
+			
+03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)
 	Kernel driver in use: b43-pci-bridge
 	Kernel modules: ssb
-	05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
+05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1)
 	Kernel modules: nouveau, nvidiafb
Note :Les lignes en gras et placée entre crochet (dans la liste @@ -368,9 +360,10 @@
sudo lsusb
Vous devriez obtenir une liste de matériel similaire à celle ci
-
Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
-	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-	Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
+
+Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
+Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
Note : Les lignes en gras (dans la liste du dessus) sont les lignes que vous recherchez. Les premiers nombres (avant les deux points) sont le VendorID, les autres sont -- cgit v1.2.3