Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HOW-TO] Installation de Gentoo Linux sur un Thinkpad T61P
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
GaMeS
Guru
Guru


Joined: 08 Nov 2005
Posts: 374
Location: Nantes

PostPosted: Wed Sep 05, 2007 11:01 pm    Post subject: [HOW-TO] Installation de Gentoo Linux sur un Thinkpad T61P Reply with quote

Tutorial d'installation de Gentoo Linux sur un Thinkpad T61P

(MAJ le 21 septembre 2007)

Ce HOW-TO est surement loin d'être complet, mais il peut être soumis à toutes critiques, suggestions.

  • 1. Introduction
  • 2. Make.conf
  • 3. Compilation Noyau
  • 4. Configuration

    • 4.1 Grub
    • 4.2 Xorg
    • 4.3 Connection Wi-Fi
    • 4.4 L'audio avec alsa-driver
    • 4.5 Identification fingerprint sous GDM

  • 5. Remerciements
  • 6. Changelog



1. Introduction

Après avoir déboursé toute vos économies, voici ce que vous pourrez prétendre avoir.

Core 2 Duo T7700(2.4GHz),
2GB RAM
100GB 7200rpm HD,
15.4" 1920x1200 LCD,
256MB nVIDIA Quadro FX 570M,
CDRW/DVDRW,
Intel 802.11agn, Bluetooth, Modem, 1Gb Ethernet,
UltraNav, Secure chip, Lecteur d'emprunte digitale, Intel Turbo Memory, 9c Li-Ion, Windows Vista Ultimate(TM)

Ce pc portable utilise AHCI (Advanced Host Controller Interface), si vous avez des problèmes de détection du disque dur avec votre livecd, n'hesitez pas à activer le mode Compatibility dans le BIOS
J'ai testé avec le livecd 2007.0, et cela fonctionne.

Je ne traiterais dans ce tutorial que des parties make.conf et de la compilation du noyau, toute la partie relative au partitionnement ainsi qu'a l'installation du système de base se trouve dans le handbook.


2. Make.conf

J'utilise un make.conf dit "non agressif" libre à vous de faire fonctionner vos méninges si jamais vous en voulez toujours plus.
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

Dans le cas ou vous utiliseriez une version supérieur ou égale à GCC 4.3(en développement), il vous sera possible d'utiliser -march=core2.
Pour mon CHOST, j'utilise une version 64 Bits (ça serais bête de pas profiter pleinement du processeur quand même)

Le nombre de thread pour le calcul est de 2 processeurs + 1 donc 3.
MAKEOPTS="-j3"

Pour l'instant, il subsiste un bogue dans les dernières version d'ALSA donc je suis obligé d'utiliser ALSA via portage.
J'y reviendrais plus en détail dans la partie 4.2
ALSA_CARDS="hda-intel"

Les traditionnels INPUT_DEVICES et VIDEO_CARDS pour Xorg
INPUT_DEVICES="mouse keyboard"
VIDEO_CARDS="nvidia"

Bon, j'ai un peu "honte" de mon make.conf car mes USEFLAGS sont pas vraiment en ordre mais pour le principe le voici.(J'utilise Gnome)
Quote:

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
USE="-kde -ipv6 a52 samba hal dbus gtk png pdf xvid theora -arts X nvidia qt dvd alsa cdr cdrw gnome dvdr dvdrw mmx mmxext sse sse2 sse3 kernel_linux
aac aalib avi cdparanoia divx4linux dv dvdread encode ffmpeg flac jpeg lame live mad
nsplugin v4l wxwindows mjpeg mp3 ogg quicktime real vcd vidix vorbix vorbis win32codecs xv"

ALSA_CARDS="hda-intel"
LINGUAS="fr fr_FR"
INPUT_DEVICES="mouse keyboard"
VIDEO_CARDS="nvidia"
FEATURES="ccache buildpkg parallel-fetch"
CCACHE_SIZE="2G"
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://ftp.club-internet.fr/pub/mirrors/gentoo "


Trève de plaisanterie, le noyau maintenant !


3. Compilation Noyau

Je ne traiterais que le noyau gentoo-sources, et je vous recommande d'utiliser le dernier en date pour profiter des dernières mise à jour au niveau du matériel très récent du Thinkpad.(Dans mon cas c'est le noyau 2.6.22-gentoo-r6)
Une fois le noyau installé via la commande emerge -va gentoo-sources, il est configuré par defaut, je vais citer ci-dessous les paramètres dit "important" de sa configuration. Il va de mise qu'il ne faut pas désactiver le reste :) .

Résultat de la commande lspci
Quote:

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network Connection (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HBM (ICH8M-E) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation Quadro FX 570M (rev a1)
02:00.0 Memory controller: Intel Corporation Turbo Memory Controller (rev 01)
03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61)
15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
15:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04)
15:00.2 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21)
15:00.3 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 11)
15:00.4 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 11)
15:00.5 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 11)


Processeur Core 2 Duo T7700
Processor type and features
[*] MTRR (Memory type Range Register) Support
[*] Symmetric multi-processing support
[ ] SMT (Hyperthreading) scheduler support
[*] Multi-core scheduler support
[*] Intel MCE features
Timer frequency (1000 HZ)

Power management options
[*] Power Management support

Bus PCMCIA
Bus options (PCI etc.)
PCCCARD (PCMCIA/CardBus) Support
<*> CardBus yenta-compatible bridege support

Réseau Wi-Fi
Networking
Wireless
<M> Improved wireless configuration API
<M> Generic IEEE 802.11 Networking Stack (mac80211)
Cryptographic options
<M> Cryptographic algorithm manager
<M> ECB support
<M> CBC support
<M> PCBC support
<M> AES cipher algorithms
<M> ARC4 cipher algorithm

Bluetooth
Networking
<*>Bluetooth subsystem support

HotKey, Leds du Thinkpad
Device Drivers
Misc devices
<M> Thinkpad ACPI LAptop Extras

Support du nouveau système de gestion du S-ATA (AHCI)
Device Drivers
<*>Serial ATA (prod) and Parallel ATA (experimental) drivers
<*>AHCI SATA Support

Le FireWire
Device Drivers
IEEE 1394 (FireWire) support
<*> IEEE 1394 (FireWire) support
<*> OHCI-1394 support
<*> Raw IEEE1394 I/O support

Carte réseau Intel Gigabit LAN
Device Drivers
Network device support
[*] Network device support
[*] Ethernet (1000 Mbit)
<*> Intel(R) PRO/1000 Gigabit Ethernet support

Les capteurs de températures
Device Drivers
<*> Hardware Monitoring support
<*> Intel Core (2) Duo/Solo temperature sensor

Gestion de protection du disque dur
Device Drivers
<*> Hardware Monitoring support
<*> IBM Hard Drive Active Protection System (hdaps)

Activation du Framebuffer
Ne pas activer le nvidia Framebuffer Support, problème ensuite avec les drivers propriétaire pour l'utilisation de Xorg
Device Drivers
Graphics support
<*> VESA VGA graphics support
VESA driver type (vesafb)
(C'est tellement sympa de voir des pinguins au démarrage de son pc)
[*]Bootup logo

Carte Son
Il y a un bogue dans les drivers ALSA, il faut utiliser les alsa-drivers présent dans portage et ensuite patché avec mercurial, j'y reviendrais dans la partie configuration
Device Drivers
Sound
<*>Sound card support

Activation des bus USB
Device Drivers
USB support
<*> Support for Host-side USB
[*] USB device filesystem
<*> EHCI HCD (USB 2.0) support
<*> UHCI HCD (most Intel and VIA) support
<*> USB Mass Storage Support

Lecteur de carte SD, Flash...
Device Drivers
Device Drivers
<*>MMC/SD card support
<*>MMC block device driver
<*> Secure Digital Host Controller Interface support

Allez, vous y êtes presque ! make && make modules_install

La copie du bzImage dans votre /boot et enfin passons au chapitre de la configuration.


4. Configuration

4.1 Grub

Votre noyau étant copié dans /boot, éditons le /boot/grub/grub.conf de la manière suivante.
Il faudra bien entendu modifier les valeurs du splashimage, root

Quote:

default 0
timeout 30
splashimage=(hd0,1)/grub/splash.xpm.gz


title=Gentoo Linux 2.6.22-r6
root (hd0,1)
kernel /boot/kernel-2.6.22-r6 root=/dev/sda3 video=vesafb:ywrap,mtrr vga=0x31A



4.2 Xorg

Il vous faudra obligatoirement démasquer les drivers nvidia, seules les versions supérieures ou égales à la version 100.14.11 incluent notre carte graphique Quadro

Code:

echo "x11-drivers/nvidia-drivers ~amd64">>/etc/portage/package.keywords
emerge -va nvidia-drivers
modprobe nvidia


Mon fichier /etc/X11/xorg.conf

Quote:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "v4l"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "AlwaysCore" "True"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "NVIDIA Quadro FX 570M"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Ecran Thinkpad"
Option "DPMS"
HorizSync 30.0-84.0
VertRefresh 55.0-77.0
ModeLine "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 1059 1089
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Quadro FX 570M"
Monitor "Ecran Thinkpad"
Option "addARGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "true"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1200" "1680x1050 " "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection

EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection




4.3 Connection Wi-Fi

Dans portage, il va nous falloir net-wireless/iwl4965-ucode et net-wireless/iwlwifi. Ils sont actuellement hardmask, on les démasque et on ajoute ipw4965 dans le useflags de iwlwifi.

Code:

echo "net-wireless/iwl4965-ucode">>/etc/portage/package.unmask
echo "net-wireless/iwlwifi">>/etc/portage/package.unmask

echo "net-wireless/iwl4965-ucode ~amd64">>/etc/portage/package.keywords
echo "net-wireless/iwlwifi ~amd64">>/etc/portage/package.keywords

emerge -va iwlwifi


Pour que la carte Wi-Fi fonctionne, il faut tout d'abord loadé les modules de cryptage dans un certain sens, et la carte Wi-Fi a une facheuse envie de se loadé en premier et provoque un segfault.(Voir sujet suivant)
On va blacklist le module grâce au fichier /etc/modprobe.d/blacklist
Code:

echo "blacklist iwl4965">>/etc/modprobe.d/blacklist


Puis, on ajoute nos modules dans le fichier /etc/modules.autoload.d/kernel-2.6 de la manière suivante

Quote:

# Carte WiFi
blkcipher
aes
arc4
cryptomgr
crypto_algapi
iwl4965


Dans le dmesg
Quote:

iwl4965: Intel(R) Wireless WiFi Link 4965AGN driver for Linux, 1.0.0-1d
iwl4965: Copyright(c) 2003-2007 Intel Corporation
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:03:00.0 to 64
iwl4965: Detected Intel Wireless WiFi Link 4965AGN
iwl4965: Channel 14 [2.4GHz] is Tx only -- skipping.
iwl4965: Channel 183 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 184 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 185 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 187 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 188 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 189 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 192 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 196 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 7 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 8 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 11 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 12 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 16 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 34 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 38 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 42 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 46 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 145 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 149 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 153 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 157 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 161 [5.2GHz] is Tx only -- skipping.
iwl4965: Channel 165 [5.2GHz] is Tx only -- skipping.
iwl4965: Tunable channels: 13 802.11bg, 19 802.11a channels


Maintenant, on devrais obtenir ceci.
Quote:

wlan0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Retry min limit:7 RTS thr:off Fragment thr=2346 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


4.4 L'audio avec alsa-driver

La liste des librairies et logiciel à avoir.

Quote:

media-libs/alsa-lib-1.0.15_rc2
media-sound/alsa-headers-1.0.14
media-sound/alsa-utils-1.0.14


Tout d'abord, nous démasquons alsa-driver pour obtenir une version supérieure à 1.0.15 ainsi que alsa-lib
Code:

echo "media-sound/alsa-driver ~amd64">>/etc/portage/package.keywords
echo "media-libs/alsa-lib ~amd64">>/etc/portage/package.keywords

emerge -va alsa-lib alsa-driver


On modifie/crée le fichier /etc/modprobe.d/alsa-base et y on ajoute la ligne suivante

Quote:

options snd-hda-intel index=0 model=lenovo


Maintenant, via alsamixer ou tout autre controleur de volume on démute PCM etc...

4.5 Identification fingerprint sous GDM

Notre lecteur d'empreintes digital est un 0483:2016 SGS Thomson Microelectronics Fingerprint Reader.

Dans un premier temps il faut démasqué et installer les logiciels ci-dessou.

Quote:

sys-auth/bioapi
sys-auth/pam_bioapi
sys-auth/thinkfinger


Pour se faire on unmask et on utilise le bon keywords :)

Code:

echo "sys-auth/bioapi ~amd64">>/etc/portage/package.keywords

echo "sys-auth/pam_bioapi ">>/etc/portage/package.unmask
echo "sys-auth/pam_bioapi ~*">>/etc/portage/package.keywords

echo "sys-auth/thinkfinger ~amd64">>/etc/portage/package.keywords

echo "sys-auth/tfm-fingerprint ~*">>/etc/portage/package.unmask
echo "sys-auth/tfm-fingerprint ~amd64">>/etc/portage/package.keywords


Si l'installation échoue, installer en ordre bioapi et retenté l'installation des autres paquets.

Pour voir si tout fonctionne, on utilise tf-tool, on va créer tout d'abord un fichier référence qui permettera de vérifier l'empreinte obtenue.
Il faut au préalable que l'utilisateur concernée par l'identification soit dans le groupe USB et BIOAPI.

On enregistre notre empreinte comme suis.

Code:

tf-tool --add-user NomUtilisateur


Et ça nous donne.
Quote:

ThinkFinger 0.3 (http://thinkfinger.sourceforge.net/)

Copyright (C) 2006, 2007 Timo Hoenig <thoenig@suse.de>


Initializing... done.

Please swipe your finger (successful swipes 0/3, failed swipes: 0)...

Storing data (/etc/pam_thinkfinger/test.bir)... done.


Maintenant que notre empreinte est détectée, on configure pam.d pour qu'il nous identifie soit par empreinte digitale ou mot de passe.

Pour se faire, on édite le fichier /etc/pam.d/system-auth qui se présente comme ci-dessou (Les modifications apportées sont en gras)
Quote:

#%PAM-1.0

auth required pam_env.so
auth sufficient pam_thinkfinger.so
auth required pam_unix.so nullok_secure try_first pass

auth sufficient pam_unix.so likeauth nullok
auth required pam_deny.so

account required pam_unix.so

password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
password sufficient pam_unix.so nullok md5 shadow use_authtok
password required pam_deny.so

session required pam_limits.so
session required pam_unix.so


5. Remerciements

Les différentes sources, sans qui ce tutorial n'aurait pas été ce qu'il est (nooon ne dite pas qu'il est nul !)
http://www.klabs.be/~fpiat/linux/debian/Etch_on_Thinkpad_T61.html
http://gentoo-wiki.com/Safe_Cflags#Intel_Core_2_Duo.2FQuad_.2F_Xeon_51xx.2F53xx
http://gentoo-wiki.com/HARDWARE_Intel_Core2_Duo
http://gentoo-wiki.com/HARDWARE_UPEK_TouchChip_TFM/ESS_Fingerprint_BSP

6. Changelog

21-09-07 Ajout de la rubrique : Identification fingerprint sous GDM
20-09-07 Le Core 2 Duo n'a pas besoin d'avoir le support SMT (HyperThreading) dans le noyau.
Ajout de la section audio avec alsa-driver
05-09-07 Création du document.
_________________
$this->setLife(FALSE);
printf "I'm not a gamer !";
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sat Dec 08, 2007 2:48 am    Post subject: Reply with quote

C'est vraiment un très bon howto:)
Back to top
View user's profile Send private message
blaznyoght
n00b
n00b


Joined: 25 Dec 2003
Posts: 18
Location: Amiens 80 (France)

PostPosted: Tue Dec 11, 2007 10:16 am    Post subject: Reply with quote

Si quelqu'un a une astuce pour que le lecteur d'empreinte digitale fonctionne aussi avec kdm ça m'intéresse...
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Tue Dec 11, 2007 12:57 pm    Post subject: Reply with quote

J'ai déjà vu un howto à propos de ça pour un T60P et c'était assez hot à faire fonctionner merci.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum