[RESOLU] Pb de RESEAU - le retour: DISABLING IRQ #233

Voilà… y’a un truc bizarre qui se passe chez moi.
Quand je passe en mode graphique :
DISABLING IRQ #233

Ce qui corresspond à ma carte réseau… du coup, je perd la connexion au réseau.
Si je veux la recupéré CTRL+ALT+FX, ifdown eth0, ifup eth0
là je récupère le reseau.
Puis, je reviens en mode graphique CTRL+ALT+F7 et là… rebelote… DISABLING IRQ #233

bon, a part faire ton ifup/ifdown dans ta session X pour voir si c’est stable quand tu ne passes pas en console…
sinon, tu n’as rien d’autre dans /var/log/kernel.log ou un log comme ça ?

ifdown eth0 puis ifup eth0 sous X fut une tres mauvaise idée : gros freeze… plus de main…j’a du couper l’alim…

Au niveau des logs du kernel, il peut y avoir un truc interressant (juste avant le disable IRQ 233) , mais pour moi c’est du chinois :

Feb 16 12:25:02 localhost kernel: irq 233: nobody cared! Feb 16 12:25:02 localhost kernel: [__report_bad_irq+49/115] __report_bad_irq+0x31/0x73 Feb 16 12:25:02 localhost kernel: [note_interrupt+76/111] note_interrupt+0x4c/0x6f Feb 16 12:25:02 localhost kernel: [do_IRQ+146/249] do_IRQ+0x92/0xf9 Feb 16 12:25:02 localhost kernel: [common_interrupt+24/32] common_interrupt+0x18/0x20 Feb 16 12:25:02 localhost kernel: handlers: Feb 16 12:25:02 localhost kernel: [__crc_acpi_root_dir+162567/11227047] (rtl8139_interrupt+0x0/0x162 [8139too]) Feb 16 12:25:02 localhost kernel: Disabling IRQ #233

essayes pour voir en désactivant l’acpi de ton bios, ou en désactivant l’acpid au boot.
Autre possibilité: ta 8139 est gèrée par le module 8139too, mais il y en a au moins un autre, 8139cp, si je me souviens bien, tu peux essayer de mettre un “alias eth0 8139cp” dans un fichier de /etc/modprobe.d/ pour forcer le chargement du module que tu veux.
Sinon, le changement de noyau est possible ?
PS: tu peux aussi regarder si tu peux preciser des irq à 8139too, en regardant avec ‘modinfo 8139too’. modconf aussi peut t’aider si tu ne te sens pas trop de modifier un fichier de /etc/modprobe.d/.

En epluchant le log je viens aussi de trouver ça :

Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:07.0[A] -> GSI 19 (level, low) -> IRQ 233 Feb 16 12:22:26 localhost kernel: eth0: RealTek RTL8139 at 0x1800, 00:0a:e4:43:f5:c9, IRQ 233

En afit, voici le log complet (boot + login + pon +startx) :

Feb 16 12:22:26 localhost kernel: klogd 1.4.1#17, log source = /proc/kmsg started. Feb 16 12:22:26 localhost kernel: Inspecting /boot/System.map-2.6.8-2-386 Feb 16 12:22:26 localhost kernel: Loaded 28183 symbols from /boot/System.map-2.6.8-2-386. Feb 16 12:22:26 localhost kernel: Symbols match kernel version 2.6.8. Feb 16 12:22:26 localhost kernel: No module symbols loaded - kernel modules not enabled. Feb 16 12:22:26 localhost kernel: es) Feb 16 12:22:26 localhost kernel: Memory: 510140k/522176k available (1337k kernel code, 11248k reserved, 732k data, 204k init, 0k highmem) Feb 16 12:22:26 localhost kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok. Feb 16 12:22:26 localhost kernel: Calibrating delay loop... 5095.42 BogoMIPS Feb 16 12:22:26 localhost kernel: Security Scaffold v1.0.0 initialized Feb 16 12:22:26 localhost kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Feb 16 12:22:26 localhost kernel: CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 Feb 16 12:22:26 localhost kernel: CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000 Feb 16 12:22:26 localhost kernel: CPU: Trace cache: 12K uops, L1 D cache: 8K Feb 16 12:22:26 localhost kernel: CPU: L2 cache: 512K Feb 16 12:22:26 localhost kernel: CPU: After all inits, caps: bfebfbff 00000000 00000000 00000080 Feb 16 12:22:26 localhost kernel: CPU: Intel(R) Pentium(R) 4 CPU 2.60GHz stepping 07 Feb 16 12:22:26 localhost kernel: Enabling fast FPU save and restore... done. Feb 16 12:22:26 localhost kernel: Enabling unmasked SIMD FPU exception support... done. Feb 16 12:22:26 localhost kernel: Checking 'hlt' instruction... OK. Feb 16 12:22:26 localhost kernel: Checking for popad bug... OK. Feb 16 12:22:26 localhost kernel: enabled ExtINT on CPU#0 Feb 16 12:22:26 localhost kernel: ESR value before enabling vector: 00000000 Feb 16 12:22:26 localhost kernel: ESR value after enabling vector: 00000000 Feb 16 12:22:26 localhost kernel: ENABLING IO-APIC IRQs Feb 16 12:22:26 localhost kernel: init IO_APIC IRQs Feb 16 12:22:26 localhost kernel: IO-APIC (apicid-pin) 1-0, 1-17, 1-18, 1-19, 1-20, 1-21, 1-22, 1-23 not connected. Feb 16 12:22:26 localhost kernel: ..TIMER: vector=0x31 pin1=16 pin2=-1 Feb 16 12:22:26 localhost kernel: ..MP-BIOS bug: 8254 timer not connected to IO-APIC Feb 16 12:22:26 localhost kernel: ...trying to set up timer (IRQ0) through the 8259A ... failed. Feb 16 12:22:26 localhost kernel: ...trying to set up timer as Virtual Wire IRQ... works. Feb 16 12:22:26 localhost kernel: Using local APIC timer interrupts. Feb 16 12:22:26 localhost kernel: calibrating APIC timer ... Feb 16 12:22:26 localhost kernel: ..... CPU clock speed is 2589.0170 MHz. Feb 16 12:22:26 localhost kernel: ..... host bus clock speed is 99.0583 MHz. Feb 16 12:22:26 localhost kernel: checking if image is initramfs...it isn't (ungzip failed); looks like an initrd Feb 16 12:22:26 localhost kernel: Freeing initrd memory: 4216k freed Feb 16 12:22:26 localhost kernel: NET: Registered protocol family 16 Feb 16 12:22:26 localhost kernel: EISA bus registered Feb 16 12:22:26 localhost kernel: PCI: PCI BIOS revision 2.10 entry at 0xfd649, last bus=1 Feb 16 12:22:26 localhost kernel: PCI: Using configuration type 1 Feb 16 12:22:26 localhost kernel: mtrr: v2.0 (20020519) Feb 16 12:22:26 localhost kernel: ACPI: Subsystem revision 20040326 Feb 16 12:22:26 localhost kernel: ACPI: Interpreter enabled Feb 16 12:22:26 localhost kernel: ACPI: Using IOAPIC for interrupt routing Feb 16 12:22:26 localhost kernel: ACPI: PCI Root Bridge [PCI0] (00:00) Feb 16 12:22:26 localhost kernel: PCI: Probing PCI hardware (bus 00) Feb 16 12:22:26 localhost kernel: Uncovering SIS962 that hid as a SIS503 (compatible=1) Feb 16 12:22:26 localhost kernel: Enabling SiS 96x SMBus. Feb 16 12:22:26 localhost kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] Feb 16 12:22:26 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 *11) Feb 16 12:22:26 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11) Feb 16 12:22:26 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 *11) Feb 16 12:22:26 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 *11) Feb 16 12:22:26 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 *11) Feb 16 12:22:26 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 *11) Feb 16 12:22:26 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 *11) Feb 16 12:22:26 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 *11) Feb 16 12:22:26 localhost kernel: ACPI: Embedded Controller [EC] (gpe 30) Feb 16 12:22:26 localhost kernel: Linux Plug and Play Support v0.97 (c) Adam Belay Feb 16 12:22:26 localhost kernel: PnPBIOS: Scanning system for PnP BIOS support... Feb 16 12:22:26 localhost kernel: PnPBIOS: Found PnP BIOS installation structure at 0xc00f6870 Feb 16 12:22:26 localhost kernel: PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0x9999, dseg 0x400 Feb 16 12:22:26 localhost kernel: pnp: 00:00: ioport range 0x4d0-0x4d1 has been reserved Feb 16 12:22:26 localhost kernel: pnp: 00:00: ioport range 0x8000-0x80fe has been reserved Feb 16 12:22:26 localhost kernel: pnp: 00:00: ioport range 0x9000-0x907f has been reserved Feb 16 12:22:26 localhost kernel: PnPBIOS: 16 nodes reported by PnP BIOS; 16 recorded by driver Feb 16 12:22:26 localhost kernel: PCI: Using ACPI for IRQ routing Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:02.1[B] -> GSI 17 (level, low) -> IRQ 177 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:02.3[B] -> GSI 17 (level, low) -> IRQ 177 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:02.5[A] -> GSI 16 (level, low) -> IRQ 185 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:02.6[C] -> GSI 18 (level, low) -> IRQ 193 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:02.7[C] -> GSI 18 (level, low) -> IRQ 193 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 201 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:03.1[B] -> GSI 21 (level, low) -> IRQ 209 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:03.2[C] -> GSI 22 (level, low) -> IRQ 217 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:03.3[D] -> GSI 23 (level, low) -> IRQ 225 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:07.0[A] -> GSI 19 (level, low) -> IRQ 233 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:09.0[A] -> GSI 16 (level, low) -> IRQ 185 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:09.1[B] -> GSI 17 (level, low) -> IRQ 177 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 185 Feb 16 12:22:26 localhost kernel: number of MP IRQ sources: 16. Feb 16 12:22:26 localhost kernel: number of IO-APIC #1 registers: 24. Feb 16 12:22:26 localhost kernel: testing the IO APIC....................... Feb 16 12:22:26 localhost kernel: IO APIC #1...... Feb 16 12:22:26 localhost kernel: .... register #00: 01000000 Feb 16 12:22:26 localhost kernel: ....... : physical APIC id: 01 Feb 16 12:22:26 localhost kernel: ....... : Delivery Type: 0 Feb 16 12:22:26 localhost kernel: ....... : LTS : 0 Feb 16 12:22:26 localhost kernel: .... register #01: 00178011 Feb 16 12:22:26 localhost kernel: ....... : max redirection entries: 0017 Feb 16 12:22:26 localhost kernel: ....... : PRQ implemented: 1 Feb 16 12:22:26 localhost kernel: ....... : IO APIC version: 0011 Feb 16 12:22:26 localhost kernel: .... register #02: 01000000 Feb 16 12:22:26 localhost kernel: ....... : arbitration: 01 Feb 16 12:22:26 localhost kernel: .... IRQ redirection table: Feb 16 12:22:26 localhost kernel: NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: Feb 16 12:22:26 localhost kernel: 00 000 00 1 0 0 0 0 0 0 00 Feb 16 12:22:26 localhost kernel: 01 001 01 0 0 0 0 0 1 1 39 Feb 16 12:22:26 localhost kernel: 02 001 01 1 0 0 0 0 1 1 41 Feb 16 12:22:26 localhost kernel: 03 001 01 0 0 0 0 0 1 1 49 Feb 16 12:22:26 localhost kernel: 04 001 01 0 0 0 0 0 1 1 51 Feb 16 12:22:26 localhost kernel: 05 001 01 0 0 0 0 0 1 1 59 Feb 16 12:22:26 localhost kernel: 06 001 01 0 0 0 0 0 1 1 61 Feb 16 12:22:26 localhost kernel: 07 001 01 0 0 0 0 0 1 1 69 Feb 16 12:22:26 localhost kernel: 08 001 01 0 0 0 0 0 1 1 71 Feb 16 12:22:26 localhost kernel: 09 001 01 0 1 0 1 0 1 1 79 Feb 16 12:22:26 localhost kernel: 0a 001 01 0 0 0 0 0 1 1 81 Feb 16 12:22:26 localhost kernel: 0b 001 01 0 0 0 0 0 1 1 89 Feb 16 12:22:26 localhost kernel: 0c 001 01 0 0 0 0 0 1 1 91 Feb 16 12:22:26 localhost kernel: 0d 001 01 0 0 0 0 0 1 1 99 Feb 16 12:22:26 localhost kernel: 0e 001 01 0 0 0 0 0 1 1 A1 Feb 16 12:22:26 localhost kernel: 0f 001 01 0 0 0 0 0 1 1 A9 Feb 16 12:22:26 localhost kernel: 10 001 01 1 1 0 1 0 1 1 B9 Feb 16 12:22:26 localhost kernel: 11 001 01 1 1 0 1 0 1 1 B1 Feb 16 12:22:26 localhost kernel: 12 001 01 1 1 0 1 0 1 1 C1 Feb 16 12:22:26 localhost kernel: 13 001 01 1 1 0 1 0 1 1 E9 Feb 16 12:22:26 localhost kernel: 14 001 01 1 1 0 1 0 1 1 C9 Feb 16 12:22:26 localhost kernel: 15 001 01 1 1 0 1 0 1 1 D1 Feb 16 12:22:26 localhost kernel: 16 001 01 1 1 0 1 0 1 1 D9 Feb 16 12:22:26 localhost kernel: 17 001 01 1 1 0 1 0 1 1 E1 Feb 16 12:22:26 localhost kernel: Using vector-based indexing Feb 16 12:22:26 localhost kernel: IRQ to pin mappings: Feb 16 12:22:26 localhost kernel: IRQ0 -> 0:16 Feb 16 12:22:26 localhost kernel: IRQ1 -> 0:1 Feb 16 12:22:26 localhost kernel: IRQ2 -> 0:2 Feb 16 12:22:26 localhost kernel: IRQ3 -> 0:3 Feb 16 12:22:26 localhost kernel: IRQ4 -> 0:4 Feb 16 12:22:26 localhost kernel: IRQ5 -> 0:5 Feb 16 12:22:26 localhost kernel: IRQ6 -> 0:6 Feb 16 12:22:26 localhost kernel: IRQ7 -> 0:7 Feb 16 12:22:26 localhost kernel: IRQ8 -> 0:8 Feb 16 12:22:26 localhost kernel: IRQ9 -> 0:9 Feb 16 12:22:26 localhost kernel: IRQ10 -> 0:10 Feb 16 12:22:26 localhost kernel: IRQ11 -> 0:11 Feb 16 12:22:26 localhost kernel: IRQ12 -> 0:12 Feb 16 12:22:26 localhost kernel: IRQ13 -> 0:13 Feb 16 12:22:26 localhost kernel: IRQ14 -> 0:14 Feb 16 12:22:26 localhost kernel: IRQ15 -> 0:15 Feb 16 12:22:26 localhost kernel: IRQ185 -> 0:16 Feb 16 12:22:26 localhost kernel: IRQ177 -> 0:17 Feb 16 12:22:26 localhost kernel: IRQ193 -> 0:18 Feb 16 12:22:26 localhost kernel: IRQ233 -> 0:19 Feb 16 12:22:26 localhost kernel: IRQ201 -> 0:20 Feb 16 12:22:26 localhost kernel: IRQ209 -> 0:21 Feb 16 12:22:26 localhost kernel: IRQ217 -> 0:22 Feb 16 12:22:26 localhost kernel: IRQ225 -> 0:23 Feb 16 12:22:26 localhost kernel: .................................... done. Feb 16 12:22:26 localhost kernel: PCI: Cannot allocate resource region 4 of device 0000:00:02.1 Feb 16 12:22:26 localhost kernel: Simple Boot Flag at 0x35 set to 0x1 Feb 16 12:22:26 localhost kernel: VFS: Disk quotas dquot_6.5.1 Feb 16 12:22:26 localhost kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) Feb 16 12:22:26 localhost kernel: devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au) Feb 16 12:22:26 localhost kernel: devfs: boot_options: 0x0 Feb 16 12:22:26 localhost kernel: Initializing Cryptographic API Feb 16 12:22:26 localhost kernel: isapnp: Scanning for PnP cards... Feb 16 12:22:26 localhost kernel: isapnp: No Plug & Play device found Feb 16 12:22:26 localhost kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:02.6[C] -> GSI 18 (level, low) -> IRQ 193 Feb 16 12:22:26 localhost kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize Feb 16 12:22:26 localhost kernel: i8042.c: Detected active multiplexing controller, rev 1.1. Feb 16 12:22:26 localhost kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12 Feb 16 12:22:26 localhost kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12 Feb 16 12:22:26 localhost kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12 Feb 16 12:22:26 localhost kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12 Feb 16 12:22:26 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Feb 16 12:22:26 localhost kernel: input: AT Translated Set 2 keyboard on isa0060/serio0 Feb 16 12:22:26 localhost kernel: EISA: Probing bus 0 at eisa0 Feb 16 12:22:26 localhost kernel: Cannot allocate resource for EISA slot 1 Feb 16 12:22:26 localhost kernel: Cannot allocate resource for EISA slot 2 Feb 16 12:22:26 localhost kernel: Cannot allocate resource for EISA slot 8 Feb 16 12:22:26 localhost kernel: EISA: Detected 0 cards. Feb 16 12:22:26 localhost kernel: NET: Registered protocol family 2 Feb 16 12:22:26 localhost kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes Feb 16 12:22:26 localhost kernel: TCP: Hash tables configured (established 32768 bind 65536) Feb 16 12:22:26 localhost kernel: NET: Registered protocol family 8 Feb 16 12:22:26 localhost kernel: NET: Registered protocol family 20 Feb 16 12:22:26 localhost kernel: ACPI: (supports S0 S3 S4 S5) Feb 16 12:22:26 localhost kernel: RAMDISK: cramfs filesystem found at block 0 Feb 16 12:22:26 localhost kernel: RAMDISK: Loading 4216 blocks [1 disk] into ram disk... |^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^Hdone. Feb 16 12:22:26 localhost kernel: VFS: Mounted root (cramfs filesystem) readonly. Feb 16 12:22:26 localhost kernel: Freeing unused kernel memory: 204k freed Feb 16 12:22:26 localhost kernel: vesafb: framebuffer at 0xf0000000, mapped to 0xe0823000, size 4608k Feb 16 12:22:26 localhost kernel: vesafb: mode is 1024x768x24, linelength=3072, pages=27 Feb 16 12:22:26 localhost kernel: vesafb: protected mode interface info at c000:53bb Feb 16 12:22:26 localhost kernel: vesafb: scrolling: redraw Feb 16 12:22:26 localhost kernel: vesafb: directcolor: size=0:8:8:8, shift=0:16:8:0 Feb 16 12:22:26 localhost kernel: fb0: VESA VGA frame buffer device Feb 16 12:22:26 localhost kernel: Console: switching to colour frame buffer device 128x48 Feb 16 12:22:26 localhost kernel: NET: Registered protocol family 1 Feb 16 12:22:26 localhost kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 Feb 16 12:22:26 localhost kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx Feb 16 12:22:26 localhost kernel: SIS5513: IDE controller at PCI slot 0000:00:02.5 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:02.5[A] -> GSI 16 (level, low) -> IRQ 185 Feb 16 12:22:26 localhost kernel: SIS5513: chipset revision 0 Feb 16 12:22:26 localhost kernel: SIS5513: not 100%% native mode: will probe irqs later Feb 16 12:22:26 localhost kernel: SIS5513: SiS 962/963 MuTIOL IDE UDMA133 controller Feb 16 12:22:26 localhost kernel: ide0: BM-DMA at 0x2000-0x2007, BIOS settings: hda:DMA, hdb:pio Feb 16 12:22:26 localhost kernel: ide1: BM-DMA at 0x2008-0x200f, BIOS settings: hdc:DMA, hdd:pio Feb 16 12:22:26 localhost kernel: hda: HTS541080G9AT00, ATA DISK drive Feb 16 12:22:26 localhost kernel: Using anticipatory io scheduler Feb 16 12:22:26 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Feb 16 12:22:26 localhost kernel: hda: max request size: 1024KiB Feb 16 12:22:26 localhost kernel: hda: 156301488 sectors (80026 MB) w/7539KiB Cache, CHS=16383/255/63, UDMA(100) Feb 16 12:22:26 localhost kernel: /dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4 < p5 p6 p7 > Feb 16 12:22:26 localhost kernel: hdc: MATSHITADVD-RAM UJ-811, ATAPI CD/DVD-ROM drive Feb 16 12:22:26 localhost kernel: ide1 at 0x170-0x177,0x376 on irq 15 Feb 16 12:22:26 localhost kernel: EXT3-fs: INFO: recovery required on readonly filesystem. Feb 16 12:22:26 localhost kernel: EXT3-fs: write access will be enabled during recovery. Feb 16 12:22:26 localhost kernel: kjournald starting. Commit interval 5 seconds Feb 16 12:22:26 localhost kernel: EXT3-fs: hda6: orphan cleanup on readonly fs Feb 16 12:22:26 localhost kernel: ext3_orphan_cleanup: deleting unreferenced inode 82583 Feb 16 12:22:26 localhost kernel: ext3_orphan_cleanup: deleting unreferenced inode 82582 Feb 16 12:22:26 localhost kernel: EXT3-fs: hda6: 2 orphan inodes deleted Feb 16 12:22:26 localhost kernel: EXT3-fs: recovery complete. Feb 16 12:22:26 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode. Feb 16 12:22:26 localhost kernel: Adding 506008k swap on /dev/hda5. Priority:-1 extents:1 Feb 16 12:22:26 localhost kernel: EXT3 FS on hda6, internal journal Feb 16 12:22:26 localhost kernel: Generic RTC Driver v1.07 Feb 16 12:22:26 localhost kernel: hdc: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33) Feb 16 12:22:26 localhost kernel: Uniform CD-ROM driver Revision: 3.20 Feb 16 12:22:26 localhost kernel: Synaptics Touchpad, model: 1 Feb 16 12:22:26 localhost kernel: Firmware: 5.8 Feb 16 12:22:26 localhost kernel: 180 degree mounted touchpad Feb 16 12:22:26 localhost kernel: Sensor: 18 Feb 16 12:22:26 localhost kernel: new absolute packet format Feb 16 12:22:26 localhost kernel: Touchpad has extended capability bits Feb 16 12:22:26 localhost kernel: -> 4 multi-buttons, i.e. besides standard buttons Feb 16 12:22:26 localhost kernel: -> multifinger detection Feb 16 12:22:26 localhost kernel: -> palm detection Feb 16 12:22:26 localhost kernel: input: SynPS/2 Synaptics TouchPad on isa0060/serio4 Feb 16 12:22:26 localhost kernel: slamr: module license 'Smart Link Ltd.' taints kernel. Feb 16 12:22:26 localhost kernel: slamr: SmartLink AMRMO modem. Feb 16 12:22:26 localhost kernel: slamr: probe 1039:7013 SiS630 card... Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:02.6[C] -> GSI 18 (level, low) -> IRQ 193 Feb 16 12:22:26 localhost kernel: slamr: mc97 codec is SIL27 Feb 16 12:22:26 localhost kernel: slamr: slamr0 is SiS630 card. Feb 16 12:22:26 localhost kernel: Capability LSM initialized Feb 16 12:22:26 localhost kernel: mice: PS/2 mouse device common for all mice Feb 16 12:22:26 localhost kernel: ts: Compaq touchscreen protocol output Feb 16 12:22:26 localhost kernel: kjournald starting. Commit interval 5 seconds Feb 16 12:22:26 localhost kernel: EXT3 FS on hda7, internal journal Feb 16 12:22:26 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode. Feb 16 12:22:26 localhost kernel: Linux Kernel Card Services Feb 16 12:22:26 localhost kernel: options: [pci] [cardbus] [pm] Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:09.0[A] -> GSI 16 (level, low) -> IRQ 185 Feb 16 12:22:26 localhost kernel: Yenta: CardBus bridge found at 0000:00:09.0 [17c0:3202] Feb 16 12:22:26 localhost kernel: Yenta: Enabling burst memory read transactions Feb 16 12:22:26 localhost kernel: Yenta: Using CSCINT to route CSC interrupts to PCI Feb 16 12:22:26 localhost kernel: Yenta: Routing CardBus interrupts to PCI Feb 16 12:22:26 localhost kernel: Yenta TI: socket 0000:00:09.0, mfunc 0x01001022, devctl 0x64 Feb 16 12:22:26 localhost kernel: Yenta: ISA IRQ mask 0x0cb8, PCI irq 185 Feb 16 12:22:26 localhost kernel: Socket status: 30000006 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:09.1[B] -> GSI 17 (level, low) -> IRQ 177 Feb 16 12:22:26 localhost kernel: Yenta: CardBus bridge found at 0000:00:09.1 [17c0:3202] Feb 16 12:22:26 localhost kernel: Yenta: Using CSCINT to route CSC interrupts to PCI Feb 16 12:22:26 localhost kernel: Yenta: Routing CardBus interrupts to PCI Feb 16 12:22:26 localhost kernel: Yenta TI: socket 0000:00:09.1, mfunc 0x01001022, devctl 0x64 Feb 16 12:22:26 localhost kernel: Yenta: ISA IRQ mask 0x0cb8, PCI irq 177 Feb 16 12:22:26 localhost kernel: Socket status: 30000006 Feb 16 12:22:26 localhost kernel: 8139too Fast Ethernet driver 0.9.27 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:07.0[A] -> GSI 19 (level, low) -> IRQ 233 Feb 16 12:22:26 localhost kernel: eth0: RealTek RTL8139 at 0x1800, 00:0a:e4:43:f5:c9, IRQ 233 Feb 16 12:22:26 localhost kernel: eth0: Identified 8139 chip type 'RTL-8100B/8139D' Feb 16 12:22:26 localhost kernel: Intel 810 + AC97 Audio, version 1.01, 13:08:13 Aug 16 2005 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:02.7[C] -> GSI 18 (level, low) -> IRQ 193 Feb 16 12:22:26 localhost kernel: i810: SiS 7012 found at IO 0x1c80 and 0x1400, MEM 0x0000 and 0x0000, IRQ 193 Feb 16 12:22:26 localhost kernel: i810_audio: Audio Controller supports 6 channels. Feb 16 12:22:26 localhost kernel: i810_audio: Defaulting to base 2 channel mode. Feb 16 12:22:26 localhost kernel: i810_audio: Resetting connection 0 Feb 16 12:22:26 localhost kernel: ac97_codec: AC97 Audio codec, id: 0x8384:0x7666 (SigmaTel STAC9750T) Feb 16 12:22:26 localhost kernel: i810_audio: AC'97 codec 0 supports AMAP, total channels = 2 Feb 16 12:22:26 localhost kernel: i810_audio: setting clocking to 48669 Feb 16 12:22:26 localhost kernel: usbcore: registered new driver usbfs Feb 16 12:22:26 localhost kernel: usbcore: registered new driver hub Feb 16 12:22:26 localhost kernel: ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) Feb 16 12:22:26 localhost kernel: ohci_hcd: block sizes: ed 64 td 64 Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 201 Feb 16 12:22:26 localhost kernel: ohci_hcd 0000:00:03.0: Silicon Integrated Systems [SiS] USB 1.0 Controller Feb 16 12:22:26 localhost kernel: ohci_hcd 0000:00:03.0: irq 201, pci mem e0d07000 Feb 16 12:22:26 localhost kernel: ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1 Feb 16 12:22:26 localhost kernel: hub 1-0:1.0: USB hub found Feb 16 12:22:26 localhost kernel: hub 1-0:1.0: 2 ports detected Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:03.1[B] -> GSI 21 (level, low) -> IRQ 209 Feb 16 12:22:26 localhost kernel: ohci_hcd 0000:00:03.1: Silicon Integrated Systems [SiS] USB 1.0 Controller (#2) Feb 16 12:22:26 localhost kernel: ohci_hcd 0000:00:03.1: irq 209, pci mem e0d99000 Feb 16 12:22:26 localhost kernel: ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2 Feb 16 12:22:26 localhost kernel: hub 2-0:1.0: USB hub found Feb 16 12:22:26 localhost kernel: hub 2-0:1.0: 2 ports detected Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:03.2[C] -> GSI 22 (level, low) -> IRQ 217 Feb 16 12:22:26 localhost kernel: ohci_hcd 0000:00:03.2: Silicon Integrated Systems [SiS] USB 1.0 Controller (#3) Feb 16 12:22:26 localhost kernel: ohci_hcd 0000:00:03.2: irq 217, pci mem e0da7000 Feb 16 12:22:26 localhost kernel: ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 3 Feb 16 12:22:26 localhost kernel: hub 3-0:1.0: USB hub found Feb 16 12:22:26 localhost kernel: hub 3-0:1.0: 2 ports detected Feb 16 12:22:26 localhost kernel: usb 2-1: new low speed USB device using address 2 Feb 16 12:22:26 localhost kernel: usbcore: registered new driver hiddev Feb 16 12:22:26 localhost kernel: input: USB HID v1.00 Mouse [1241:1122] on usb-0000:00:03.1-1 Feb 16 12:22:26 localhost kernel: usbcore: registered new driver usbhid Feb 16 12:22:26 localhost kernel: drivers/usb/input/hid-core.c: v2.0:USB HID core driver Feb 16 12:22:26 localhost kernel: Linux agpgart interface v0.100 (c) Dave Jones Feb 16 12:22:26 localhost kernel: agpgart: Detected SiS 646 chipset Feb 16 12:22:26 localhost kernel: agpgart: Maximum main memory to use for agp memory: 437M Feb 16 12:22:26 localhost kernel: agpgart: AGP aperture is 64M @ 0xe8000000 Feb 16 12:22:26 localhost kernel: cpci_hotplug: CompactPCI Hot Plug Core version: 0.2 Feb 16 12:22:26 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Feb 16 12:22:26 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 Feb 16 12:22:26 localhost kernel: shpchp: shpc_init : shpc_cap_offset == 0 Feb 16 12:22:26 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Feb 16 12:22:26 localhost kernel: ieee1394: Initialized config rom entry `ip1394' Feb 16 12:22:26 localhost kernel: ohci1394: $Rev: 1223 $ Ben Collins <bcollins@debian.org> Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:02.3[B] -> GSI 17 (level, low) -> IRQ 177 Feb 16 12:22:26 localhost kernel: ohci1394: fw-host0: Unexpected PCI resource length of 1000! Feb 16 12:22:26 localhost kernel: ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[177] MMIO=[ec000000-ec0007ff] Max Packet=[2048] Feb 16 12:22:26 localhost kernel: ieee1394: Host added: ID:BUS[0-00:1023] GUID[000ae403271009f1] Feb 16 12:22:26 localhost kernel: ip1394: $Rev: 1224 $ Ben Collins <bcollins@debian.org> Feb 16 12:22:26 localhost kernel: ip1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0) Feb 16 12:22:26 localhost kernel: ACPI: PCI interrupt 0000:00:03.3[D] -> GSI 23 (level, low) -> IRQ 225 Feb 16 12:22:26 localhost kernel: ehci_hcd 0000:00:03.3: Silicon Integrated Systems [SiS] USB 2.0 Controller Feb 16 12:22:26 localhost kernel: ehci_hcd 0000:00:03.3: irq 225, pci mem e0f3d000 Feb 16 12:22:26 localhost kernel: ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 4 Feb 16 12:22:26 localhost kernel: PCI: cache line size of 128 is not supported by device 0000:00:03.3 Feb 16 12:22:26 localhost kernel: ehci_hcd 0000:00:03.3: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10 Feb 16 12:22:26 localhost kernel: hub 4-0:1.0: USB hub found Feb 16 12:22:26 localhost kernel: hub 4-0:1.0: 6 ports detected Feb 16 12:22:26 localhost kernel: usb 2-1: USB disconnect, address 2 Feb 16 12:22:26 localhost kernel: ohci_hcd 0000:00:03.1: wakeup Feb 16 12:22:26 localhost kernel: usb 2-1: new low speed USB device using address 3 Feb 16 12:22:26 localhost kernel: input: USB HID v1.00 Mouse [1241:1122] on usb-0000:00:03.1-1 Feb 16 12:22:26 localhost kernel: 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004) Feb 16 12:22:26 localhost kernel: input: PC Speaker Feb 16 12:22:26 localhost kernel: inserting floppy driver for 2.6.8-2-386 Feb 16 12:22:26 localhost kernel: Floppy drive(s): fd0 is 1.44M Feb 16 12:22:26 localhost kernel: FDC 0 is a National Semiconductor PC87306 Feb 16 12:22:26 localhost kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Feb 16 12:22:27 localhost kernel: ACPI: AC Adapter [AC] (on-line) Feb 16 12:22:27 localhost kernel: ACPI: Processor [CPU0] (supports C1 C2) Feb 16 12:22:27 localhost kernel: ACPI: Battery Slot [BAT0] (battery present) Feb 16 12:22:27 localhost kernel: ACPI: Power Button (FF) [PWRF] Feb 16 12:22:27 localhost kernel: ACPI: Sleep Button (CM) [SLP2] Feb 16 12:22:27 localhost kernel: ACPI: Lid Switch [LID] Feb 16 12:22:27 localhost kernel: ACPI: Thermal Zone [THRS] (61 C) Feb 16 12:22:27 localhost kernel: ACPI: Thermal Zone [THRC] (64 C) Feb 16 12:22:28 localhost kernel: lp: driver loaded but no devices found Feb 16 12:22:29 localhost kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x480-0x48f Feb 16 12:22:29 localhost kernel: cs: IO port probe 0x0800-0x08ff: clean. Feb 16 12:22:29 localhost kernel: cs: IO port probe 0x0c00-0x0cff: clean. Feb 16 12:22:29 localhost kernel: cs: IO port probe 0x0a00-0x0aff: clean. Feb 16 12:22:30 localhost kernel: NET: Registered protocol family 10 Feb 16 12:22:30 localhost kernel: Disabled Privacy Extensions on device c02cc960(lo) Feb 16 12:22:30 localhost kernel: IPv6 over IPv4 tunneling driver Feb 16 12:22:41 localhost kernel: eth0: no IPv6 routers present Feb 16 12:24:35 localhost kernel: CSLIP: code copyright 1989 Regents of the University of California Feb 16 12:24:35 localhost kernel: PPP generic driver version 2.4.2 Feb 16 12:25:01 localhost kernel: mtrr: 0xf0000000,0x4000000 overlaps existing 0xf0000000,0x400000 Feb 16 12:25:01 localhost kernel: [drm] Initialized radeon 1.11.0 20020828 on minor 0: ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] Feb 16 12:25:01 localhost kernel: mtrr: 0xf0000000,0x4000000 overlaps existing 0xf0000000,0x400000 Feb 16 12:25:01 localhost kernel: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. Feb 16 12:25:01 localhost kernel: agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode Feb 16 12:25:01 localhost kernel: agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode Feb 16 12:25:01 localhost kernel: [drm] Loading R200 Microcode Feb 16 12:25:02 localhost kernel: irq 233: nobody cared! Feb 16 12:25:02 localhost kernel: [__report_bad_irq+49/115] __report_bad_irq+0x31/0x73 Feb 16 12:25:02 localhost kernel: [note_interrupt+76/111] note_interrupt+0x4c/0x6f Feb 16 12:25:02 localhost kernel: [do_IRQ+146/249] do_IRQ+0x92/0xf9 Feb 16 12:25:02 localhost kernel: [common_interrupt+24/32] common_interrupt+0x18/0x20 Feb 16 12:25:02 localhost kernel: handlers: Feb 16 12:25:02 localhost kernel: [__crc_acpi_root_dir+162567/11227047] (rtl8139_interrupt+0x0/0x162 [8139too]) Feb 16 12:25:02 localhost kernel: Disabling IRQ #233 Feb 16 12:25:07 localhost kernel: PPP BSD Compression module registered Feb 16 12:25:07 localhost kernel: PPP Deflate Compression module registered Feb 16 12:25:41 localhost kernel: NET: Registered protocol family 4 Feb 16 12:25:41 localhost kernel: NET: Registered protocol family 3 Feb 16 12:25:41 localhost kernel: NET: Registered protocol family 5 Feb 16 12:25:52 localhost kernel: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. Feb 16 12:25:52 localhost kernel: agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode Feb 16 12:25:52 localhost kernel: agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode Feb 16 12:25:52 localhost kernel: [drm] Loading R200 Microcode Feb 16 12:27:46 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out Feb 16 12:27:46 localhost kernel: eth0: Transmit timeout, status 0c 0005 c07f media 10. Feb 16 12:27:46 localhost kernel: eth0: Tx queue start entry 45 dirty entry 41. Feb 16 12:27:46 localhost kernel: eth0: Tx descriptor 0 is 0008a05c. Feb 16 12:27:46 localhost kernel: eth0: Tx descriptor 1 is 0008a103. (queue head) Feb 16 12:27:46 localhost kernel: eth0: Tx descriptor 2 is 0008a05c. Feb 16 12:27:46 localhost kernel: eth0: Tx descriptor 3 is 0008a05c. Feb 16 12:27:46 localhost kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Feb 16 12:32:40 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out Feb 16 12:32:40 localhost kernel: eth0: Transmit timeout, status 0c 0005 c07f media 10. Feb 16 12:32:40 localhost kernel: eth0: Tx queue start entry 4 dirty entry 0. Feb 16 12:32:40 localhost kernel: eth0: Tx descriptor 0 is 0008a05c. (queue head) Feb 16 12:32:40 localhost kernel: eth0: Tx descriptor 1 is 0008a0e1. Feb 16 12:32:40 localhost kernel: eth0: Tx descriptor 2 is 0008a103. Feb 16 12:32:40 localhost kernel: eth0: Tx descriptor 3 is 0008a103. Feb 16 12:32:40 localhost kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Feb 16 12:32:52 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out Feb 16 12:32:52 localhost kernel: eth0: Transmit timeout, status 0c 0005 c07f media 10. Feb 16 12:32:52 localhost kernel: eth0: Tx queue start entry 4 dirty entry 0. Feb 16 12:32:52 localhost kernel: eth0: Tx descriptor 0 is 0008a05c. (queue head) Feb 16 12:32:52 localhost kernel: eth0: Tx descriptor 1 is 0008a05c. Feb 16 12:32:52 localhost kernel: eth0: Tx descriptor 2 is 0008a05c. Feb 16 12:32:52 localhost kernel: eth0: Tx descriptor 3 is 0008a05c. Feb 16 12:32:52 localhost kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Feb 16 12:37:40 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out Feb 16 12:37:40 localhost kernel: eth0: Transmit timeout, status 0c 0005 c07f media 10. Feb 16 12:37:40 localhost kernel: eth0: Tx queue start entry 4 dirty entry 0. Feb 16 12:37:40 localhost kernel: eth0: Tx descriptor 0 is 0008a0e1. (queue head) Feb 16 12:37:40 localhost kernel: eth0: Tx descriptor 1 is 0008a103. Feb 16 12:37:40 localhost kernel: eth0: Tx descriptor 2 is 0008a05c. Feb 16 12:37:40 localhost kernel: eth0: Tx descriptor 3 is 0008a05c. Feb 16 12:37:40 localhost kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Feb 16 12:42:40 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out Feb 16 12:42:40 localhost kernel: eth0: Transmit timeout, status 0c 0005 c07f media 10. Feb 16 12:42:40 localhost kernel: eth0: Tx queue start entry 4 dirty entry 0. Feb 16 12:42:40 localhost kernel: eth0: Tx descriptor 0 is 0008a05c. (queue head) Feb 16 12:42:40 localhost kernel: eth0: Tx descriptor 1 is 0008a05c. Feb 16 12:42:40 localhost kernel: eth0: Tx descriptor 2 is 0008a0e1. Feb 16 12:42:40 localhost kernel: eth0: Tx descriptor 3 is 0008a05c. Feb 16 12:42:40 localhost kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Feb 16 12:42:51 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out Feb 16 12:42:51 localhost kernel: eth0: Transmit timeout, status 0c 0005 c07f media 10. Feb 16 12:42:51 localhost kernel: eth0: Tx queue start entry 4 dirty entry 0. Feb 16 12:42:51 localhost kernel: eth0: Tx descriptor 0 is 0008a05c. (queue head) Feb 16 12:42:51 localhost kernel: eth0: Tx descriptor 1 is 0008a05c. Feb 16 12:42:51 localhost kernel: eth0: Tx descriptor 2 is 0008a05c. Feb 16 12:42:51 localhost kernel: eth0: Tx descriptor 3 is 0008a0e1. Feb 16 12:42:51 localhost kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1

En fait, je me demande si en interdisant a ACPI de gérer ma carte réseau, ca serait pa mieux.

je vais regarder plus en détail plus tard, mais déjà, j’ai repèré que le plantage se produisait lors du chargement de gart (initialisation de ta radeon). à voir.
Tu as essayé l’acpi dans le bios, sinon ? Au pire, tu ne pourras plus eteindre avec le bouton, mais ca vaut le coup de tester, AMA…
Bon allez “bon appetit, les amis”, comme disait l’oncle ben

Nan, mais j’était en train de poster le log complet quand tu a posté ta réponse…

Je viens d’essayer le coup du 8138cp, ca marche pas… je tente autre chose :wink:

J’ai fouillé dans tout les sens … y’a rien qui ressemble de pres ou de loin a un truc de gestion de l’alimentation dans le bios…

j’ai pas parlè de l’apm, mais bien de l’acpi.
Tu as quoi comme machine/chipset/bios ?
Encore un Dell ou un Compaq de M#{[ ?

Sinon, tu peux aussi rajouter une option ‘acpi=off’ au boot, aussi.
Tu sais faire ça ?
Tu es sous grub ? tu l’as configuré manuellement si c’est le cas ?

Perdu … ACER de merde :smiley:
Avec bios tout pourri ou je peux juste changer l’ordre de boot sur les periphériques…

le coup du acpi=off j’ai tenté… mais ca marche pas - Dans menu.lst j ai tenté ça :

kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hda6 ro vga=792 acpi=off
et
kernel /boot/vmlinuz-2.6.8-2-386 acpi=off root=/dev/hda6 ro vga=792

Bah, là pour le coup, j’ai un ecran noir

essayes noacpi

et en changeant de noyau ?

pas tenté noacpi… tenterai au prochain boot.

Sinon là je viens de lancer la compilation d’un noyau 2.6-14, j’avais la flemme de DL un noyau précompilé avec mon 56k donc j’ai récupéré les source sur un cd…

Mais là je me dit que si ca se trouve j’aurai eu plus vite fait de DL kernel-linux-2.6.x que d’attendre la fin de la compilation (surtout si ca me sort un noyau non viable) :smiley:

La compilation du noyau s’est bien passée (ouha… ca boot trop vite maintenant ^^),
ca a l’air de marcher, j’ai pu faire un ping sur une machine du reseau en graphique,
mais dans l’histoire j’ai paumé la connection au net…
(vu la merde que c’est a configurer, je vais pas rester sous 14, je vais revenir à 2.6.8)
Pour les options de boot pour grub, c’est bien noacpi et ca tourne…