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 | ||
g15 [Le 01/07/2007, 11:57] zaya0000 |
— (Version actuelle) | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | {{tag>Feisty materiel brouillon}} | ||
- | ---- | ||
- | |||
- | ====== Clavier LOGITECH G15 ====== | ||
- | |||
- | =====Introduction===== | ||
- | |||
- | Cette page a pour but d'aider à l'installation des drivers pour le clavier logitech G15 pour Ubuntu 7.04 32-bit et 64-bit. | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | [[:tutoriel:comment_installer_un_paquet|Installez les paquets]] suivants : | ||
- | |||
- | ====Paquet pour version 32 bit==== | ||
- | |||
- | * [[http://ubuntuforums.org/attachment.php?attachmentid=29824&d=1176716081|g15composer_3.1-1_i386.deb]] | ||
- | * [[http://ubuntuforums.org/attachment.php?attachmentid=29825&d=1176716081|g15daemon_1.2.7-1_i386.deb]] | ||
- | * [[http://ubuntuforums.org/attachment.php?attachmentid=29826&d=1176716081|libg15_1.2.2-1_i386.deb]] | ||
- | * [[http://ubuntuforums.org/attachment.php?attachmentid=29827&d=1176716081|libg15render_1.2-1_i386.deb]] | ||
- | |||
- | ====Paquet pour version 64 bit==== | ||
- | |||
- | * [[http://ubuntuforums.org/attachment.php?attachmentid=26469&d=1172855035|libg15_1.2.1-1_amd64.deb]] | ||
- | * [[http://ubuntuforums.org/attachment.php?attachmentid=26470&d=1172855035|libg15render_1.2-1_amd64.deb]] | ||
- | * [[http://ubuntuforums.org/attachment.php?attachmentid=26467&d=1172855035|g15composer_3.1-1_amd64.deb]] | ||
- | * [[http://ubuntuforums.org/attachment.php?attachmentid=26468&d=1172855035|g15daemon_1.2.7-1_amd64.deb]] | ||
- | |||
- | Puis tapez : | ||
- | sudo modprobe uinput | ||
- | sudo g15daemon | ||
- | |||
- | Et l'heure devrait apparaître sur l'écran LCD de clavier. | ||
- | |||
- | {{g15-1.jpg|}} | ||
- | |||
- | ===== Utilisation/Configuration ===== | ||
- | |||
- | Pour que le driver sois automatiquement chargé au démarrage du système, il faut [[:tutoriel:comment_editer_un_fichier|éditer le fichier]] **/etc/rc.local** et y ajouter les lignes suivantes : | ||
- | modprobe uinput & | ||
- | g15daemon & | ||
- | |||
- | ===== Références ===== | ||
- | |||
- | * [[http://ubuntuforums.org/showthread.php?t=267118&highlight=g15|discussion sur G15 sur forum ubuntu]] (en) | ||
- | |||
- | ---- | ||
- | |||
- | //Contributeurs : [[utilisateurs:<elgrigri>]] (A écrit l'installation 64 Bit + A écrit utilisation/configuration), [[utilisateurs:zaya0000]] (A écrit l'installation 32 Bit + Correction a utilisation/configuration ) // |