Salut tout le monde je vien de finir l'install de fedora 9 sur le eeepc,.
Voici se qui fonctionne ou ne fonctionne pas:
Webcam ok
Micro/sons ok
Port vga/double écran ok
ethernet ok
Wifi ok (avec le tuto plus bas)
Compiz-fusion ok (si écran blanc regarder le tuto)
Arrèt système Ok regarder le tuto
Installation du wif mode compilationi:
# yum install gcc make kernel-devel
Télécharger et extraire
http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz
# cd "le dossier extrait"
# make
# make install
Puis redémarrer
Installation du wifi mode yum:
Installer préalablement le depot livna
http://doc.fedora-fr.org/wiki/D%C3%A9p%C3%B4t_livna
$ su -
# yum --enablerepo=livna-testing install kmod-madwifi
Compiz-Fusion:
Si vous avez l'ecran blanc:
appuyer sur alt + f2
metacity --replace
Cliquer sur fusion-icon > Compiz Options Indirect Rendering
Réparation du bug de l'arrèt système:
$ su -
# gedit /etc/init.d/halt
Après
# Save mixer settings, here for lack of a better place.
grep -q "\(alsa\)" /proc/devices
if [ $? = 0 -a -x /sbin/salsa ]; then
action $"Saving mixer settings" /sbin/salsa -s
fi
Rajouté:
modprobe -r snd-hda-intel && echo "snd-hda-intel module remove!"