Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| asus_n751jk [Le 18/01/2015, 16:50] sanhson créée | asus_n751jk [Le 11/09/2022, 14:15] (Version actuelle) moths-art Suppression des espaces surnuméraires (détecté et corrigé via le bot wiki-corrector (https://forum.ubuntu-fr.org/viewtopic.php?id=2067892) | ||
|---|---|---|---|
| Ligne 10: | Ligne 10: | ||
| * {{icons:process-stop.png|Ne fonctionne pas}} : **Ne fonctionne pas** | * {{icons:process-stop.png|Ne fonctionne pas}} : **Ne fonctionne pas** | ||
| - | ^ Version ^ Installation ^ Carte graphique ^ Son ^ Caisson de basse ^ Wifi ^ Port Ethernet ^ Webcam ^ Touchpad ^ Touches FN ^ Rétro-éclairage ^ Autres ^ | + | ^ Version ^ Installation ^ Carte graphique ^ Son ^ Caisson de basse ^ Wifi ^ Port Ethernet ^ Bluetooth ^ Webcam ^ Raccourcis multimédia ^ Rétro-éclairage ^ Autres ^ | 
| - | | [[14.10]] | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:process-stop.png|Ne fonctionne pas}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}}| {{icons:important.png|Fonctionne après config}}| {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:process-stop.png|Ne fonctionne pas}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}}  | {{icons:icon-support.png|Pas testé}} | | + | | [[14.04]] | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:important.png|Fonctionne après config}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}}| {{icons:important.png|Fonctionne après config}}| {{icons:process-stop.png|Ne fonctionne pas}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:important.png|Fonctionne après config}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}}  | {{icons:icon-support.png|Pas testé}} | | 
| + | | [[14.10]] | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:important.png|Fonctionne après config}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}}| {{icons:important.png|Fonctionne après config}}| {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}} | {{icons:important.png|Fonctionne après config}} | {{icons:icon-ubuntu.png|Fonctionne immédiatement}}  | {{icons:icon-support.png|Pas testé}} | | ||
| + | |||
| + | ===== Installation ===== | ||
| + | |||
| + | Pas de problème particulier (versions testées : [[:trusty |14.04 LTS (Trusty Tahr)]]  et [[:utopic|14.10 (Utopic Unicorn)]] | ||
| + | //en 64 bits//). | ||
| + | |||
| + | ===== Carte graphique ===== | ||
| + | |||
| + | L'affichage vidéo fonctionne parfaitement avec la carte graphique intel. | ||
| + | |||
| + | Mais la carte NVIDIA GeForce GTX 850M n'est pas utilisée. | ||
| + | En effet, la carte est trop récente et les pilotes ne sont pas disponibles dans les dépôts officiels. | ||
| + | |||
| + | Pour installer les pilotes et utiliser la carte Nvidia, consulter préalablement cette [[https://launchpad.net/~xorg-edgers/+archive/ubuntu/ppa|page]]. | ||
| + | |||
| + | Attention l'installation de ces pilotes rend le système instable. | ||
| + | |||
| + | Personnellement, je suis revenu en arrière en attendant la prochaine version... | ||
| + | |||
| + | Puis tapez les commandes suivantes : | ||
| + | |||
| + | <code>sudo add-apt-repository ppa:xorg-edgers/ppa | ||
| + | sudo apt-get update | ||
| + | ubuntu-drivers devices | grep recommended</code> | ||
| + | |||
| + | Si le résultat est : driver  : nvidia-340 - third-party free recommended | ||
| + | |||
| + | Tapez la commande suivante, autrement, adaptez la avec le pilote recommandé : | ||
| + | <code>sudo apt-get install nvidia-340</code> | ||
| + | |||
| + | |||
| + | ou.... | ||
| + | |||
| + | BUMBLEBEE | ||
| + | <code>sudo add-apt-repository ppa:bumblebee/stable | ||
| + | sudo apt-get update | ||
| + | sudo apt-get upgrade | ||
| + | sudo apt-get install bumblebee bumblebee-nvidia nvidia-331 virtualgl libvdpau-va-gl1 | ||
| + | sudo nano /etc/bumblebee/bumblebee.conf | ||
| + | Driver=nvidia | ||
| + | KernelDriver=nvidia-331 | ||
| + | LibraryPath=/usr/lib/nvidia-331:/usr/lib32/nvidia-331 | ||
| + | XorgModulePath=/usr/lib/nvidia-331/xorg,/usr/lib/xorg/modules</code> | ||
| + | pour tester: | ||
| + | <code>glxspheres64 | ||
| + | optirun  glxspheres64</code> | ||
| + | ===== Son ===== | ||
| + | |||
| + | Le son fonctionne normalement. | ||
| + | |||
| + | ===== Caisson de basse ===== | ||
| + | |||
| + | Le caisson de basse nécessite un peu de configuration pour fonctionner. | ||
| + | |||
| + | [[:tutoriel:comment_installer_un_paquet|Installez le paquet]] **[[apt>alsa-tools-gui|alsa-tools-gui]]** | ||
| + | |||
| + | <code>sudo apt-get install alsa-tools-gui</code> | ||
| + | |||
| + | <note important>Ne pas lancer en [[root]] la commande suivante</note> | ||
| + | |||
| + | Puis dans un [[terminal|terminal]], lancez la commande suivante : | ||
| + | |||
| + | <code>hdajackretask</code> | ||
| + | |||
| + | Dans l'interface, cocher la case « Show unconnected pin ». | ||
| + | |||
| + | Trouver « Pin ID: 0x1a » puis cocher « Override and select Internal speaker(LFE) ». | ||
| + | |||
| + | Appuyer sur « Appliquer ». | ||
| + | |||
| + | Si tout fonctionne, appuyer sur « Install boot override ». | ||
| + | |||
| + | ===== Wifi ===== | ||
| + | |||
| + | Le wifi fonctionne normalement sur Ubuntu 14.10. | ||
| + | |||
| + | Sur Ubuntu 14.04, le wifi ne réussi pas à se connecter sur une box Free. | ||
| + | |||
| + | Aucun test supplémentaire n'a été effectué. | ||
| + | |||
| + | ou... | ||
| + | marche pas parce que Carte Wifi et Bluetooth MT7630e : chercher sur ce site wifi_bt_mt7630e solution qui dépanne :-s | ||
| + | ===== Port Ethernet ===== | ||
| + | |||
| + | Le réseau fonctionne normalement. | ||
| + | |||
| + | ou... | ||
| + | ne fonctionne pas avec d'ancienne version mais soit on va sur le site du constructeur soit on met à jour | ||
| + | ===== Bluetooth ===== | ||
| + | |||
| + | Le blutooth fonctionne normalement. | ||
| + | Si il ne fonctionne pas, voir wifi... | ||
| + | |||
| + | ===== Webcam ===== | ||
| + | |||
| + | La webcam fonctionne normalement. | ||
| + | |||
| + | ===== Raccourcis multimédia ===== | ||
| + | |||
| + | Les touches de réglage de la luminosité de l'écran ne fonctionnent pas à l'installation. | ||
| + | |||
| + | Pour y remédier, éditez le fichier /etc/default/grub | ||
| + | <code>sudo nano /etc/default/grub</code> | ||
| + | |||
| + | Et remplacer la ligne | ||
| + | <code>GRUB_CMDLINE_LINUX=""</code> | ||
| + | |||
| + | Par | ||
| + | <code>GRUB_CMDLINE_LINUX="acpi_osi="</code> | ||
| + | |||
| + | Puis dans un [[terminal|terminal]], lancez la commande suivante : | ||
| + | <code>sudo update-grub </code> | ||
| + | |||
| + | |||
| + | ===== Rétro-éclairage ===== | ||
| + | |||
| + | Le rétro éclairage fonctionne normalement. | ||
| + | |||
| + | ou créer le script suivant : | ||
| + | <code> | ||
| + | #!/bin/sh | ||
| + | clear | ||
| + | |||
| + | input=$1 | ||
| + | |||
| + | |||
| + | AsusKeyboardBacklight() | ||
| + | { | ||
| + | # Change right via 'sudo nano /etc/rc.local | ||
| + | # chmod 666 /sys/class/leds/asus\:\:kbd_backlight/brightness | ||
| + | |||
| + | # this directory is a symlink on my machine: | ||
| + | KEYS_DIR=/sys/class/leds/asus\:\:kbd_backlight | ||
| + | test -d $KEYS_DIR || exit 0 | ||
| + | MIN=0 | ||
| + | MAX=$(cat $KEYS_DIR/max_brightness) | ||
| + | VAL=$(cat $KEYS_DIR/brightness) | ||
| + | VALini=$VAL | ||
| + | |||
| + | if [ "$1" = "down" ]; then | ||
| + | VAL=$((VAL-1)) | ||
| + | else | ||
| + | VAL=$((VAL+1)) | ||
| + | fi | ||
| + | |||
| + | if [ "$VAL" -lt $MIN ]; then | ||
| + | VAL=$MIN | ||
| + | elif [ "$VAL" -gt $MAX ]; then | ||
| + | VAL=$MAX | ||
| + | fi | ||
| + | |||
| + | if [ $VALini != $VAL ]; then | ||
| + | echo $VAL > $KEYS_DIR/brightness | ||
| + | NVAL=$(($VAL * 100 / $MAX )) | ||
| + | notify-send " " -u low -t 1 -i /usr/share/icons/gnome/scalable/status/keyboard-brightness-symbolic.svg -h int:value:$NVAL | ||
| + | fi | ||
| + | } | ||
| + | |||
| + | if [ "$input" = "f23" ]; then | ||
| + | { | ||
| + | echo "TouchPad 2-3 fingers (pas sudo) = f23" | ||
| + | synclient TapButton1=1 TapButton2=2 TapButton3=3 | ||
| + | } | ||
| + | elif [ "$input" = "f30" ]; then | ||
| + | { | ||
| + | echo "TouchPad 3-0 fingers (pas sudo) = f30" | ||
| + | synclient TapButton1=1 TapButton2=3 TapButton3=2 | ||
| + | } | ||
| + | elif [ "$input" = "dropbox" ]; then | ||
| + | { | ||
| + | rm -rf ~/.dropbox-dist | ||
| + | dropbox start -i | ||
| + | sudo apt-get install libappindicator1 | ||
| + | } | ||
| + | elif [ "$input" = "lightkey+" ]; then | ||
| + | { | ||
| + | AsusKeyboardBacklight upp | ||
| + | } | ||
| + | elif [ "$input" = "lightkey-" ]; then | ||
| + | { | ||
| + | AsusKeyboardBacklight down | ||
| + | } | ||
| + | elif [ "$input" = "touchpadoff" ]; then | ||
| + | { | ||
| + | TPO=`synclient | grep -oP '(?<=TouchpadOff  = ).+'` | ||
| + | if [ "$TPO" = "1" ]; then | ||
| + | { | ||
| + | synclient TouchpadOff=0 | ||
| + | DISPLAY=:0 notify-send -t 1000 -u low -t 1 -i /usr/share/icons/gnome/scalable/status/touchpad-disabled-symbolic.svg " " "TouchPad On"; | ||
| + | } | ||
| + | else | ||
| + | { | ||
| + | synclient TouchpadOff=1 | ||
| + | DISPLAY=:0 notify-send -t 1000 -u low -t 1 -i /usr/share/icons/gnome/scalable/status/touchpad-disabled-symbolic.svg " " "TouchPad Off"; | ||
| + | } | ||
| + | fi | ||
| + | #sudo modprobe -r psmouse | ||
| + | #sudo modprobe psmouse | ||
| + | } | ||
| + | |||
| + | else | ||
| + | { | ||
| + | clear | ||
| + | echo "====================================" | ||
| + | echo "=  ASUS ADDON =" | ||
| + | echo "====================================" | ||
| + | echo "TouchPad 2-3 fingers (nosudo) = f23 " | ||
| + | echo "TouchPad 3-0 fingers (nosudo) = f30 " | ||
| + | echo "Correction icons Dropbox = dropbox  " | ||
| + | echo "lightkey+" | ||
| + | echo "lightkey-" | ||
| + | echo "touchpadoff" | ||
| + | echo "====================================" | ||
| + | } | ||
| + | fi | ||
| + | |||
| + | exit 0 | ||
| + | </code> | ||
| + | |||
| + | ===== Autres ===== | ||
| + | |||
| + | Le lecteur Blu-Ray n'a pas été testé. | ||
| + | |||
| + | ===== Sources ===== | ||
| + | |||
| + | * **(en)** [[https://bugs.launchpad.net/ubuntu/+source/alsa-tools/+bug/1405691|Pour l'installation du caisson de basse]] | ||
| + | |||
| + | * **(en)** [[https://askubuntu.com/questions/562014/nvidia-driver-install-for-ubuntu-14-04-using-xorg-edgers-ppa|Pour l'installation des pilotes nvidia]] | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | //Contributeurs principaux : [[:utilisateurs:sanhson]] | ||