[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#614806: installation-reports: Installed system boots into hi-res framebuffer text mode beyond the limits of VGA monitor



Package: installation-reports
Severity: normal

The installation process worked without any surprises.  X was not
installed.  No tasks were selected for installation.

Ever since the first boot and with no change in configuration, the
installed system switches to a high-resolution video mode shortly
after the kernel loads.  This video mode (1024x768) was too high and
outside the acceptable range for the low-resolution monitor that was
connected to the machine, rendering the video image garbled, and
possibly putting the monitor at risk for permanent damage.  (This is
an old monitor for server maintenance, not regular workstation use.)

I didn't have another monitor conveniently available, so to
investigate I had to configure the system to use a serial console.
(Since GRUB didn't exhibit the same problem, I was able to boot the
system into single-user mode with a serial console enabled.)

Here's an excerpt of the system boot process, with "quiet" removed
from the kernel command-line, captured with the serial console.

Waiting for /dev to be fully populated...
[many messages about unrelated hardware]
[   13.010372] nouveau 0000:00:05.0: PCI INT A -> Link[LNEC] -> GSI 17 (level, low) -> IRQ 17
[   13.051770] [drm] nouveau 0000:00:05.0: failed to evaluate _DSM: 5
[   13.067782] [drm] nouveau 0000:00:05.0: Detected an NV40 generation card (0x04e000a2)
[   13.090466] [drm] nouveau 0000:00:05.0: Attempting to load BIOS image from PROM
[   13.098001] [drm] nouveau 0000:00:05.0: ... BIOS signature not found
[   13.104534] [drm] nouveau 0000:00:05.0: Attempting to load BIOS image from PRAMIN
[   13.154230] [drm] nouveau 0000:00:05.0: ... appears to be valid
[   13.160288] [drm] nouveau 0000:00:05.0: BIT BIOS found
[   13.165614] [drm] nouveau 0000:00:05.0: Bios version 05.51.22.23
[   13.171776] [drm] nouveau 0000:00:05.0: BIT table 'd' not found
[   13.177859] [drm] nouveau 0000:00:05.0: Found Display Configuration Block version 3.0
[   13.185894] [drm] nouveau 0000:00:05.0: DCB connector table: VHER 0x30 5 7 2
[   13.193124] [drm] nouveau 0000:00:05.0:   0: 0x00000000: type 0x00 idx 0 tag 0xff
[   13.200830] [drm] nouveau 0000:00:05.0: Raw DCB entry 0: 02000300 00000023
[   13.207904] [drm] nouveau 0000:00:05.0: Parsing VBIOS init table 0 at offset 0xCDD0
[   13.215823] [drm] nouveau 0000:00:05.0: Parsing VBIOS init table 1 at offset 0xCF27
[   13.223698] [drm] nouveau 0000:00:05.0: Parsing VBIOS init table 2 at offset 0xCF28
[   13.231968] [drm] nouveau 0000:00:05.0: Parsing VBIOS init table 3 at offset 0xD094
[   13.239865] [drm] nouveau 0000:00:05.0: Parsing VBIOS init table 4 at offset 0xD0DD
[   13.265555] [TTM] Zone  kernel: Available graphics memory: 1022328 kiB.
[   13.272378] [drm] nouveau 0000:00:05.0: 16 MiB VRAM
[   13.279666] [drm] nouveau 0000:00:05.0: 64 MiB GART (aperture)
[   13.286002] [drm] nouveau 0000:00:05.0: Allocating FIFO number 0
[   13.292787] [drm] nouveau 0000:00:05.0: nouveau_channel_alloc: initialised FIFO 0
[   13.301600] [drm] nouveau 0000:00:05.0: Initial CRTC_OWNER is 0
[   13.307684] [drm] nouveau 0000:00:05.0: Saving VGA fonts
[   13.350719] [drm] nouveau 0000:00:05.0: Detected a VGA connector
[   13.358876] [drm] nouveau 0000:00:05.0: Setting dpms mode 3 on vga encoder (output 0)
[   13.424031] [drm] nouveau 0000:00:05.0: Load detected on output B
[   13.430459] [drm] nouveau 0000:00:05.0: allocated 1024x768 fb: 0x49000, bo ffff88007c1e2400
[   13.506959] [drm] nouveau 0000:00:05.0: Setting dpms mode 0 on vga encoder (output 0)
[   13.506964] [drm] nouveau 0000:00:05.0: Output VGA-1 is running on CRTC 0 using output B
[   13.508986] Console: switching to colour frame buffer device 128x48
[   13.537607] fb0: nouveaufb frame buffer device
[   13.542167] registered panic notifier
[   13.546024] [drm] Initialized nouveau 0.0.15 20090420 for 0000:00:05.0 on minor 0
[a few more messages about unrelated hardware]
done.
Setting preliminary keymap...done.

It's when the messages about nouveau come up that the system switches
to an out-of-range video mode.  A full boot log is attached as
boot_log.txt.

As far as I know, my monitor does not advertise the capability to run
at 1024x768.  get-edid reports this, in part, to standard error
output:

VBE/DDC service about to be called
        Report DDC capabilities

        Performing real mode VBE call
        Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
        Function supported
        Call successful

        Monitor and video card combination does not support DDC1 transfers
        Monitor and video card combination does not support DDC2 transfers
        0 seconds per 128 byte EDID block transfer
        Screen is not blanked during DDC transfer

The installer itself worked fine.  It did use a framebuffer text mode,
but only at 800x600, which is within the limit of the monitor.  Here's
an excerpt from /var/log/installer/syslog:

Jun  4 03:51:21 kernel: [    0.353485] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010980000, using 1875k, total 16384k
Jun  4 03:51:21 kernel: [    0.353488] vesafb: mode is 800x600x16, linelength=1600, pages=2
Jun  4 03:51:21 kernel: [    0.353490] vesafb: scrolling: redraw
Jun  4 03:51:21 kernel: [    0.353493] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Jun  4 03:51:21 kernel: [    0.370000] Console: switching to colour frame buffer device 100x37
Jun  4 03:51:21 kernel: [    0.386228] fb0: VESA VGA frame buffer device

GRUB's own little framebuffer also works fine, running at what looks
like 640x480.

Once I found that my video hardware was nVidia (a fact that I don't
normally take into consideration with my servers, and which wasn't
obviously apparent from observing this problem), I found that I could
add nouveau.modeset=0 to the kernel command line to prevent a mode
change to 1024x768.  (The mode is still changed to 640x480, however.)


It is my opinion that Debian systems, if their video mode should
change at all in a non-X setting, should change only to modes that the
monitor advertises as being supported (perhaps via EDID).  If EDID
information is not available, the system should conservatively choose
640x480, or not change to a graphics mode at all.


-- Package-specific info:

Boot method: network
Image version: standard install from http://mirrors.kernel.org/debian/dists/stable/main/installer-amd64/20110106+b1/images/netboot/netboot.tar.gz
Date: 2011-02-23

Machine: ASRock K8NF4G-SATA2 using on-board nVidia video
Partitions: <df -Tl will do; the raw partition table is preferred>

# fdisk -ul /dev/sda

Disk /dev/sda: 2111 MB, 2111864832 bytes
255 heads, 63 sectors/track, 256 cylinders, total 4124736 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000e03c1

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048     3846143     1922048   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2         3848190     4122623      137217    5  Extended
Partition 2 does not end on cylinder boundary.
/dev/sda5         3848192     4122623      137216   82  Linux swap / Solaris

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [O]
Detect network card:    [O]
Configure network:      [O]
Detect CD:              [ ]
Load installer modules: [O]
Detect hard drives:     [O]
Partition hard drives:  [O]
Install base system:    [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Install tasks:          [ ]
Install boot loader:    [O]
Overall install:        [O]

Comments/Problems:

<Description of the install, in prose, and any thoughts, comments
      and ideas you had during the initial install.>


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to submit@bugs.debian.org.

==============================================
Installer lsb-release:
==============================================
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20110106+b1"
X_INSTALLATION_MEDIUM=netboot

==============================================
Installer hardware-summary:
==============================================
uname -a: Linux debian 2.6.32-5-amd64 #1 SMP Fri Dec 10 15:35:08 UTC 2010 x86_64 GNU/Linux
lspci -knn: 00:00.0 RAM memory [0500]: nVidia Corporation C51 Host Bridge [10de:02f1] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:02f1]
lspci -knn: 00:00.1 RAM memory [0500]: nVidia Corporation C51 Memory Controller 0 [10de:02fa] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:02fa]
lspci -knn: 00:00.2 RAM memory [0500]: nVidia Corporation C51 Memory Controller 1 [10de:02fe] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:02fe]
lspci -knn: 00:00.3 RAM memory [0500]: nVidia Corporation C51 Memory Controller 5 [10de:02f8] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:02f8]
lspci -knn: 00:00.4 RAM memory [0500]: nVidia Corporation C51 Memory Controller 4 [10de:02f9] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:02f9]
lspci -knn: 00:00.5 RAM memory [0500]: nVidia Corporation C51 Host Bridge [10de:02ff] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:02ff]
lspci -knn: 00:00.6 RAM memory [0500]: nVidia Corporation C51 Memory Controller 3 [10de:027f] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:027f]
lspci -knn: 00:00.7 RAM memory [0500]: nVidia Corporation C51 Memory Controller 2 [10de:027e] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:027e]
lspci -knn: 00:02.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge [10de:02fc] (rev a1)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:03.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge [10de:02fd] (rev a1)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:04.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge [10de:02fb] (rev a1)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:05.0 VGA compatible controller [0300]: nVidia Corporation C51G [GeForce 6100] [10de:0242] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:0242]
lspci -knn: 00:09.0 RAM memory [0500]: nVidia Corporation MCP51 Host Bridge [10de:0270] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:0270]
lspci -knn: 00:0a.0 ISA bridge [0601]: nVidia Corporation MCP51 LPC Bridge [10de:0261] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:0261]
lspci -knn: 00:0a.1 SMBus [0c05]: nVidia Corporation MCP51 SMBus [10de:0264] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:0264]
lspci -knn: 00:0b.0 USB Controller [0c03]: nVidia Corporation MCP51 USB Controller [10de:026d] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:026d]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:0b.1 USB Controller [0c03]: nVidia Corporation MCP51 USB Controller [10de:026e] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:026e]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:0d.0 IDE interface [0101]: nVidia Corporation MCP51 IDE [10de:0265] (rev a1)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:0265]
lspci -knn: 	Kernel driver in use: pata_amd
lspci -knn: 00:10.0 PCI bridge [0604]: nVidia Corporation MCP51 PCI Bridge [10de:026f] (rev a2)
lspci -knn: 00:10.2 Multimedia audio controller [0401]: nVidia Corporation MCP51 AC97 Audio Controller [10de:026b] (rev a2)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:0850]
lspci -knn: 00:14.0 Bridge [0680]: nVidia Corporation MCP51 Ethernet Controller [10de:0269] (rev a1)
lspci -knn: 	Subsystem: ASRock Incorporation Device [1849:0269]
lspci -knn: 	Kernel driver in use: forcedeth
lspci -knn: 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
lspci -knn: 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
lspci -knn: 00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102]
lspci -knn: 00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103]
lspci -knn: 04:08.0 RAID bus controller [0104]: Promise Technology, Inc. PDC20319 (FastTrak S150 TX4) [105a:3319] (rev 02)
lspci -knn: 	Subsystem: Promise Technology, Inc. PDC20319 (FastTrak S150 TX4) [105a:3319]
lspci -knn: 	Kernel driver in use: sata_promise
lspci -knn: 04:0a.0 RAID bus controller [0104]: Promise Technology, Inc. PDC20319 (FastTrak S150 TX4) [105a:3319] (rev 02)
lspci -knn: 	Subsystem: Promise Technology, Inc. PDC20319 (FastTrak S150 TX4) [105a:3319]
lspci -knn: 	Kernel driver in use: sata_promise
usb-list: 
usb-list: Bus 01 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
lsmod: Module                  Size  Used by
lsmod: hfsplus                65270  0 
lsmod: hfs                    37455  0 
lsmod: minix                  21197  0 
lsmod: msdos                   6202  0 
lsmod: ufs                    56474  0 
lsmod: qnx4                    6194  0 
lsmod: ntfs                  162796  0 
lsmod: reiserfs              194156  0 
lsmod: battery                 4998  0 
lsmod: dm_mod                 53754  0 
lsmod: md_mod                 73808  0 
lsmod: xfs                   436925  0 
lsmod: exportfs                3170  1 xfs
lsmod: jfs                   140089  0 
lsmod: ext4                  289033  0 
lsmod: jbd2                   67015  1 ext4
lsmod: crc16                   1319  1 ext4
lsmod: ext3                  106518  1 
lsmod: jbd                    37085  1 ext3
lsmod: btrfs                 375622  0 
lsmod: zlib_deflate           17746  1 btrfs
lsmod: crc32c                  2560  1 
lsmod: libcrc32c               1074  1 btrfs
lsmod: vfat                    7884  0 
lsmod: fat                    40038  2 msdos,vfat
lsmod: ext2                   52969  0 
lsmod: mbcache                 5050  3 ext4,ext3,ext2
lsmod: sd_mod                 29889  3 
lsmod: crc_t10dif              1276  1 sd_mod
lsmod: ata_generic             3047  0 
lsmod: sata_promise            9769  0 
lsmod: pata_amd                9869  2 
lsmod: parport_pc             18855  0 
lsmod: parport                27954  1 parport_pc
lsmod: libata                133632  3 ata_generic,sata_promise,pata_amd
lsmod: usb_storage            39561  0 
lsmod: scsi_mod              122149  3 sd_mod,libata,usb_storage
lsmod: fan                     3346  0 
lsmod: ohci_hcd               19212  0 
lsmod: ehci_hcd               31151  0 
lsmod: thermal                11674  0 
lsmod: thermal_sys            11942  2 fan,thermal
lsmod: forcedeth              45448  0 
lsmod: usbcore               122034  4 usb_storage,ohci_hcd,ehci_hcd
lsmod: nls_base                6377  7 hfsplus,hfs,ntfs,jfs,vfat,fat,usbcore
df: Filesystem           1K-blocks      Used Available Use% Mounted on
df: tmpfs                  1022328        24   1022304   0% /dev
df: /dev/sda1              1891820    411644   1384076  23% /target
df: /dev/sda1              1891820    411644   1384076  23% /dev/.static/dev
df: tmpfs                  1022328        24   1022304   0% /target/dev
free:               total         used         free       shared      buffers
free:   Mem:      2044656       501996      1542660            0         1492
free:  Swap:       137208            0       137208
free: Total:      2181864       501996      1679868
/proc/cmdline: vga=788 initrd=debian-installer/amd64/initrd.gz -- quiet  BOOT_IMAGE=debian-installer/amd64/linux 
/proc/cpuinfo: processor	: 0
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 15
/proc/cpuinfo: model		: 44
/proc/cpuinfo: model name	: AMD Athlon(tm) 64 Processor 3000+
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 2009.240
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 1
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up rep_good extd_apicid pni lahf_lm
/proc/cpuinfo: bogomips	: 4018.48
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 40 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts fid vid ttp tm stc
/proc/cpuinfo: 
/proc/ioports: 0000-001f : dma1
/proc/ioports: 0020-0021 : pic1
/proc/ioports: 0040-0043 : timer0
/proc/ioports: 0050-0053 : timer1
/proc/ioports: 0060-0060 : keyboard
/proc/ioports: 0064-0064 : keyboard
/proc/ioports: 0070-0071 : rtc0
/proc/ioports: 0080-008f : dma page reg
/proc/ioports: 00a0-00a1 : pic2
/proc/ioports: 00c0-00df : dma2
/proc/ioports: 00f0-00ff : fpu
/proc/ioports: 0170-0177 : 0000:00:0d.0
/proc/ioports:   0170-0177 : pata_amd
/proc/ioports: 01f0-01f7 : 0000:00:0d.0
/proc/ioports:   01f0-01f7 : pata_amd
/proc/ioports: 0290-029f : pnp 00:0b
/proc/ioports: 0376-0376 : 0000:00:0d.0
/proc/ioports:   0376-0376 : pata_amd
/proc/ioports: 0378-037a : parport0
/proc/ioports: 03c0-03df : vesafb
/proc/ioports: 03f6-03f6 : 0000:00:0d.0
/proc/ioports:   03f6-03f6 : pata_amd
/proc/ioports: 03f8-03ff : serial
/proc/ioports: 04d0-04d1 : pnp 00:07
/proc/ioports: 0800-080f : pnp 00:07
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: 2000-207f : pnp 00:07
/proc/ioports: 2080-20ff : pnp 00:07
/proc/ioports: 4000-407f : pnp 00:07
/proc/ioports:   4000-4003 : ACPI PM1a_EVT_BLK
/proc/ioports:   4004-4005 : ACPI PM1a_CNT_BLK
/proc/ioports:   4008-400b : ACPI PM_TMR
/proc/ioports:   4020-4027 : ACPI GPE0_BLK
/proc/ioports: 4080-40ff : pnp 00:07
/proc/ioports: 4400-447f : pnp 00:07
/proc/ioports: 4480-44ff : pnp 00:07
/proc/ioports: 4800-487f : pnp 00:07
/proc/ioports: 4880-48ff : pnp 00:07
/proc/ioports: 5000-503f : 0000:00:0a.1
/proc/ioports: 6000-603f : 0000:00:0a.1
/proc/ioports: d000-dfff : PCI Bus 0000:04
/proc/ioports:   d080-d0ff : 0000:04:0a.0
/proc/ioports:   d400-d40f : 0000:04:0a.0
/proc/ioports:   d480-d4bf : 0000:04:0a.0
/proc/ioports:   d800-d87f : 0000:04:08.0
/proc/ioports:   d880-d88f : 0000:04:08.0
/proc/ioports:   dc00-dc3f : 0000:04:08.0
/proc/ioports: e000-e0ff : 0000:00:10.2
/proc/ioports: e400-e4ff : 0000:00:10.2
/proc/ioports: e800-e807 : 0000:00:14.0
/proc/ioports:   e800-e807 : forcedeth
/proc/ioports: ffa0-ffaf : 0000:00:0d.0
/proc/ioports:   ffa0-ffaf : pata_amd
/proc/iomem: 00000000-0000ffff : reserved
/proc/iomem: 00010000-0009fbff : System RAM
/proc/iomem: 0009fc00-0009ffff : reserved
/proc/iomem: 000c0000-000cffff : pnp 00:0d
/proc/iomem: 000e8000-000fffff : reserved
/proc/iomem: 00100000-7efaffff : System RAM
/proc/iomem:   01000000-01301a94 : Kernel code
/proc/iomem:   01301a95-014dae6f : Kernel data
/proc/iomem:   01579000-0168a413 : Kernel bss
/proc/iomem: 7efb0000-7efbffff : ACPI Tables
/proc/iomem: 7efc0000-7efeffff : ACPI Non-volatile Storage
/proc/iomem: 7eff0000-7effffff : reserved
/proc/iomem: 7f000000-7fffffff : RAM buffer
/proc/iomem: 80000000-800fffff : PCI Bus 0000:04
/proc/iomem:   80000000-8000ffff : 0000:04:08.0
/proc/iomem:   80010000-8001ffff : 0000:04:0a.0
/proc/iomem: d0000000-dfffffff : 0000:00:05.0
/proc/iomem:   d0000000-d0ffffff : vesafb
/proc/iomem: e0000000-efffffff : PCI MMCONFIG 0 [00-ff]
/proc/iomem:   e0000000-efffffff : pnp 00:0c
/proc/iomem: faa00000-faafffff : PCI Bus 0000:04
/proc/iomem:   faaa0000-faabffff : 0000:04:0a.0
/proc/iomem:   faac0000-faadffff : 0000:04:08.0
/proc/iomem:   faafe000-faafefff : 0000:04:0a.0
/proc/iomem:     faafe000-faafefff : sata_promise
/proc/iomem:   faaff000-faafffff : 0000:04:08.0
/proc/iomem:     faaff000-faafffff : sata_promise
/proc/iomem: fc000000-fcffffff : 0000:00:05.0
/proc/iomem: fd000000-fdffffff : 0000:00:05.0
/proc/iomem: feb80000-febbffff : pnp 00:08
/proc/iomem: febdc000-febdcfff : 0000:00:14.0
/proc/iomem:   febdc000-febdcfff : forcedeth
/proc/iomem: febdd000-febddfff : 0000:00:10.2
/proc/iomem: febde000-febdefff : 0000:00:0b.0
/proc/iomem:   febde000-febdefff : ohci_hcd
/proc/iomem: febdfc00-febdfcff : 0000:00:0b.1
/proc/iomem:   febdfc00-febdfcff : ehci_hcd
/proc/iomem: febe0000-febfffff : 0000:00:05.0
/proc/iomem: fec00000-fec00fff : IOAPIC 0
/proc/iomem:   fec00000-fec00fff : reserved
/proc/iomem: fee00000-feefffff : reserved
/proc/iomem:   fee00000-fee00fff : Local APIC
/proc/iomem:     fee00000-fee00fff : pnp 00:08
/proc/iomem:   fee01000-feefffff : pnp 00:07
/proc/iomem: fefe0000-fefe01ff : pnp 00:07
/proc/iomem: ff000000-ffffffff : reserved
/proc/iomem:   ff000000-ffffffff : pnp 00:0d
/proc/interrupts:            CPU0       
/proc/interrupts:   0:         44   IO-APIC-edge      timer
/proc/interrupts:   1:        383   IO-APIC-edge      i8042
/proc/interrupts:   7:          1   IO-APIC-edge      parport0
/proc/interrupts:   8:          1   IO-APIC-edge      rtc0
/proc/interrupts:   9:          0   IO-APIC-fasteoi   acpi
/proc/interrupts:  14:     173096   IO-APIC-edge      pata_amd
/proc/interrupts:  15:          0   IO-APIC-edge      pata_amd
/proc/interrupts:  18:          0   IO-APIC-fasteoi   sata_promise
/proc/interrupts:  19:          0   IO-APIC-fasteoi   sata_promise
/proc/interrupts:  21:          0   IO-APIC-fasteoi   ohci_hcd:usb2
/proc/interrupts:  22:          0   IO-APIC-fasteoi   ehci_hcd:usb1
/proc/interrupts:  23:     180231   IO-APIC-fasteoi   eth0
/proc/interrupts: NMI:          0   Non-maskable interrupts
/proc/interrupts: LOC:      98285   Local timer interrupts
/proc/interrupts: SPU:          0   Spurious interrupts
/proc/interrupts: PMI:          0   Performance monitoring interrupts
/proc/interrupts: PND:          0   Performance pending work
/proc/interrupts: RES:          0   Rescheduling interrupts
/proc/interrupts: CAL:          0   Function call interrupts
/proc/interrupts: TLB:          0   TLB shootdowns
/proc/interrupts: TRM:          0   Thermal event interrupts
/proc/interrupts: THR:          0   Threshold APIC interrupts
/proc/interrupts: MCE:          0   Machine check exceptions
/proc/interrupts: MCP:          8   Machine check polls
/proc/interrupts: ERR:          1
/proc/interrupts: MIS:          0
/proc/meminfo: MemTotal:        2044656 kB
/proc/meminfo: MemFree:         1542612 kB
/proc/meminfo: Buffers:            1492 kB
/proc/meminfo: Cached:           415784 kB
/proc/meminfo: SwapCached:            0 kB
/proc/meminfo: Active:           219064 kB
/proc/meminfo: Inactive:         217488 kB
/proc/meminfo: Active(anon):      19360 kB
/proc/meminfo: Inactive(anon):        4 kB
/proc/meminfo: Active(file):     199704 kB
/proc/meminfo: Inactive(file):   217484 kB
/proc/meminfo: Unevictable:           0 kB
/proc/meminfo: Mlocked:               0 kB
/proc/meminfo: SwapTotal:        137208 kB
/proc/meminfo: SwapFree:         137208 kB
/proc/meminfo: Dirty:               520 kB
/proc/meminfo: Writeback:             0 kB
/proc/meminfo: AnonPages:         19388 kB
/proc/meminfo: Mapped:             2312 kB
/proc/meminfo: Shmem:                24 kB
/proc/meminfo: Slab:              44404 kB
/proc/meminfo: SReclaimable:      37440 kB
/proc/meminfo: SUnreclaim:         6964 kB
/proc/meminfo: KernelStack:         576 kB
/proc/meminfo: PageTables:          720 kB
/proc/meminfo: NFS_Unstable:          0 kB
/proc/meminfo: Bounce:                0 kB
/proc/meminfo: WritebackTmp:          0 kB
/proc/meminfo: CommitLimit:     1159536 kB
/proc/meminfo: Committed_AS:      23860 kB
/proc/meminfo: VmallocTotal:   34359738367 kB
/proc/meminfo: VmallocUsed:      280920 kB
/proc/meminfo: VmallocChunk:   34359453076 kB
/proc/meminfo: HardwareCorrupted:     0 kB
/proc/meminfo: HugePages_Total:       0
/proc/meminfo: HugePages_Free:        0
/proc/meminfo: HugePages_Rsvd:        0
/proc/meminfo: HugePages_Surp:        0
/proc/meminfo: Hugepagesize:       2048 kB
/proc/meminfo: DirectMap4k:        7872 kB
/proc/meminfo: DirectMap2M:     2072576 kB
/proc/bus/input/devices: I: Bus=0017 Vendor=0001 Product=0001 Version=0100
/proc/bus/input/devices: N: Name="Macintosh mouse button emulation"
/proc/bus/input/devices: P: Phys=
/proc/bus/input/devices: S: Sysfs=/devices/virtual/input/input0
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=mouse0 
/proc/bus/input/devices: B: EV=7
/proc/bus/input/devices: B: KEY=70000 0 0 0 0
/proc/bus/input/devices: B: REL=3
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
/proc/bus/input/devices: N: Name="AT Translated Set 2 keyboard"
/proc/bus/input/devices: P: Phys=isa0060/serio0/input0
/proc/bus/input/devices: S: Sysfs=/devices/platform/i8042/serio0/input/input1
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd 
/proc/bus/input/devices: B: EV=120013
/proc/bus/input/devices: B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=7
/proc/bus/input/devices: 

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-amd64 (Debian 2.6.32-30) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 03:40:32 UTC 2011
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=5a97d06f-1d16-4453-8df2-17c28a168d1d ro console=tty0 console=ttyS0,115200
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    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: 00000000000e8000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007efb0000 (usable)
[    0.000000]  BIOS-e820: 000000007efb0000 - 000000007efc0000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007efc0000 - 000000007eff0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007eff0000 - 000000007f000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.3 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] last_pfn = 0x7efb0 max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] init_memory_mapping: 0000000000000000-000000007efb0000
[    0.000000] RAMDISK: 37741000 - 37fef860
[    0.000000] ACPI: RSDP 00000000000fa820 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 000000007efb0000 00034 (v01 A M I  OEMRSDT  09000520 MSFT 00000097)
[    0.000000] ACPI: FACP 000000007efb0200 00084 (v02 A M I  OEMFACP  09000520 MSFT 00000097)
[    0.000000] ACPI: DSDT 000000007efb0440 04D0C (v01  K8N62 K8N62120 00000120 INTL 02002026)
[    0.000000] ACPI: FACS 000000007efc0000 00040
[    0.000000] ACPI: APIC 000000007efb0390 00070 (v01 A M I  OEMAPIC  09000520 MSFT 00000097)
[    0.000000] ACPI: MCFG 000000007efb0400 0003C (v01 A M I  OEMMCFG  09000520 MSFT 00000097)
[    0.000000] ACPI: OEMB 000000007efc0040 0005E (v01 A M I  AMI_OEM  09000520 MSFT 00000097)
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000007efb0000
[    0.000000] Bootmem setup node 0 0000000000000000-000000007efb0000
[    0.000000]   NODE_DATA [0000000000012000 - 0000000000019fff]
[    0.000000]   bootmap [000000000001a000 -  0000000000029df7] pages 10
[    0.000000] (7 early reservations) ==> bootmem [0000000000 - 007efb0000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0001000000 - 000168a414]    TEXT DATA BSS ==> [0001000000 - 000168a414]
[    0.000000]   #3 [0037741000 - 0037fef860]          RAMDISK ==> [0037741000 - 0037fef860]
[    0.000000]   #4 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #5 [000168b000 - 000168b0a9]              BRK ==> [000168b000 - 000168b0a9]
[    0.000000]   #6 [0000010000 - 0000012000]          PGTABLE ==> [0000010000 - 0000012000]
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007efb0
[    0.000000] Nvidia board detected. Ignoring ACPI timer override.
[    0.000000] If you got timer trouble try acpi_use_timer_override
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e8000
[    0.000000] PM: Registered nosave memory: 00000000000e8000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 7f000000 (gap: 7f000000:7fc00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001800000 s90328 r8192 d24360 u1048576
[    0.000000] pcpu-alloc: s90328 r8192 d24360 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 512787
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=5a97d06f-1d16-4453-8df2-17c28a168d1d ro console=tty0 console=ttyS0,115200
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ 100000000 size 32 MB
[    0.000000] Aperture beyond 4GB. Ignoring.
[    0.000000] Memory: 2035172k/2080448k available (3079k kernel code, 452k absent, 44824k reserved, 1892k data, 592k init)
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:424
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2009.270 MHz processor.
[    0.012008] Calibrating delay loop (skipped), value calculated using timer frequency.. 4018.54 BogoMIPS (lpj=8037080)
[    0.018852] Security Framework initialized
[    0.020010] SELinux:  Disabled at boot.
[    0.024226] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.032788] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.041040] Mount-cache hash table entries: 256
[    0.044227] Initializing cgroup subsys ns
[    0.048007] Initializing cgroup subsys cpuacct
[    0.052006] Initializing cgroup subsys devices
[    0.056004] Initializing cgroup subsys freezer
[    0.060004] Initializing cgroup subsys net_cls
[    0.064034] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.068004] CPU: L2 Cache: 512K (64 bytes/line)
[    0.072004] CPU 0/0x0 -> Node 0
[    0.076022] mce: CPU supports 5 MCE banks
[    0.080015] Performance Events: AMD PMU driver.
[    0.085528] ... version:                0
[    0.088003] ... bit width:              48
[    0.092003] ... generic registers:      4
[    0.096003] ... value mask:             0000ffffffffffff
[    0.100003] ... max period:             00007fffffffffff
[    0.104003] ... fixed-purpose events:   0
[    0.108003] ... event mask:             000000000000000f
[    0.112016] SMP alternatives: switching to UP code
[    0.122375] ACPI: Core revision 20090903
[    0.131978] Setting APIC routing to flat
[    0.136491] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[    0.182228] CPU0: AMD Athlon(tm) 64 Processor 3000+ stepping 02
[    0.192001] Brought up 1 CPUs
[    0.192001] Total of 1 processors activated (4018.54 BogoMIPS).
[    0.192272] devtmpfs: initialized
[    0.200375] regulator: core version 0.5
[    0.204071] NET: Registered protocol family 16
[    0.208125] TOM: 0000000080000000 aka 2048M
[    0.212028] ACPI: bus type pci registered
[    0.216074] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.220003] PCI: Not using MMCONFIG.
[    0.223604] PCI: Using configuration type 1 for base access
[    0.224457] bio: create slab <bio-0> at 0
[    0.234171] ACPI: Executed 1 blocks of module-level executable AML code
[    0.244898] ACPI: Interpreter enabled
[    0.248003] ACPI: (supports S0 S1 S4 S5)
[    0.252625] ACPI: Using IOAPIC for interrupt routing
[    0.256052] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.266238] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[    0.277136] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.291180] ACPI Warning: Incorrect checksum in table [OEMB] - C5, should be BF (20090903/tbutils-314)
[    0.300104] ACPI: No dock devices found.
[    0.304132] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.308291] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.312004] pci 0000:00:02.0: PME# disabled
[    0.316040] pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.320003] pci 0000:00:03.0: PME# disabled
[    0.324038] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.328003] pci 0000:00:04.0: PME# disabled
[    0.332315] pci 0000:00:0a.1: PME# supported from D3hot D3cold
[    0.336006] pci 0000:00:0a.1: PME# disabled
[    0.340065] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.344004] pci 0000:00:0b.0: PME# disabled
[    0.352020] pci 0000:00:0b.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.356004] pci 0000:00:0b.1: PME# disabled
[    0.360222] pci 0000:00:14.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.364004] pci 0000:00:14.0: PME# disabled
[    0.368406] pci 0000:00:10.0: transparent bridge
[    0.387985] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *15
[    0.390154] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
[    0.398153] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *15
[    0.404938] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
[    0.412417] ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *0, disabled.
[    0.420196] ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *0, disabled.
[    0.427062] ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *11
[    0.430162] ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *0, disabled.
[    0.438152] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *15
[    0.444939] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *15
[    0.450154] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *15
[    0.454155] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *0, disabled.
[    0.461848] ACPI: PCI Interrupt Link [LACI] (IRQs 20 21 22 23) *15
[    0.468420] ACPI: PCI Interrupt Link [LMC9] (IRQs 20 21 22 23) *0, disabled.
[    0.476196] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *15
[    0.482158] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *5
[    0.489465] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *0, disabled.
[    0.496418] ACPI: PCI Interrupt Link [LSA1] (IRQs 20 21 22 23) *0, disabled.
[    0.504453] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[    0.512344] vgaarb: device added: PCI:0000:00:05.0,decodes=io+mem,owns=io+mem,locks=none
[    0.516010] vgaarb: loaded
[    0.518858] PCI: Using ACPI for IRQ routing
[    0.525219] pnp: PnP ACPI init
[    0.528033] ACPI: bus type pnp registered
[    0.538080] pnp: PnP ACPI: found 14 devices
[    0.540004] ACPI: ACPI bus type pnp unregistered
[    0.544015] system 00:07: ioport range 0x4d0-0x4d1 has been reserved
[    0.548004] system 00:07: ioport range 0x800-0x80f has been reserved
[    0.552004] system 00:07: ioport range 0x4000-0x407f has been reserved
[    0.556004] system 00:07: ioport range 0x4080-0x40ff has been reserved
[    0.560004] system 00:07: ioport range 0x4400-0x447f has been reserved
[    0.564004] system 00:07: ioport range 0x4480-0x44ff has been reserved
[    0.568004] system 00:07: ioport range 0x4800-0x487f has been reserved
[    0.572004] system 00:07: ioport range 0x4880-0x48ff has been reserved
[    0.576004] system 00:07: ioport range 0x2000-0x207f has been reserved
[    0.580004] system 00:07: ioport range 0x2080-0x20ff has been reserved
[    0.584005] system 00:07: iomem range 0xfefe0000-0xfefe01ff has been reserved
[    0.588004] system 00:07: iomem range 0xfee01000-0xfeefffff has been reserved
[    0.592006] system 00:08: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.596004] system 00:08: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.600004] system 00:08: iomem range 0xfeb80000-0xfebbffff has been reserved
[    0.604006] system 00:0b: ioport range 0x290-0x29f has been reserved
[    0.608006] system 00:0c: iomem range 0xe0000000-0xefffffff has been reserved
[    0.612007] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
[    0.616004] system 00:0d: iomem range 0xc0000-0xcffff has been reserved
[    0.620004] system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
[    0.624004] system 00:0d: iomem range 0x100000-0x7fffffff could not be reserved
[    0.628004] system 00:0d: iomem range 0xff000000-0xffffffff has been reserved
[    0.637556] Switching to clocksource acpi_pm
[    0.640068] pci 0000:04:08.0: BAR 6: address space collision on of device [0xfaae0000-0xfaaeffff]
[    0.648971] pci 0000:04:0a.0: BAR 6: address space collision on of device [0xfaa90000-0xfaa9ffff]
[    0.657920] pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
[    0.663881] pci 0000:00:02.0:   IO window: disabled
[    0.668804] pci 0000:00:02.0:   MEM window: disabled
[    0.673812] pci 0000:00:02.0:   PREFETCH window: disabled
[    0.679257] pci 0000:00:03.0: PCI bridge, secondary bus 0000:02
[    0.685217] pci 0000:00:03.0:   IO window: disabled
[    0.690141] pci 0000:00:03.0:   MEM window: disabled
[    0.695150] pci 0000:00:03.0:   PREFETCH window: disabled
[    0.700597] pci 0000:00:04.0: PCI bridge, secondary bus 0000:03
[    0.706564] pci 0000:00:04.0:   IO window: disabled
[    0.711486] pci 0000:00:04.0:   MEM window: disabled
[    0.716494] pci 0000:00:04.0:   PREFETCH window: disabled
[    0.721942] pci 0000:00:10.0: PCI bridge, secondary bus 0000:04
[    0.727915] pci 0000:00:10.0:   IO window: 0xd000-0xdfff
[    0.733276] pci 0000:00:10.0:   MEM window: 0xfaa00000-0xfaafffff
[    0.739410] pci 0000:00:10.0:   PREFETCH window: 0x80000000-0x800fffff
[    0.746069] NET: Registered protocol family 2
[    0.750617] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.758847] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.775545] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.783418] TCP: Hash tables configured (established 262144 bind 65536)
[    0.790090] TCP reno registered
[    0.793427] NET: Registered protocol family 1
[    0.797898] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.803452] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.809009] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.840093] pci 0000:00:09.0: Found enabled HT MSI Mapping
[    0.845708] Unpacking initramfs...
[    1.095365] Freeing initrd memory: 8890k freed
[    1.111295] audit: initializing netlink socket (disabled)
[    1.116868] type=2000 audit(1298470743.116:1): initialized
[    1.125889] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.133874] VFS: Disk quotas dquot_6.5.2
[    1.137916] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.144502] msgmni has been set to 3992
[    1.148578] alg: No test for stdrng (krng)
[    1.152778] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.160227] io scheduler noop registered
[    1.164198] io scheduler anticipatory registered
[    1.168860] io scheduler deadline registered
[    1.173216] io scheduler cfq registered (default)
[    1.179983] Linux agpgart interface v0.103
[    1.184206] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.190634] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.196999] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.202787] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    1.210645] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.216867] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.227225] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.232343] mice: PS/2 mouse device common for all mice
[    1.237684] rtc_cmos 00:02: RTC can wake from S4
[    1.242406] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.248585] rtc0: alarms up to one year, y3k, 114 bytes nvram
[    1.254400] cpuidle: using governor ladder
[    1.258554] cpuidle: using governor menu
[    1.262535] No iBFT detected.
[    1.265923] TCP cubic registered
[    1.269348] NET: Registered protocol family 10
[    1.273925] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    1.283122] lo: Disabled Privacy Extensions
[    1.287662] Mobile IPv6
[    1.290158] NET: Registered protocol family 17
[    1.294777] registered taskstats version 1
[    1.299277] rtc_cmos 00:02: setting system clock to 2011-02-23 14:19:04 UTC (1298470744)
[    1.307451] Initalizing network drop monitor service
[    1.312490] Freeing unused kernel memory: 592k freed
[    1.317977] Write protecting the kernel read-only data: 4236k
Loading, please wait...
[    1.344195] udev[76]: starting version 164
[    1.521745] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    1.573640] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23
[    1.579668] forcedeth 0000:00:14.0: PCI INT A -> Link[LMAC] -> GSI 23 (level, low) -> IRQ 23
[    1.595148] SCSI subsystem initialized
[    1.628665] usbcore: registered new interface driver usbfs
[    1.634437] usbcore: registered new interface driver hub
[    1.640063] usbcore: registered new device driver usb
[    1.653552] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.660687] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 19
[    1.666585] sata_promise 0000:04:08.0: PCI INT A -> Link[LNKA] -> GSI 19 (level, low) -> IRQ 19
[    1.688111] scsi0 : sata_promise
[    1.691646] scsi1 : sata_promise
[    1.695049] scsi2 : sata_promise
[    1.698474] scsi3 : sata_promise
[    1.701873] ata1: SATA max UDMA/133 mmio m4096@0xfaaff000 ata 0xfaaff200 irq 19
[    1.709416] ata2: SATA max UDMA/133 mmio m4096@0xfaaff000 ata 0xfaaff280 irq 19
[    1.716952] ata3: SATA max UDMA/133 mmio m4096@0xfaaff000 ata 0xfaaff300 irq 19
[    1.724468] ata4: SATA max UDMA/133 mmio m4096@0xfaaff000 ata 0xfaaff380 irq 19
[    1.732725] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 18
[    1.738671] sata_promise 0000:04:0a.0: PCI INT A -> Link[LNKC] -> GSI 18 (level, low) -> IRQ 18
[    1.764108] scsi4 : sata_promise
[    1.767583] scsi5 : sata_promise
[    1.771022] scsi6 : sata_promise
[    1.774497] scsi7 : sata_promise
[    1.777930] ata5: SATA max UDMA/133 mmio m4096@0xfaafe000 ata 0xfaafe200 irq 18
[    1.785458] ata6: SATA max UDMA/133 mmio m4096@0xfaafe000 ata 0xfaafe280 irq 18
[    1.792933] ata7: SATA max UDMA/133 mmio m4096@0xfaafe000 ata 0xfaafe300 irq 18
[    1.800447] ata8: SATA max UDMA/133 mmio m4096@0xfaafe000 ata 0xfaafe380 irq 18
[    2.068043] ata1: SATA link down (SStatus 0 SControl 300)
[    2.125124] forcedeth 0000:00:14.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:13:8f:56:09:b3
[    2.133549] forcedeth 0000:00:14.0: highdma pwrctl lnktim desc-v3
[    2.139858] ata5: SATA link down (SStatus 0 SControl 300)
[    2.146082] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22
[    2.152039] ehci_hcd 0000:00:0b.1: PCI INT B -> Link[LUB2] -> GSI 22 (level, low) -> IRQ 22
[    2.160769] ehci_hcd 0000:00:0b.1: EHCI Host Controller
[    2.166168] ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 1
[    2.173797] ehci_hcd 0000:00:0b.1: debug port 1
[    2.178492] ehci_hcd 0000:00:0b.1: irq 22, io mem 0xfebdfc00
[    2.196022] ehci_hcd 0000:00:0b.1: USB 2.0 started, EHCI 1.00
[    2.201972] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.208943] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.216406] usb usb1: Product: EHCI Host Controller
[    2.221418] usb usb1: Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
[    2.227694] usb usb1: SerialNumber: 0000:00:0b.1
[    2.232696] usb usb1: configuration #1 chosen from 1 choice
[    2.238500] hub 1-0:1.0: USB hub found
[    2.242438] hub 1-0:1.0: 8 ports detected
[    2.247006] scsi8 : pata_amd
[    2.250112] scsi9 : pata_amd
[    2.254288] ata9: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    2.261473] ata10: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    2.344703] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.351483] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 21
[    2.357459] ohci_hcd 0000:00:0b.0: PCI INT A -> Link[LUB0] -> GSI 21 (level, low) -> IRQ 21
[    2.366048] ohci_hcd 0000:00:0b.0: OHCI Host Controller
[    2.371472] ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 2
[    2.379139] ohci_hcd 0000:00:0b.0: irq 21, io mem 0xfebde000
[    2.388037] ata2: SATA link down (SStatus 0 SControl 300)
[    2.442032] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.449018] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.456443] usb usb2: Product: OHCI Host Controller
[    2.461485] usb usb2: Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
[    2.467780] usb usb2: SerialNumber: 0000:00:0b.0
[    2.472828] ata9.00: ATA-0: WDC AC22100H, 10.07H09, max MWDMA2
[    2.478813] ata9.00: 4124736 sectors, multi 16: LBA 
[    2.483936] ata9.00: device is on DMA blacklist, disabling DMA
[    2.490334] usb usb2: configuration #1 chosen from 1 choice
[    2.496302] hub 2-0:1.0: USB hub found
[    2.500159] hub 2-0:1.0: 8 ports detected
[    2.504535] ata9.00: configured for PIO4
[    2.516253] ata9.00: device is on DMA blacklist, disabling DMA
[    2.536240] ata9.00: configured for PIO4
[    2.540258] ata9: EH complete
[    2.712037] ata3: SATA link down (SStatus 0 SControl 300)
[    3.036036] ata4: SATA link down (SStatus 0 SControl 300)
[    3.360036] ata6: SATA link down (SStatus 0 SControl 300)
[    3.684036] ata7: SATA link down (SStatus 0 SControl 300)
[    4.008037] ata8: SATA link down (SStatus 0 SControl 300)
[    4.013715] scsi 8:0:0:0: Direct-Access     ATA      WDC AC22100H     10.0 PQ: 0 ANSI: 5
[    4.040411] sd 8:0:0:0: [sda] 4124736 512-byte logical blocks: (2.11 GB/1.96 GiB)
[    4.048356] sd 8:0:0:0: [sda] Write Protect is off
[    4.053462] sd 8:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    4.063013]  sda: sda1 sda2 < sda5 >
[    4.111617] sd 8:0:0:0: [sda] Attached SCSI disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-pr[    5.095783] PM: Starting manual resume from disk
emount ... done.
[    5.211566] kjournald starting.  Commit interval 5 seconds
[    5.217225] EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.

INIT: version 2.88 booting
Using makefile-style concurrent boot in runlevel S.
Starting the hotplug events dispatcher: udevd[    8.955136] udev[361]: starting version 164
.
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...[   10.531137] input: PC Speaker as /devices/platform/pcspkr/input/input2
[   10.546193] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[   10.557304] processor LNXCPU:00: registered as cooling_device0
[   10.580375] ACPI: Power Button [PWRB]
[   10.584779] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[   10.593584] ACPI: Power Button [PWRF]
[   10.648779] gameport: NS558 PnP Gameport is pnp00:06/gameport0, io 0x200, speed 620kHz
[   11.095461] parport_pc 00:05: reported by Plug and Play ACPI
[   11.101425] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[   11.580249] i2c i2c-0: nForce2 SMBus adapter at 0x5000
[   11.586542] i2c i2c-1: nForce2 SMBus adapter at 0x6000
[   11.783135] [drm] Initialized drm 1.1.0 20060810
[   12.472791] EDAC MC: Ver: 2.1.0 Jan 12 2011
[   12.629343] EDAC amd64_edac:  Ver: 3.2.0 Jan 12 2011
[   12.634573] EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3).
[   12.645845] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[   12.645846]  Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[   12.645848]  (Note that use of the override may cause unknown side effects.)
[   12.674470] amd64_edac: probe of 0000:00:18.2 failed with error -22
[   12.750226] Error: Driver 'pcspkr' is already registered, aborting...
[   13.004419] ACPI: PCI Interrupt Link [LNEC] enabled at IRQ 17
[   13.010372] nouveau 0000:00:05.0: PCI INT A -> Link[LNEC] -> GSI 17 (level, low) -> IRQ 17
[   13.051770] [drm] nouveau 0000:00:05.0: failed to evaluate _DSM: 5
[   13.067782] [drm] nouveau 0000:00:05.0: Detected an NV40 generation card (0x04e000a2)
[   13.090466] [drm] nouveau 0000:00:05.0: Attempting to load BIOS image from PROM
[   13.098001] [drm] nouveau 0000:00:05.0: ... BIOS signature not found
[   13.104534] [drm] nouveau 0000:00:05.0: Attempting to load BIOS image from PRAMIN
[   13.154230] [drm] nouveau 0000:00:05.0: ... appears to be valid
[   13.160288] [drm] nouveau 0000:00:05.0: BIT BIOS found
[   13.165614] [drm] nouveau 0000:00:05.0: Bios version 05.51.22.23
[   13.171776] [drm] nouveau 0000:00:05.0: BIT table 'd' not found
[   13.177859] [drm] nouveau 0000:00:05.0: Found Display Configuration Block version 3.0
[   13.185894] [drm] nouveau 0000:00:05.0: DCB connector table: VHER 0x30 5 7 2
[   13.193124] [drm] nouveau 0000:00:05.0:   0: 0x00000000: type 0x00 idx 0 tag 0xff
[   13.200830] [drm] nouveau 0000:00:05.0: Raw DCB entry 0: 02000300 00000023
[   13.207904] [drm] nouveau 0000:00:05.0: Parsing VBIOS init table 0 at offset 0xCDD0
[   13.215823] [drm] nouveau 0000:00:05.0: Parsing VBIOS init table 1 at offset 0xCF27
[   13.223698] [drm] nouveau 0000:00:05.0: Parsing VBIOS init table 2 at offset 0xCF28
[   13.231968] [drm] nouveau 0000:00:05.0: Parsing VBIOS init table 3 at offset 0xD094
[   13.239865] [drm] nouveau 0000:00:05.0: Parsing VBIOS init table 4 at offset 0xD0DD
[   13.265555] [TTM] Zone  kernel: Available graphics memory: 1022328 kiB.
[   13.272378] [drm] nouveau 0000:00:05.0: 16 MiB VRAM
[   13.279666] [drm] nouveau 0000:00:05.0: 64 MiB GART (aperture)
[   13.286002] [drm] nouveau 0000:00:05.0: Allocating FIFO number 0
[   13.292787] [drm] nouveau 0000:00:05.0: nouveau_channel_alloc: initialised FIFO 0
[   13.301600] [drm] nouveau 0000:00:05.0: Initial CRTC_OWNER is 0
[   13.307684] [drm] nouveau 0000:00:05.0: Saving VGA fonts
[   13.350719] [drm] nouveau 0000:00:05.0: Detected a VGA connector
[   13.358876] [drm] nouveau 0000:00:05.0: Setting dpms mode 3 on vga encoder (output 0)
[   13.424031] [drm] nouveau 0000:00:05.0: Load detected on output B
[   13.430459] [drm] nouveau 0000:00:05.0: allocated 1024x768 fb: 0x49000, bo ffff88007c1e2400
[   13.506959] [drm] nouveau 0000:00:05.0: Setting dpms mode 0 on vga encoder (output 0)
[   13.506964] [drm] nouveau 0000:00:05.0: Output VGA-1 is running on CRTC 0 using output B
[   13.508986] Console: switching to colour frame buffer device 128x48
[   13.537607] fb0: nouveaufb frame buffer device
[   13.542167] registered panic notifier
[   13.546024] [drm] Initialized nouveau 0.0.15 20090420 for 0000:00:05.0 on minor 0
[   13.555910] ACPI: PCI Interrupt Link [LACI] enabled at IRQ 20
[   13.562913] Intel ICH 0000:00:10.2: PCI INT C -> Link[LACI] -> GSI 20 (level, low) -> IRQ 20
[   13.892047] intel8x0_measure_ac97_clock: measured 53593 usecs (2632 samples)
[   13.899304] intel8x0: clocking to 46915
done.
Setting preliminary keymap...done.
Activating swap...[   14.872979] Adding 137208k swap on /dev/sda5.  Priority:-1 extents:1 across:137208k 
done.
Checking root file system...fsck from util-linux-ng 2.17.2
/dev/sda1: clean, 16484/120240 files, 121435/480512 blocks
done.
[   15.537128] EXT3 FS on sda1, internal journal
Cleaning up ifupdown....
Loading kernel modules...[   15.807505] loop: module loaded
done.
Activating lvm and md swap...done.
Checking file systems...fsck from util-linux-ng 2.17.2
done.
Setting up networking....
Mounting local filesystems...done.
Activating swapfile swap...done.
Cleaning up temporary files....
Configuring network interfaces...done.
Cleaning up temporary files....
Setting console screen modes.
]Rcannot (un)set powersave mode
[9;30][14;30]Skipping font and keymap setup (handled by console-setup).
Setting up console font and keymap...done.
Setting kernel variables ...done.

INIT: Entering runlevel: 2
Using makefile-style concurrent boot in runlevel 2.
Starting enhanced syslogd: rsyslogd.
Starting ACPI services....
Starting periodic command scheduler: cron.

Debian GNU/Linux 6.0 debian ttyS0

debian login: 

Reply to: