I made some slight progress.
I made runlevel 3 to be my default runlevel by editing the file /etc/inittab (for other newbies like me see
here). Then under the directory /etc/rc3.d I had the following files:
- Code: Select all
root@damacon:/etc/rc3.d# ls -l
total 4
-rw-r--r-- 1 root root 677 Nov 16 14:52 README
lrwxrwxrwx 1 root root 14 Jan 6 01:05 S01motd -> ../init.d/motd
lrwxrwxrwx 1 root root 17 Jan 6 01:48 S13rpcbind -> ../init.d/rpcbind
lrwxrwxrwx 1 root root 20 Jan 6 01:48 S14nfs-common -> ../init.d/nfs-common
lrwxrwxrwx 1 root root 24 Jan 6 01:49 S16binfmt-support -> ../init.d/binfmt-support
lrwxrwxrwx 1 root root 17 Jan 6 01:48 S16rsyslog -> ../init.d/rsyslog
lrwxrwxrwx 1 root root 14 Jan 6 01:49 S16sudo -> ../init.d/sudo
lrwxrwxrwx 1 root root 17 Jan 6 01:49 S17apache2 -> ../init.d/apache2
lrwxrwxrwx 1 root root 15 Jan 6 01:49 S18acpid -> ../init.d/acpid
lrwxrwxrwx 1 root root 17 Jan 6 01:49 S18anacron -> ../init.d/anacron
lrwxrwxrwx 1 root root 13 Jan 6 01:49 S18atd -> ../init.d/atd
lrwxrwxrwx 1 root root 14 Jan 6 01:49 S18cron -> ../init.d/cron
lrwxrwxrwx 1 root root 14 Jan 6 01:49 S18dbus -> ../init.d/dbus
lrwxrwxrwx 1 root root 15 Jan 6 01:49 S18exim4 -> ../init.d/exim4
lrwxrwxrwx 1 root root 26 Jan 6 10:29 S18fglrx-atieventsd -> ../init.d/fglrx-atieventsd
lrwxrwxrwx 1 root root 15 Jan 6 02:39 S18rsync -> ../init.d/rsync
lrwxrwxrwx 1 root root 27 Jan 6 01:49 S18speech-dispatcher -> ../init.d/speech-dispatcher
lrwxrwxrwx 1 root root 13 Jan 6 01:50 S18ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 22 Jan 6 01:49 S19avahi-daemon -> ../init.d/avahi-daemon
lrwxrwxrwx 1 root root 19 Jan 6 01:49 S19bluetooth -> ../init.d/bluetooth
lrwxrwxrwx 1 root root 25 Jan 6 01:49 S19network-manager -> ../init.d/network-manager
lrwxrwxrwx 1 root root 14 Jan 6 01:49 S20cups -> ../init.d/cups
lrwxrwxrwx 1 root root 14 Jan 6 01:51 S20gdm3 -> ../init.d/gdm3
lrwxrwxrwx 1 root root 20 Jan 6 01:49 S20pulseaudio -> ../init.d/pulseaudio
lrwxrwxrwx 1 root root 15 Jan 6 01:51 S20saned -> ../init.d/saned
lrwxrwxrwx 1 root root 18 Jan 6 01:51 S21bootlogs -> ../init.d/bootlogs
lrwxrwxrwx 1 root root 19 Jan 6 01:51 S22minissdpd -> ../init.d/minissdpd
lrwxrwxrwx 1 root root 18 Jan 6 01:51 S22rc.local -> ../init.d/rc.local
lrwxrwxrwx 1 root root 19 Jan 6 01:51 S22rmnologin -> ../init.d/rmnologin
#
I disabled the fglrx-atieventsd and gdm3 daemons by renaming these two links from Ssomething to Ksomething (as it is mentioned in the README file). Then I ran the following two commands which I believe gave me the expected two warnings:
- Code: Select all
# update-rc.d fglrx-atieventsd defaults
update-rc.d: using dependency based boot sequencing
insserv: warning: current start runlevel(s) (2 4 5) of script `fglrx-atieventsd' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 3 6) of script `fglrx-atieventsd' overrides LSB defaults (0 1 6).
# update-rc.d gdm3 defaults
update-rc.d: using dependency based boot sequencing
insserv: warning: current start runlevel(s) (2 4 5) of script `gdm3' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 3 6) of script `gdm3' overrides LSB defaults (0 1 6).
#
Then I rebooted the machine and now I do have access to the terminals again through Ctrl+Alt+F[1-6]. The characters are wide. Again however, startx fails, and after the failure the characters in the terminals are now much smaller/finer.
Any ideas for improving the situation now?
The new dmesg is:
- Code: Select all
# dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.35-2
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 0000000000080000 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000002dff0000 (usable)
[ 0.000000] BIOS-e820: 000000002dff0000 - 000000002dff3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000002dff3000 - 000000002e000000 (ACPI data)
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] DMI 2.3 present.
[ 0.000000] DMI: NVIDIA Corporation. nFORCE-MCP/MS-6373, BIOS 6.00 PG 10/03/2002
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x2dff0 max_arch_pfn = 0x1000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-AFFFF uncachable
[ 0.000000] B0000-BFFFF write-combining
[ 0.000000] C0000-C7FFF write-protect
[ 0.000000] C8000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 02E000000 mask FFE000000 uncachable
[ 0.000000] 2 base 030000000 mask FF0000000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 base 0D8000000 mask FFC000000 write-combining
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] initial memory mapped : 0 - 01a00000
[ 0.000000] Base memory trampoline at [c007c000] 7c000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-000000002dff0000
[ 0.000000] 0000000000 - 0000200000 page 4k
[ 0.000000] 0000200000 - 002de00000 page 2M
[ 0.000000] 002de00000 - 002dff0000 page 4k
[ 0.000000] kernel direct mapping tables up to 2dff0000 @ 19f9000-1a00000
[ 0.000000] RAMDISK: 2c755000 - 2d134000
[ 0.000000] ACPI: RSDP 000f6490 00014 (v00 Nvidia)
[ 0.000000] ACPI: RSDT 2dff3000 00028 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 2dff3040 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: DSDT 2dff30c0 03E5E (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000C)
[ 0.000000] ACPI: FACS 2dff0000 00040
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 735MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 2dff0000
[ 0.000000] low ram: 0 - 2dff0000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x0002dff0
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x00000080
[ 0.000000] 0: 0x00000100 -> 0x0002dff0
[ 0.000000] On node 0 totalpages: 188256
[ 0.000000] free_area_init_node: node 0, pgdat c1412180, node_mem_map eda2f200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3920 pages, LIFO batch:0
[ 0.000000] Normal zone: 1440 pages used for memmap
[ 0.000000] Normal zone: 182864 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 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] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
[ 0.000000] APIC: disable apic facility
[ 0.000000] APIC: switched to apic NOOP
[ 0.000000] nr_irqs_gsi: 16
[ 0.000000] PM: Registered nosave memory: 0000000000080000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 2e000000 (gap: 2e000000:d2000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @eda1b000 s33280 r0 d24064 u57344
[ 0.000000] pcpu-alloc: s33280 r0 d24064 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 186784
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-686-pae root=UUID=bc5b0222-e383-4c09-836b-9fbd44e9f3a6 ro quiet
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
[ 0.000000] Memory: 730920k/753600k available (2845k kernel code, 22104k reserved, 1353k data, 416k init, 0k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffd36000 - 0xfffff000 (2852 kB)
[ 0.000000] pkmap : 0xffa00000 - 0xffc00000 (2048 kB)
[ 0.000000] vmalloc : 0xee7f0000 - 0xff9fe000 ( 274 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xedff0000 ( 735 MB)
[ 0.000000] .init : 0xc141a000 - 0xc1482000 ( 416 kB)
[ 0.000000] .data : 0xc12c7484 - 0xc1419a80 (1353 kB)
[ 0.000000] .text : 0xc1000000 - 0xc12c7484 (2845 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:256 16
[ 0.000000] CPU 0 irqstacks, hard=ed406000 soft=ed408000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1102.464 MHz processor.
[ 0.008005] Calibrating delay loop (skipped), value calculated using timer frequency.. 2204.92 BogoMIPS (lpj=4409856)
[ 0.008016] pid_max: default: 32768 minimum: 301
[ 0.008114] Security Framework initialized
[ 0.008128] AppArmor: AppArmor disabled by boot time parameter
[ 0.008166] Mount-cache hash table entries: 512
[ 0.008484] Initializing cgroup subsys cpuacct
[ 0.008498] Initializing cgroup subsys memory
[ 0.008521] Initializing cgroup subsys devices
[ 0.008527] Initializing cgroup subsys freezer
[ 0.008532] Initializing cgroup subsys net_cls
[ 0.008538] Initializing cgroup subsys blkio
[ 0.008554] Initializing cgroup subsys perf_event
[ 0.008618] mce: CPU supports 4 MCE banks
[ 0.008686] SMP alternatives: switching to UP code
[ 0.014296] Freeing SMP alternatives: 8k freed
[ 0.014312] ACPI: Core revision 20110623
[ 0.018880] ACPI: setting ELCR to 0200 (from 1820)
[ 0.020163] weird, boot CPU (#0) not listed by the BIOS.
[ 0.020168] SMP motherboard not detected.
[ 0.020174] Local APIC not detected. Using dummy APIC emulation.
[ 0.020178] SMP disabled
[ 0.020183] Performance Events:
[ 0.020189] no APIC, boot with the "lapic" boot parameter to force-enable it.
[ 0.020193] no hardware sampling interrupt available.
[ 0.020200] AMD PMU driver.
[ 0.020206] ... version: 0
[ 0.020210] ... bit width: 48
[ 0.020214] ... generic registers: 4
[ 0.020218] ... value mask: 0000ffffffffffff
[ 0.020222] ... max period: 00007fffffffffff
[ 0.020226] ... fixed-purpose events: 0
[ 0.020230] ... event mask: 000000000000000f
[ 0.020738] NMI watchdog disabled (cpu0): not supported (no LAPIC?)
[ 0.020782] Brought up 1 CPUs
[ 0.020788] Total of 1 processors activated (2204.92 BogoMIPS).
[ 0.021206] devtmpfs: initialized
[ 0.021649] PM: Registering ACPI NVS region at 2dff0000 (12288 bytes)
[ 0.024036] print_constraints: dummy:
[ 0.024180] NET: Registered protocol family 16
[ 0.024458] ACPI: bus type pci registered
[ 0.052704] PCI: PCI BIOS revision 2.10 entry at 0xfb360, last bus=2
[ 0.052709] PCI: Using configuration type 1 for base access
[ 0.054529] bio: create slab <bio-0> at 0
[ 0.054722] ACPI: Added _OSI(Module Device)
[ 0.054728] ACPI: Added _OSI(Processor Device)
[ 0.054734] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.054739] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.056226] ACPI: EC: Look up EC in DSDT
[ 0.061941] ACPI: Interpreter enabled
[ 0.061961] ACPI: (supports S0 S1 S4 S5)
[ 0.062013] ACPI: Using PIC for interrupt routing
[ 0.071164] ACPI: No dock devices found.
[ 0.071171] HEST: Table not found.
[ 0.071184] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.071335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.071631] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.071639] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.071647] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.071654] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
[ 0.071660] pci_root PNP0A03:00: host bridge window [mem 0x2e000000-0xffefffff] (ignored)
[ 0.071694] pci 0000:00:00.0: [10de:01a4] type 0 class 0x000600
[ 0.071710] pci 0000:00:00.0: reg 10: [mem 0xd8000000-0xdbffffff pref]
[ 0.071792] pci 0000:00:00.1: [10de:01ac] type 0 class 0x000500
[ 0.071860] pci 0000:00:00.2: [10de:01ad] type 0 class 0x000500
[ 0.071928] pci 0000:00:00.3: [10de:01ab] type 0 class 0x000500
[ 0.072023] pci 0000:00:01.0: [10de:01b2] type 0 class 0x000601
[ 0.072148] pci 0000:00:01.1: [10de:01b4] type 0 class 0x000c05
[ 0.072171] pci 0000:00:01.1: reg 10: [io 0x5000-0x500f]
[ 0.072185] pci 0000:00:01.1: reg 14: [io 0x5020-0x502f]
[ 0.072200] pci 0000:00:01.1: reg 18: [io 0x6000-0x601f]
[ 0.072266] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.072306] pci 0000:00:02.0: [10de:01c2] type 0 class 0x000c03
[ 0.072328] pci 0000:00:02.0: reg 10: [mem 0xe0002000-0xe0002fff]
[ 0.072409] pci 0000:00:02.0: supports D1 D2
[ 0.072414] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.072446] pci 0000:00:03.0: [10de:01c2] type 0 class 0x000c03
[ 0.072468] pci 0000:00:03.0: reg 10: [mem 0xe0000000-0xe0000fff]
[ 0.072550] pci 0000:00:03.0: supports D1 D2
[ 0.072555] pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.072586] pci 0000:00:04.0: [10de:01c3] type 0 class 0x000200
[ 0.072608] pci 0000:00:04.0: reg 10: [mem 0xe0001000-0xe00013ff]
[ 0.072622] pci 0000:00:04.0: reg 14: [io 0xd800-0xd807]
[ 0.072695] pci 0000:00:04.0: supports D1 D2
[ 0.072700] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.072732] pci 0000:00:08.0: [10de:01b8] type 1 class 0x000604
[ 0.072793] pci 0000:00:09.0: [10de:01bc] type 0 class 0x000101
[ 0.072847] pci 0000:00:09.0: reg 20: [io 0xe000-0xe00f]
[ 0.072941] pci 0000:00:1e.0: [10de:01b7] type 1 class 0x000604
[ 0.073016] pci 0000:01:00.0: [10ec:8185] type 0 class 0x000200
[ 0.073043] pci 0000:01:00.0: reg 10: [io 0xc000-0xc0ff]
[ 0.073060] pci 0000:01:00.0: reg 14: [mem 0xdf020000-0xdf0201ff]
[ 0.073156] pci 0000:01:00.0: supports D1 D2
[ 0.073162] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.073200] pci 0000:01:01.0: [1102:0007] type 0 class 0x000401
[ 0.073227] pci 0000:01:01.0: reg 10: [io 0xc400-0xc41f]
[ 0.073334] pci 0000:01:01.0: supports D1 D2
[ 0.073366] pci 0000:01:02.0: [1002:5964] type 0 class 0x000300
[ 0.073393] pci 0000:01:02.0: reg 10: [mem 0xc0000000-0xc7ffffff pref]
[ 0.073411] pci 0000:01:02.0: reg 14: [io 0xc800-0xc8ff]
[ 0.073428] pci 0000:01:02.0: reg 18: [mem 0xdf000000-0xdf00ffff]
[ 0.073479] pci 0000:01:02.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.073519] pci 0000:01:02.0: supports D1 D2
[ 0.073553] pci 0000:01:02.1: [1002:5d44] type 0 class 0x000380
[ 0.073580] pci 0000:01:02.1: reg 10: [mem 0xc8000000-0xcfffffff pref]
[ 0.073597] pci 0000:01:02.1: reg 14: [mem 0xdf010000-0xdf01ffff]
[ 0.073693] pci 0000:01:02.1: supports D1 D2
[ 0.073764] pci 0000:00:08.0: PCI bridge to [bus 01-01]
[ 0.073773] pci 0000:00:08.0: bridge window [io 0xc000-0xcfff]
[ 0.073781] pci 0000:00:08.0: bridge window [mem 0xde000000-0xdfffffff]
[ 0.073790] pci 0000:00:08.0: bridge window [mem 0xc0000000-0xcfffffff pref]
[ 0.073831] pci 0000:02:00.0: [10de:01a0] type 0 class 0x000300
[ 0.073853] pci 0000:02:00.0: reg 10: [mem 0xdc000000-0xdcffffff]
[ 0.073867] pci 0000:02:00.0: reg 14: [mem 0xd0000000-0xd7ffffff pref]
[ 0.073910] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[ 0.073989] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
[ 0.073998] pci 0000:00:1e.0: bridge window [mem 0xdc000000-0xddffffff]
[ 0.074006] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xd7ffffff pref]
[ 0.074023] pci_bus 0000:00: on NUMA node 0
[ 0.074032] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.074287] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.074588] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[ 0.074705] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[ 0.103578] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11 *12 14 15)
[ 0.103728] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 *12 14 15)
[ 0.103875] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.104041] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.104197] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.104343] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.104489] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.104635] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.104778] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.104924] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.105069] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.105191] ACPI: PCI Interrupt Link [LUSB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[ 0.105351] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 10 11 *12 14 15)
[ 0.105713] vgaarb: device added: PCI:0000:01:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.105725] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=none,locks=none
[ 0.105731] vgaarb: loaded
[ 0.105735] vgaarb: bridge control possible 0000:02:00.0
[ 0.105739] vgaarb: bridge control possible 0000:01:02.0
[ 0.105876] PCI: Using ACPI for IRQ routing
[ 0.105886] PCI: pci_cache_line_size set to 32 bytes
[ 0.105999] reserve RAM buffer: 000000002dff0000 - 000000002fffffff
[ 0.106351] Switching to clocksource pit
[ 0.108569] pnp: PnP ACPI init
[ 0.108623] ACPI: bus type pnp registered
[ 0.109069] pnp 00:00: [mem 0x000d1800-0x000d3fff]
[ 0.109077] pnp 00:00: [mem 0x000f0000-0x000f7fff]
[ 0.109083] pnp 00:00: [mem 0x000f8000-0x000fbfff]
[ 0.109089] pnp 00:00: [mem 0x000fc000-0x000fffff]
[ 0.109095] pnp 00:00: [mem 0x2dff0000-0x2dffffff]
[ 0.109100] pnp 00:00: [mem 0xffb00000-0xffffffff]
[ 0.109106] pnp 00:00: [mem 0x00000000-0x0009ffff]
[ 0.109112] pnp 00:00: [mem 0x00100000-0x2dfeffff]
[ 0.109117] pnp 00:00: [mem 0xfec00000-0xfecfffff]
[ 0.109123] pnp 00:00: [mem 0xfee00000-0xfeefffff]
[ 0.109298] system 00:00: [mem 0x000d1800-0x000d3fff] has been reserved
[ 0.109307] system 00:00: [mem 0x000f0000-0x000f7fff] could not be reserved
[ 0.109314] system 00:00: [mem 0x000f8000-0x000fbfff] could not be reserved
[ 0.109322] system 00:00: [mem 0x000fc000-0x000fffff] could not be reserved
[ 0.109329] system 00:00: [mem 0x2dff0000-0x2dffffff] could not be reserved
[ 0.109337] system 00:00: [mem 0xffb00000-0xffffffff] has been reserved
[ 0.109344] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.109352] system 00:00: [mem 0x00100000-0x2dfeffff] could not be reserved
[ 0.109359] system 00:00: [mem 0xfec00000-0xfecfffff] has been reserved
[ 0.109367] system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.109378] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.109528] pnp 00:01: [bus 00-ff]
[ 0.109535] pnp 00:01: [io 0x0cf0-0x0cf7]
[ 0.109541] pnp 00:01: [io 0x0cf8-0x0cff]
[ 0.109547] pnp 00:01: [io 0x0000-0x0cf7 window]
[ 0.109553] pnp 00:01: [io 0x0d00-0xffff window]
[ 0.109559] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[ 0.109569] pnp 00:01: [mem 0x000c0000-0x000dffff window]
[ 0.109576] pnp 00:01: [mem 0x2e000000-0xffefffff window]
[ 0.109776] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.109908] pnp 00:02: [io 0x4000-0x40fe]
[ 0.109914] pnp 00:02: [io 0x40ff]
[ 0.110038] system 00:02: [io 0x4000-0x40fe] has been reserved
[ 0.110047] system 00:02: [io 0x40ff] has been reserved
[ 0.110055] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.110479] pnp 00:03: [io 0x0010-0x001f]
[ 0.110485] pnp 00:03: [io 0x0022-0x003f]
[ 0.110491] pnp 00:03: [io 0x0044-0x005f]
[ 0.110497] pnp 00:03: [io 0x0062-0x0063]
[ 0.110502] pnp 00:03: [io 0x0065-0x006f]
[ 0.110507] pnp 00:03: [io 0x0074-0x007f]
[ 0.110512] pnp 00:03: [io 0x0091-0x0093]
[ 0.110517] pnp 00:03: [io 0x00a2-0x00bf]
[ 0.110523] pnp 00:03: [io 0x00e0-0x00ef]
[ 0.110528] pnp 00:03: [io 0x0b78-0x0b7b]
[ 0.110533] pnp 00:03: [io 0x0f78-0x0f7b]
[ 0.110539] pnp 00:03: [io 0x0a78-0x0a7b]
[ 0.110544] pnp 00:03: [io 0x0e78-0x0e7b]
[ 0.110549] pnp 00:03: [io 0x0bbc-0x0bbf]
[ 0.110555] pnp 00:03: [io 0x0fbc-0x0fbf]
[ 0.110560] pnp 00:03: [io 0x04d0-0x04d1]
[ 0.110565] pnp 00:03: [io 0x0294-0x0297]
[ 0.110703] system 00:03: [io 0x0b78-0x0b7b] has been reserved
[ 0.110712] system 00:03: [io 0x0f78-0x0f7b] has been reserved
[ 0.110719] system 00:03: [io 0x0a78-0x0a7b] has been reserved
[ 0.110726] system 00:03: [io 0x0e78-0x0e7b] has been reserved
[ 0.110733] system 00:03: [io 0x0bbc-0x0bbf] has been reserved
[ 0.110741] system 00:03: [io 0x0fbc-0x0fbf] has been reserved
[ 0.110748] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.110755] system 00:03: [io 0x0294-0x0297] has been reserved
[ 0.110763] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.110796] pnp 00:04: [dma 4]
[ 0.110802] pnp 00:04: [io 0x0000-0x000f]
[ 0.110807] pnp 00:04: [io 0x0080-0x0090]
[ 0.110813] pnp 00:04: [io 0x0094-0x009f]
[ 0.110818] pnp 00:04: [io 0x00c0-0x00df]
[ 0.110904] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.110934] pnp 00:05: [io 0x0070-0x0073]
[ 0.110944] pnp 00:05: [irq 8]
[ 0.111033] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.111059] pnp 00:06: [io 0x0061]
[ 0.111145] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.111171] pnp 00:07: [io 0x00f0-0x00ff]
[ 0.111178] pnp 00:07: [irq 13]
[ 0.111268] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.111517] pnp 00:08: [io 0x03f0-0x03f5]
[ 0.111523] pnp 00:08: [io 0x03f7]
[ 0.111529] pnp 00:08: [irq 6]
[ 0.111534] pnp 00:08: [dma 2]
[ 0.111656] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.112002] pnp 00:09: [io 0x03f8-0x03ff]
[ 0.112008] pnp 00:09: [irq 4]
[ 0.112180] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.112561] pnp 00:0a: [io 0x02f8-0x02ff]
[ 0.112568] pnp 00:0a: [irq 3]
[ 0.112727] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.113355] pnp 00:0b: [io 0x0378-0x037f]
[ 0.113362] pnp 00:0b: [io 0x0778-0x077b]
[ 0.113368] pnp 00:0b: [irq 7]
[ 0.113525] pnp 00:0b: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.113770] pnp 00:0c: [io 0x0060]
[ 0.113776] pnp 00:0c: [io 0x0064]
[ 0.113782] pnp 00:0c: [irq 1]
[ 0.113881] pnp 00:0c: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.114234] pnp 00:0d: [io 0x0200-0x0207]
[ 0.114348] pnp 00:0d: Plug and Play ACPI device, IDs PNPb02f (active)
[ 0.114709] pnp 00:0e: [io 0x0330-0x0331]
[ 0.114716] pnp 00:0e: [irq 10]
[ 0.114871] pnp 00:0e: Plug and Play ACPI device, IDs PNPb006 (active)
[ 0.114892] pnp: PnP ACPI: found 15 devices
[ 0.114898] ACPI: ACPI bus type pnp unregistered
[ 0.114907] PnPBIOS: Disabled by ACPI PNP
[ 0.155016] Switching to clocksource acpi_pm
[ 0.155092] PCI: max bus depth: 1 pci_try_num: 2
[ 0.155159] pci 0000:01:02.0: BAR 6: assigned [mem 0xde000000-0xde01ffff pref]
[ 0.155168] pci 0000:00:08.0: PCI bridge to [bus 01-01]
[ 0.155175] pci 0000:00:08.0: bridge window [io 0xc000-0xcfff]
[ 0.155187] pci 0000:00:08.0: bridge window [mem 0xde000000-0xdfffffff]
[ 0.155196] pci 0000:00:08.0: bridge window [mem 0xc0000000-0xcfffffff pref]
[ 0.155211] pci 0000:02:00.0: BAR 6: assigned [mem 0xdd000000-0xdd00ffff pref]
[ 0.155217] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
[ 0.155226] pci 0000:00:1e.0: bridge window [mem 0xdc000000-0xddffffff]
[ 0.155235] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xd7ffffff pref]
[ 0.155260] pci 0000:00:08.0: setting latency timer to 64
[ 0.155274] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.155281] pci_bus 0000:00: resource 1 [mem 0x00000000-0x3ffffffff]
[ 0.155287] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
[ 0.155293] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdfffffff]
[ 0.155299] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff pref]
[ 0.155306] pci_bus 0000:02: resource 1 [mem 0xdc000000-0xddffffff]
[ 0.155312] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd7ffffff pref]
[ 0.155452] NET: Registered protocol family 2
[ 0.155620] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.156444] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.159239] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.160627] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.160635] TCP reno registered
[ 0.160647] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.160689] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.160975] NET: Registered protocol family 1
[ 0.161423] ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 11
[ 0.161431] PCI: setting IRQ 11 as level-triggered
[ 0.161690] ACPI: PCI Interrupt Link [LUBB] enabled at IRQ 5
[ 0.161696] PCI: setting IRQ 5 as level-triggered
[ 0.161770] pci 0000:01:02.0: Boot video device
[ 0.161794] PCI: CLS 32 bytes, default 32
[ 0.161956] Unpacking initramfs...
[ 0.775717] Freeing initrd memory: 10108k freed
[ 0.799858] audit: initializing netlink socket (disabled)
[ 0.799893] type=2000 audit(1357987180.795:1): initialized
[ 0.830296] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.830879] VFS: Disk quotas dquot_6.5.2
[ 0.830949] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.831125] msgmni has been set to 1447
[ 0.831516] alg: No test for stdrng (krng)
[ 0.831588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.831597] io scheduler noop registered
[ 0.831602] io scheduler deadline registered
[ 0.831621] io scheduler cfq registered (default)
[ 0.831918] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.831992] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.831998] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.833023] ERST: Table is not found!
[ 0.833029] GHES: HEST is not enabled!
[ 0.833063] isapnp: Scanning for PnP cards...
[ 1.188228] isapnp: No Plug & Play device found
[ 1.188472] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.208986] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.229520] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.250548] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.271158] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.271660] Linux agpgart interface v0.103
[ 1.271923] agpgart: Detected NVIDIA nForce chipset
[ 1.278469] agpgart-nvidia 0000:00:00.0: AGP aperture is 64M @ 0xd8000000
[ 1.278845] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 1.278852] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 1.279640] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.279927] mousedev: PS/2 mouse device common for all mice
[ 1.280089] rtc_cmos 00:05: RTC can wake from S4
[ 1.280307] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 1.280340] rtc0: alarms up to one year, y3k, 242 bytes nvram
[ 1.280371] cpuidle: using governor ladder
[ 1.280376] cpuidle: using governor menu
[ 1.280928] TCP cubic registered
[ 1.280980] NET: Registered protocol family 10
[ 1.282228] Mobile IPv6
[ 1.282236] NET: Registered protocol family 17
[ 1.282246] Registering the dns_resolver key type
[ 1.282294] Using IPI No-Shortcut mode
[ 1.282599] PM: Hibernation image not present or could not be loaded.
[ 1.282628] registered taskstats version 1
[ 1.283348] rtc_cmos 00:05: setting system clock to 2013-01-12 10:39:42 UTC (1357987182)
[ 1.283435] Initializing network drop monitor service
[ 1.283720] Freeing unused kernel memory: 416k freed
[ 1.284715] Write protecting the kernel text: 2848k
[ 1.284822] Write protecting the kernel read-only data: 1092k
[ 1.298184] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.324504] udevd[44]: starting version 175
[ 1.459597] ACPI: Fan [FAN] (on)
[ 1.479385] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 1.479758] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 11
[ 1.479776] forcedeth 0000:00:04.0: setting latency timer to 64
[ 1.515307] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.515316] ACPI: Thermal Zone [THRM] (45 C)
[ 1.575240] Floppy drive(s): fd0 is 1.44M
[ 1.582435] usbcore: registered new interface driver usbfs
[ 1.582507] usbcore: registered new interface driver hub
[ 1.602011] usbcore: registered new device driver usb
[ 1.603837] FDC 0 is a post-1991 82077
[ 1.614658] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.615550] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.744662] SCSI subsystem initialized
[ 1.813515] libata version 3.00 loaded.
[ 1.828069] Refined TSC clocksource calibration: 1102.499 MHz.
[ 1.828088] Switching to clocksource tsc
[ 2.005485] forcedeth 0000:00:04.0: ifname eth0, PHY OUI 0x57d @ 1, addr 00:10:dc:cf:4a:50
[ 2.005494] forcedeth 0000:00:04.0: timirq lnktim desc-v1
[ 2.005879] ohci_hcd 0000:00:02.0: setting latency timer to 64
[ 2.005887] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 2.005965] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[ 2.006016] ohci_hcd 0000:00:02.0: irq 11, io mem 0xe0002000
[ 2.062239] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.062250] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.062257] usb usb1: Product: OHCI Host Controller
[ 2.062262] usb usb1: Manufacturer: Linux 3.2.0-4-686-pae ohci_hcd
[ 2.062268] usb usb1: SerialNumber: 0000:00:02.0
[ 2.062854] hub 1-0:1.0: USB hub found
[ 2.062873] hub 1-0:1.0: 3 ports detected
[ 2.063074] pata_amd 0000:00:09.0: version 0.4.1
[ 2.063230] pata_amd 0000:00:09.0: setting latency timer to 64
[ 2.064571] scsi0 : pata_amd
[ 2.064948] scsi1 : pata_amd
[ 2.066383] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xe000 irq 14
[ 2.066391] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xe008 irq 15
[ 2.066683] ohci_hcd 0000:00:03.0: setting latency timer to 64
[ 2.066692] ohci_hcd 0000:00:03.0: OHCI Host Controller
[ 2.066737] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
[ 2.066790] ohci_hcd 0000:00:03.0: irq 5, io mem 0xe0000000
[ 2.122101] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.122111] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.122118] usb usb2: Product: OHCI Host Controller
[ 2.122123] usb usb2: Manufacturer: Linux 3.2.0-4-686-pae ohci_hcd
[ 2.122128] usb usb2: SerialNumber: 0000:00:03.0
[ 2.124706] hub 2-0:1.0: USB hub found
[ 2.124740] hub 2-0:1.0: 3 ports detected
[ 2.236525] ata1.00: ATA-6: WDC WD800BB-56JKC0, 05.01C05, max UDMA/100
[ 2.236536] ata1.00: 156301488 sectors, multi 16: LBA
[ 2.237502] ata1.01: ATA-5: WDC WD400BB-00DEA0, 05.03E05, max UDMA/100
[ 2.237510] ata1.01: 78165360 sectors, multi 16: LBA
[ 2.237529] ata1: nv_mode_filter: 0x3f39f&0x3f39f->0x3f39f, BIOS=0x3f000 (0xc6c600c0) ACPI=0x3f01f (20:20:0x15)
[ 2.237542] ata1: nv_mode_filter: 0x3f39f&0x3f39f->0x3f39f, BIOS=0x3f000 (0xc6c600c0) ACPI=0x3f01f (20:20:0x15)
[ 2.244467] ata1.00: configured for UDMA/100
[ 2.261260] ata1.01: configured for UDMA/100
[ 2.261601] scsi 0:0:0:0: Direct-Access ATA WDC WD800BB-56JK 05.0 PQ: 0 ANSI: 5
[ 2.262548] scsi 0:0:1:0: Direct-Access ATA WDC WD400BB-00DE 05.0 PQ: 0 ANSI: 5
[ 2.432421] ata2.01: ATAPI: ATAPI-CD ROM-DRIVE-56MAX, VER 56JA, max UDMA/33
[ 2.432443] ata2: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc6c600c0) ACPI=0x701f (600:60:0x14)
[ 2.436041] usb 1-1: new low-speed USB device number 2 using ohci_hcd
[ 2.440347] ata2.01: configured for UDMA/33
[ 2.441740] scsi 1:0:1:0: CD-ROM ATAPI-CD ROM-DRIVE-56MAX 56JA PQ: 0 ANSI: 5
[ 2.473947] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 2.474093] sd 0:0:0:0: [sda] Write Protect is off
[ 2.474101] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.474163] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.475621] sr0: scsi3-mmc drive: 0x/56x cd/rw xa/form2 cdda tray
[ 2.475633] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.476827] sr 1:0:1:0: Attached scsi CD-ROM sr0
[ 2.483863] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.484198] sd 0:0:1:0: Attached scsi generic sg1 type 0
[ 2.484390] sr 1:0:1:0: Attached scsi generic sg2 type 5
[ 2.526119] sd 0:0:1:0: [sdb] 78165360 512-byte logical blocks: (40.0 GB/37.2 GiB)
[ 2.526268] sd 0:0:1:0: [sdb] Write Protect is off
[ 2.526276] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.526339] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.539771] sda: sda1 sda2 sda3 < sda5 sda6 >
[ 2.562527] sdb: sdb1 < sdb5 >
[ 2.563581] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.563823] sd 0:0:1:0: [sdb] Attached SCSI disk
[ 2.649888] usb 1-1: New USB device found, idVendor=045e, idProduct=0040
[ 2.649899] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 2.649906] usb 1-1: Product: Microsoft 3-Button Mouse with IntelliEye(TM)
[ 2.649912] usb 1-1: Manufacturer: Microsoft
[ 2.677081] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:02.0/usb1/1-1/1-1:1.0/input/input1
[ 2.677481] generic-usb 0003:045E:0040.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:02.0-1/input0
[ 2.678008] usbcore: registered new interface driver usbhid
[ 2.678015] usbhid: USB HID core driver
[ 3.527491] PM: Starting manual resume from disk
[ 3.527505] PM: Hibernation image partition 8:5 present
[ 3.527509] PM: Looking for hibernation image.
[ 3.549130] PM: Image not found (code -22)
[ 3.549135] PM: Hibernation image not present or could not be loaded.
[ 3.686051] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 3.686685] SGI XFS Quota Management subsystem
[ 3.696443] XFS (sda2): Mounting Filesystem
[ 3.875014] XFS (sda2): Ending clean mount
[ 6.260342] udevd[326]: starting version 175
[ 7.295756] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[ 7.295774] ACPI: Power Button [PWRB]
[ 7.295980] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 7.295989] ACPI: Power Button [PWRF]
[ 7.397706] parport_pc 00:0b: reported by Plug and Play ACPI
[ 7.397782] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[ 7.508352] gameport gameport0: NS558 PnP Gameport is pnp00:0d/gameport0, io 0x200, speed 701kHz
[ 7.686011] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 7.866996] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 8.443461] cfg80211: Calling CRDA to update world regulatory domain
[ 8.682624] ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 12
[ 8.682635] PCI: setting IRQ 12 as level-triggered
[ 9.027369] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 9.028808] ieee80211 phy0: hwaddr 0013f782058d, RTL8185vD + rtl8225
[ 9.512555] ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 12
[ 9.512617] snd-ca0106: Model 100a Rev 00000000 Serial 100a1102
[ 9.975813] cfg80211: World regulatory domain updated:
[ 9.975827] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 9.975835] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 9.975842] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 9.975849] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 9.975855] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 9.975862] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 11.973909] Adding 3807228k swap on /dev/sda5. Priority:-1 extents:1 across:3807228k
[ 12.703128] loop: module loaded
[ 17.364721] RPC: Registered named UNIX socket transport module.
[ 17.364731] RPC: Registered udp transport module.
[ 17.364736] RPC: Registered tcp transport module.
[ 17.364740] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 17.458113] FS-Cache: Loaded
[ 17.550986] FS-Cache: Netfs 'nfs' registered for caching
[ 17.581035] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 22.918167] forcedeth 0000:00:04.0: eth0: no link during initialization
[ 22.919006] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 26.280602] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 27.191874] Bluetooth: Core ver 2.16
[ 27.191951] NET: Registered protocol family 31
[ 27.191957] Bluetooth: HCI device and connection manager initialized
[ 27.191966] Bluetooth: HCI socket layer initialized
[ 27.191971] Bluetooth: L2CAP socket layer initialized
[ 27.193241] Bluetooth: SCO socket layer initialized
[ 27.253544] Bluetooth: RFCOMM TTY layer initialized
[ 27.253561] Bluetooth: RFCOMM socket layer initialized
[ 27.253567] Bluetooth: RFCOMM ver 1.11
[ 27.273934] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.273943] Bluetooth: BNEP filters: protocol multicast
[ 27.674636] lp0: using parport0 (interrupt-driven).
[ 27.688981] ppdev: user-space parallel port driver
[ 29.916071] wlan0: authenticate with 00:1b:2f:d5:c4:c2 (try 1)
[ 29.930906] wlan0: authenticated
[ 30.056130] wlan0: associate with 00:1b:2f:d5:c4:c2 (try 1)
[ 30.065715] wlan0: RX AssocResp from 00:1b:2f:d5:c4:c2 (capab=0x401 status=0 aid=1)
[ 30.065727] wlan0: associated
[ 30.067693] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 40.640028] wlan0: no IPv6 routers present
[ 58.504470] ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 11
[ 58.691840] [drm] Initialized drm 1.1.0 20060810
[ 58.816073] [drm] radeon kernel modesetting enabled.
[ 58.819725] [drm] initializing kernel modesetting (RV280 0x1002:0x5964 0x148C:0x2073).
[ 58.819812] [drm] register mmio base: 0xDF000000
[ 58.819817] [drm] register mmio size: 65536
[ 58.824391] [drm] Generation 2 PCI interface, using max accessible memory
[ 58.824411] radeon 0000:01:02.0: VRAM: 128M 0x00000000C0000000 - 0x00000000C7FFFFFF (128M used)
[ 58.824420] radeon 0000:01:02.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
[ 58.828458] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 58.828470] [drm] Driver supports precise vblank timestamp query.
[ 58.828509] [drm] radeon: irq initialized.
[ 58.828807] [drm] Detected VRAM RAM=128M, BAR=128M
[ 58.828817] [drm] RAM width 64bits DDR
[ 58.829658] [TTM] Zone kernel: Available graphics memory: 370726 kiB.
[ 58.829664] [TTM] Initializing pool allocator.
[ 58.829730] [drm] radeon: 128M of VRAM memory ready
[ 58.829737] [drm] radeon: 512M of GTT memory ready.
[ 58.829783] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 58.844366] [drm] PCIE GART of 512M enabled (table at 0x000000002B800000).
[ 58.844464] radeon 0000:01:02.0: WB disabled
[ 58.846020] [drm] Loading R200 Microcode
[ 58.893330] platform radeon_cp.0: firmware: agent loaded radeon/R200_cp.bin into memory
[ 58.893806] [drm] radeon: ring at 0x00000000A0001000
[ 58.893834] [drm] ring test succeeded in 0 usecs
[ 58.894087] [drm] radeon: ib pool ready.
[ 58.894268] [drm] ib test succeeded in 0 usecs
[ 58.894955] [drm] Radeon Display Connectors
[ 58.894960] [drm] Connector 0:
[ 58.894964] [drm] VGA
[ 58.894971] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 58.894976] [drm] Encoders:
[ 58.894980] [drm] CRT1: INTERNAL_DAC1
[ 58.894984] [drm] Connector 1:
[ 58.894987] [drm] DVI-I
[ 58.894991] [drm] HPD1
[ 58.894996] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 58.895000] [drm] Encoders:
[ 58.895004] [drm] CRT2: INTERNAL_DAC2
[ 58.895008] [drm] DFP1: INTERNAL_TMDS1
[ 58.895011] [drm] Connector 2:
[ 58.895015] [drm] S-video
[ 58.895018] [drm] Encoders:
[ 58.895021] [drm] TV1: INTERNAL_DAC2
[ 59.041889] [drm] fb mappable at 0xC0040000
[ 59.041896] [drm] vram apper at 0xC0000000
[ 59.041901] [drm] size 4177920
[ 59.041904] [drm] fb depth is 24
[ 59.041908] [drm] pitch is 5440
[ 59.043619] fbcon: radeondrmfb (fb0) is primary device
[ 59.045783] Console: switching to colour frame buffer device 170x48
[ 59.045812] fb0: radeondrmfb frame buffer device
[ 59.045816] drm: registered panic notifier
[ 59.045842] [drm] Initialized radeon 2.12.0 20080528 for 0000:01:02.0 on minor 0
#