Home » Wiki » Scopri il tuo hardware » Historique » Différences
Différences entre les révisions de 00:12, 8 Avril 2012, créé par tonicucoz, et la révision de 00:12, 8 Avril 2012
Note : le texte en rouge a été supprimé de la version précédente, le texte en vert a été ajouté à cette version et le texte en gris n'a pas été changé.
differences dans l'entrée: le titre
Scopri il tuo hardware
differences dans l'entrée: le texte de la page du wiki
__TOC__

[p](Grazie [a]http://www.h-node.org/issues/view/en/3/1/token|lluvia[/a])[/p]

[p]Per sapere i dettagli del tuo hardware puoi eseguire le seguenti azioni:[/p]

[h1]Il modello del tuo notebook[/h1]
[p] Guarda sotto al notebooks[/p]
[h1]Il nome del modello del tuo dispositivo (se non è un notebooks)[/h1]
[h2] Se il dispositivo è integrato (esempio: una scheda video)[/h2]
[p] Apri un terminale e digita il seguent comanto:[/p]

[code] lspci[/code]

oppure

[code] lspci > FILENAME # output to a file[/code]

[p]Otterrai una lista di dispositivi PCI simile a quella mostrata sotto[/p]

[code] 00:18.3 Host bridge: [b]Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control[/b]
03:00.0 Network controller: [b]Broadcom Corporation BCM4311 802.11b/g WLAN (rev 02)[/b]
05:00.0 VGA compatible controller: [b]nVidia Corporation G86 [GeForce 8400M GS] (rev a1)[/b][/code]

[p][b]Nota:[/b] Il nome di ogni device è scritto dopo i due punti (vedi testo in grassetto nella lista superiore)[/p]

[h2] Se è un dispositivo USB (esempio: una chiavetta USB esterna)[/h2]

[p] Apri un terminale e digita il seguente comando:[/p]

[code] lsusb -v[/code]

oppure

[code] lsusb -v > FILENAME # output to a file[/code]

Otterrai una lista di dispositivi USB simile a quella scritta sotto
[code]
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 [b]WG111v3 54 Mbps Wireless [realtek RTL8187B][/b]
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 [b]AES2501 Fingerprint Sensor[/b]
bcdDevice 6.23
iManufacturer 0
iProduct 1 Fingerprint Sensor
iSerial 0
bNumConfigurations 1
...
...[/code]


[p][b]Nota:[/b] Il nome di ogni dispositivo è scritto alla riga che inizia con "idProduct" (guarda il testo in grassetto nella lista superiore)[/p]

[p]Un altro programma che ouò essere usato per ottenere informazioni sull'hardware, specialmente i driver USB usati dal sistema è [b]hwinfo[/b]. Questo software non è installato di default in una standard distribuzione GNU/Linux, e dovrai installarlo utilizzando il gestore di pacchetti della tua distribuzione o compilando i sorgenti.[/p]

[h1]La versione del kernel libre che stai usando[/h1]
[p] Apri un terminale e digita il seguente comando:[/p]

[code] uname -r[/code]

[h1]Il nome della tia scheda video[/h1]
[p] Apri un terminale e digita il seguente comando:[/p]

[code] sudo lspci[/code]

[p] Guarda alla riga contenente la stringa VGA or Display controller. Puoi anche provare uno dei seguenti comandi:[/p]

[code] lspci | grep "Display controller"[/code]

o

[code] lspci | grep "VGA"[/code]

[h1]Il codice VendorID:ProductID del tuo dispositivo[/h1]
(Grazie [a]http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5839|Michał Masłowski[/a] e [a]http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5837|Julius22[/a])
[h2] Se [h2]Se il dispositivo è integrato (esempio: a video card) [/h2]
[p] Apri un terminale e digita il seguente comando:[/p]

[code] sudo lspci -nnk[/code]

[p]Otterrai una lista simile a quella scritta sotto[/p]
[code]
03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN {{[b]14e4:4311[/b]}} (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] {{[b]10de:0427[/b]}} (rev a1)
Kernel modules: nouveau, nvidiafb[/code]

[p] Le stringhe in [b]grassetto[/b] e posizionate all'interno delle parentesi quadre (nella lista superiore) sono il codice che stai cercando. Le prima 4 cifre (prima dei due punti) rappresentano il [b]VendorID[/b], le seconde 4 cifre rappresentanto il [b]ProductID[/b]. Nell'esempio superiore: il codice [i]VendorID:ProductID[/i] della scheda video (vedi la stringa "Network controller" e "WLAN") è [b]14e4:4311[/b] mentre il codice VendorID:ProductID della scheda video (vedi la stringa "VGA") è [b]10de:0427[/b][/p]

[h2] Se è un dispositivo USB (esempio: una scheda wifi USB) [/h2]
[p] Apri un terminale e digita il seguente comando:[/p]

[code] sudo lsusb[/code]

[p] Otterrai una lista simile a quella scritta sotto[/p]

[code] Bus 001 Device 002: ID [b]0846:4260[/b] NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
Bus 001 Device 001: ID [b]1d6b:0002[/b] Linux Foundation 2.0 root hub
Bus 002 Device 003: ID [b]08ff:2580[/b] AuthenTec, Inc. AES2501 Fingerprint Sensor[/code]

[p] Le stringhe in [b]grassetto[/b] sono il codice che stai cercando. Le prime 4 cifre (prima dei due punti) rappresentanto il [b]VendorID[/b], le seconde 4 cifre rappresentano il [b]ProductID[/b]. Nell'esempio superiore: il codice [i]VendorID:ProductID[/i] della scheda wifi esterna (vedi la scritta "Wireless") è [b]0846:4260[/b][/p]

[p]Il modo più semplice di conoscere il driver usato da un dispositivo USB è quello di usare [b]hwinfo[/b][/p]
[p] Apri un terminale e digita il seguente comando:[/p]
[code]hwinfo --usb[/code]

[p] Otterrai una lista simile a quella scritta sotto[/p]

[code]19: USB 00.0: 0000 Unclassified device
[Created at usb.122]
Unique ID: FKGF.WYbsxjVsRmA
Parent ID: pBe4.v+N+B0xY+P6
SysFS ID: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0
SysFS BusID: 2-1:1.0
Hardware Class: unknown
Model: "Microdia Triplex i-mini PC Camera"
Hotplug: USB
Vendor: usb 0x0c45 "Microdia"
Device: usb 0x6029 "Triplex i-mini PC Camera"
Revision: "1.01"
Driver: "[b]sonixb[/b]"
Driver Modules: "gspca_sonixb"
Speed: 12 Mbps
Module Alias: "usb:v0C45p6029d0101dc00dsc00dp00icFFiscFFipFF"
Driver Info #0:
Driver Status: gspca_sonixb is active
Driver Activation Cmd: "modprobe gspca_sonixb"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #9 (Hub)[/code]

[p] La stringa in [b]grassetto[/b] (nella lista superiore) è il driver che stai usando per far funzionare il dispositivo.[/p]

[h1]Sapere se la scheda video funziona[/h1]

[p] Install rss-glx by means of the package manager of your distribution or compiling it from source and try some screensavers (for example Skyrocket or Solarwinds). Check if you can play the screensaver (and/or if you can play it smoothly)
[/p]
[h1]If the 3D acceleration works[/h1]
[p] Try to enable compiz[/p]
[h1]How to discover the name of your wifi card[/h1]

[p] Open a terminal and type the following command:[/p]

[code] sudo lspci[/code]

Then look for the row containing the string Wireless or Network controller. You can also try one of the following commands:

[code] lspci | grep "Wireless" [/code]

or

[code] lspci | grep "Network" [/code]

[h1]The printer driver you are using[/h1]
[p][h2] If you are using cups[/h2][/p]
[p] Open a terminal and type the following command:[/p]

[code] dpkg-query -W -f '${Version}\n' cups[/code]

[h1]The architecture of your notebook[/h1]
[p] Open a terminal and type the following command:[/p]

[code] cat /proc/cpuinfo | grep "lm"[/code]

If you get a message like this:

[code] 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 [b]lm[/b] constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64
monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm[/code]
[p]
then you machine is x86-64/amd64 capable and you could choose a x86-64/amd64 distro to run on it.[/p]

[b][p]Return to [[Help]] Page[/p][/b]

[lang]
[[Descubra su hardware|Español]]
[[Discover your hardware|English]]
[/lang]
Le contenu de cette page est dans le Domaine Public (voir la page CC0 pour plus d'informations). Quiquonque est libre de copier, modifier, publier, utiliser, vendre ou distribuer le texte , quelques soit le but et le moyen.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information