Pour un disque de 1To:
/dev/sda1 : 50Mo /boot /dev/sda2 : 8Go swap /dev/sda3 : 1Go / /dev/sda4 : 990Go LVM
Avec LVM (http://www.gentoo.org/doc/fr/lvm2.xml):
/home : 890Go /usr : 20Go /var : 50Go /tmp : 5Go /opt : 20Go
Config kernel:
Device Drivers ---> Input device support ---> -*- Generic input layer (needed for keyboard, mouse, ...) [*] Mice ---> <*> PS/2 mouse [*] Elantech PS/2 protocol extension
Désactivation du touchpad au branchement d'une souris USB
/etc/udev/rules.d/01-touchpad.rules
:
ACTION=="add", ATTRS{bInterfaceClass}=="03", ATTRS{bInterfaceSubClass}=="01", ATTRS{bInterfaceProtocol}=="02", ENV{DISPLAY}=":0", ENV{XAUTHORITY}="/home/username/.Xauthority", ENV{REMOVE_CMD}="/usr/bin/synclient TouchpadOff=0", RUN+="/usr/bin/synclient TouchpadOff=1"
Kernel:
Device Drivers ---> <*> Multimedia support ---> [*] Media USB Adapters ---> <*> USB Video Class (UVC)
/etc/portage/make.conf
: activer le useflag v4l
lspci -v | grep -i audio 00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
Config kernel:
Device Drivers ---> <*> Sound card support ---> <*> Advanced Linux Sound Architecture ---> [*] PCI sound devices ---> <M> Intel HD Audio ---> < > Open Sound System (DEPRECATED) --->
snd_hda_intel
Chargement du module (/etc/conf.d/modules) :
modules="snd-hda-codec"
$ lspci -k 03:00.0 Network controller: Atheros Communications Inc. AR9462 Wireless Network Adapter (rev 01) Subsystem: Foxconn International, Inc. Device e052
Config kernel :
Device Drivers ---> [*] Network device support ---> [*] Wireless LAN ---> <M> Atheros Wireless Cards ---> <M> Atheros 802.11n wireless cards support [*] Atheros ath9k PCI/PCIe bus support
Chargement du module (/etc/conf.d/modules
) :
# Wifi modules="ath9k"