Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "Hardware/Notebook/AsusA6t"
Differenze tra le versioni 1 e 16 (in 15 versioni)
Versione 1 del 11/03/2007 23.22.11
Dimensione: 1244
Commento:
Versione 16 del 13/05/2007 01.05.56
Dimensione: 4223
Autore: LeoIannacone
Commento: Bcm43xx modificato link
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 1: Linea 1:
## page was renamed from Notebook/AsusA6t
## page was renamed from AsusA6t
Linea 3: Linea 5:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Indice'''[[BR]] [[TableOfContents]]|| ||<tablebgcolor="#f1f1ed" tablewidth="30%" tablestyle="margin: 0pt 0pt 1em 1em; float: right; font-size: 0.9em;"style="padding: 0.5em;">'''Indice'''[[BR]][[TableOfContents]] ||
Linea 6: Linea 8:
Questo documento si propone di offrire suggerimenti su come far funzionare correttamente tutte le periferiche del portatile '''Asus A6T'''.
Questa famiglia di portatili è caratterizzata da:
Questo documento si propone di offrire suggerimenti su come far funzionare correttamente tutte le periferiche del portatile '''Asus A6T'''. Questa famiglia di portatili è caratterizzata da:
Linea 9: Linea 11:
 * scheda video GeForce 7600
 * chipset nvidia GeForce Go 6100
 * scheda video Ge``Force 7600
 * chipset nvidia Ge``Force Go 6100
Linea 12: Linea 14:
= Scheda di rete wireless =
La scheda wireless è una (tristemente) famosissima Broadcom BCM4318, essa può essere installata in due modi:
 * [:Bcm43xx:Driver nativi]
 * [:Broadcom_BCM4311_802.11g: '''Ndiswrapper''' ]
= Verifica dell'hardware =
Linea 17: Linea 16:
= Uscita TV OUT =
Leggere [:NvidiaTvOut:qui]
== Scheda di rete wireless ==
Linea 20: Linea 18:
= Scheda Video =
La scheda video viene correttamente riconosciuta da sia da Dapper che da Edgy. Per l'installazione dei driver Nvidia:
La scheda wireless è una '''Broadcom BCM4318''' (conosciuta per la sua scarsa compatibilità), che può essere installata in due modi (vedere le due pagine qui riportate):

 * [:Hardware/Wireless/Bcm43xx:Driver nativi]
 * [:Broadcom BCM4311 802.11g:Ndiswrapper ]

''Curiosità'' : se volete accendere il led della wireless in basso al touchpad:
{{{echo 1 > /proc/acpi/asus/wled}}}
Al contrario, se volete spegnerla basta sostituire il numero 1 con uno 0(zero).

== Touchpad ==

Il touchpad di questo portatile è un Synaptic.
Per installarlo, digitare da terminale: {{{
sudo apt-get install xserver-xorg-input-synaptics
}}}

Aprire con [:Nano] il file `/etc/X11/xorg.conf`: {{{

sudo nano /etc/X11/xorg.conf
}}}

e aggiungere: {{{

Section "InputDevice"
        Identifier "Synaptics Touchpad"
        Driver "synaptics"
        Option "SendCoreEvents" "true"
        Option "Device" "/dev/psaux"
        Option "Protocol" "auto-dev"
        Option "HorizScrollDelta" "0"
        Option "SHMConfig" "on"
EndSection
}}}

Nella sezione '''"Server``Layout"''' si sostituisca la voce: {{{
InputDevice "Configured Mouse"
}}}

con questa: {{{
InputDevice "Synaptics Touchpad"
}}}

Una volta salvato e chiuso il file (digitare in sequenza le combinazioni: '''Ctrl+o''' e '''Ctrl+x'''), si riavvii il server X ( '''Ctrl+Alt+Backspace''' ).

== Uscita TV OUT ==
Leggere [:NvidiaTvOut:questa] pagina.

== Scheda Video ==
La scheda video viene correttamente riconosciuta da sia da Dapper che da Edgy. Per l'installazione dei driver '''Nvidia''' si consultino le seguenti pagine:
Linea 25: Linea 71:
= Scheda di rete Ethernet 10-100-1000 = Al file `/etc/X11/xorg.conf` dovranno essere sostituite (per quanto riguarda il monitor) alcune righe, ma prima è conveniente eseguire un backup del file: {{{

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.save
}}}

Ora è possibile aprire per la modifica il file originale: {{{

sudo nano /etc/X11/xorg.conf
}}}

e modificare in tutta sicurezza la sezione 'Screen': {{{

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"

EndSection
}}}

In questo modo sarà possibile arrivare fino alla risoluzione di 1280x800.

== Lettore Memory Card ==
Ricoh. Funzionante già alla prima installazione del sistema operativo. :)

== Scheda di rete Ethernet 10-100-1000 ==
Linea 28: Linea 127:
= Scheda Audio =
Funzionante di default
== Scheda Audio ==
Funzionante correttamente.
Linea 31: Linea 130:
= Porte USB =
Funzionanti.
== Bluetooth ==
Thomson. Rilevato (ma non testato).
Linea 34: Linea 133:
= Lettore Memory Card =
Ricoh .Funzionante ma non testato.
''Curiosità'' : se volete risparmiare batteria spegnendo il disposotivo bt:
{{{
sudo hcitool dev
}}}
Il sistema risponderà con qualcosa del genere:
{{{
Devices:
        hci0 xx:xx:xx:xx:xx:xx
}}}
Leggete ora il nome del dispositivo (In questo caso 0) e date un
{{{
sudo hciconfig hci0 down
}}}
Linea 37: Linea 147:
= Bluetooth =
Thomson. Non testato.
----
CategoryHardware

BR

Introduzione

Questo documento si propone di offrire suggerimenti su come far funzionare correttamente tutte le periferiche del portatile Asus A6T. Questa famiglia di portatili è caratterizzata da:

  • processore Turion 64X2
  • scheda video GeForce 7600

  • chipset nvidia GeForce Go 6100

Verifica dell'hardware

Scheda di rete wireless

La scheda wireless è una Broadcom BCM4318 (conosciuta per la sua scarsa compatibilità), che può essere installata in due modi (vedere le due pagine qui riportate):

  • [:Hardware/Wireless/Bcm43xx:Driver nativi]
  • [:Broadcom BCM4311 802.11g:Ndiswrapper ]

Curiosità : se volete accendere il led della wireless in basso al touchpad: echo 1 > /proc/acpi/asus/wled Al contrario, se volete spegnerla basta sostituire il numero 1 con uno 0(zero).

Touchpad

Il touchpad di questo portatile è un Synaptic. Per installarlo, digitare da terminale:

sudo apt-get install xserver-xorg-input-synaptics

Aprire con [:Nano] il file /etc/X11/xorg.conf:

sudo nano /etc/X11/xorg.conf

e aggiungere:

Section "InputDevice" 
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
        Option          "SHMConfig"             "on"
EndSection

Nella sezione "ServerLayout" si sostituisca la voce:

InputDevice     "Configured Mouse"

con questa:

InputDevice     "Synaptics Touchpad"

Una volta salvato e chiuso il file (digitare in sequenza le combinazioni: Ctrl+o e Ctrl+x), si riavvii il server X ( Ctrl+Alt+Backspace ).

Uscita TV OUT

Leggere [:NvidiaTvOut:questa] pagina.

Scheda Video

La scheda video viene correttamente riconosciuta da sia da Dapper che da Edgy. Per l'installazione dei driver Nvidia si consultino le seguenti pagine:

  • [:NvidiaDriver:Driver Ufficiali]

  • [:nvidiahowto:Driver Beta]

Al file /etc/X11/xorg.conf dovranno essere sostituite (per quanto riguarda il monitor) alcune righe, ma prima è conveniente eseguire un backup del file:

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.save

Ora è possibile aprire per la modifica il file originale:

sudo nano /etc/X11/xorg.conf

e modificare in tutta sicurezza la sezione 'Screen':

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"

EndSection

In questo modo sarà possibile arrivare fino alla risoluzione di 1280x800.

Lettore Memory Card

Ricoh. Funzionante già alla prima installazione del sistema operativo. :)

Scheda di rete Ethernet 10-100-1000

Realtek RTL8111(B) 10/100/1000 Mbps. Funzionante.

Scheda Audio

Funzionante correttamente.

Bluetooth

Thomson. Rilevato (ma non testato).

Curiosità : se volete risparmiare batteria spegnendo il disposotivo bt:

sudo hcitool dev

Il sistema risponderà con qualcosa del genere:

Devices:
        hci0     xx:xx:xx:xx:xx:xx

Leggete ora il nome del dispositivo (In questo caso 0) e date un

sudo hciconfig hci0 down


CategoryHardware