Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
sony_vaio_vpc-ea1s1e [Le 01/07/2010, 13:46] leo.lsdb |
— (Version actuelle) | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== 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 : | ||
- | * {{icons:important.png|Fonctionne après config}} : **Fonctionne après quelques manipulations** | ||
- | * {{icons:icon-ubuntu.png|Fonctionne immédiatement}} : **Fonctionne immédiatement** | ||
- | * {{icons:icon-support.png|Pas testé}} : **Pas d'informations disponibles** | ||
- | * {{icons:process-stop.png|Ne fonctionne pas}} : **Ne fonctionne pas** | ||
- | |||
- | ^ Version ^ Installation ^ Carte graphique ^ Son ^ Wifi ^ Bluetooth ^ Webcam ^ Touchpad ^ Raccourcis multimédia ^ Autres ^ | ||
- | | [[:lucid|10.04 LTS (Lucid Lynx)]] |{{icons:icon-ubuntu.png}}| {{icons:icon-ubuntu.png}} | {{icons:important.png}} | {{icons:icon-ubuntu.png}} | {{icons:icon-ubuntu.png}} | {{icons:icon-ubuntu.png}} | {{icons:icon-ubuntu.png}} | {{icons:icon-support.png}} | {{icons:icon-support.png}} | | ||
- | |||
- | |||
- | **Utilisateurs du Wiki possédant cet ordinateur, fonctionnel :** | ||
- | * **[[:utilisateurs:leo.lsdb]]** : [[:lucid|10.04 (Lucid Lynx)]] | ||
- | |||
- | **Cet ordinateur portable n'est à priori pas [[:pc_tatoué|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 (testée)=== | ||
- | |||
- | == Ouvrez un terminal == | ||
- | |||
- | Puis copiez/collez ce qui suit ligne après ligne: | ||
- | <code> | ||
- | 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 </code> | ||
- | |||
- | et ajouter cette ligne avant "exit 0" : | ||
- | |||
- | <code>/usr/bin/hda-verb /dev/snd/hwC0D0 0x19 SET_PIN_WIDGET_CONTROL 0x22</code> | ||
- | |||
- | enregistrez le fichier et fermez l'éditeur de texte. | ||
- | |||
- | Vous pouvez redémarrer votre ordinateur, le son devrait fonctionner. | ||
- | |||
- | === Méthode 2 (non testée)=== | ||
- | |||
- | Il faut activer les [[depots#backports]], puis installer la bonne version d'alsa : | ||
- | <code> | ||
- | sudo apt-get install linux-backports-modules-alsa-`uname -r` | ||
- | </code> | ||
- | |||
- | Redémarrez, vous aurez du son! | ||
- | |||
- | =====Voir aussi===== | ||
- | * (en) [[http://www.sony.fr/section/accueil|Site officiel de Sony]] | ||
- | * [[https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/537448|Résoudre le problème du son]] sur le launchpad | ||
- | |||
- | ---- | ||
- | |||
- | //Contributeurs : [[:utilisateurs:leo.lsdb]]// Philémon-Eric | ||