aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Help/index_it.php
blob: 29996bd92f0605828edd9e99bf0610801365b714 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
<?php if (!defined('EG')) die('Direct access not allowed!'); ?>

<?php
// h-source, a web software to build a community of people that want to share their hardware information.
// Copyright (C) 2010  Antonio Gallo (h-source-copyright.txt)
//
// This file is part of h-source
//
// h-source is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// 
// h-source is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
// 
// You should have received a copy of the GNU General Public License
// along with h-source.  If not, see <http://www.gnu.org/licenses/>.
?>

<div class="help_external_box">

	<div class="position_tree_box">
			<a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> &raquo; help
	</div>

	<div class="help_tables_of_contents">
		Table of contents
		<ul>
			<li><a href="<?php echo $this->currPage."/$lang#wiki-syntax";?>">Sintassi della Wiki</a></li>
			<li><a href="<?php echo $this->currPage."/$lang#compatibility";?>">Classi di compatibilità</a></li>
			<li><a href="<?php echo $this->currPage."/$lang#discover-hardware";?>">Scopri il tuo hardware</a></li>
			<li><a href="<?php echo $this->currPage."/$lang#fully-free";?>">Lista delle distribuzioni Gnu/Linux completamente libere</a></li>
		</ul>
	</div>
	
	  <a name="wiki-syntax"><h1>Sintassi della Wiki</h1></a>

	<h3>Lista dei tag della wiki di <?php echo Website::$generalName;?></h3>

	<table class="help_wiki_table" width="100%" border="1px">
        <thead>
            <tr>

                <th>nome</th>
                <th>tag</th>
                <th>risultato</th>
                <th width="40%">descrizione</th>
            </tr>
        </thead>
        <tr>

            <td>grassetto</td>
            <td>[b]text[/b]</td>
            <td><b>text</b></td>
            <td>testo in grassetto</td>
        </tr>
        <tr>
            <td>corsivo</td>

            <td>[i]text[/i]</td>
            <td><i>text</i></td>
            <td>testo corsivo</td>
        </tr>
        <tr>
            <td>cancellare</td>
            <td>[del]text[/del]</td>

            <td><del>text</del></td>
            <td>testo cancellato</td>
        </tr>
        <tr>
            <td>sottolineare</td>
            <td>[u]text[/u]</td>
            <td><u>text</u></td>

            <td>testo sottolineato</td>
        </tr>
        <tr>
            <td>head 1</td>
            <td>[h1]text[/h1]</td>
            <td><div class="div_h1">text</div></td>
            <td>head 1</td>

        </tr>
        <tr>
            <td>head 2</td>
            <td>[h2]text[/h2]</td>
            <td><div class="div_h2">text</div></td>
            <td>head 2</td>
        </tr>

        <tr>
            <td>head 3</td>
            <td>[h3]text[/h3]</td>
            <td><div class="div_h3">text</div></td>
            <td>head 3</td>
        </tr>
        <tr>

            <td>paragrafo</td>
            <td>[p]text[/p]</td>
            <td><p>text</p></td>
            <td>crea un nuovo paragrafo</td>
        </tr>
        <tr>
            <td>elenco</td>

            <td>[list]list[/list]</td>
            <td>&lt;ul&gt;list&lt;/ul&gt;</td>
            <td>crea un elenco di item</td>
        </tr>
        <tr>
            <td>elenco numerato</td>

            <td>[enum]list[/enum]</td>
            <td>&lt;ol&gt;list&lt;/ol&gt;</td>
            <td>crea un elenco numerato di item</td>
        </tr>
        <tr>
            <td>item di un elenco</td>

            <td>[*]item[/*]</td>
            <td>&lt;li&gt;item&lt;/li&gt;</td>
            <td>aggiungi un item a un elenco</td>
        </tr>
        <tr>
            <td>codice</td>

            <td>[code]some code[/code]</td>
            <td><pre class="code_pre">some code</div></td>
            <td>aggiungi del codice</td>
        </tr>
        <tr>
            <td>link semplice</td>
            <td>[a]url[/a]</td>

            <td>&lt;a href="url"&gt;url&lt;/a&gt;</td>
            <td>crea un link semplice</td>
        </tr>
        <tr>
            <td>link con testo</td>
            <td>[a]url|text[/a]</td>

            <td>&lt;a href="url"&gt;text&lt;/a&gt;</td>
            <td>crea un link con testo</td>
        </tr>
        <tr>
            <td>notebook</td>
            <td>[notebook]id[/notebook]</td>

            <td>&nbsp</td>
            <td>crea un link al notebook con l'identificatore corrispondente a id (l'identificatore di ogni modello di dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello</td>
        </tr>
        <tr>
            <td>wifi</td>
            <td>[wifi]id[/wifi]</td>
            <td>&nbsp</td>

            <td>crea un link alla wifi con l'identificatore corrispondente a id (l'identificatore di ogni modello di dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)</td>
        </tr>
        <tr>
            <td>scheda video</td>
            <td>[videocard]id[/videocard]</td>
            <td>&nbsp</td>
            <td>crea un link alla scheda video con l'identificatore corrispondente a id (l'identificatore di ogni modello di dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)</td>

        </tr>
    </table>

	<h3>Alcuni esempi aggiuntivi:</h3>
	
	<table width="100%" border="1px">
		<tr>
			<td>
				<b>Lista</b>
			</td>
			<td>
				<ul>
					<li>primo elemento</li>
					<li>secondo elemento</li>
				</ul>
			</td>
			<td>
				<ul style="list-style-type:none;">
					<li>[list]</li>
					<li>
						<ul style="list-style-type:none;">
							<li>[*]primo elemento[/*]</li>
							<li>[*]secondo elemento[/*]</li>
						</ul>
					</li>
					<li>[/list]</li>
				</ul>
			</td>
		</tr>
		<tr>
			<td>
				<b>Lista numerata</b>
			</td>
			<td>
				<ol>
					<li>first item</li>
					<li>second item</li>
				</ol>
			</td>
			<td>
				<ul style="list-style-type:none;">
					<li>[enum]</li>
					<li>
						<ul style="list-style-type:none;">
							<li>[*]first item[/*]</li>
							<li>[*]second item[/*]</li>
						</ul>
					</li>
					<li>[/enum]</li>
				</ul>
			</td>
		</tr>
	</table>


	<a name="compatibility"><h1>Classi di compatibilità</h1></a>

    <a name="notebook-compatibility"><h2>Notebooks</h2></a>
   
    <h3>Classe A (Platino)</h3>
   
    <p>Tutti i dispositivi del portatile funzionano ad alte prestazioni. Per esempio: funzionano tutti i dispositivi, l'accelerazione 3D è supportata.</p>

    <h3>Classe B (Oro)</h3>

    <p>Tutti i dispositivi del portatile funzionano ma non a piene prestazioni. Esempio tipico: funzionano tutti i dispositivi, ma l'accelerazione 3D non è supportata.</p>

    <h3>Classe C (Argento)</h3>

    <p>Uno dei dispositivi principali non è supportato. Per esempio: la scheda wifi interna non funziona e serve una wifi esterna USB.</p>

    <h3>Classe D (Bronzo)</h3>

    <p>Più di uno dei dispositivi principali non è supportato.</p>

    <h3>Classe E (Spazzatura)</h3>

    <p>Il portatile non funziona con software libero.</p>

   
    <a name="printer-compatibility"><h2>Stampanti</h2></a>

   
    <h3>Classe A (Piena)</h3>
   
    <p>Sono supportate tutte le funzioni e le caratteristiche della stampante.</p>

    <h3>Classe B (Parziale)</h3>

    <p>La funzione di stampa è supportata, ma a velocità limitata o a scarsa qualità. Su alcune stampanti multifunzione possono non essere supportate le funzioni di scanner e/o di fax.</p>

    <h3>Classe C (Nessuna)</h3>

    <p>La stampante non funziona con software libero.</p>
   
   
    <a name="scanner-compatibility"><h2>Scanner</h2></a>
   
    <h3>Classe A (Piena)</h3>
   
    <p>Sono supportate tutte le funzioni e le caratteristiche dello scanner.</p>

    <h3>Classe B (Parziale)</h3>

    <p>La funzione di scannerizzazione è supportata, ma a velocità limitata o a scarsa qualità. Qualche altra caratteristica può non essere supportata.</p>

    <h3>Classe C (Nessuna)</h3>

    <p>Lo scanner non funziona con software libero.</p>
	
	<a name="discover-hardware"><h1>Scopri il tuo hardware</h1></a>
	<div>
		(Grazie <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)
	</div>
	
	<p>Per sapere le caratteristiche e i dettagli del tuo hardware puoi seguire queste istruzioni:</p>
   
    <h3>Come scoprire il nome del modello del portatile</h3>
   
    <p>Guarda sotto al tuo notebook o al tuo netbook</p>

	<a name="model-name"><h3>Come scoprire il nome del modello del tuo hardware (se non è un portatile)</h3></a>

	<h4>Se il dispositivo è integrato (ad esempio: una scheda video)</h4>

	<p>Apri un terminale e digita il seguente comando:</p>

	<pre>
		lspci -vmm
	</pre>

	<p>Otterrai la lista di tutti i tuoi dispositivi PCI, simile a quella scritta sotto</p>

	<pre>
		Slot:	03:00.0
		Class:	Network controller
		Vendor:	Broadcom Corporation
		Device:	<b>BCM4311 802.11b/g WLAN</b>
		SVendor:	Hewlett-Packard Company
		SDevice:	Device 1375
		Rev:	02

		Slot:	07:05.0
		Class:	FireWire (IEEE 1394)
		Vendor:	Ricoh Co Ltd
		Device:	<b>R5C832 IEEE 1394 Controller</b>
		SVendor:	Hewlett-Packard Company
		SDevice:	Device 30cf
		Rev:	05
		ProgIf:	10
	</pre>

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

	<p>Puoi anche scrivere l'output del comandi lspci su un file digitando:</p>

	<pre>
		lspci -vmm > filename
	</pre>

	<p>dove "filename" è il nome del file</p>


	<h4>Se è un dispositivo USB (ad esempio: una stampante USB)</h4>

	<p>Apri un terminale e digita il seguente comando:</p>

	<pre>
		lsusb -v
	</pre>

	<p>Otterrai la lista di tutti i dispositivi USB, simile a quella sxcritta sotto</p>

	<pre>
		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
			...
			...
	</pre>

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

	<p>Puoi anche scrivere l'output del comandi lsusb su un file digitando:</p>

	<pre>
		lsusb -v > filename
	</pre>

	<p>dove "filename" è il nome del file</p>
	
    <h3>Come scoprire che versione del kernel libre stai usando</h3>

    <p>Apri un terminale e digita questo comando:</p>
   
    <pre>
        uname -r
    </pre>
   
    <h3>Come scoprire il nome della tua scheda video</h3>
   
    <p>Apri un terminale e digita questo comando:</p>

   
    <pre>
        sudo lspci
    </pre>
   
    <p>Poi cerca la riga contenente la stringa <b>VGA</b> o <b>Display controller</b>. Puoi anche provare con uno di questi comandi:</p>
   
    <pre>
        lspci | grep "Display controller"
    </pre>

   
    <p>o</p>
   
    <pre>
        lspci | grep "VGA"
    </pre>
   
    <a name="vendoridproductid"><h3>Come scoprire il VendorID e il ProductID del tuo dispositivo (VendorID:ProductID code)</h3>

	<div>
		(Grazie <a href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> e <a href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>)
	</div>

	<h4>Se il dispositivo è integrato (per esempio una scheda video)</h4>

    <p>Apri un terminale e digita il seguente comando:</p>
   
    <pre>
        sudo lspci -nnk
    </pre>
   
    <p>Dovresti ottenere una lista di hardware simile a quella scritta qui sotto</p>
   
    <pre>

    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
    </pre>
   
    <p>Le stringhe in <b>grassetto</b> e tra parentesi quadre (nella lista qui sopra) sono il codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il <b>VendorID</b>, il secondo gruppo è il <b>ProductID</b>. Nell'esempio qui sopra: il codice VendorID:ProductID della scheda wifi (nota le stringhe "Network controller" e "WLAN") è <b>14e4:4311</b> mentre il codice VendorID:ProductID della scheda video (nota la stringa "VGA") è <b>10de:0427</b></p>

   
    <h4>Se si tratta di un dispositivo USB (per esempio una wifi esterna USB)</h4>

    <p>Apri un terminale e digita questo comando:</p>
   
    <pre>
        sudo lsusb
    </pre>
   
    <p>Dovresti ottenere una lista di hardware simile a quella scritta qui sotto</p>
   
    <pre>

    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
    </pre>
   
    <p>Le stringhe in <b>grassetto</b> (nella lista qui sopra) sono il codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il  <b>VendorID</b>, il secondo gruppo è il <b>ProductID</b>. Nell'esempio qui sopra: il codice VendorID:ProductID della wifi esterna USB (nota la stringa "Wireless") è <b>0846:4260</b></p>

    <h3>Come scoprire se funziona la scheda video</h3>
	
	<p>Installa <a href="http://rss-glx.sourceforge.net/">rss-glx</a> tramite il gestore di pacchetti della tua distribuzione
o compilando dai sorgenti e prova degli screensaver (per esempio <b>Skyrocket</b> o <b>Solarwinds</b>). Controlla se parte lo screensaver (e/o se si vede "fluido")</p>
	
	<h3>Come scoprire se funziona l'accelerazione 3D</h3>

   
    <p>Prova ad attivare compiz</p>
   
    <h3>Come scoprire il nome della tua scheda wifi</h3>
   
    <p>Apri un terminale e digita questo comando:</p>
   
    <pre>
        sudo lspci
    </pre>
   
    <p>Poi cerca la riga contenente la stringa <b>Wireless</b> o <b>Network controller</b>. Puoi anche provare uno dei seguenti comandi:</p>

   
    <pre>
        lspci | grep "Wireless"
    </pre>
   
    <p>o</p>
   
    <pre>
        lspci | grep "Network"
    </pre>
   
    <h3>Come scoprire che driver per la stampante stai usando</h3>
   
    <h4>Se stai usando cups</h4>
	
	<p>Apri un terminale e digita il seguente comando:</p>
   
    <pre>
        dpkg-query -W -f '${Version}\n' cups
    </pre>

	<h3>Come scoprire l'architettura del tuo notebook</h3>
	
	<p>Apri un terminale e digita il seguente comando:</p>

	<pre>
		dpkg --print-architecture
	</pre>
	
	<a name="fully-free"><h1>Lista di distribuzioni GNU/Linux  completamente libere</h1></a>
   
    <p>In ordine alfabetico</p>
	
	<ul>
		<li><a href="http://www.blagblagblag.org/">BLAG</a></li>

		<li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora</a></li>

		<li><a href="http://dynebolic.org/">Dynebolic</a></li>

		<li><a href="http://www.gnewsense.org/">gNewSense</a></li>

		<li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li>

		<li><a href="http://trisquel.info/en/">Trisquel</a></li>

		<li><a href="http://www.ututo.org/www/">Ututo</a></li>

		<li><a href="http://venenux.org/">Venenux</a></li>
	</ul>
	
</div>