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_it.php | 103 ++++++++++++++++++++++++++- 1 file changed, 102 insertions(+), 1 deletion(-) (limited to 'h-source/Application/Views/Help/index_it.php') diff --git a/h-source/Application/Views/Help/index_it.php b/h-source/Application/Views/Help/index_it.php index d2a6c4b..29996bd 100644 --- a/h-source/Application/Views/Help/index_it.php +++ b/h-source/Application/Views/Help/index_it.php @@ -287,7 +287,108 @@

Come scoprire il nome del modello del portatile

Guarda sotto al tuo notebook o al tuo netbook

- + +

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

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

Il nome di ogni device è scritto alla riga "Device", dopo i due punti (guarda il testo in grassetto nella lista superiore)

+ +

Puoi anche scrivere l'output del comandi lspci su un file digitando:

+ +
+		lspci -vmm > filename
+	
+ +

dove "filename" è il nome del file

+ + +

Se è un dispositivo USB (ad esempio: una stampante USB)

+ +

Apri un terminale e digita il seguente comando:

+ +
+		lsusb -v
+	
+ +

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

Il nome di ogni dispositivo è scritto alla riga che inizia con la stringa "idProduct" (guarda il testo in grassetto nella lista superiore)

+ +

Puoi anche scrivere l'output del comandi lsusb su un file digitando:

+ +
+		lsusb -v > filename
+	
+ +

dove "filename" è il nome del file

+

Come scoprire che versione del kernel libre stai usando

Apri un terminale e digita questo comando:

-- cgit v1.2.3