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
Prochaine révision Les deux révisions suivantes
utilisateurs:quent57 [Le 21/12/2010, 04:52]
quent57
utilisateurs:quent57 [Le 02/05/2017, 11:16]
L'Africain [Quent57]
Ligne 7: Ligne 7:
  
 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 : 
Ligne 36: Ligne 37:
 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]]** 
-  sudo apt-get install build-essential linux-headers-$(uname -r+  - Divers **[[apt>​thunderbird-gnome-support]]**  
-  ​cd /usr/src +  - Integration (indicateur et notification) 
-  sudo tar xvjf linux-source-$YOUR_VERSION_HERE.tar.bz2 +    - Ajouter ppa:ruben-verweij/thunderbird-indicator (essayer que le greffon voir ce que ca donne). 
- +    ​Liens indicateur integration (??) **[[apt>​xul-ext-indicator]]** 
-In some case some extra steps are required to make it compile. +    - 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]] 
-Doing apt-get install linux-sources and decompressing the file is not sufficient. +  - Agenda 
-After doing that step you also need to: +    - Agenda**[[apt>xul-ext-lightning]]**  
- +    Agenda intégration **[[apt>​python-evolution]]** 
-1.  +    - Greffon Agenda intégration ​[[https://addons.mozilla.org/en-US/thunderbird/addon/evolution-mirror/|evolution-mirror]] 
-  ​cd /​usr/​src/​linux-source-{Version}/​ +  - Divers ​ 
- +    Chiffrement**[[apt>​enigmail]]**
-(To find the value to replace in {Version} douname -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/​{Version} build +
- +
-7It 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 */ +
- +
- +
- +
-make oldconfig +
- +
- +
-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 +
  
 +Voir aussi ce travail inspiré de ruben : http://​mozillalabs.com/​messaging/​messaging-menu/​
 +qui a publié 2 addons caché ! :
 + ​https://​addons.mozilla.org/​en-US/​thunderbird/​addon/​messaging-menu-integration/​
 +https://​addons.mozilla.org/​en-US/​thunderbird/​addon/​unity-launcher-integration/​
 ===== Contacts ===== ===== Contacts =====
 |Mail|quent57 à yaho dot fr| |Mail|quent57 à yaho dot fr|
 |Messagerie instantanée | quent57 à hotm dot com| |Messagerie instantanée | quent57 à hotm dot com|
 +
 +
 +Backlinks : 
 +{{backlinks>​.}}
  • utilisateurs/quent57.txt
  • Dernière modification: Le 15/05/2023, 09:36
  • par quent57