From: Németh Márton on 10 Apr 2010 08:40 Hi, I tried the Linux kernel 2.6.34-rc3 on my laptop. The network connection is not working with this kernel version, but works for example with 2.6.32. I used the attaced .config to compile the kernel. Here is the full dmesg: [ 0.000000] Linux version 2.6.34-rc3 (nmarci(a)europa) (gcc version 4.4.3 20100108 (prerelease) (Debian 4.4.2-9) ) #1 PREEMPT Sat Apr 10 09:54:21 CEST 2010 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000d8000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000003bf70000 (usable) [ 0.000000] BIOS-e820: 000000003bf70000 - 000000003bf7a000 (ACPI data) [ 0.000000] BIOS-e820: 000000003bf7a000 - 000000003bf80000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000003bf80000 - 0000000040000000 (reserved) [ 0.000000] BIOS-e820: 00000000fffe0000 - 0000000100000000 (reserved) [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! [ 0.000000] DMI present. [ 0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] last_pfn = 0x3bf70 max_arch_pfn = 0x100000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-D3FFF write-protect [ 0.000000] D4000-D7FFF uncachable [ 0.000000] D8000-DBFFF write-protect [ 0.000000] DC000-DFFFF write-back [ 0.000000] E0000-E3FFF uncachable [ 0.000000] E4000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FFC0000000 write-back [ 0.000000] 1 base 003C000000 mask FFFC000000 uncachable [ 0.000000] 2 base 00E0000000 mask FFF0000000 write-combining [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] initial memory mapped : 0 - 01000000 [ 0.000000] found SMP MP-table at [c00f6870] f6870 [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000 [ 0.000000] 0000000000 - 0000400000 page 4k [ 0.000000] 0000400000 - 0037400000 page 2M [ 0.000000] 0037400000 - 00377fe000 page 4k [ 0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000 [ 0.000000] 71MB HIGHMEM available. [ 0.000000] 887MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 377fe000 [ 0.000000] low ram: 0 - 377fe000 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000001 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x000377fe [ 0.000000] HighMem 0x000377fe -> 0x0003bf70 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000001 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x0003bf70 [ 0.000000] On node 0 totalpages: 245518 [ 0.000000] free_area_init_node: node 0, pgdat c068fc40, node_mem_map c1001020 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3966 pages, LIFO batch:0 [ 0.000000] Normal zone: 1744 pages used for memmap [ 0.000000] Normal zone: 221486 pages, LIFO batch:31 [ 0.000000] HighMem zone: 143 pages used for memmap [ 0.000000] HighMem zone: 18147 pages, LIFO batch:3 [ 0.000000] Using APIC driver default [ 0.000000] Intel MultiProcessor Specification v1.4 [ 0.000000] Virtual Wire compatibility mode. [ 0.000000] MPTABLE: OEM ID: [ 0.000000] MPTABLE: Product ID: [ 0.000000] MPTABLE: APIC at: 0xFEE00000 [ 0.000000] Processor #0 (Bootup-CPU) [ 0.000000] I/O APIC #1 Version 3 at 0xFEC00000. [ 0.000000] Processors: 1 [ 0.000000] nr_irqs_gsi: 24 [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bffe0000) [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243599 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/2.6.34-rc3/bzImage root=/dev/hda1 ro log_buf_len=1M [ 0.000000] early_res array is doubled to 64 at [1000 - 17ff] [ 0.000000] log_buf_len: 1048576 [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Enabling fast FPU save and restore... done. [ 0.000000] Enabling unmasked SIMD FPU exception support... done. [ 0.000000] Initializing CPU#0 [ 0.000000] Subtract (33 early reservations) [ 0.000000] #1 [0000100000 - 0000dd5e08] TEXT DATA BSS [ 0.000000] #2 [0000dd6000 - 0000dda118] BRK [ 0.000000] #3 [00000f6880 - 0000100000] BIOS reserved [ 0.000000] #4 [00000f6870 - 00000f6880] MP-table mpf [ 0.000000] #5 [000009f800 - 000009fd70] BIOS reserved [ 0.000000] #6 [000009fe90 - 00000f6870] BIOS reserved [ 0.000000] #7 [000009fd70 - 000009fe90] MP-table mpc [ 0.000000] #8 [0000007000 - 0000008000] PGTABLE [ 0.000000] #9 [0001000000 - 0001001000] BOOTMEM [ 0.000000] #10 [0001001000 - 0001781000] BOOTMEM [ 0.000000] #11 [0001781000 - 0001781004] BOOTMEM [ 0.000000] #12 [0001781040 - 0001781280] BOOTMEM [ 0.000000] #13 [0001781280 - 00017812d4] BOOTMEM [ 0.000000] #14 [0001781300 - 000178a300] BOOTMEM [ 0.000000] #15 [000178a300 - 000178a308] BOOTMEM [ 0.000000] #16 [000178a340 - 000178b540] BOOTMEM [ 0.000000] #17 [000178b540 - 000178b567] BOOTMEM [ 0.000000] #18 [000178b580 - 000178b67c] BOOTMEM [ 0.000000] #19 [000178b680 - 000178b6c0] BOOTMEM [ 0.000000] #20 [000178b6c0 - 000178b700] BOOTMEM [ 0.000000] #21 [000178b700 - 000178b740] BOOTMEM [ 0.000000] #22 [000178b740 - 000178b780] BOOTMEM [ 0.000000] #23 [000178b780 - 000178b7c0] BOOTMEM [ 0.000000] #24 [000178b7c0 - 000178b800] BOOTMEM [ 0.000000] #25 [000178b800 - 000178b840] BOOTMEM [ 0.000000] #26 [000178b840 - 000178b880] BOOTMEM [ 0.000000] #27 [000178b880 - 000178b8c5] BOOTMEM [ 0.000000] #28 [000178b900 - 000178b945] BOOTMEM [ 0.000000] #29 [000178b980 - 000188b980] BOOTMEM [ 0.000000] #30 [000188b980 - 000188f980] BOOTMEM [ 0.000000] #31 [000188f980 - 000190f980] BOOTMEM [ 0.000000] #32 [000190f980 - 000194f980] BOOTMEM [ 0.000000] Initializing HighMem for node 0 (000377fe:0003bf70) [ 0.000000] Memory: 959368k/982464k available (4366k kernel code, 22704k reserved, 1340k data, 484k init, 73160k highmem) [ 0.000000] virtual kernel memory layout: [ 0.000000] fixmap : 0xfffa5000 - 0xfffff000 ( 360 kB) [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB) [ 0.000000] .init : 0xc0693000 - 0xc070c000 ( 484 kB) [ 0.000000] .data : 0xc05438be - 0xc0692938 (1340 kB) [ 0.000000] .text : 0xc0100000 - 0xc05438be (4366 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:288 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.000000] ... MAX_LOCK_DEPTH: 48 [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 [ 0.000000] ... CLASSHASH_SIZE: 4096 [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 [ 0.000000] ... CHAINHASH_SIZE: 16384 [ 0.000000] memory used by lock dependency info: 3567 kB [ 0.000000] per task-struct memory footprint: 1152 bytes [ 0.000000] ODEBUG: 4 of 4 active objects replaced [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1603.926 MHz processor. [ 0.002064] Calibrating delay loop (skipped), value calculated using timer frequency.. 3207.85 BogoMIPS (lpj=1603926) [ 0.004402] Mount-cache hash table entries: 512 [ 0.010271] mce: CPU supports 5 MCE banks [ 0.010396] Performance Events: AMD PMU driver. [ 0.010534] ... version: 0 [ 0.010592] ... bit width: 48 [ 0.010650] ... generic registers: 4 [ 0.010709] ... value mask: 0000ffffffffffff [ 0.010769] ... max period: 00007fffffffffff [ 0.010829] ... fixed-purpose events: 0 [ 0.010887] ... event mask: 000000000000000f [ 0.010948] CPU: Mobile AMD Sempron(tm) Processor 2600+ stepping 00 [ 0.011163] Checking 'hlt' instruction... OK. [ 0.017299] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.018392] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 [ 0.137327] gcov: version magic: 0x34303470 [ 0.140576] NET: Registered protocol family 16 [ 0.148752] EISA bus registered [ 0.148834] node 0 link 0: io port [1000, fffff] [ 0.148841] TOM: 0000000040000000 aka 1024M [ 0.148902] node 0 link 0: mmio [40000000, d100ffff] [ 0.148908] node 0 link 0: mmio [d1000000, d200ffff] [ 0.148913] node 0 link 0: mmio [d2000000, f000ffff] [ 0.148919] node 0 link 0: mmio [f0000000, f400ffff] [ 0.148924] node 0 link 0: mmio [f4000000, fe0bffff] [ 0.148930] node 0 link 0: mmio [a0000, bffff] [ 0.148936] bus: [00, ff] on node 0 link 0 [ 0.148943] bus: 00 index 0 [io 0x0000-0xffff] [ 0.148948] bus: 00 index 1 [mem 0x40000000-0xffffffff] [ 0.148952] bus: 00 index 2 [mem 0x000a0000-0x000bffff] [ 0.160347] PCI: PCI BIOS revision 2.10 entry at 0xfd88c, last bus=1 [ 0.160424] PCI: Using configuration type 1 for base access [ 0.199368] bio: create slab <bio-0> at 0 [ 0.204678] vgaarb: loaded [ 0.209088] PCI: Probing PCI hardware [ 0.209236] PCI: Probing PCI hardware (bus 00) [ 0.210852] pci 0000:00:00.0: reg 10: [mem 0xe0000000-0xefffffff pref] [ 0.211741] pci 0000:00:01.0: supports D1 [ 0.211842] pci 0000:00:08.0: reg 10: [io 0x1000-0x10ff] [ 0.211855] pci 0000:00:08.0: reg 14: [mem 0xd0004000-0xd00040ff] [ 0.211919] pci 0000:00:08.0: supports D1 D2 [ 0.211924] pci 0000:00:08.0: PME# supported from D1 D2 D3hot D3cold [ 0.211933] pci 0000:00:08.0: PME# disabled [ 0.212050] pci 0000:00:0c.0: reg 10: [mem 0x00000000-0x00000fff] [ 0.212082] pci 0000:00:0c.0: supports D1 D2 [ 0.212086] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.212094] pci 0000:00:0c.0: PME# disabled [ 0.212182] pci 0000:00:0e.0: reg 10: [mem 0xd0001000-0xd0001fff] [ 0.212194] pci 0000:00:0e.0: reg 14: [mem 0xd0000000-0xd0000fff] [ 0.212258] pci 0000:00:0e.0: supports D1 D2 [ 0.212262] pci 0000:00:0e.0: PME# supported from D1 D2 D3hot D3cold [ 0.212270] pci 0000:00:0e.0: PME# disabled [ 0.212367] pci 0000:00:0e.1: reg 10: [mem 0xd0003000-0xd0003fff] [ 0.212379] pci 0000:00:0e.1: reg 14: [mem 0xd0002000-0xd0002fff] [ 0.212443] pci 0000:00:0e.1: supports D1 D2 [ 0.212447] pci 0000:00:0e.1: PME# supported from D1 D2 D3hot D3cold [ 0.212455] pci 0000:00:0e.1: PME# disabled [ 0.212581] pci 0000:00:10.0: reg 20: [io 0x1c00-0x1c1f] [ 0.212625] pci 0000:00:10.0: supports D1 D2 [ 0.212630] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.212638] pci 0000:00:10.0: PME# disabled [ 0.212750] pci 0000:00:10.1: reg 20: [io 0x1c20-0x1c3f] [ 0.212794] pci 0000:00:10.1: supports D1 D2 [ 0.212798] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.212806] pci 0000:00:10.1: PME# disabled [ 0.212917] pci 0000:00:10.2: reg 20: [io 0x1c40-0x1c5f] [ 0.212961] pci 0000:00:10.2: supports D1 D2 [ 0.212966] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.212974] pci 0000:00:10.2: PME# disabled [ 0.213070] pci 0000:00:10.3: reg 10: [mem 0xd0004400-0xd00044ff] [ 0.213140] pci 0000:00:10.3: supports D1 D2 [ 0.213145] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold [ 0.213152] pci 0000:00:10.3: PME# disabled [ 0.213298] HPET not enabled in BIOS. You might try hpet=force boot option [ 0.213381] pci 0000:00:11.0: quirk: [io 0x4000-0x407f] claimed by vt8235 PM [ 0.213448] pci 0000:00:11.0: quirk: [io 0x8100-0x810f] claimed by vt8235 SMB [ 0.213653] pci 0000:00:11.1: reg 20: [io 0x1c60-0x1c6f] [ 0.213799] pci 0000:00:11.5: reg 10: [io 0x1400-0x14ff] [ 0.213873] pci 0000:00:11.5: supports D1 D2 [ 0.213960] pci 0000:00:11.6: reg 10: [io 0x1800-0x18ff] [ 0.214482] PCI: peer root bus 00 res updated from pci conf [ 0.214702] pci 0000:01:00.0: reg 10: [mem 0xf0000000-0xf3ffffff pref] [ 0.214713] pci 0000:01:00.0: reg 14: [mem 0xd1000000-0xd1ffffff] [ 0.214744] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0000ffff pref] [ 0.214774] pci 0000:01:00.0: supports D1 D2 [ 0.214841] pci 0000:00:01.0: PCI bridge to [bus 01-01] [ 0.214907] pci 0000:00:01.0: bridge window [io 0xf000-0x0000] (disabled) [ 0.214916] pci 0000:00:01.0: bridge window [mem 0xd1000000-0xd1ffffff] [ 0.214925] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf3ffffff pref] [ 0.249207] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.252887] pci 0000:00:11.0: VIA IRQ router [1106:3177] [ 0.253522] PCI: pci_cache_line_size set to 64 bytes [ 0.254561] reserve RAM buffer: 000000000009f800 - 000000000009ffff [ 0.254678] reserve RAM buffer: 000000003bf70000 - 000000003bffffff [ 0.260942] Switching to clocksource tsc [ 0.274471] PCI: max bus depth: 1 pci_try_num: 2 [ 0.274577] pci 0000:00:0c.0: BAR 9: assigned [mem 0x40000000-0x43ffffff pref] [ 0.274668] pci 0000:00:0c.0: BAR 10: assigned [mem 0x44000000-0x47ffffff] [ 0.274739] pci 0000:00:0c.0: BAR 0: assigned [mem 0x48000000-0x48000fff] [ 0.274811] pci 0000:00:0c.0: BAR 0: set to [mem 0x48000000-0x48000fff] (PCI address [0x48000000-0x48000fff] [ 0.274896] pci 0000:00:0c.0: BAR 7: assigned [io 0x2000-0x20ff] [ 0.274980] pci 0000:00:0c.0: BAR 8: assigned [io 0x2400-0x24ff] [ 0.275071] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x10000) [ 0.275141] pci 0000:00:01.0: PCI bridge to [bus 01-01] [ 0.275201] pci 0000:00:01.0: bridge window [io disabled] [ 0.275268] pci 0000:00:01.0: bridge window [mem 0xd1000000-0xd1ffffff] [ 0.275334] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf3ffffff pref] [ 0.275414] pci 0000:00:0c.0: CardBus bridge to [bus 02-05] [ 0.275475] pci 0000:00:0c.0: bridge window [io 0x2000-0x20ff] [ 0.275540] pci 0000:00:0c.0: bridge window [io 0x2400-0x24ff] [ 0.275605] pci 0000:00:0c.0: bridge window [mem 0x40000000-0x43ffffff pref] [ 0.275681] pci 0000:00:0c.0: bridge window [mem 0x44000000-0x47ffffff] [ 0.275766] pci 0000:00:01.0: setting latency timer to 64 [ 0.275780] pci 0000:00:0c.0: enabling device (0000 -> 0003) [ 0.275850] pci 0000:00:0c.0: can't find IRQ for PCI INT A; probably buggy MP table [ 0.275928] pci 0000:00:0c.0: setting latency timer to 64 [ 0.275936] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 0.275941] pci_bus 0000:00: resource 5 [mem 0x40000000-0xffffffff] [ 0.275955] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.275961] pci_bus 0000:01: resource 1 [mem 0xd1000000-0xd1ffffff] [ 0.275966] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf3ffffff pref] [ 0.275971] pci_bus 0000:02: resource 0 [io 0x2000-0x20ff] [ 0.275975] pci_bus 0000:02: resource 1 [io 0x2400-0x24ff] [ 0.275980] pci_bus 0000:02: resource 2 [mem 0x40000000-0x43ffffff pref] [ 0.275985] pci_bus 0000:02: resource 3 [mem 0x44000000-0x47ffffff] [ 0.276531] NET: Registered protocol family 2 [ 0.277368] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.279458] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.280980] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes) [ 0.291730] TCP: Hash tables configured (established 131072 bind 65536) [ 0.291873] TCP reno registered [ 0.291998] UDP hash table entries: 512 (order: 3, 40960 bytes) [ 0.292251] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes) [ 0.293430] NET: Registered protocol family 1 [ 0.293733] pci 0000:00:01.0: disabling DAC on VIA PCI bridge [ 0.294601] pci 0000:01:00.0: Boot video device [ 0.294627] PCI: CLS 64 bytes, default 64 [ 0.299863] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.314319] audit: initializing netlink socket (disabled) [ 0.314639] type=2000 audit(1270901792.313:1): initialized [ 0.557179] highmem bounce pool size: 64 pages [ 0.560994] msgmni has been set to 1730 [ 0.566393] alg: No test for stdrng (krng) [ 0.566628] io scheduler noop registered [ 0.566907] io scheduler cfq registered (default) [ 1.305054] Uniform Multi-Platform E-IDE driver [ 1.307969] via82cxxx 0000:00:11.1: VIA vt8235 (rev 00) IDE UDMA133 [ 1.308060] via82cxxx 0000:00:11.1: IDE controller (0x1106:0x0571 rev 0x06) [ 1.308160] pci 0000:00:11.1: PCI->APIC IRQ transform: INT A -> IRQ 18 [ 1.308789] via82cxxx 0000:00:11.1: not 100% native mode: will probe irqs later [ 1.308872] ide0: BM-DMA at 0x1c60-0x1c67 [ 1.308944] ide1: BM-DMA at 0x1c68-0x1c6f [ 1.309009] Probing IDE interface ide0... [ 1.572578] hda: SAMSUNG HM160HC, ATA DISK drive [ 2.185881] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4 [ 2.185977] hda: UDMA/100 mode selected [ 2.187034] Probing IDE interface ide1... [ 2.858103] hdc: Optiarc DVD RW AD-7543A, ATAPI CD/DVD-ROM drive [ 3.471090] hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4 [ 3.473642] hdc: UDMA/33 mode selected [ 3.476628] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 [ 3.477810] ide1 at 0x170-0x177,0x376 on irq 15 [ 3.486132] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports [ 3.487195] ide-gd driver 1.18 [ 3.488035] hda: max request size: 512KiB [ 3.548998] hda: Host Protected Area detected. [ 3.549000] current capacity is 268435456 sectors (137438 MB) [ 3.549002] native capacity is 312581808 sectors (160041 MB) [ 3.549188] hda: 268435456 sectors (137438 MB) w/8192KiB Cache, CHS=16709/255/63 [ 3.550604] hda: cache flushes supported [ 3.552372] hda: hda1 hda2 hda3 [ 3.574201] PNP: No PS/2 controller found. Probing ports directly. [ 3.578329] i8042.c: Detected active multiplexing controller, rev 1.1. [ 3.580068] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.580330] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 3.580439] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 3.580545] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 3.580707] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 3.589839] cpuidle: using governor ladder [ 3.589914] cpuidle: using governor menu [ 3.591402] TCP cubic registered [ 3.591482] NET: Registered protocol family 17 [ 3.591890] Using IPI Shortcut mode [ 3.596443] kmemleak: Kernel memory leak detector initialized [ 3.601511] kmemleak: Automatic memory scanning thread started [ 3.684323] EXT3-fs (hda1): recovery required on readonly filesystem [ 3.684481] EXT3-fs (hda1): write access will be enabled during recovery [ 3.707383] input: AT Translated Set 2 keyboard as /class/input/input0 [ 3.718230] EXT3-fs (hda1): recovery complete [ 3.719585] kjournald starting. Commit interval 5 seconds [ 3.719854] EXT3-fs (hda1): mounted filesystem with writeback data mode [ 3.720324] VFS: Mounted root (ext3 filesystem) readonly on device 3:1. [ 3.720775] Freeing unused kernel memory: 484k freed [ 3.722001] Write protecting the kernel text: 4368k [ 3.722193] Write protecting the kernel read-only data: 1060k [ 10.243400] input: PC Speaker as /class/input/input1 [ 10.286074] 8139too: 8139too Fast Ethernet driver 0.9.28 [ 10.286608] 8139too 0000:00:08.0: PCI->APIC IRQ transform: INT A -> IRQ 20 [ 10.298859] 8139too 0000:00:08.0: eth0: RealTek RTL8139 at 0xf81d0000, 00:90:f5:3e:5a:ca, IRQ 20 [ 10.626455] usbcore: registered new interface driver usbfs [ 10.631277] usbcore: registered new interface driver hub [ 10.634125] usbcore: registered new device driver usb [ 10.886468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 10.886786] ehci_hcd 0000:00:10.3: PCI->APIC IRQ transform: INT D -> IRQ 20 [ 10.886994] ehci_hcd 0000:00:10.3: EHCI Host Controller [ 10.889844] ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1 [ 10.890458] ehci_hcd 0000:00:10.3: Enabling legacy PCI PM [ 10.890662] ehci_hcd 0000:00:10.3: irq 20, io mem 0xd0004400 [ 10.896136] ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00 [ 10.904601] hub 1-0:1.0: USB hub found [ 10.905022] hub 1-0:1.0: 6 ports detected [ 11.088199] yenta_cardbus 0000:00:0c.0: CardBus bridge found [1558:4702] [ 11.088300] yenta_cardbus 0000:00:0c.0: adjusting diagnostic: 60 -> 00 [ 11.088370] yenta_cardbus 0000:00:0c.0: Using INTVAL to route CSC interrupts to PCI [ 11.088444] yenta_cardbus 0000:00:0c.0: Routing CardBus interrupts to ISA [ 11.088511] yenta_cardbus 0000:00:0c.0: TI: mfunc 0x00001002, devctl 0x44 [ 11.088576] yenta_cardbus 0000:00:0c.0: Yenta TI: no PCI interrupts. Fish. Please report. [ 11.088657] yenta_cardbus 0000:00:0c.0: no PCI IRQ, CardBus support disabled for this socket. [ 11.088732] yenta_cardbus 0000:00:0c.0: check your BIOS CardBus, BIOS IRQ or ACPI settings. [ 11.181295] ide-cd driver 5.00 [ 11.185113] ide-cd: hdc: ATAPI 24X DVD-ROM DVD-R/RAM CD-R/RW drive, 2048kB Cache [ 11.185442] Uniform CD-ROM driver Revision: 3.20 [ 11.213218] yenta_cardbus 0000:00:0c.0: ISA IRQ mask 0x0040, PCI irq 0 [ 11.213297] yenta_cardbus 0000:00:0c.0: Socket status: 30000006 [ 11.292185] uhci_hcd: USB Universal Host Controller Interface driver [ 11.292622] uhci_hcd 0000:00:10.0: PCI->APIC IRQ transform: INT A -> IRQ 16 [ 11.292765] uhci_hcd 0000:00:10.0: UHCI Host Controller [ 11.299141] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2 [ 11.299454] uhci_hcd 0000:00:10.0: irq 16, io base 0x00001c00 [ 11.324453] hub 2-0:1.0: USB hub found [ 11.328806] hub 2-0:1.0: 2 ports detected [ 11.344141] uhci_hcd 0000:00:10.1: PCI->APIC IRQ transform: INT B -> IRQ 17 [ 11.344293] uhci_hcd 0000:00:10.1: UHCI Host Controller [ 11.344597] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3 [ 11.345034] uhci_hcd 0000:00:10.1: irq 17, io base 0x00001c20 [ 11.367832] hub 3-0:1.0: USB hub found [ 11.368294] hub 3-0:1.0: 2 ports detected [ 11.390738] uhci_hcd 0000:00:10.2: PCI->APIC IRQ transform: INT C -> IRQ 18 [ 11.395302] uhci_hcd 0000:00:10.2: UHCI Host Controller [ 11.395619] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4 [ 11.395952] uhci_hcd 0000:00:10.2: irq 18, io base 0x00001c40 [ 11.408848] hub 4-0:1.0: USB hub found [ 11.409284] hub 4-0:1.0: 2 ports detected [ 11.427183] input: PS/2 Mouse as /class/input/input2 [ 11.464349] input: AlpsPS/2 ALPS GlidePoint as /class/input/input3 [ 11.736828] mice: PS/2 mouse device common for all mice [ 11.989024] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 [ 11.989280] rtc0: alarms up to one day, 114 bytes nvram [ 12.112959] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean. [ 12.119174] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: clean. [ 12.121979] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean. [ 12.124158] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean. [ 12.127426] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xfffff [ 12.135399] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean. [ 12.137258] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: clean. [ 12.139023] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean. [ 12.712092] VIA 82xx Modem 0000:00:11.6: PCI->APIC IRQ transform: INT C -> IRQ 18 [ 12.714466] VIA 82xx Modem 0000:00:11.6: setting latency timer to 64 [ 13.297289] VIA 82xx Audio 0000:00:11.5: PCI->APIC IRQ transform: INT C -> IRQ 18 [ 13.297746] VIA 82xx Audio 0000:00:11.5: setting latency timer to 64 [ 16.278943] EXT3-fs (hda1): using internal journal [ 16.908153] leds_clevo_mail: 'Clevo D410J' found [ 16.915669] Registered led device: clevo::mail [ 17.490942] fuse init (API version 7.13) [ 20.357320] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 21.010543] PPP generic driver version 2.4.2 [ 21.323112] NET: Registered protocol family 10 [ 21.583974] ip_tables: (C) 2000-2006 Netfilter Core Team [ 31.482475] eth0: no IPv6 routers present [ 32.692054] ------------[ cut here ]------------ [ 32.692150] WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x462/0x480() [ 32.692223] Hardware name: K8N800 [ 32.692279] NETDEV WATCHDOG: eth0 (8139too): transmit queue 0 timed out [ 32.692340] Modules linked in: cpufreq_powersave cpufreq_ondemand cpufreq_userspace cpufreq_conservative xt_tcpudp iptable_filter ip_tables x_tables ipv6 ppp_generic slhc fuse leds_clevo_mail led_class snd_via82xx snd_mpu401_uart snd_via82xx_modem snd_seq_oss snd_seq_midi snd_ac97_codec snd_pcm_oss snd_rawmidi snd_mixer_oss snd_seq_midi_event snd_seq snd_pcm rtc_cmos pcmcia mousedev snd_timer firmware_class snd_seq_device uhci_hcd ide_cd_mod k8temp i2c_viapro snd ac97_bus yenta_socket psmouse rtc_core ehci_hcd cdrom hwmon serio_raw usbcore rtc_lib i2c_core rsrc_nonstatic snd_page_alloc soundcore 8139too pcspkr nls_base pcmcia_core mii evdev [ 32.694944] Pid: 0, comm: swapper Not tainted 2.6.34-rc3 #1 [ 32.695004] Call Trace: [ 32.695073] [<c014ae57>] warn_slowpath_common+0xd7/0x160 [ 32.695138] [<c049af62>] ? dev_watchdog+0x462/0x480 [ 32.695200] [<c049af62>] ? dev_watchdog+0x462/0x480 [ 32.695264] [<c014af80>] warn_slowpath_fmt+0x50/0x70 [ 32.695327] [<c049af62>] dev_watchdog+0x462/0x480 [ 32.695394] [<c015d7f7>] ? run_timer_softirq+0x147/0x400 [ 32.695458] [<c049ab00>] ? dev_watchdog+0x0/0x480 [ 32.695520] [<c015d8a8>] run_timer_softirq+0x1f8/0x400 [ 32.695583] [<c015d7f7>] ? run_timer_softirq+0x147/0x400 [ 32.695650] [<c01551cf>] __do_softirq+0xef/0x230 [ 32.695714] [<c01819ae>] ? profile_tick+0x4e/0x180 [ 32.695778] [<c015540b>] do_softirq+0xfb/0x100 [ 32.695841] [<c01558c3>] irq_exit+0x133/0x150 [ 32.695904] [<c0126fb1>] smp_apic_timer_interrupt+0x91/0x100 [ 32.695971] [<c039c7cc>] ? trace_hardirqs_off_thunk+0xc/0x10 [ 32.696043] [<c053a73f>] apic_timer_interrupt+0x2f/0x34 [ 32.696109] [<c010e0f9>] ? default_idle+0x69/0x110 [ 32.696172] [<c0102631>] cpu_idle+0xc1/0x170 [ 32.696234] [<c052866e>] rest_init+0x1ee/0x230 [ 32.696296] [<c0528480>] ? rest_init+0x0/0x230 [ 32.696360] [<c069410c>] start_kernel+0x752/0x766 [ 32.696423] [<c06935e1>] ? unknown_bootoption+0x0/0x36b [ 32.696487] [<c069309e>] i386_start_kernel+0x9e/0xae [ 32.696548] ---[ end trace bcf0ea219fa68e19 ]--- [ 35.695626] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 41.428137] lp: driver loaded but no devices found [ 41.472132] ppdev: user-space parallel port driver [ 46.524507] Linux agpgart interface v0.103 [ 46.707709] [drm] Initialized drm 1.1.0 20060810 [ 46.811207] pci 0000:01:00.0: PCI->APIC IRQ transform: INT A -> IRQ 16 [ 46.823483] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on minor 0 [ 46.853403] [drm:via_initialize] *ERROR* called with no agp memory available [ 47.686604] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 59.682169] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 71.734738] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 83.731451] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 95.726946] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 107.722495] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 119.718082] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 131.713700] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 143.709247] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 155.704834] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 [ 167.700465] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Regards, Márton Németh
|
Pages: 1 Prev: Linux 2.6.34-rc3 + CAN build problem Next: Kill the bkl in procfs |