LinHES Forums
http://forums.linhes.org/

network problem: slow xfers OUTGOING but fast xfers INCOMING
http://forums.linhes.org/viewtopic.php?f=2&t=19421
Page 1 of 1

Author:  graysky [ Mon Jan 12, 2009 3:41 pm ]
Post subject:  network problem: slow xfers OUTGOING but fast xfers INCOMING

I'm getting slow network throughput from my box but pretty fast throughput to the box when I'm booting into Debian/Lenny-i386. When I'm booted into KM R5.5, xfers are equally fast!

Example booted into Debian/Lenny: I use scp to copy a file FROM the box in question to another machine and I get around 6 MB/s. If I copy a file TO the box from another machine, the xfer rates are around 40 Mb/s.

Again, if I boot into KM R5.5 from the SAME MACHINE, my xfers are 40+ MB/s both ways! There's some problem with the Debian/Lenny driver or configuration.

The network is all GigaLAN/CAT5E. All machines are using the same NIC's in full duplex mode and all are connected at 1000M. I have swapped out the patch cable, from the box to the wall, and from the switch to the wall - no change. Is there any network setting I can look into that might account for this?

Here is my /etc/network/interfaces on the box in question (more or less identical to the other machines on the network, all that differs in the IP addy).

Code:
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth1
iface eth1 inet static
address 192.168.0.2
network 192.168.0.0
netmask 255.255.255.0
broadcast       192.168.0.255
gateway 192.168.0.1
mtu     4000
auto eth1


If I boot into KM R5.5, the config is more or less identical.

More info:

Here is the dmesg from Lenny, the one I will post after this will be the one from Knoppmyth installed on the same machine:

Code:
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.26-1-686 (Debian 2.6.26-12) (waldi@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-24)) #1 SMP Mon Dec 15 18:15:07 UTC 2008
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
[    0.000000]  BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[    0.000000] 127MB HIGHMEM available.
[    0.000000] 896MB LOWMEM available.
[    0.000000] Entering add_active_range(0, 0, 262128) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   229376
[    0.000000]   HighMem    229376 ->   262128
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   262128
[    0.000000] On node 0 totalpages: 262128
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 1760 pages used for memmap
[    0.000000]   Normal zone: 223520 pages, LIFO batch:31
[    0.000000]   HighMem zone: 256 pages used for memmap
[    0.000000]   HighMem zone: 32496 pages, LIFO batch:7
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI 2.2 present.
[    0.000000] ACPI: RSDP 000F75E0, 0014 (r0 Nvidia)
[    0.000000] ACPI: RSDT 3FFF3000, 002C (r1 Nvidia AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: FACP 3FFF3040, 0074 (r1 Nvidia AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: DSDT 3FFF30C0, 4561 (r1 NVIDIA AWRDACPI     1000 MSFT  100000E)
[    0.000000] ACPI: FACS 3FFF0000, 0040
[    0.000000] ACPI: APIC 3FFF7640, 006E (r1 Nvidia AWRDACPI 42302E31 AWRD        0)
[    0.000000] Nvidia board detected. Ignoring ACPI timer override.
[    0.000000] If you got timer trouble try acpi_use_timer_override
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: BIOS IRQ0 pin2 override ignored.
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PERCPU: Allocating 37960 bytes of per cpu data
[    0.000000] NR_CPUS: 8, nr_cpu_ids: 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260080
[    0.000000] Kernel command line: root=/dev/hda1 ro quiet
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)
[    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] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Detected 2204.994 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [tty0] enabled
[    0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.004000] Memory: 1029344k/1048512k available (1769k kernel code, 18420k reserved, 752k data, 244k init, 131008k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xfff4c000 - 0xfffff000   ( 716 kB)
[    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.004000]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[    0.004000]       .init : 0xc037f000 - 0xc03bc000   ( 244 kB)
[    0.004000]       .data : 0xc02ba46b - 0xc0376620   ( 752 kB)
[    0.004000]       .text : 0xc0100000 - 0xc02ba46b   (1769 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[    0.084064] Calibrating delay using timer specific routine.. 4414.00 BogoMIPS (lpj=8828002)
[    0.084100] Security Framework initialized
[    0.084106] SELinux:  Disabled at boot.
[    0.084110] Capability LSM initialized
[    0.084125] Mount-cache hash table entries: 512
[    0.084267] Initializing cgroup subsys ns
[    0.084272] Initializing cgroup subsys cpuacct
[    0.084274] Initializing cgroup subsys devices
[    0.084291] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.084294] CPU: L2 Cache: 512K (64 bytes/line)
[    0.084298] Intel machine check architecture supported.
[    0.084301] Intel machine check reporting enabled on CPU#0.
[    0.084313] Checking 'hlt' instruction... OK.
[    0.100207] SMP alternatives: switching to UP code
[    0.106312] Freeing SMP alternatives: 16k freed
[    0.106317] ACPI: Core revision 20080321
[    0.112476] ENABLING IO-APIC IRQs
[    0.112675] ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
[    0.152368] CPU0: AMD Athlon(tm) XP 3200+ stepping 00
[    0.156009] Brought up 1 CPUs
[    0.156009] Total of 1 processors activated (4414.00 BogoMIPS).
[    0.156009] CPU0 attaching sched-domain:
[    0.156009]  domain 0: span 0

[    0.156009]   groups: 0
[    0.156009] net_namespace: 660 bytes
[    0.156009] Booting paravirtualized kernel on bare hardware
[    0.156009] NET: Registered protocol family 16
[    0.156009] ACPI: bus type pci registered
[    0.187585] PCI: PCI BIOS revision 2.10 entry at 0xfb410, last bus=3
[    0.187588] PCI: Using configuration type 1 for base access
[    0.187598] Setting up standard PCI resources
[    0.188819] ACPI: EC: Look up EC in DSDT
[    0.194228] ACPI: Interpreter enabled
[    0.194231] ACPI: (supports S0 S1 S3 S4 S5)
[    0.194245] ACPI: Using IOAPIC for interrupt routing
[    0.202251] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.202330] pci 0000:00:00.0: nForce2 C1 Halt Disconnect fixup
[    0.203108] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.203277] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.203608] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[    0.247574] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.247707] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.247839] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.247969] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.248107] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.248238] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.248368] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.248496] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.248626] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.248760] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.248890] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.249020] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.249150] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.249282] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.249411] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.249540] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.249657] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
[    0.249761] ACPI: PCI Interrupt Link [APC2] (IRQs *17)
[    0.249863] ACPI: PCI Interrupt Link [APC3] (IRQs *18)
[    0.249964] ACPI: PCI Interrupt Link [APC4] (IRQs *19)
[    0.250066] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[    0.250217] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[    0.250368] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0
[    0.250517] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
[    0.250672] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0
[    0.250821] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0
[    0.250971] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
[    0.251075] ACPI: PCI Interrupt Link [APCS] (IRQs *23)
[    0.251224] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[    0.251373] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0
[    0.251522] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
[    0.251672] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[    0.251825] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.251859] pnp: PnP ACPI init
[    0.251866] ACPI: bus type pnp registered
[    0.257070] pnp: PnP ACPI: found 17 devices
[    0.257073] ACPI: ACPI bus type pnp unregistered
[    0.257077] PnPBIOS: Disabled by ACPI PNP
[    0.257337] PCI: Using ACPI for IRQ routing
[    0.257534] ACPI: RTC can wake from S4
[    0.257559] system 00:00: ioport range 0x4000-0x407f has been reserved
[    0.257563] system 00:00: ioport range 0x4080-0x40ff has been reserved
[    0.257566] system 00:00: ioport range 0x4400-0x447f has been reserved
[    0.257568] system 00:00: ioport range 0x4480-0x44ff has been reserved
[    0.257571] system 00:00: ioport range 0x4200-0x427f has been reserved
[    0.257574] system 00:00: ioport range 0x4280-0x42ff has been reserved
[    0.257580] system 00:01: ioport range 0x5000-0x503f has been reserved
[    0.257583] system 00:01: ioport range 0x5500-0x553f has been reserved
[    0.257592] system 00:02: iomem range 0xd5000-0xd7fff has been reserved
[    0.257595] system 00:02: iomem range 0xf0000-0xf7fff could not be reserved
[    0.257598] system 00:02: iomem range 0xf8000-0xfbfff could not be reserved
[    0.257601] system 00:02: iomem range 0xfc000-0xfffff could not be reserved
[    0.257603] system 00:02: iomem range 0x3fff0000-0x3fffffff could not be reserved
[    0.257607] system 00:02: iomem range 0xffff0000-0xffffffff could not be reserved
[    0.257609] system 00:02: iomem range 0x0-0x9ffff could not be reserved
[    0.257612] system 00:02: iomem range 0x100000-0x3ffeffff could not be reserved
[    0.257615] system 00:02: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.257618] system 00:02: iomem range 0xfee00000-0xfee00fff could not be reserved
[    0.257624] system 00:04: ioport range 0x4d0-0x4d1 has been reserved
[    0.288038] PCI: Bridge: 0000:00:08.0
[    0.288041]   IO window: a000-bfff
[    0.288046]   MEM window: 0xdf000000-0xe0ffffff
[    0.288050]   PREFETCH window: 0x0000000050000000-0x00000000500fffff
[    0.288056] PCI: Bridge: 0000:00:1e.0
[    0.288057]   IO window: disabled.
[    0.288061]   MEM window: 0xdd000000-0xdeffffff
[    0.288065]   PREFETCH window: 0x00000000d8000000-0x00000000dbffffff
[    0.288075] PCI: Setting latency timer of device 0000:00:08.0 to 64
[    0.288096] NET: Registered protocol family 2
[    0.288178] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.288482] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.289629] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.290242] TCP: Hash tables configured (established 131072 bind 65536)
[    0.290245] TCP reno registered
[    0.290344] NET: Registered protocol family 1
[    0.290457] checking if image is initramfs... it is
[    0.724298] Freeing initrd memory: 6127k freed
[    0.724944] audit: initializing netlink socket (disabled)
[    0.724957] type=2000 audit(1231795783.724:1): initialized
[    0.725080] highmem bounce pool size: 64 pages
[    0.725084] Total HugeTLB memory allocated, 0
[    0.725140] VFS: Disk quotas dquot_6.5.1
[    0.725167] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.725201] msgmni has been set to 1767
[    0.725291] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.725295] io scheduler noop registered
[    0.725297] io scheduler anticipatory registered
[    0.725299] io scheduler deadline registered
[    0.725306] io scheduler cfq registered (default)
[    0.780246] pci 0000:03:00.0: Boot video device
[    0.780546] isapnp: Scanning for PnP cards...
[    0.804162] Switched to high resolution mode on CPU 0
[    1.136001] isapnp: No Plug & Play device found
[    1.137418] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[    1.137546] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.137665] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.138024] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.138200] 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.139735] brd: module loaded
[    1.139829] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.142440] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.142445] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.142585] mice: PS/2 mouse device common for all mice
[    1.142708] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.142729] rtc0: alarms up to one year, y3k
[    1.142764] cpuidle: using governor ladder
[    1.142766] cpuidle: using governor menu
[    1.142773] No iBFT detected.
[    1.143198] TCP cubic registered
[    1.143201] NET: Registered protocol family 17
[    1.143207] Using IPI No-Shortcut mode
[    1.143322] registered taskstats version 1
[    1.143466] rtc_cmos 00:06: setting system clock to 2009-01-12 21:29:44 UTC (1231795784)
[    1.143691] Freeing unused kernel memory: 244k freed
[    1.170373] input: AT Translated Set 2 keyboard as /class/input/input0
[    1.231160] ACPI: ACPI0007:00 is registered as cooling_device0
[    1.871770] usbcore: registered new interface driver usbfs
[    1.871797] usbcore: registered new interface driver hub
[    1.871829] usbcore: registered new device driver usb
[    1.884100] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.884403] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[    1.884409] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 22 (level, high) -> IRQ 22
[    1.884423] PCI: Setting latency timer of device 0000:00:02.0 to 64
[    1.884427] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    1.884544] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[    1.884563] ohci_hcd 0000:00:02.0: irq 22, io mem 0xe1085000
[    1.942099] usb usb1: configuration #1 chosen from 1 choice
[    1.942132] hub 1-0:1.0: USB hub found
[    1.942143] hub 1-0:1.0: 3 ports detected
[    1.980765] Uniform Multi-Platform E-IDE driver
[    1.980771] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[    2.009480] No dock devices found.
[    2.024260] SCSI subsystem initialized
[    2.044140] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    2.044145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.044147] usb usb1: Product: OHCI Host Controller
[    2.044149] usb usb1: Manufacturer: Linux 2.6.26-1-686 ohci_hcd
[    2.044151] usb usb1: SerialNumber: 0000:00:02.0
[    2.044486] ACPI: PCI Interrupt Link [APCG] enabled at IRQ 21
[    2.044492] ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [APCG] -> GSI 21 (level, high) -> IRQ 21
[    2.044506] PCI: Setting latency timer of device 0000:00:02.1 to 64
[    2.044510] ohci_hcd 0000:00:02.1: OHCI Host Controller
[    2.044536] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
[    2.044555] ohci_hcd 0000:00:02.1: irq 21, io mem 0xe1081000
[    2.044693] libata version 3.00 loaded.
[    2.102098] usb usb2: configuration #1 chosen from 1 choice
[    2.102130] hub 2-0:1.0: USB hub found
[    2.102142] hub 2-0:1.0: 3 ports detected
[    2.125025] Floppy drive(s): fd0 is 1.44M
[    2.143735] FDC 0 is a post-1991 82077
[    2.204132] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.204136] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.204139] usb usb2: Product: OHCI Host Controller
[    2.204141] usb usb2: Manufacturer: Linux 2.6.26-1-686 ohci_hcd
[    2.204143] usb usb2: SerialNumber: 0000:00:02.1
[    2.204616] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 20
[    2.204622] ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 20 (level, high) -> IRQ 20
[    2.204636] PCI: Setting latency timer of device 0000:00:02.2 to 64
[    2.204639] ehci_hcd 0000:00:02.2: EHCI Host Controller
[    2.204666] ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
[    2.204702] ehci_hcd 0000:00:02.2: debug port 1
[    2.204707] PCI: cache line size of 64 is not supported by device 0000:00:02.2
[    2.204721] ehci_hcd 0000:00:02.2: irq 20, io mem 0xe1082000
[    2.216020] ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    2.216103] usb usb3: configuration #1 chosen from 1 choice
[    2.216138] hub 3-0:1.0: USB hub found
[    2.216149] hub 3-0:1.0: 6 ports detected
[    2.320104] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.320108] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.320110] usb usb3: Product: EHCI Host Controller
[    2.320113] usb usb3: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
[    2.320115] usb usb3: SerialNumber: 0000:00:02.2
[    2.320482] ACPI: PCI Interrupt Link [APCM] enabled at IRQ 22
[    2.320486] ACPI: PCI Interrupt 0000:00:0d.0[A] -> Link [APCM] -> GSI 22 (level, high) -> IRQ 22
[    2.320493] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    2.372261] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22]  MMIO=[e1083000-e10837ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
[    2.380829] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[    2.380837] ACPI: PCI Interrupt 0000:01:04.0[A] -> Link [APC2] -> GSI 17 (level, high) -> IRQ 17
[    2.380881] skge 1.13 addr 0xe0000000 irq 17 chip Yukon-Lite rev 7
[    2.381195] skge eth0: addr 02:0f:a6:70:b8:12
[    2.381234] sata_sil 0000:01:0b.0: version 2.3
[    2.381388] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[    2.381392] ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [APC3] -> GSI 18 (level, high) -> IRQ 18
[    2.381698] scsi0 : sata_sil
[    2.381773] scsi1 : sata_sil
[    2.381801] ata1: SATA max UDMA/100 mmio m512@0xe0004000 tf 0xe0004080 irq 18
[    2.381805] ata2: SATA max UDMA/100 mmio m512@0xe0004000 tf 0xe00040c0 irq 18
[    2.419322] udev: renamed network interface eth0 to eth1
[    2.700025] ata1: SATA link down (SStatus 0 SControl 310)
[    3.020022] ata2: SATA link down (SStatus 0 SControl 310)
[    3.020278] NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
[    3.020282] NFORCE2: IDE controller (0x10de:0x0065 rev 0xa2) at  PCI slot 0000:00:09.0
[    3.020306] NFORCE2: not 100% native mode: will probe irqs later
[    3.020311] NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
[    3.020322]     ide0: BM-DMA at 0xf000-0xf007
[    3.020329]     ide1: BM-DMA at 0xf008-0xf00f
[    3.020333] Probing IDE interface ide0...
[    3.308126] hda: WDC WD800JB-00CRA1, ATA DISK drive
[    3.485181] ohci1394: fw-host0: SelfID received outside of bus reset sequence
[    3.756109] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e01800006102ef]
[    4.044055] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[    4.044927] hda: UDMA/100 mode selected
[    4.045803] Probing IDE interface ide1...
[    4.780123] hdc: PIONEER DVD-RW DVR-107D, ATAPI CD/DVD-ROM drive
[    5.452026] hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[    5.452095] hdc: UDMA/33 mode selected
[    5.452271] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    5.471709] ide1 at 0x170-0x177,0x376 on irq 15
[    5.505306] hda: max request size: 128KiB
[    5.508887] hda: 156301488 sectors (80026 MB) w/8192KiB Cache, CHS=65535/16/63
[    5.508893] hda: cache flushes not supported
[    5.508935]  hda: hda1 hda2 hda3
[    5.517264] hdc: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache
[    5.517264] Uniform CD-ROM driver Revision: 3.20
[    5.794381] PM: Starting manual resume from disk
[    5.826457] kjournald starting.  Commit interval 5 seconds
[    5.826469] EXT3-fs: mounted filesystem with ordered data mode.
[    7.110717] udevd version 125 started
[    8.135594] Linux agpgart interface v0.103
[    8.140522] agpgart: Detected NVIDIA nForce2 chipset
[    8.146657] agpgart: AGP aperture is 128M @ 0xd0000000
[    8.262124] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x5000
[    8.262144] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x5500
[    8.479412] input: Power Button (FF) as /class/input/input1
[    8.508064] ACPI: Power Button (FF) [PWRF]
[    8.508135] input: Power Button (CM) as /class/input/input2
[    8.540065] ACPI: Power Button (CM) [PWRB]
[    9.327291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    9.329028] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.399604] ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 21
[    9.399609] ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 21 (level, high) -> IRQ 21
[    9.399631] PCI: Setting latency timer of device 0000:00:06.0 to 64
[    9.548290] input: PC Speaker as /class/input/input3
[    9.720075] intel8x0_measure_ac97_clock: measured 52849 usecs
[    9.720080] intel8x0: clocking to 47416
[    9.929580] gameport: NS558 PnP Gameport is pnp00:10/gameport0, io 0x201, speed 59659kHz
[   10.360058] input: ImPS/2 Generic Wheel Mouse as /class/input/input4
[   10.360058] parport_pc 00:0c: reported by Plug and Play ACPI
[   10.360058] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[   11.276456] Adding 979956k swap on /dev/hda2.  Priority:-1 extents:1 across:979956k
[   11.592087] EXT3 FS on hda1, internal journal
[   11.800382] loop: module loaded
[   12.489053] kjournald starting.  Commit interval 5 seconds
[   12.489180] EXT3 FS on hda3, internal journal
[   12.489185] EXT3-fs: mounted filesystem with ordered data mode.
[   13.220751] skge eth1: enabling interface
[   13.224250] skge eth1: disabling interface
[   13.225987] skge eth1: enabling interface
[   13.808112] NET: Registered protocol family 10
[   13.808533] lo: Disabled Privacy Extensions
[   13.809014] ADDRCONF(NETDEV_UP): eth1: link is not ready


Here is the dmesg from Knoppmyth installed on the same hardware (just different HDD:

Code:
Linux version 2.6.23-chw-4 (root@mbe.mysettopbox.tv) (gcc version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)) #1 SMP PREEMPT Mon May 26 14:44:56 PDT 2008
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
 BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
 BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
Entering add_active_range(0, 0, 262128) 0 entries of 256 used
Zone PFN ranges:
  DMA             0 ->     4096
  Normal       4096 ->   229376
  HighMem    229376 ->   262128
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0:        0 ->   262128
On node 0 totalpages: 262128
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 4064 pages, LIFO batch:0
  Normal zone: 1760 pages used for memmap
  Normal zone: 223520 pages, LIFO batch:31
  HighMem zone: 255 pages used for memmap
  HighMem zone: 32497 pages, LIFO batch:7
  Movable zone: 0 pages used for memmap
DMI 2.2 present.
ACPI: RSDP 000F75E0, 0014 (r0 Nvidia)
ACPI: RSDT 3FFF3000, 002C (r1 Nvidia AWRDACPI 42302E31 AWRD        0)
ACPI: FACP 3FFF3040, 0074 (r1 Nvidia AWRDACPI 42302E31 AWRD        0)
ACPI: DSDT 3FFF30C0, 4561 (r1 NVIDIA AWRDACPI     1000 MSFT  100000E)
ACPI: FACS 3FFF0000, 0040
ACPI: APIC 3FFF7640, 006E (r1 Nvidia AWRDACPI 42302E31 AWRD        0)
Nvidia board detected. Ignoring ACPI timer override.
If you got timer trouble try acpi_use_timer_override
ACPI: PM-Timer IO Port: 0x4008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:10 APIC version 16
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: BIOS IRQ0 pin2 override ignored.
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
ACPI: IRQ9 used by override.
ACPI: IRQ14 used by override.
ACPI: IRQ15 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000f0000
swsusp: Registered nosave memory region: 00000000000f0000 - 0000000000100000
Built 1 zonelists in Zone order.  Total pages: 260081
Kernel command line: auto BOOT_IMAGE=Linux ro root=801 apm=power-off nomce quiet SELINUX_INIT=NO
mapped APIC to ffffb000 (fee00000)
mapped IOAPIC to ffffa000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 2205.023 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1031960k/1048512k available (4519k kernel code, 15960k reserved, 1529k data, 308k init, 131008k highmem)
virtual kernel memory layout:
    fixmap  : 0xffe14000 - 0xfffff000   (1964 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
    lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
      .init : 0xc06f1000 - 0xc073e000   ( 308 kB)
      .data : 0xc0569ef4 - 0xc06e837c   (1529 kB)
      .text : 0xc0100000 - 0xc0569ef4   (4519 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 4411.86 BogoMIPS (lpj=2205934)
Security Framework v1.0.0 initialized
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000 00000000
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 19k freed
ACPI: Core revision 20070126
CPU0: AMD Athlon(tm) XP 3200+ stepping 00
Total of 1 processors activated (4411.86 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
Brought up 1 CPUs
xor: automatically using best checksumming function: pIII_sse
   pIII_sse  :  6256.000 MB/sec
xor: using function: pIII_sse (6256.000 MB/sec)
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfb410, last bus=3
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: nForce2 C1 Halt Disconnect fixup
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
ACPI: PCI Interrupt Link [APC2] (IRQs *17)
ACPI: PCI Interrupt Link [APC3] (IRQs *18)
ACPI: PCI Interrupt Link [APC4] (IRQs *19)
ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0
ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0
ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0
ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCS] (IRQs *23)
ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0
ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 17 devices
ACPI: ACPI bus type pnp unregistered
PnPBIOS: Disabled by ACPI PNP
SCSI subsystem initialized
libata version 2.21 loaded.
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
ACPI: RTC can wake from S4
Time: tsc clocksource has been installed.
pnp: 00:00: ioport range 0x4000-0x407f has been reserved
pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
pnp: 00:00: ioport range 0x4400-0x447f has been reserved
pnp: 00:00: ioport range 0x4480-0x44ff has been reserved
pnp: 00:00: ioport range 0x4200-0x427f has been reserved
pnp: 00:00: ioport range 0x4280-0x42ff has been reserved
pnp: 00:01: ioport range 0x5000-0x503f has been reserved
pnp: 00:01: ioport range 0x5500-0x553f has been reserved
pnp: 00:02: iomem range 0xd9800-0xdbfff has been reserved
pnp: 00:02: iomem range 0xf0000-0xf7fff could not be reserved
pnp: 00:02: iomem range 0xf8000-0xfbfff could not be reserved
pnp: 00:02: iomem range 0xfc000-0xfffff could not be reserved
PCI: Bridge: 0000:00:08.0
  IO window: a000-bfff
  MEM window: df000000-e0ffffff
  PREFETCH window: 50000000-500fffff
PCI: Bridge: 0000:00:1e.0
  IO window: disabled.
  MEM window: dd000000-deffffff
  PREFETCH window: d8000000-dbffffff
PCI: Setting latency timer of device 0000:00:08.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 176k freed
audit: initializing netlink socket (disabled)
audit(1231795402.279:1): initialized
highmem bounce pool size: 64 pages
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
JFS: nTxBlock = 8065, nTxLock = 64522
SGI XFS with ACLs, security attributes, realtime, large block numbers, no debug enabled
SGI XFS Quota Management subsystem
async_tx: api initialized (async)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered (default)
io scheduler cfq registered
Boot video device is 0000:03:00.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: module loaded
pcnet32.c:v1.33 27.Jun.2006 tsbogend@alpha.franken.de
e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
ns83820.c: National Semiconductor DP83820 10/100/1000 driver.
ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
ACPI: PCI Interrupt 0000:01:04.0[A] -> Link [APC2] -> GSI 17 (level, high) -> IRQ 16
skge 1.11 addr 0xe0000000 irq 16 chip Yukon-Lite rev 7
skge eth0: addr 02:0f:a6:70:b8:12
sk98lin: driver has been replaced by the skge driver and is scheduled for removal
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.60.
dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17)
winbond-840.c:v1.01-e (2.4 port) Sep-11-2006  Donald Becker <becker@scyld.com>
  http://www.scyld.com/network/drivers.html
uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29)
input: Macintosh mouse button emulation as /class/input/input0
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
NFORCE2: IDE controller at PCI slot 0000:00:09.0
NFORCE2: chipset revision 162
NFORCE2: not 100% native mode: will probe irqs later
NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
Probing IDE interface ide1...
hdc: PIONEER DVD-RW DVR-107D, ATAPI CD/DVD-ROM drive
hdc: selected mode 0x42
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide0...
hdc: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
Loading iSCSI transport class v2.0-724.
sata_sil 0000:01:0b.0: version 2.3
ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [APC3] -> GSI 18 (level, high) -> IRQ 17
scsi0 : sata_sil
scsi1 : sata_sil
ata1: SATA max UDMA/100 cmd 0xf8cd6080 ctl 0xf8cd608a bmdma 0xf8cd6000 irq 17
ata2: SATA max UDMA/100 cmd 0xf8cd60c0 ctl 0xf8cd60ca bmdma 0xf8cd6008 irq 17
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
ata1.00: ATA-6: HDS722516VLSA80, V34OA63A, max UDMA/100
ata1.00: 321672960 sectors, multi 16: LBA48
ata1.00: configured for UDMA/100
scsi 0:0:0:0: Direct-Access     ATA      HDS722516VLSA80  V34O PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 321672960 512-byte hardware sectors (164697 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 321672960 512-byte hardware sectors (164697 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
ata1.00: Unable to set Link PM policy
ata2: SATA link down (SStatus 0 SControl 310)
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input1
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
raid6: int32x1    742 MB/s
raid6: int32x2    855 MB/s
raid6: int32x4    789 MB/s
raid6: int32x8    687 MB/s
raid6: mmxx1     1746 MB/s
raid6: mmxx2     3007 MB/s
raid6: sse1x1    1667 MB/s
raid6: sse1x2    2796 MB/s
raid6: using algorithm sse1x2 (2796 MB/s)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
NET: Registered protocol family 1
NET: Registered protocol family 15
Using IPI No-Shortcut mode
input: ImPS/2 Generic Wheel Mouse as /class/input/input2
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
ACPI: PCI Interrupt Link [APCM] enabled at IRQ 22
ACPI: PCI Interrupt 0000:00:0d.0[A] -> Link [APCM] -> GSI 22 (level, high) -> IRQ 18
PCI: Setting latency timer of device 0000:00:0d.0 to 64
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[18]  MMIO=[e1083000-e10837ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ohci1394: fw-host0: SelfID received outside of bus reset sequence
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e01800006102ef]
(fs/jbd/recovery.c, 255): journal_recover: JBD: recovery, exit status 0, recovered transactions 168 to 1103
(fs/jbd/recovery.c, 257): journal_recover: JBD: Replayed 11073 and revoked 328/84 blocks
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 308k freed
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt Link [APCF] enabled at IRQ 21
ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 21 (level, high) -> IRQ 19
PCI: Setting latency timer of device 0000:00:02.0 to 64
ohci_hcd 0000:00:02.0: OHCI Host Controller
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:02.0: irq 19, io mem 0xe1085000
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Linux agpgart interface v0.102
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k
input: PC Speaker as /class/input/input3
ACPI: PCI Interrupt Link [APCG] enabled at IRQ 20
ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [APCG] -> GSI 20 (level, high) -> IRQ 20
PCI: Setting latency timer of device 0000:00:02.1 to 64
ohci_hcd 0000:00:02.1: OHCI Host Controller
ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:02.1: irq 20, io mem 0xe1081000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
Switched to high resolution mode on CPU 0
ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 22 (level, high) -> IRQ 18
PCI: Setting latency timer of device 0000:00:02.2 to 64
ehci_hcd 0000:00:02.2: EHCI Host Controller
ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
ehci_hcd 0000:00:02.2: debug port 1
PCI: cache line size of 64 is not supported by device 0000:00:02.2
ehci_hcd 0000:00:02.2: irq 18, io mem 0xe1082000
ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 6 ports detected
input: Power Button (FF) as /class/input/input4
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /class/input/input5
ACPI: Power Button (CM) [PWRB]
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
i2c-adapter i2c-0: nForce2 SMBus adapter at 0x5000
i2c-adapter i2c-1: nForce2 SMBus adapter at 0x5500
agpgart: Detected NVIDIA nForce2 chipset
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
agpgart: AGP aperture is 128M @ 0xd0000000
ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 21
ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 21 (level, high) -> IRQ 19
PCI: Setting latency timer of device 0000:00:06.0 to 64
parport_pc 00:0c: reported by Plug and Play ACPI
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
intel8x0_measure_ac97_clock: measured 57179 usecs
intel8x0: clocking to 47457
Adding 1959920k swap on /dev/sda2.  Priority:-1 extents:1 across:1959920k
EXT3 FS on sda1, internal journal
Non-volatile memory driver v1.2
USB Universal Host Controller Interface driver v3.0
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
aufs 20080128
No dock devices found.
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
fuse init (API version 7.8)
NET: Registered protocol family 17
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda3, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
skge eth0: enabling interface
ADDRCONF(NETDEV_UP): eth0: link is not ready
skge eth0: disabling interface
skge eth0: enabling interface

Author:  larrybpsu [ Mon Jan 12, 2009 9:02 pm ]
Post subject: 

The answer MAY be that you're using a 386 compiled distro, and that code may be slowing down the I/O.

I remember here somewhere, that KM is compiled for 586 cpu's and that may be the magic that's keeping your network running fast.

If you're in the mood...do a recompile on the kernel and modules, and see if that makes a difference.

Edit...

Well....taking a better look at the dmesg listings...it looks like a 686 kernel. I'm one of those folks who recompiles a desktop system kernel for the SPECIFIC devices for the mobo and such. I try to make the kernel as lean and mean as possible.

Perhaps there's an update the to network driver? Way too many variables.

Author:  cliffsjunk [ Wed Mar 04, 2009 12:07 am ]
Post subject: 

I see it is showing as eth1. You might try disabling the hardware for the
extra ethernet card for a test and boot a CD (not a tweaked HD image).

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/