Probleme au boot

salutations,

sous etch, à chaque boot, j’ai des dizaines (centaines ?) de lignes comme celle la qui s’affichent :

j’ai l’impression que cela arrive depuis l’installation d’une carte digium

une recherche sur google ne m’a pas donné grande satisfaction :unamused:

une idée ?

trouvé par google:
vmware.com/community/message … eID=359945

deja merci de te pencher sur mon pb,

je suis allé sur ton lien, j’ai pas bien saisi ce qu’est le IOMMU (Input Output M ? Memory Usage ?).

quand à la solution qu’il propose, j’ai cru comprendre qu’il fallait modifier quelque chose dans le BIOS, mais étant sur une machine DELL Dimension 3100… le BIOS est quasi inexistant :frowning:

et pour finir, tu peux me dire comment indiquer cette option de boot à mon kernel ?

merci tout plein :slightly_smiling:

[quote=“Twistophe”]deja merci de te pencher sur mon pb,[/quote]de rien[quote=“Twistophe”]je suis allé sur ton lien, j’ai pas bien saisi ce qu’est le IOMMU (Input Output M ? Memory Usage ?).[/quote]c’est sans doutes quelquechose comme ça, mais je n’en sais pas plus que toi.[quote=“Twistophe”]quand à la solution qu’il propose, j’ai cru comprendre qu’il fallait modifier quelque chose dans le BIOS, mais étant sur une machine DELL Dimension 3100… le BIOS est quasi inexistant :frowning:[/quote]J’ai pas vu ça…[quote=“Twistophe”]et pour finir, tu peux me dire comment indiquer cette option de boot à mon kernel ?
merci tout plein :slightly_smiling:[/quote]
sous grub, dans /boot/grub/menu.lst (que tu prendras soin de sauvegarder quelquepart), si tu ne t’es pas amusé à le modifier à la main, tu as une ligne de configuration pour l’automagic du genre:# kopt=root=/dev/hdb1 roC’est la ligne ou tu précises les arguments des divers noyaux que tu peux booter (qui apparaissent aprés).
Le # de commentaire est normal.
Juste, aprés sur la ligne, tu rajoutes justes l’argument iommu=memaper=3, tu sauves ton menu.lst, puis tu sors.
Ensuite, tu régènère le fichier avec ‘update-grub’.
Tu peux regarder dans ton “menu.lst”, tu t’apercevra que toutes les lignes de config des noyaux installés (les lignes “kernel …”) reflètent la modif.[/code]

J’ai pas vu ça…[/quote]

c’est ce que j’ai compris en lisant ceci :

[quote]> why did it happen,

Because you have some memory above 4GB. Because PCI device 0:08.0 cannot address memory above 4GB (get 64bit device instead of this one). Because you have too small IOMMU (go to the BIOS and set AGP aperture size to biggest value allowed - probably 1GB).[/quote]

et ceci :

[quote]I found this in dmesg:
CPU 0: aperture @ b6c6000000 size 32 MB
Aperture from northbridge cpu 0 too small (32 MB)
No AGP bridge found
Your BIOS doesn’t leave a aperture memory hole
Please enable the IOMMU option in the BIOS setup
This costs you 64 MB of RAM[/quote]

mais je me trompe surement, je te fais entièrement confiance sur tout ce qui touche debian et ses amis :wink:

pour la modif du menu.lst, je vais tester ca rapidement.

je ne sais pas pourquoi, mais la taille de la police a changé en cours de frappe… (à ne pas sortir du contexte, hein :wink:)

en regardant mon menu.lst et en lisant ce que tu as écrit, je remarque que… j’ai construit mon menu.lst a la mano (rappel toi l’histoire de mon install via un livecd du a la perte de mon clavier lors de l’install + non reconnaissance du DD sata)

voila ce que j’ai actuellement :

[quote]# menu.lst - See: grub(8), info grub, update-grub(8)

grub-install(8), grub-floppy(8),

grub-md5-crypt, /usr/share/doc/grub

and /usr/share/doc/grub-doc/.

default num

Set the default entry to the entry number NUM. Numbering starts from 0, and

the entry number 0 is the default if the command is not used.

You can specify ‘saved’ instead of a number. In this case, the default entry

is the entry saved with the command ‘savedefault’.

default 3

timeout sec

Set a timeout, in SEC seconds, before automatically booting the default entry

(normally the first entry defined).

timeout 5

Pretty colours

color cyan/blue white/blue

password [’–md5’] passwd

If used in the first section of a menu file, disable all interactive editing

control (menu entry editor and command-line) and entries protected by the

command ‘lock’

e.g. password topsecret

password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/

password topsecret

examples

title Windows 95/98/NT/2000

root (hd0,0)

makeactive

chainloader +1

title Linux

root (hd0,1)

kernel /vmlinuz root=/dev/hda2 ro

Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

Suplement pour l’installation de Xen

title Xen 2.0 / XenLinux 2.6.11
root ()
kernel /xen.gz dom0_mem=64000
module /vmlinuz-2.6.11-xen0

title Debian GNU/Linux, kernel 2.6.15-1-686-smp
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-1-686-smp root=/dev/sda6 ro
initrd /boot/initrd.img-2.6.15-1-686-smp

title Debian GNU/Linux, kernel 2.6.15-1-686-smp (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-1-686-smp root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.15-1-686-smp

title Debian GNU/Linux, kernel 2.6.15-1-686
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-1-686 root=/dev/sda6 ro
initrd /boot/initrd.img-2.6.15-1-686

title Debian GNU/Linux, kernel 2.6.15-1-686 (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-1-686 root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.15-1-686

title Debian GNU/Linux, kernel 2.6.8-2-686-smp
root (hd0,5)
kernel /boot/vmlinuz-2.6.8-2-686-smp root=/dev/sda6 ro
initrd /boot/initrd.img-2.6.8-2-686-smp

title Debian GNU/Linux, kernel 2.6.8-2-686-smp (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.8-2-686-smp root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.8-2-686-smp

title Debian GNU/Linux, kernel 2.6.8-2-686
root (hd0,5)
kernel /boot/vmlinuz-2.6.8-2-686 root=/dev/sda6 ro
initrd /boot/initrd.img-2.6.8-2-686

title Debian GNU/Linux, kernel 2.6.8-2-686 (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.8-2-686 root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.8-2-686

title Windows XP Home Edition
rootnoverify (hd0,1)
makeactive
chainloader +1

title DELL testing tools
rootnoverify (hd0,0)
makeactive
chainloader +1

title DELL recovery data
rootnoverify (hd0,2)
makeactive
chainloader +1[/quote]

comme tu le vois, il n’y nul part une ligne qui ressemble à celle dont tu me parles…

Bon, ton menu.lst, tu le renommes.
Ensuite, tu en regénères un nouveau avec update-grub.
Tu corriges la ligne kopts.
tu recopies tes entrées de ton ancien ‘menu.lst’ qui marchent bien actuellement à la fin de ton “menu.lst” génèré.
Tu enregistres, re ‘update-grub’, éventuellement, tu vérifies.

Avec ca, ce qui est à la fin est “en dur”, donc tu retrouveras toujours tes entrées actuelles même aprés un “update-grub”. A toi de supprimmer celles en doublons avec celles génèrées automatiquement, quand tu sera sûr de ce que tu fais.

Il vaut mieux toujours entretenir son “menu.lst” avec “update-grub” c’est plus propre.[/code]

D’accord mais il est quand m^ pratique de pouvoir l’éditer, ne serait-ce que pour porter des titres qui sont plus “lisibles” quand tu as plusieurs versions voire distribs.
plutôt que de lire :
Debian GNU/Linux, kernel 2.6.16-1-686
je préfère lire :
Debian SID 2.6.16 hdc5 /home=hdc2
etc.
etc.

Rien n’empêche que tu les rajoutes à la fin, ou même avant la partie gèrée en auto, mais j’insiste, il vaut mieux ne pas casser la logique debian.

je reviens sur mon pb de boot…

j’ai fais les modifs quue tu m’a proposé: rajouté iommu=memaper=3 à la fin de la ligne des options du kernel commencant par un #

mais hélas cela ne change rien :confused:
j’ai eu l’impression d’avoir “moins de pages” qui défilaient avec “rtc:lost some interrupts at 1024 Hz”, mais sans + … une autre idée ?

S’il te plait, twistoffe, évites de corriger tes posts aprés qu’on y ait répondu, ça rend les fils incohérents, et je me suis aperçu que j’etait passé à coté de certaines de tes indications que tu as rajoutées à posteriori.

Sinon, tu as combien de mêmoire ? Essayes de passer un argument “mem=…”

[quote=“l’aide d’uml (parceque je ne sais plus ou trouver la syntaxe des arguments possible pour le noyau)”]mem=
This controls how much “physical” memory the kernel allocates
for the system. The size is specified as a number followed by
one of ‘k’, ‘K’, ‘m’, ‘M’, which have the obvious meanings.
This is not related to the amount of memory in the host. It can
be more, and the excess, if it’s ever used, will just be swapped out.
Example: mem=64M
[/quote]
C’est un coeur 64bits le dimension 3100 ?
Ton bios Dell, tu n’aurais pas tout de même une option “AGP aperture size” ou équivalent sur lequel jouer ?

euuu, je n’édite jamais mes post une fois que quelqu’un y a répondu car moi meme je n’apprécie pas ce genre de méthode…

ceci mis a part, j’ai 1 go de ram, je devrais donc mettre une ligne du style :

#kopt… iommu=memaper=3 mem=256M :question:

mon dimension 3100 est bien un intel 64 bits, mais je fais tourner une etch 32 bits dessus.
et non, dans le bios il n’y a… absolument rien :’(

j’avais recopié toutes les “possibilités” que m’offrait mon bios ici

mais je vous le remet :wink:

[quote]+ System
- System Info (pas de modification possible)
- Processor Info (pas de modification possible)
- Memory Info (pas de modification possible)
- Date / Time : réglage de l’heure et de la date du BIOS
- Boot Sequence :
1 Onboard or USB CD-ROM Drive
2 Onboard SATA Hard Drive
3 Onboard or USN Floppy Drive (not present)
4 Onboard IDE Hard Drive (not present)

  • Drives

    • Diskette Drive : OFF / USB / INTERNAL / READ ONLY
    • Drive 0: SATA-0 : ON / OFF
    • Drive 1: SATA-2 : ON / OFF
    • Drive 2: PATA-0 : ON / OFF
    • Drive 3: PATA-1 : ON / OFF
    • SATA Operation : RAID Autodetect/ATA / RAID ON
  • Onboard Devices

    • Integrated NIC : OFF / ON / ON with PXE
    • Integrated Audio : OFF / ON
    • USB Controller : OFF / ON / NOBOOT
  • Video

    • Primary Video : Auto / Onboard
    • Video Memory Size : 1MB / 8MB
  • Performance

    • Hyper-Thrading : OFF / ON
    • HDD Acoustic Mode : Bypass / Quiet / Suggested / Performance
  • Security

    • Admin Password (pas de pass pour le moment)
    • System Password (pas de pass pour le moment)
    • Password Changes : Unlocked / Locked
    • Execute Disable : OFF / ON
  • Power Management

    • AC Recovery : OFF / ON / LAST
    • Auto Power ON : OFF / Everyday / Weekdays
    • Auto Power Time : 12:00 AM
    • Suspend Mode : S3 / S1 (sur S3 > system conserve more power when not in use)
  • Maintenance

    • SERR DMI Message : OFF / ON
    • Asset Tag : (pas de TAG de défini)
    • Owner Tag : (pas de TAG de défini)
    • Load Defaults : Cancel / Continue
    • Event Log : Mark all Entries / Clear Log
  • POST Behavior

    • Fast BOOT : OFF / ON
    • Numlock Key : OFF / ON
    • POST Hotkeys : Setup&Boot Menu / Setup / Boot Menu / None
    • Keyboard Errors : Do Not Report / Report[/quote]

j’avais donc pas vu le message ou tu parlais du lien que je t’avais donné… Bon, peut être que je te répondais quand tu l’as modifié…

sinon
#kopt… iommu=memaper=3 mem=1024M
tu ne sais pas qu’un Go ça fait 1024 Mo ?

  • Video Memory Size : 1MB / 8MB
    tu peux modifier et mettre plus ?

Sinon, ça sent le problême 32/64 bits.
Tu aurais dû faire ta machine en double install 32/64.
Mais ca vient peut être de la carte qui est 32 avec le coeur 64, auquel cas, le pb risque d’être dûr à résoudre logiciellement.

Ta solution suze tournait sur la même machine ?
avec une digium ?

As tu essayé un autre noyau ?
tu mettrais ton dmesg, ici (sans les “rtc: lost some interrupts at 1024Hz.” ) ?

no souci :wink:

[quote=“MattOTop”]sinon
#kopt… iommu=memaper=3 mem=1024M
tu ne sais pas qu’un Go ça fait 1024 Mo ?[/quote]
si bien sur ^^
mais je pensais que ca allouait la mémoire uniquement au systeme et non aux softs installés

[quote=“MattOTop”] - Video Memory Size : 1MB / 8MB
tu peux modifier et mettre plus ?[/quote]
malheureusement non. 8M est le maxi que je puisse allouer

[quote=“MattOTop”]Sinon, ça sent le problême 32/64 bits.
Tu aurais dû faire ta machine en double install 32/64.
Mais ca vient peut être de la carte qui est 32 avec le coeur 64, auquel cas, le pb risque d’être dûr à résoudre logiciellement.

Ta solution suze tournait sur la même machine ?
avec une digium ?[/quote]
la solution suse est sur une machine 32 bits avec une autre carte digium, mais la carte qui se trouve sur ma machine est deja passé par la machine suse et il n’y avait apparemment pas ce pb. cela dit, ceci n’est pas bloquant, juste un peu long au démarrage…

[quote=“MattOTop”]As tu essayé un autre noyau ?
tu mettrais ton dmesg, ici (sans les “rtc: lost some interrupts at 1024Hz.” ) ?[/quote]
non, je n’ai pas tester d’autre noyau. vu que je fais des tests sur le serveur asterisk, j’ai préféré me concentré sur asterisk plutot que sur ce pb ses dernier tps.

[quote]$ uname -r
2.6.15-1-686[/quote]
c’est bien celui la qui tourne actuellement sur etch ?

voici mon dmesg “dépollué” mais il ne reste rien !!

[quote]Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:12:3f:ec:79:c3:08:00 SRC=192.168.1.47 DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=22508 PROTO=UDP SPT=137 DPT=137 LEN=58
Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:12:3f:ec:79:c3:08:00 SRC=192.168.1.47 DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=22509 PROTO=UDP SPT=137 DPT=137 LEN=58
Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:12:3f:ec:79:c3:08:00 SRC=192.168.1.47 DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=22510 PROTO=UDP SPT=137 DPT=137 LEN=58 [/quote]

comment récupéré le reste des messages de boot ?
j’ai supprimé 366 ligne de “rtc:…”

cat /var/log/dmesg ?

merci ^^

[quote]DELL DV051 0x00000007 ASL 0x00000061) @ 0x000fcd91
ACPI: MCFG (v001 DELL DV051 0x00000007 ASL 0x00000061) @ 0x000fcdb9
ACPI: HPET (v001 DELL DV051 0x00000007 ASL 0x00000061) @ 0x000fcdf7
ACPI: DSDT (v001 DELL dt_ex 0x00001000 MSFT 0x0100000d) @ 0x00000000
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:4 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 15:4 APIC version 20
WARNING: NR_CPUS limit of 1 reached. Processor ignored.
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x06] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x07] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x01] disabled)
ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
ACPI: HPET id: 0x8086a201 base: 0xfed00000
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
Built 1 zonelists
Kernel command line: root=/dev/sda6 ro iommu=memaper=3
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 65536 bytes)
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1021488k/1038880k available (1425k kernel code, 16596k reserved, 530k data, 144k init, 121376k highmem)
Checking if this processor honours the WP bit even in supervisor mode… Ok.
hpet0: at MMIO 0xfed00000 (virtual 0xf8800000), IRQs 2, 8, 0
hpet0: 3 64-bit timers, 14318180 Hz
Using HPET for base-timer
Using HPET for gettimeofday
Detected 3192.425 MHz processor.
Using hpet for high-res timesource
Calibrating delay using timer specific routine… 6388.07 BogoMIPS (lpj=3194035)
Security Framework v1.0.0 initialized
SELinux: Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000649d 00000000 00000000
CPU: After vendor identify, caps: bfebfbff 20100000 00000000 00000000 0000649d 00000000 00000000
monitor/mwait feature present.
using mwait in idle threads.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
CPU: After all inits, caps: bfebfbff 20100000 00000000 00000080 0000649d 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
CPU0: Thermal monitoring enabled
mtrr: v2.0 (20020519)
CPU: Intel® Pentium® 4 CPU 3.20GHz stepping 03
Enabling fast FPU save and restore… done.
Enabling unmasked SIMD FPU exception support… done.
Checking ‘hlt’ instruction… OK.
ENABLING IO-APIC IRQs
…TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
checking if image is initramfs… it is
Freeing initrd memory: 5247k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfb326, last bus=3
PCI: Using MMCONFIG
ACPI: Subsystem revision 20050902
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [_SB_.PCI0] bus is 0
Boot video device is 0000:00:02.0
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PRT]
ACPI: PCI Interrupt Routing Table [_SB
.PCI0.PCI1.PRT]
ACPI: PCI Interrupt Routing Table [_SB
.PCI0.PCI2.PRT]
ACPI: PCI Interrupt Routing Table [_SB
.PCI0.PCI3._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 9 10 11 12 15)
Linux Plug and Play Support v0.97 © Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 7 devices
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
PCI: If a device doesn’t work, try “pci=routeirq”. If it helps, post a report
pnp: 00:00: ioport range 0x800-0x85f could not be reserved
pnp: 00:00: ioport range 0xc00-0xc7f has been reserved
pnp: 00:00: ioport range 0x860-0x8ff has been reserved
pnp: 00:06: ioport range 0x100-0x1fe has been reserved
pnp: 00:06: ioport range 0x200-0x277 has been reserved
pnp: 00:06: ioport range 0x280-0x2e7 has been reserved
pnp: 00:06: ioport range 0x2e8-0x2ef has been reserved
pnp: 00:06: ioport range 0x2f0-0x2f7 has been reserved
pnp: 00:06: ioport range 0x2f8-0x2ff has been reserved
pnp: 00:06: ioport range 0x300-0x377 has been reserved
pnp: 00:06: ioport range 0x380-0x3bb has been reserved
PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
PCI: Bridge: 0000:00:1c.0
IO window: disabled.
MEM window: dfe00000-dfefffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.1
IO window: disabled.
MEM window: dfd00000-dfdfffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1e.0
IO window: d000-dfff
MEM window: dfc00000-dfcfffff
PREFETCH window: disabled.
ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:1c.0 to 64
ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:00:1c.1 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
Simple Boot Flag at 0x7a set to 0x1
audit: initializing netlink socket (disabled)
audit(1145974696.624:1): initialized
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:1c.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[pcie00]
Allocate Port Service[pcie02]
Allocate Port Service[pcie03]
ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:00:1c.1 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[pcie00]
Allocate Port Service[pcie03]
isapnp: Scanning for PnP cards…
isapnp: No Plug & Play device found
PNP: No PS/2 controller found. Probing ports directly.
i8042.c: Can’t read CTR while initializing i8042.
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
ACPI: PCI Interrupt 0000:03:02.0[A] -> GSI 18 (level, low) -> IRQ 209
0000:03:02.0: ttyS0 at I/O 0xdc08 (irq = 209) is a 16450
0000:03:02.0: ttyS1 at I/O 0xdc10 (irq = 209) is a 8250
0000:03:02.0: ttyS2 at I/O 0xdc18 (irq = 209) is a 16450
0000:03:02.0: ttyS3 at I/O 0xdc20 (irq = 209) is a 8250
Couldn’t register serial port 0000:03:02.0: -28
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 8
NET: Registered protocol family 20
Using IPI Shortcut mode
ACPI wakeup devices:
VBTN PCI0 PCI1 PCI2 PCI3 PCI4 USB0 USB1 USB2 USB3
ACPI: (supports S0 S1 S3 S4 S5)
Freeing unused kernel memory: 144k freed
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.3
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 21 (level, low) -> IRQ 217
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:1d.0: irq 217, io base 0x0000ff80
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 22 (level, low) -> IRQ 225
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.1: irq 225, io base 0x0000ff60
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
e100: Intel® PRO/100 Network Driver, 3.4.14-k4-NAPI
e100: Copyright© 1999-2005 Intel Corporation
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 209
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.2: irq 209, io base 0x0000ff40
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 23 (level, low) -> IRQ 233
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.3: irq 233, io base 0x0000ff20
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
SCSI subsystem initialized
libata version 1.20 loaded.
ahci 0000:00:1f.2: version 1.2
ACPI: PCI Interrupt 0000:00:1f.2[C] -> GSI 20 (level, low) -> IRQ 50
usb 2-1: new low speed USB device using uhci_hcd and address 2
ICH6: IDE controller at PCI slot 0000:00:1f.1
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 169
ICH6: chipset revision 4
ICH6: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
Probing IDE interface ide0…
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 21 (level, low) -> IRQ 217
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 128 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
ehci_hcd 0000:00:1d.7: irq 217, io mem 0xffa80800
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 8 ports detected
usb 2-1: USB disconnect, address 2
hda: _NEC DVD+/-RW ND-3530A, ATAPI CD/DVD-ROM drive
usbcore: registered new driver hiddev
usb 2-1: new low speed USB device using uhci_hcd and address 4
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
usb 2-2: new low speed USB device using uhci_hcd and address 5
input: Logitech Optical USB Mouse as /class/input/input0
input: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1d.1-1
input: Dell Dell USB Keyboard as /class/input/input1
input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.1-2
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 4 ports 1.5 Gbps 0xf impl IDE mode
ahci 0000:00:1f.2: flags: 64bit ncq pm led slum part
ata1: SATA max UDMA/133 cmd 0xF883CD00 ctl 0x0 bmdma 0x0 irq 50
ata2: SATA max UDMA/133 cmd 0xF883CD80 ctl 0x0 bmdma 0x0 irq 50
ata3: SATA max UDMA/133 cmd 0xF883CE00 ctl 0x0 bmdma 0x0 irq 50
ata4: SATA max UDMA/133 cmd 0xF883CE80 ctl 0x0 bmdma 0x0 irq 50
ata1: dev 0 cfg 49:2f00 82:346b 83:7701 84:4003 85:3469 86:3401 87:4003 88:207f
ata1: dev 0 ATA-7, max UDMA/133, 312500000 sectors: LBA48
ata1: dev 0 configured for UDMA/133
scsi0 : ahci
ata2: no device found (phy stat 00000000)
scsi1 : ahci
ata3: no device found (phy stat 00000000)
scsi2 : ahci
ata4: no device found (phy stat 00000000)
scsi3 : ahci
Vendor: ATA Model: ST3160828AS Rev: 8.03
Type: Direct-Access ANSI SCSI revision: 05
ACPI: PCI Interrupt 0000:03:08.0[A] -> GSI 20 (level, low) -> IRQ 50
e100: eth0: e100_probe: addr 0xdfcff000, irq 50, MAC addr 00:13:20:BE:67:E9
SCSI device sda: 312500000 512-byte hdwr sectors (160000 MB)
SCSI device sda: drive cache: write back
SCSI device sda: 312500000 512-byte hdwr sectors (160000 MB)
SCSI device sda: drive cache: write back
sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
sd 0:0:0:0: Attached scsi disk sda
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
mice: PS/2 mouse device common for all mice
hw_random: RNG not detected
input: PC Speaker as /class/input/input2
hda: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
Linux agpgart interface v0.101 © Dave Jones
agpgart: Detected an Intel 915G Chipset.
agpgart: Detected 7932K stolen memory.
agpgart: AGP aperture is 256M @ 0xc0000000
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:1b.0 to 64
Real Time Clock Driver v1.12
Zapata Telephony Interface Registered on major 196
Zaptel Version: 1.2.4 Echo Canceller: KB1
ACPI: PCI Interrupt 0000:03:01.0[A] -> GSI 17 (level, low) -> IRQ 177
Freshmaker version: 73
Freshmaker passed register test
Module 0: Not installed
Module 1: Not installed
ProSLIC on module 2 failed to powerup within 501 ms (0 mV only)

– DID YOU REMEMBER TO PLUG IN THE HD POWER CABLE TO THE TDM400P??
Unable to do INITIAL ProSLIC powerup on module 2
Unable to do INITIAL ProSLIC powerup on module 2
Module 2: FAILED FXS (FCC)
Module 3: Installed – AUTO FXO (FCC mode)
Found a Wildcard TDM: Wildcard TDM400P REV I (1 modules)
CSLIP: code copyright 1989 Regents of the University of California
ISDN subsystem Rev: 1.1.2.3/1.1.2.3/1.1.2.2/1.1.2.3/1.1.2.2/1.1.2.2 loaded
HiSax: Linux Driver for passive ISDN cards
HiSax: Version 3.5 (module)
HiSax: Layer1 Revision 2.46.2.5
HiSax: Layer2 Revision 2.30.2.4
HiSax: TeiMgr Revision 2.20.2.3
HiSax: Layer3 Revision 2.22.2.3
HiSax: LinkLayer Revision 2.59.2.4
Adding 3903752k swap on /dev/sda5. Priority:-1 extents:1 across:3903752k
EXT3 FS on sda6, internal journal
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda8, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
NTFS driver 2.1.25 [Flags: R/W MODULE].
NTFS volume version 3.1.
hw_random: RNG not detected
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver[/quote]

j’ai remarqué que j’avais plusieur fichiers dmesg dans ce dossier, c’est normal ?

[quote]$ ls /var/log/dmesg*
/var/log/dmesg /var/log/dmesg.1.gz /var/log/dmesg.3.gz
/var/log/dmesg.0 /var/log/dmesg.2.gz /var/log/dmesg.4.gz[/quote]

[quote]j’ai remarqué que j’avais plusieur fichiers dmesg dans ce dossier, c’est normal ?

Citation:
$ ls /var/log/dmesg*
/var/log/dmesg /var/log/dmesg.1.gz /var/log/dmesg.3.gz
/var/log/dmesg.0 /var/log/dmesg.2.gz /var/log/dmesg.4.gz[/quote]
Oui, c’est normal ça doit être logrotate qui archive tes anciens logs.
Pour plus d’infos, regardes la man page de logrotate.

bon, ce qui est un peu ennuyeux, c’est qu’avec le nettoyage, je ne sais pas à quel moment commence l’erreur…
Tu pourrais modifier ton post précèdent pour y indiquer ou ça commence ?

merci jabba pour cette précision :slightly_smiling:

Matt, à vrai dire, je n’ai rien modifié dans le /var/log/dmesg, il est tel quel sur ma machine. par contre la commande dmesg m’affiche bien des lignes avec “rtc: …”.
plus ca va, moins je comprend :-/