La mise à jour
La mise à jour s'est effectué sans trop de soucis avec l'utilisation de l' update-manager.
sudo update-manager -c
J'ai auparavant modifié le driver utilisé pour la carte vidéo. Il est plus facile d'utiliser le driver ati pour la maj.
Installation des logiciels falcutatifs
Mise à jour d'automatix
Aller sur le site d'automatix, chercher la nouvelle version de l'utilitaire et l'installer via dpkg (ou synaptic).
Mise à jour du driver fglrx
J'ai suivi le tutoriel du wiki ati & linux. Cependant, à la compilation des drivers, j'ai eu l'erreur suivante:
-e ================================================== -e ATI Technologies Linux Driver Installer/Packager -e ================================================== ./ati-installer.sh: 991: Syntax error: Bad substitution littlewing@littlewing-laptop:~/logiciels/fglrx/fglrx-install$ sh ati-installer.sh --listpkg
Pour résoudre ce problème, j'ai effectué les commandes suivantes:
# ls -al /bin/sh lrwxrwxrwx 1 root root 4 2006-11-07 17:18 /bin/sh -> dash # sudo rm /bin/sh # sudo ln -s /bin/bash /bin/sh
Relancer l'installation
Paramétrage du WIFI
Etats des lieux
Sous Dapper, le Wifi fonctionnait 'out of the box' sur mon portable. Malheureusement, ce n'est plus le cas sous Edgy :-(. J 'ai essayé vainement d'installer Madwifi à partir des sources du site, mais j'avais toujours le même comportement:
- Scan possible via iwlist
- Scan impossible via network-manager
- Connexion impossible via dhclient, *network-manager
Installation de ndiswrapper
- Il faut installer ndiswrapper selon le manuel officiel Ubuntu
- Télécharger le driver Windows ++64bits++ correspondant à la carte WIFI atheros
- Charger le driver (.inf) comme spécifié dans la documentation Ubuntu
- Ajouter le module ndiswrapper au fichier /etc/modules
Il ne reste plus qu'à tester avec les commandes suivantes:
- iwlist ath0 scanning
- iwconfig ath0 essid "monreseau"
- dhclient ath0
- ping google.fr
Vérifier que la dernière commande s'effectue avec succès
Utilisation d'un outil de gestion des connexions WIFI
Network-manager ne fonctionne pas correctement.




8 réactions
1 De littlewing - 30/10/2006, 16:27
2 De freedreamer - 27/11/2006, 13:32
hi,
same laptop 5102. A question ..but can you install XGL and compiz on it?
another thing: i have big problem with dbus, you too?
$ sudo dbus-monitor
Failed to open connection to session message bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
3 De freedreamer - 28/11/2006, 12:47
hi, same laptop and same OS ubuntu.
have solved for webcam?
4 De freedreamer - 28/12/2006, 10:14
Hi.
problem with sound solved.
open
sudo gedit /etc/modprobe.d/alsa-base
and add:
options snd-hda-intel probe_mask=3
reboot and you have sound from left and right.
5 De littlewing - 01/01/2007, 18:43
6 De freedreamer - 06/01/2007, 02:29
nothing
About a webcam or card reader : have you find a solution?
7 De littlewing - 06/01/2007, 13:01
8 De freedreamerf - 07/01/2007, 18:20
can you explain how to compile these driver for webcam?