Ceci est une ancienne révision du document !
Modèle : Sony VAIO VPC-EA1S1E
En un coup d’œil
Le tableau suivant récapitule la prise en charge du matériel de portable par les différentes versions d'Ubuntu. Il utilise les notations suivantes :
Version | Installation | Carte graphique | Son | Wifi | Bluetooth | Webcam | Touchpad | Raccourcis multimédia | Autres |
---|---|---|---|---|---|---|---|---|---|
10.04 LTS (Lucid Lynx) | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
Utilisateurs du Wiki possédant cet ordinateur, fonctionnel :
Cet ordinateur portable n'est à priori pas tatoué.
Installation
Aucun problème lors de l'installation avec le live-CD ubuntu.
Configuration du son
Lors de l'utilisation de votre ordinateur, si vous n'avez pas de son :
Ouvrez un terminal
Puis copiez/collez ce qui suit:
sudo -s wget http://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/hda-verb-0.3.tar.gz
tar xf hda-verb-0.3.tar.gz
cd hda-verb-0.3
make
cp hda-verb /usr/bin
sudo gedit /etc/rc.local
et ajouter cette ligne avant "exit 0" :
/usr/bin/hda-verb /dev/snd/hwC0D0 0x19 SET_PIN_WIDGET_CONTROL 0x22
enregistrez le fichier et fermez l'éditeur de texte.
Vous pouvez redémarrer votre ordinateur, le son devrait fonctionner.