Différences entre versions de « FujitsuSiemensAmiloM7440G »

De Cliss XXI
Sauter à la navigation Sauter à la recherche
imported>SylvainBeucler
imported>SylvainBeucler
m
Ligne 52 : Ligne 52 :
  
 
Networking options ->
 
Networking options ->
 +
[x] 802.1d Ethernet Bridging (BRIDGE)
 
[x] 802.1Q VLAN Support (VLAN_8021Q)
 
[x] 802.1Q VLAN Support (VLAN_8021Q)
 
  -> Network packet filtering (replaces ipchains) (NETFILTER)
 
  -> Network packet filtering (replaces ipchains) (NETFILTER)

Version du 9 février 2007 à 22:20

Ce portable comporte du matériel récent qui n'est pas pris en charge directement par la Debian sarge (notamment, pas par son installateur).

L'installateur de la testing, aux alentours de Novembre dernier, ne devait pas installer un noyau récent car si l'installation fonctionnait, le système ne démarrait pas, faute apparemment de pouvoir détecter le disque-dur (erreur sur "pivot_root").

Une solution: InstallerDebianDepuisDebian

Une autre solution: modifier l'installateur Debian, notamment le noyau (il existe de la documentation)

Liens

Configuration noyau

Voici un fichier .config pour le noyau 2.6.17: Fichier:Config.txt

Règles de construction

Je me base sur une configuration générique pour PC, construite à l'aide de la commande suivante:

make defconfig ARCH=i386

Ensuite, je change les paramètres dont j'ai besoin. On les trouve au fur et à mesure, à force de démarrer sur son propre noyau et de noter ce qui manque :)

Loadable module support
~~~~~~~~~~~~~~~~~~~~~~~

[x] Automatic kernel module loading (KMOD)

Processor type and features ->
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Processor family
[x] Pentium M (MPENTIUMM)
Preemtion model:
[ ] Check for non-fatal errors on AMD Athlon/Duron / Intel Pentium 4 (X86_MCE_NONFATAL)

Power Management options ->
~~~~~~~~~~~~~~~~~~~~~~~~~~~

[x] Software suspend (SOFTWARE_SUSPEND)
 Default resume partition (PM_STD_PARTITION): /dev/sda6

Bus options (PCI, PCMCIA...) ->
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[x] PCCARD (PCMCIA/CardBus) support (PCCARD=m)

Networking ->
~~~~~~~~~~~~~

Networking options ->
[x] 802.1d Ethernet Bridging (BRIDGE)
[x] 802.1Q VLAN Support (VLAN_8021Q)
 -> Network packet filtering (replaces ipchains) (NETFILTER)
  -> Core Netfilter Configuration
   -> Netfilter Xtables support (required for ip_tables) (NETFILTER_XTABLES)
   [x] "conntrack" connection tracking match support (NETFILTER_XT_MATCH_CONNTRACK)
   [x] Multiple port match support (NETFILTER_XT_MATCH_MULTIPORT)
   -> IP: Netfilter Configuration
   [x] Connection tracking (required for masq/NAT) (IP_NF_CONNTRACK)
    [x] FTP protocol support (IP_NF_FTP)
   [x] REJECT target support (IP_NF_TARGET_REJECT)
   [x] IP tables support (required for filtering/masq/NAT) (IP_NF_IPTABLES)
    [x] Full NAT (IP_NF_NAT)
     [x] MASQUERADE target support (IP_NF_TARGET_MASQUERADE)
     [x] REDIRECT target support (IP_NF_TARGET_REDIRECT)
(manque: NF_CONNTRACK_FTP, grisé?)

Device drivers ->
~~~~~~~~~~~~~~~~~

Plug and Play support
[x] Plug and Play support (PNP)

ATA/ATAPI/MFM/RLL support
[x] Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support (BLK_DEV_IDE)
 [x] Intel PIIXn chipsets support (BLK_DEV_PIIX)

Serial ATA (prod) and Parallel ATA (experimental) drivers ->
[Y] Intel PIIX/ICH support (SCSI_ATA_PIIX=Y)

Network device support ->
 [x] Dummy net driver support (DUMMY)
 [x] Universal TUN/TAP device driver support (TUN)
 [x] PPP (point-to-point protocol) support (PPP)
  [x] PPP over Ethernet (EXPERIMENTAL) (PPPOE)
 Ethernet (10 or 100Mbit)
 [x] EISA, VLB, PCI and on board controllers (NET_PCI=Y)
  [x] Broadcom 4400 ethernet support (EXPERIMENTAL) (B44=m)

Character Devices
[X] /dev/agpgart (AGP Support) (AGP)
 [X] Intel 440LX/BX/GX, I8xx and E7x05 chipset support (AGP_INTEL)
[X] Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM)
 [X] Intel 830M, 845G, 852GM, 855GM, 865G
  (x) i915 driver (DRM_I915)

Graphics support -> Logo configuration ->
[x] Bootup logo (LOGO=Y) (disabled?)

Sound
 Advanced Linux Sound Architecture ->
 [x] Sequencer support (SND_SEQUENCER)
 [Y] OSS Mixer API (SND_MIXER_OSS)
 [Y] OSS PCM (digital audio) API (SND_PCM_OSS)
 [Y] OSS Sequencer API (SND_SEQUENCER_OSS)
 PCI Devices ->
  [m] Intel/SiS/nVidia/AMD/ALi AC97 Controller (SND_INTEL8X0)

File systems ->
~~~~~~~~~~~~~~~

[Y] Ext2 extended attributes (EXT2_FS_XATTR)
[Y] Ext3 journalling file system support (EXT3_FS)
 [x] Ext3 POSIX Access Control Lists (EXT3_FS_POSIX_ACL) 
Miscellaneous filesystems
 [x] Apple Macintosh file system support (EXPERIMENTAL) (HFS_FS)
 [x] Apple Extended HFS file system support (HFSPLUS_FS)
Partition Types
 [x] Advanced partition selection (PARTITION_ADVANCED)
  [x] Macintosh partition map support (MAC_PARTITION)

Note: en principe les modules OSS pour le sons devraient se charger automatiquement. En pratique, cela ne fonctionne pas tout le temps ET JE NE SAIS PAS POURQUOI! Si vous avez une idée... :)