Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| utilisateurs:quent57 [Le 21/12/2010, 04:52] – quent57 | utilisateurs:quent57 [Le 15/05/2023, 09:36] (Version actuelle) – remove contact quent57 | ||
|---|---|---|---|
| Ligne 6: | Ligne 6: | ||
| |Distribution testée|Ubuntu, | |Distribution testée|Ubuntu, | ||
| - | Création des pages : | + | Création des pages : |
| - | * [[../nomadisme]] | + | * [[:nomadisme]] |
| - | * [[../palmos]] | + | * palmos |
| + | * terratec_cinergy_xxs | ||
| - | Contributions importantes aux pages : | + | Contributions importantes aux pages : |
| - | * [[../scanner_acer_benq]] | + | * [[:scanner_acer_benq]] |
| - | * [[../latex]] | + | * [[:latex]] |
| - | Contribution mineurs aux pages : | + | Contribution mineurs aux pages : |
| - | J'ai besoin d'aide sur ces topics : | + | J'ai besoin d'aide sur ces topics : |
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| - | Projet perso : | + | Projet perso : |
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| - | Mémo : | + | Mémo : |
| language tool pour OOo | language tool pour OOo | ||
| * installer : openoffice.org-java-common | * installer : openoffice.org-java-common | ||
| Ligne 32: | Ligne 33: | ||
| * http:// | * http:// | ||
| - | digikam : | + | digikam : |
| digikam kde-l10n-fr non-free-codecs phonon-backend-gstreamer | digikam kde-l10n-fr non-free-codecs phonon-backend-gstreamer | ||
| + | Thunderbird : | ||
| - | xxs : | + | - Ajouter un rdv dans évolution. (création agenda). |
| + | - La base : **[[apt> | ||
| + | - Francais: | ||
| + | - Divers **[[apt> | ||
| + | - Integration (indicateur et notification) | ||
| + | - Ajouter ppa: | ||
| + | - Liens indicateur integration (??) **[[apt> | ||
| + | - Greffon Intégration messaging menu : [[https:// | ||
| + | - Greffon Notification ? [[https:// | ||
| + | - Agenda | ||
| + | - Agenda**[[apt> | ||
| + | - Agenda intégration **[[apt> | ||
| + | - Greffon Agenda intégration : [[https:// | ||
| + | - Divers | ||
| + | - Chiffrement**[[apt> | ||
| - | sudo apt-get install build-essential linux-headers-$(uname -r) | ||
| - | cd /usr/src | ||
| - | sudo tar xvjf linux-source-$YOUR_VERSION_HERE.tar.bz2 | ||
| - | In some case some extra steps are required to make it compile. | + | Page sur lesquelles j'ai participé |
| - | + | {{backlinks>.}} | |
| - | Doing apt-get install linux-sources and decompressing the file is not sufficient. | + | |
| - | After doing that step you also need to: | + | |
| - | + | ||
| - | 1. | + | |
| - | cd / | + | |
| - | + | ||
| - | (To find the value to replace in {Version} do: uname -r and use only the dot separated numbers, if | + | |
| - | there is dash something, please discard everything after and including the dash) | + | |
| - | + | ||
| - | 2. | + | |
| - | sudo cp -vi / | + | |
| - | + | ||
| - | 3. | + | |
| - | sudo make oldconfig | + | |
| - | + | ||
| - | 4. | + | |
| - | cd / | + | |
| - | + | ||
| - | 5. Check if the build softlink is pointing to / | + | |
| - | ls -l | + | |
| - | + | ||
| - | 6. If you see something like: | + | |
| - | ... build -> / | + | |
| - | then proceed with 6.1, otherwise jump to step 7 | + | |
| - | 6.1 then switch the softlink, first by deleting build: | + | |
| - | sudo rm build | + | |
| - | 6.2 and then create the new link by doing: | + | |
| - | sudo ln -s / | + | |
| - | + | ||
| - | 7. It is not required for this, but it won't hurt if you create | + | |
| - | / | + | |
| - | for that do: | + | |
| - | sudo ln -s / | + | |
| - | + | ||
| - | 8. Now go ahead and build those drivers | + | |
| - | + | ||
| - | Good Luck! | + | |
| - | Last edited by go_linux; January 10th, 2010 at 09:23 AM.. | + | |
| - | + | ||
| - | + | ||
| - | ref : http:// | + | |
| - | + | ||
| - | + | ||
| - | http:// | + | |
| - | + | ||
| - | + | ||
| - | Taking a look at the linux source in / | + | |
| - | + | ||
| - | err(" | + | |
| - | (int) key[3-3], (int) key[3-1], (int) key[3]); | + | |
| - | + | ||
| - | and this at line 592 | + | |
| - | + | ||
| - | /* Key codes for the Terratec Cinergy DT XS Diversity, similar to cinergyT2.c */ | + | |
| - | { 0xeb01, KEY_POWER }, | + | |
| - | { 0xeb02, KEY_1 }, | + | |
| - | { 0xeb03, KEY_2 }, | + | |
| - | { 0xeb04, KEY_3 }, | + | |
| - | + | ||
| - | remplacer tous les eb | + | |
| - | { 0xeb04, KEY_3 }, | + | |
| - | par des 14 | + | |
| - | { 0x1404, KEY_3 }, | + | |
| - | pour la section | + | |
| - | /* Key codes for the Terratec Cinergy DT XS Diversity, similar to cinergyT2.c */ | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | make oldconfig | + | |
| - | + | ||
| - | + | ||
| - | compiler un module : | + | |
| - | http:// | + | |
| - | placer ce Makefile : | + | |
| - | obj-m = foo.o | + | |
| - | KVERSION = $(shell uname -r) | + | |
| - | all: | + | |
| - | make -C / | + | |
| - | clean: | + | |
| - | make -C / | + | |
| - | dans le dossier du module, puis make | + | |
| - | + | ||
| - | + | ||
| - | ou voir | + | |
| - | cd arch/ | + | |
| - | make -C / | + | |
| - | ?? | + | |
| - | + | ||
| - | + | ||
| - | ===== Contacts ===== | + | |
| - | |Mail|quent57 à yaho dot fr| | + | |
| - | |Messagerie instantanée | quent57 à hotm dot com| | + | |
