Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
utilisateurs:quent57 [Le 21/12/2010, 03:25]
quent57
utilisateurs:quent57 [Le 15/05/2023, 09:36] (Version actuelle)
quent57 remove contact
Ligne 6: Ligne 6:
 |Distribution testée|Ubuntu,​ Kubuntu, Xubuntu, Mythbuntu, Easy Peasy, ...| |Distribution testée|Ubuntu,​ Kubuntu, Xubuntu, Mythbuntu, Easy Peasy, ...|
  
-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://​forum.ubuntu-fr.org/​viewtopic.php?​pid=3349382|[clé d'​acqisition vidéo USB] Probleme d'​installation]]   * [[http://​forum.ubuntu-fr.org/​viewtopic.php?​pid=3349382|[clé d'​acqisition vidéo USB] Probleme d'​installation]]
   * [[http://​forum.ubuntu-fr.org/​viewtopic.php?​id=364544|Carte Graphique VIA K8M890, driver openchrome, pb de curseur]]   * [[http://​forum.ubuntu-fr.org/​viewtopic.php?​id=364544|Carte Graphique VIA K8M890, driver openchrome, pb de curseur]]
   * [[http://​forum.ubuntu-fr.org/​viewtopic.php?​pid=3126390|BUG,​ Carte ATI 9200SE, pilote Radeon, sortie (TV) COMP OUT, karmic]]   * [[http://​forum.ubuntu-fr.org/​viewtopic.php?​pid=3126390|BUG,​ Carte ATI 9200SE, pilote Radeon, sortie (TV) COMP OUT, karmic]]
  
-Projet perso : +Projet perso :
   * [[http://​quent.fr/​sous_domaines/​comparatif_OS/​Mon%20site/​|Comparatif OS - en ligne]]   * [[http://​quent.fr/​sous_domaines/​comparatif_OS/​Mon%20site/​|Comparatif OS - en ligne]]
   * [[http://​forum.ubuntu-fr.org/​viewtopic.php?​id=366453 | Comparatif OS - forum]]   * [[http://​forum.ubuntu-fr.org/​viewtopic.php?​id=366453 | Comparatif OS - forum]]
  
  
-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://​extensions.services.openoffice.org/​node/​155   * http://​extensions.services.openoffice.org/​node/​155
  
-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>​thunderbird]]**  
 +  - Francais: ​ **[[apt>​thunderbird-locale-fr]]** 
 +  - Divers **[[apt>​thunderbird-gnome-support]]**  
 +  - Integration (indicateur et notification) 
 +    - Ajouter ppa:​ruben-verweij/​thunderbird-indicator (essayer que le greffon voir ce que ca donne). 
 +    - Liens indicateur integration (??) **[[apt>​xul-ext-indicator]]** 
 +    - Greffon Intégration messaging menu : [[https://​launchpad.net/​libnotify-mozilla|libnotify-mozilla]] 
 +    - Greffon Notification ? [[https://​addons.mozilla.org/​en-US/​thunderbird/​addon/​gnome-integration/​|gnome-integration]] 
 +  - Agenda 
 +    - Agenda**[[apt>​xul-ext-lightning]]**  
 +    - Agenda intégration **[[apt>​python-evolution]]** 
 +    - Greffon Agenda intégration : [[https://​addons.mozilla.org/​en-US/​thunderbird/​addon/​evolution-mirror/​|evolution-mirror]] 
 +  - Divers  
 +    - Chiffrement**[[apt>​enigmail]]**
  
  
-  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 /​usr/​src/​linux-source-{Version}/ +
- +
-(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 /​boot/​config-`uname -r` .config +
- +
-3.  +
-  sudo make oldconfig +
- +
-4.  +
-  cd /​lib/​modules/​`uname -r` +
- +
-5. Check if the build softlink is pointing to /​usr/​src/​linux-header-* by doing: +
-  ls -l +
- +
-6. If you see something like: +
-... build -/​usr/​src/​linux-headers-2.6.31-16-generic +
-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 /​usr/​src/​{Versionbuild +
- +
-7. It is not required for this, but it won't hurt if you create +
-  /​usr/​src/​linux symlink +
-for that do: +
-  sudo ln -s /​usr/​src/​{Version/​usr/​src/​linux +
- +
-8. Now go ahead and build those drivers +
- +
-Good Luck! +
-Last edited by go_linux; January 10th, 2010 at 09:23 AM..  +
- +
- +
-ref : http://​ubuntuforums.org/​showthread.php?​t=1047374&​page=3 +
- +
- +
-http://​www.janw.dommel.be/​nanoblogger/​archives/​2010/​06/​index.html#​e2010-06-06T08_40_19.txt +
- +
- +
-Taking a look at the linux source in /​usr/​src/​linux-2.6.34/​drivers/​media/​dvb/​dvb-usb/​dib0700_devices.c,​ I found the following at line 515 +
- +
-        err("​Unknown remote controller key: %2X %2X %2X %2X", (int) key[3-2], +
-                                 (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 */ +
- +
-compiler un module :  +
-http://​www.cyberciti.biz/​tips/​compiling-linux-kernel-module.html +
-placer ce Makefile :  +
-  obj-m = foo.o +
-  KVERSION = $(shell uname -r) +
-  all: +
-        make -C /​lib/​modules/​$(KVERSION)/​build M=$(PWD) modules +
-  clean: +
-        make -C /​lib/​modules/​$(KVERSION)/​build M=$(PWD) clean +
-dans le dossier du module, puis make +
- +
- +
-ou voir  +
-  cd arch/​x86/​kernel/​cpu/​cpufreq/​ +
-  make -C /​lib/​modules/​$(uname -r)/build SUBDIRS=$(pwd) modules +
-??​http://​doc.ubuntu-fr.org/​undervolting +
- +
- +
-===== Contacts ===== +
-|Mail|quent57 à yaho dot fr| +
-|Messagerie instantanée | quent57 à hotm dot com|+
  • utilisateurs/quent57.1292898309.txt.gz
  • Dernière modification: Le 18/04/2011, 14:43
  • (modification externe)