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.php | 119 +++++++++++++------------- h-source/Application/Views/Help/index_de.php | 109 ++++++++++++------------ h-source/Application/Views/Help/index_es.php | 59 ++++++------- h-source/Application/Views/Help/index_fr.php | 59 ++++++------- h-source/Application/Views/Help/index_it.php | 120 +++++++++++++-------------- h-source/Public/Css/main.css | 35 ++++++++ 6 files changed, 251 insertions(+), 250 deletions(-) diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php index b4f29c1..b7f226d 100644 --- a/h-source/Application/Views/Help/index.php +++ b/h-source/Application/Views/Help/index.php @@ -257,31 +257,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)
+			
-
Note: The name of each device is written at the "Device" row, after the colon (see the text +
Note: 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:
@@ -292,42 +281,44 @@
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:
-		bLength						18
-		bDescriptorType				1
-		bcdUSB						2.00
-		bDeviceClass				0 (Defined at Interface level)
-		bDeviceSubClass				0
-		bDeviceProtocol				0
-		bMaxPacketSize0				64
-		idVendor					0x0846 NetGear, Inc.
-		idProduct					0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
-		bcdDevice					2.00
-		iManufacturer				1
-		iProduct					2
-		iSerial						3
-		...
-		...
-	
-	Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
-	Device Descriptor:
-		bLength						18
-		bDescriptorType				1
-		bcdUSB						1.10
-		bDeviceClass				255 Vendor Specific Class
-		bDeviceSubClass			 	255 Vendor Specific Subclass
-		bDeviceProtocol			 	255 Vendor Specific Protocol
-		bMaxPacketSize0				8
-		idVendor					0x08ff AuthenTec, Inc.
-		idProduct					0x2580 AES2501 Fingerprint Sensor
-		bcdDevice					6.23
-		iManufacturer				0
-		iProduct					1 Fingerprint Sensor
-		iSerial						0
-		bNumConfigurations			1
-		...
-		...
+
+Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
+Device Descriptor:
+	bLength						18
+	bDescriptorType				1
+	bcdUSB						2.00
+	bDeviceClass				0 (Defined at Interface level)
+	bDeviceSubClass				0
+	bDeviceProtocol				0
+	bMaxPacketSize0				64
+	idVendor					0x0846 NetGear, Inc.
+	idProduct					0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
+	bcdDevice					2.00
+	iManufacturer				1
+	iProduct					2
+	iSerial						3
+	...
+	...
+
+Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
+Device Descriptor:
+	bLength						18
+	bDescriptorType				1
+	bcdUSB						1.10
+	bDeviceClass				255 Vendor Specific Class
+	bDeviceSubClass			 	255 Vendor Specific Subclass
+	bDeviceProtocol			 	255 Vendor Specific Protocol
+	bMaxPacketSize0				8
+	idVendor					0x08ff AuthenTec, Inc.
+	idProduct					0x2580 AES2501 Fingerprint Sensor
+	bcdDevice					6.23
+	iManufacturer				0
+	iProduct					1 Fingerprint Sensor
+	iSerial						0
+	bNumConfigurations			1
+	...
+	...
+			
Note: The name of each device is written at the row starting with "idProduct" (see the text in bold in the above list)
@@ -361,11 +352,12 @@
Open a terminal and type the following command:
sudo lspci -nnk
You should obtain a list of hardware similar to the one written below
-
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)
-					Kernel modules: nouveau, nvidiafb
+
+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)
+	Kernel modules: nouveau, nvidiafb
The strings in bold and placed inside the square brackets (in the above list) are the code you are looking for. The first set of digits (before the colon) are the VendorID, the second set of digits are @@ -377,9 +369,10 @@
sudo lsusb
You should obtain a list of hardware similar to the one written below
-
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
The strings in bold (in the above list) are the code you are looking for. The first set of digits (before the colon) are the VendorID, the second set of digits are the ProductID. In the above diff --git a/h-source/Application/Views/Help/index_de.php b/h-source/Application/Views/Help/index_de.php index 019bff4..5e935b5 100644 --- a/h-source/Application/Views/Help/index_de.php +++ b/h-source/Application/Views/Help/index_de.php @@ -260,32 +260,20 @@
Wie man den Modellnamen der Geräte herausfindet (wenn kein tragbarer Klapprechner)
Wenn das Gerät eingebaut ist (z. B. eine Grafikkarte)
Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:
-
lspci -vmm
+
lspci
oder
-
lspci -vmm > DATEINAME          # Ausgabe als Datei speichern
+
lspci > DATEINAME          # Ausgabe als Datei speichern
Es sollten PCI-Geräte ähnlich der folgenden angezeigt werden:
-
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)
-
Hinweis: Die Gerätebezeichnung wird in der Zeile „Device“ nach dem Doppelpunkt - angegeben (siehe Text in Fettdruck).
+
Hinweis: The name of each device is written after the colon (see the text + in bold in the above list).
Wenn das Gerät ein USB-Gerät ist (bspw. ein externer WLAN-Stick)
Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:
lsusb -v
@@ -295,42 +283,44 @@
Es sollten USB-Geräte ähnlich der folgenden angezeigt werden:
-
Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
-	Device Descriptor:
-		bLength						18
-		bDescriptorType				1
-		bcdUSB						2.00
-		bDeviceClass				0 (Defined at Interface level)
-		bDeviceSubClass				0
-		bDeviceProtocol				0
-		bMaxPacketSize0				64
-		idVendor					0x0846 NetGear, Inc.
-		idProduct					0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
-		bcdDevice					2.00
-		iManufacturer				1
-		iProduct					2
-		iSerial						3
-		...
-		...
-	
-	Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
-	Device Descriptor:
-		bLength						18
-		bDescriptorType				1
-		bcdUSB						1.10
-		bDeviceClass				255 Vendor Specific Class
-		bDeviceSubClass				255 Vendor Specific Subclass
-		bDeviceProtocol				255 Vendor Specific Protocol
-		bMaxPacketSize0				8
-		idVendor					0x08ff AuthenTec, Inc.
-		idProduct					0x2580 AES2501 Fingerprint Sensor
-		bcdDevice					6.23
-		iManufacturer				0
-		iProduct					1 Fingerprint Sensor
-		iSerial						0
-		bNumConfigurations			1
-		...
-		...
+
+Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
+Device Descriptor:
+	bLength						18
+	bDescriptorType				1
+	bcdUSB						2.00
+	bDeviceClass				0 (Defined at Interface level)
+	bDeviceSubClass				0
+	bDeviceProtocol				0
+	bMaxPacketSize0				64
+	idVendor					0x0846 NetGear, Inc.
+	idProduct					0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
+	bcdDevice					2.00
+	iManufacturer				1
+	iProduct					2
+	iSerial						3
+	...
+	...
+
+Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
+Device Descriptor:
+	bLength						18
+	bDescriptorType				1
+	bcdUSB						1.10
+	bDeviceClass				255 Vendor Specific Class
+	bDeviceSubClass				255 Vendor Specific Subclass
+	bDeviceProtocol				255 Vendor Specific Protocol
+	bMaxPacketSize0				8
+	idVendor					0x08ff AuthenTec, Inc.
+	idProduct					0x2580 AES2501 Fingerprint Sensor
+	bcdDevice					6.23
+	iManufacturer				0
+	iProduct					1 Fingerprint Sensor
+	iSerial						0
+	bNumConfigurations			1
+	...
+	...
+			
Hinweis: Die Gerätebezeichnung wird in der Zeile „idProduct“ nach dem Doppelpunkt angegeben (siehe Text in Fettdruck).
@@ -364,7 +354,12 @@
sudo lspci -nnk
Es sollte eine Hardwareliste ähnlich der folgenden angezeigt werden:
-
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)
Kernel modules: nouveau, nvidiafb
+
+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)
+	Kernel modules: nouveau, nvidiafb
Hinweis: Die Zeichenfolgen in fetter Schrift und in den eckigen Klammern [… : …] sind die Daten, nach denen Sie gesucht haben. Die erste Zeichengruppe (vor dem diff --git a/h-source/Application/Views/Help/index_es.php b/h-source/Application/Views/Help/index_es.php index a22371d..07c8c7e 100644 --- a/h-source/Application/Views/Help/index_es.php +++ b/h-source/Application/Views/Help/index_es.php @@ -257,31 +257,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:
@@ -292,8 +281,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
@@ -307,11 +297,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
@@ -326,8 +316,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)
@@ -362,10 +353,11 @@
sudo lspci -nnk
Debe de obtener una lista de hardware similar a la escriba debajo
-
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
Las cadenas en negritas y colocadas en los corchetes (en la lista superior) son los códigos que esta @@ -378,9 +370,10 @@
sudo lsusb
Debe de obtener una lista de hardware similar a la descrita a continuación
-
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
Las cadenas en negritas (en la lista superior) son el código que busca. El primer grupo de dígitos (antes de los dos puntos) son el VendorID, el segundo grupo de dígitos son el ProductID. En el 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 diff --git a/h-source/Application/Views/Help/index_it.php b/h-source/Application/Views/Help/index_it.php index 3012026..12fe981 100644 --- a/h-source/Application/Views/Help/index_it.php +++ b/h-source/Application/Views/Help/index_it.php @@ -255,31 +255,20 @@
Come scoprire il nome del modello del tuo hardware (se non è un portatile)
Se il dispositivo è integrato (ad esempio: una scheda video)
Apri un terminale e digita il seguente comando:
-
lspci -vmm
+
lspci
o
-
lspci -vmm > FILENAME          # Puoi anche scrivere l'output del comandi lspci su un file digitando
+
lspci > FILENAME          # Puoi anche scrivere l'output del comandi lspci su un file digitando
Otterrai la lista di tutti i tuoi dispositivi PCI, simile a quella scritta sotto
-
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)
+			
-
Il nome di ogni device è scritto alla riga "Device", dopo i due punti (guarda il testo in grassetto nella +
Il nome di ogni dispositivo è scritto dopo i due punti (guarda il testo in grassetto nella lista superiore)
Se è un dispositivo USB (ad esempio: una stampante USB)
Apri un terminale e digita il seguente comando:
@@ -290,42 +279,44 @@
Otterrai la lista di tutti i dispositivi USB, simile a quella sxcritta sotto
-
Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
-		Device Descriptor:
-		bLength 18
-		bDescriptorType 1
-		bcdUSB 2.00
-		bDeviceClass 0 (Defined at Interface level)
-		bDeviceSubClass 0
-		bDeviceProtocol 0
-		bMaxPacketSize0 64
-		idVendor 0x0846 NetGear, Inc.
-		idProduct 0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
-		bcdDevice 2.00
-		iManufacturer 1
-		iProduct 2
-		iSerial 3
-		...
-		...
-	
-		Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
-		Device Descriptor:
-		bLength 18
-		bDescriptorType 1
-		bcdUSB 1.10
-		bDeviceClass 255 Vendor Specific Class
-		bDeviceSubClass 255 Vendor Specific Subclass
-		bDeviceProtocol 255 Vendor Specific Protocol
-		bMaxPacketSize0 8
-		idVendor 0x08ff AuthenTec, Inc.
-		idProduct 0x2580 AES2501 Fingerprint Sensor
-		bcdDevice 6.23
-		iManufacturer 0
-		iProduct 1 Fingerprint Sensor
-		iSerial 0
-		bNumConfigurations 1
-		...
-		...
+
+Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
+Device Descriptor:
+	bLength 18
+	bDescriptorType 1
+	bcdUSB 2.00
+	bDeviceClass 0 (Defined at Interface level)
+	bDeviceSubClass 0
+	bDeviceProtocol 0
+	bMaxPacketSize0 64
+	idVendor 0x0846 NetGear, Inc.
+	idProduct 0x4260 WG111v3 54 Mbps Wireless [realtek RTL8187B]
+	bcdDevice 2.00
+	iManufacturer 1
+	iProduct 2
+	iSerial 3
+	...
+	...
+
+Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
+Device Descriptor:
+	bLength 18
+	bDescriptorType 1
+	bcdUSB 1.10
+	bDeviceClass 255 Vendor Specific Class
+	bDeviceSubClass 255 Vendor Specific Subclass
+	bDeviceProtocol 255 Vendor Specific Protocol
+	bMaxPacketSize0 8
+	idVendor 0x08ff AuthenTec, Inc.
+	idProduct 0x2580 AES2501 Fingerprint Sensor
+	bcdDevice 6.23
+	iManufacturer 0
+	iProduct 1 Fingerprint Sensor
+	iSerial 0
+	bNumConfigurations 1
+	...
+	...
+			
Il nome di ogni dispositivo è scritto alla riga che inizia con la stringa "idProduct" (guarda il testo in grassetto nella lista superiore)
@@ -355,12 +346,12 @@
sudo lspci -nnk
Dovresti ottenere una lista di hardware simile a quella scritta qui sotto
-
 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)
-		Kernel modules: nouveau, nvidiafb
-
+
+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)
+	Kernel modules: nouveau, nvidiafb
Note: Le stringhe in grassetto e tra parentesi quadre (nella lista qui sopra) sono il codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il VendorID, il secondo gruppo è il ProductID. Nell'esempio qui sopra: il codice VendorID:ProductID @@ -371,9 +362,10 @@
sudo lsusb
Dovresti ottenere una lista di hardware simile a quella scritta qui sotto
-
 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: Le stringhe in grassetto (nella lista qui sopra) sono il codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il VendorID, il secondo gruppo diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 6e0b548..fa7097c 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1873,6 +1873,41 @@ Start - temporarily added due to transformation of help pages font-weight: bold; font-style: italic; } + +.help_external_box h2,.help_external_box h3,.help_external_box h4 +{ + margin: 0 4px 0 0; + padding: 0.2em 0 0.3em 1.25em; + font-size: 1.4em; + color: #353535; + background: #D8FF9E; +} +.help_external_box h2 +{ + font-size: 1.3em; + color: #3D6300; +} +.help_external_box h3 +{ + font-size: 1.2em; + color: #3D6300; + background-color: White; +} +.help_external_box h4 +{ + font-size: 1.1em; + color: #3D6300; + background-color: White; +} +.help_external_box p.terminal,.help_external_box pre.terminal +{ + font-family: monospace; + padding: .5em 1em; + background-color: rgb(50,50,50); + border-left: 2px solid rgb(97,97,97); + color: white; +} + /* End */ -- cgit v1.2.3