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 :
Méthode 1
Ouvrez un terminal
Puis copiez/collez ce qui suit ligne après ligne:
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.
Méthode 2
Il faut activer les backports, puis installer la bonne version d'alsa :
sudo apt-get install linux-backports-modules-alsa-`uname -r`
Redémarrez, vous aurez du son! – testée par velanes