STOP! Perché questa guida si trova sotto la pagina Cestino?. Una guida può essere cestinata dal Gruppo Documentazione se contiene istruzioni compatibili solo con rilasci non più supportati di Ubuntu oppure perché non si ha certezza che lo siano per i rilasci attualmente supportati. Queste pagine richiedono un aggiornamento e una verifica delle istruzioni contenute. Se vuoi riesumare una di queste guide contatta il Gruppo Documentazione nella board sul forum. |
|
|
|
|
Marca: |
Asus |
||
Modello: |
A6Va |
||
Memoria RAM: |
2 GB |
||
Processore: |
Intel Centrino 1.73 |
||
Scheda Video: |
ATI X700 |
||
Distribuzione Utilizzata: |
Ubuntu 7.04 «Feisty Fawn» |
||
|
|
|
|
In questa pagina è riportato il resoconto dell'installazione di Ubuntu 7.04 «Feisty Fawn» sul portatile Asus A6Va. |
Inoltre verranno riportate le informazioni generali sul riconoscimento dell'hardware e i possibili metodi di installazione.
Rilevamento dell'hardware
Dispositivi connessi
Per verificare il corretto rilevamento dell'hardware del portatile, è sufficiente aprire un terminale e digitare il seguente comando:
lspci
Il precedente comando restituirà una schermata simile alla seguente:
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04) 00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 04) 00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04) 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04) 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04) 00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04) 00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04) 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4) 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04) 00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04) 00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04) 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X700 (PCIE) 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13) 02:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3) 02:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08) 02:01.2 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 17) 02:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 08) 02:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
Processore
Per visualizzare i dettagli sul processore, aprire in lettura il file /proc/cpuinfo digitando in un terminale:
cat /proc/cpuinfo
Verranno visualizzati dei dettagli simili ai seguenti:
processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 13 model name : Intel(R) Pentium(R) M processor 1.73GHz stepping : 8 cpu MHz : 1729.000 cache size : 2048 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe nx up est tm2 bogomips : 3460.99 clflush size : 64
I valori differiscono a seconda dei modelli di processori, qui si fa riferimento a Intel(R) Pentium(R) M 1.73GHz. |
Configurazione dei componenti
Scheda di rete wireless
La scheda wireless è una Intel 2200 b/g. Funziona correttamente sia su Ubuntu 6.10 «Edgy Eft» che su Ubuntu 7.04 «Feisty Fawn». Se si utilizza Edgy Eft è possibile connettersi ad una rete protetta con WPA/WPA2 seguendo le istruzioni contenute in questa guida. Nel caso si usi Ubuntu 7.04 «Feisty Fawn» è possibile configurare tutti i parametri con network-manager.
Touchpad
Riconosciuta automaticamente
Scheda Video
La scheda video ATI X700 non viene riconosciuta in maniera corretta da Ubuntu 6.10 «Edgy Eft», l'installazione deve essere effettuata tramite terminale. Una volta completata la procedura d'installazione è necessario far ripartire il sistema in modalità testuale, dunque digitare il seguente comando:
sudo dpkg-reconfigure xserver-xorg
Una volta impostato il dirver «ati» sarà sufficiente riavviare il sistema.
Al file /etc/X11/xorg.conf dovranno essere sostituite alcune righe. Digitare il seguente comando in una finestra di terminale:
sudo gedit /etc/X11/xorg.conf
Prima di apportare modifiche ai file di configurazione del sistema è sempre consigliato farne una copia di sicurezza. |
Modificare in tutta sicurezza la sezione «Screen» come nell'esempio seguente:
Section "Device"
Identifier "ATI RADEON X700"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-72
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI RADEON X700"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionIn questo modo sarà possibile attivare la risoluzione di 1280x800.
Lettore Memory Card
Riconosciuto automaticamente
Scheda di rete Marvell Yukon Gigabit Ethernet
Marvell Yukon Gigabit Ethernet 10/100/1000 Base-T Adapter. Funzionante.
Scheda Audio
La scheda audio funziona correttamente, tranne l'uscita cuffie. Per sistemare l'uscita cuffie seguire la guida: HdaIntel, quindi modificare il file etc/modprobe.d/alsa-base aggiungendo la seguente riga:
options snd-hda-intel model=z71v position_fix=1
Bluetooth
Riconosciuto automaticamente
Tasti speciali
Riconosciuti automaticamente
Webcam
La webcam non funziona.

