From a3ee6d8cca93cc4b297bbad804878687397eb8ba Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 14 May 2011 13:46:10 +0000 Subject: h-source:improved the help page --- h-source/Application/Views/Help/index.php | 24 +++---- h-source/Application/Views/Help/index_es.php | 101 ++++++++++++++++++++++++++ h-source/Application/Views/Help/index_fr.php | 101 ++++++++++++++++++++++++++ h-source/Application/Views/Help/index_it.php | 103 ++++++++++++++++++++++++++- 4 files changed, 316 insertions(+), 13 deletions(-) (limited to 'h-source') diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php index 735a20e..8719885 100644 --- a/h-source/Application/Views/Help/index.php +++ b/h-source/Application/Views/Help/index.php @@ -36,7 +36,7 @@ -

Wiki syntax

+

Wiki syntax

List of wiki tags

@@ -204,9 +204,9 @@ -

Compatibility classes

+

Compatibility classes

-

Notebooks

+

Notebooks

Class A (Platinum)

@@ -229,7 +229,7 @@

The notebook does not work with free software

-

Printers

+

Printers

Class A (Full)

@@ -244,7 +244,7 @@

The printer does not work with free software

-

Scanners

+

Scanners

Class A (Full)

@@ -258,7 +258,7 @@

The scanner does not work with free software

-

Discover your hardware

+

Discover your hardware

(Thanks lluvia)
@@ -269,7 +269,7 @@

See below your notebook or netbook

-

How to discover the model name of your device (if it is not a notebook)

+

How to discover the model name of your device (if it is not a notebook)

If the device is integrated (example: a video card)

@@ -305,7 +305,7 @@

You can also write the output of the lspci command to a file by typing:

-		lspci -v > filename
+		lspci -vmm > filename
 	

where "filename" is the name of the file

@@ -316,7 +316,7 @@

Open a terminal and type the following command:

-		lsusb -vmm
+		lsusb -v
 	

You will obtain the list of your USB devices, similar to the one written below

@@ -360,7 +360,7 @@ ... -

The name of each device is written at the end of the row starting with "idProduct" (see the text in bold in the above list)

+

The name of each device is written at the row starting with "idProduct" (see the text in bold in the above list)

You can also write the output of the lsusb command to a file by typing:

@@ -406,7 +406,7 @@ lspci | grep "VGA" -

How to discover the VendorID and the ProductID of your device (VendorID:ProductID code)

+

How to discover the VendorID and the ProductID of your device (VendorID:ProductID code)

(Thanks Michał Masłowski and Julius22) @@ -498,7 +498,7 @@ -

List of fully free GNU/Linux distributions

+

List of fully free GNU/Linux distributions

They are listed in alphabetical order

diff --git a/h-source/Application/Views/Help/index_es.php b/h-source/Application/Views/Help/index_es.php index df26c25..599eceb 100644 --- a/h-source/Application/Views/Help/index_es.php +++ b/h-source/Application/Views/Help/index_es.php @@ -269,6 +269,107 @@

Como descubrir el modelo de su laptop

Vea debajo de su laptop o 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:

+ +
+		lspci -vmm
+	
+ +

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
+	
+ +

The name of each device is written at the "Device" row, after the colon (see the text in bold in the above list)

+ +

You can also write the output of the lspci command to a file by typing:

+ +
+		lspci -vmm > filename
+	
+ +

where "filename" is the name of the file

+ + +

If the device is an USB device (example: an external USB wifi card)

+ +

Open a terminal and type the following command:

+ +
+		lsusb -v
+	
+ +

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
+			...
+			...
+	
+ +

The name of each device is written at the row starting with "idProduct" (see the text in bold in the above list)

+ +

You can also write the output of the lsusb command to a file by typing:

+ +
+		lsusb -v > filename
+	
+ +

where "filename" is the name of the file