New Mythdora install FAILED

I'm trying to install mythdora ver. 12 on sb2 on a multiboot Windows7/Linux system. The live cd boots fine, I run the Mythdora web setup program close the browser, click finish, wait a minute and click on "install to hard drive" It asks me what language, what time zone, and then when it starts to install it stops and I get this error:

Error processing drive:

/dev/sr0
173MB
TSSTcorp CDDVDW SH-S203B

This device may need to be reinitialized.

REINITIALIZING WILL CAUSE ALL DATA TO BE LOST!

Device details:
pci-0000:00:1f.2-scsi-2:0:0:0

I select "reinitialize drive" and the loading "animation" starts, I can hear the cd drive start up and then after a minute or 2 it stops and the animation disappears. Thinking I burned a bad CD I burned another one at the slowest speed. Then I tried it again with the new disk, selected "verified and boot" and the same thing happened.
So I decided to try an older version and downloaded the version 10 live cd. This time when I get to the "install to hard drive" step it tells me I need administration priviliges and asks for a log in and password. Nowhere in the initial setup did I see where to enter a password so I tried mythtv;mythtv , mythdora;mythdora , root;root , and my login and password I wanted to use for it once it was install, but EVERYTHING FAILED. I then hooked up my external USB 2 DVD burner, thinking maybe my internal drive is going bad, snd tried installing from there with the same results. 2 drives could be bad I guess, but I use both of them everyday and they work fine for everything else.
I really can't believe it has to be this dificult JUST to watch TV on my f**%$ng computer with Linux!! Did I mention everything works fine if I use the TV Tuner card with WinBlows? I just built this machine and it has the latest Intel I7 processor, a pretty good MSI motherboard, 16G Ram, a 120G SSD, and 1T hard drives, with a Nvidia GTX 560 video card. The machine's not a super powerhouse but it's not junk either, and this SHOULD work fine.
If anyone has seen these errors and knows a workaround I would appreciate a clue, 'cause I'm outta them. Or if Mythdora live cd iso can be installed to a flash drive, and someone can tell me the proceedure, I'd sure appreciate it. I REALLY don't want to go back to MicroCrap just to watch TV and transfer my VHS tapes to DVD.
Thanks,
Snyde

You should try the DVD

You should try the DVD install if you haven't yet. The DVD should be the stablest form of installation.

Ryan

RE: You should try the DVD

pisani wrote:

You should try the DVD install if you haven't yet. The DVD should be the stablest form of installation.

Ryan

Hi Ryan,
I was able to install Mythdora 12 DVD but I'm still running into problems. I'm wondering if the firmware isn't loading. After doing the MythTV setup and the V41 driver setup, acording to your walkthrough guide and the Hauppauge wiki, I did a dmesg | grep cx18, this is what I got:

dmesg | grep cx18

cx18: Start initialization, version 1.4.0
cx18-0: Initializing card 0
cx18-0: Autodetected Hauppauge card
cx18 0000:06:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
cx18-0: Unreasonably low latency timer, setting to 64 (was 32)
cx18-0: cx23418 revision 01010000 (B)
cx18-0: Autodetected Hauppauge HVR-1600
cx18-0: Simultaneous Digital and Analog TV capture supported
IRQ 18/cx18-0: IRQF_DISABLED is not guaranteed on shared IRQs
cs5345 1-004c: chip found @ 0x98 (cx18 i2c driver #0-0)
cx18-0: Registered device video0 for encoder MPEG (64 x 32.00 kB)
DVB: registering new adapter (cx18)
cx18-0: frontend initialization failed
cx18-0: DVB failed to register
cx18-0: Registered device video32 for encoder YUV (20 x 101.25 kB)
cx18-0: Registered device vbi0 for encoder VBI (20 x 51984 bytes)
cx18-0: Registered device video24 for encoder PCM audio (256 x 4.00 kB)
cx18-0: Error -1 registering devices
cx18-0: Error -1 on initialization
cx18: probe of 0000:06:01.0 failed with error -1
cx18: End initialization

According to the 1600 wiki I should see:

dmesg | grep cx18

[ 8.651532] cx18: Start initialization, version 1.0.1
[ 8.651572] cx18-0: Initializing card #0
[ 8.651575] cx18-0: Autodetected Hauppauge card
[ 23.555603] cx18-0: loaded v4l-cx23418-apu.fw firmware V00120000 (141200 bytes)
[ 24.227119] cx18-0: loaded v4l-cx23418-cpu.fw firmware (158332 bytes)
[ 25.651060] cx18-0: loaded v4l-cx23418-dig.fw firmware (16382 bytes)

3 lines where the firmware is being loaded, I don't see those lines when I do a dmesg | grep cx18 in my terminal.

I checked the /lib/firmware directory and those 3 files are there.

[mythtv@snyde-desktop firmware]$ ls v4l-cx23418*.fw
v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw

I have to assume that if these 3 files don't load that the card isn't going to be able to be probed in the Mythtv > Capture Card setup. If I understand thing correctly, might this be my whole problem now, at least at this point? Is there another way to see if these files are being loaded, or another way to load them?

I appreciate any help you, or anyone else can offer.
Snyde

Post messages file please?

Hi I realize now I shouldn't use the "Ryan" at the end of my messages..I don't want to (and can't) take the credit of the mighty Ryan Pisani (am I laying it on thick enough yet? ;) )

Yes I believe you should see the firmware load. It appears that you have a /dev/video0 device now..could you confirm?

Also I think it would help if you look in /var/log/messages and post the entire boot process (don't filter with grep) it should give us a good idea of what's going belly-up.

I'll look at my boot process and try to make a comparison and report back.

Monir811

**Edit**
On my system I see where it should be loading the firmware during boot. My system requests and loads the v4l-cx23418-cpu.fw, v4l-cx23418-apu.fw, v4l-cx23418-dig.fw. I would think you should at least see the request and subsequent failure/success of the firmware.

Just for the heck of it, verify the following (in this order) before we continue fighting:

Have you applied all updates? If not, "sudo yum update"

Make sure you compile and install the drivers at both links below(make and make install):

hg clone http://linuxtv.org/hg/v4l-dvb

AND (below is required for the model 1199 HVR1600 to work)

hg clone http://linuxtv.org/hg/~awalls/ivtv-cx18/

Let me know if you have any questions.

Monir811

RE: Post message file please.

Hey Ryan, err Monir811, :-)

monir811 wrote:

Hi I realize now I shouldn't use the "Ryan" at the end of my messages..I don't want to (and can't) take the credit of the mighty Ryan Pisani (am I laying it on thick enough yet? ;) )

Sorry I don't know who you're talking about, so that means nothing to me,(no offense to anyone intended).

monir811 wrote:

Yes I believe you should see the firmware load. It appears that you have a /dev/video0 device now..could you confirm?

No there is no /dev/video0. Somewhere, I think on the Hauppauge 1600 wiki, it said if there wasn't a /dev/video0 to create one, so I went to the terminal and:

su -
password
mkdir /dev/video0

There is now one there, but it's empty.

monir811 wrote:

Also I think it would help if you look in /var/log/messages and post the entire boot process (don't filter with grep) it should give us a good idea of what's going belly-up.

I'll look at my boot process and try to make a comparison and report back.

Monir811

Here is my /var/log/messages contents:

Jan 31 17:14:29 localhost kernel: imklog 4.4.2, log source = /proc/kmsg started.
Jan 31 17:14:29 localhost rsyslogd: [origin software="rsyslogd" swVersion="4.4.2" x-pid="1102" x-info="http://www.rsyslog.com"] (re)start
Jan 31 17:14:29 localhost kernel: Initializing cgroup subsys cpuset
Jan 31 17:14:29 localhost kernel: Initializing cgroup subsys cpu
Jan 31 17:14:29 localhost kernel: Linux version 2.6.32.11-99.fc12.x86_64 (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.4.3 20100127 (Red Hat 4.4.3-4) (GCC) ) #1 SMP Mon Apr 5 19:59:38 UTC 2010
Jan 31 17:14:29 localhost kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32.11-99.fc12.x86_64 root=/dev/sdb5
Jan 31 17:14:29 localhost kernel: KERNEL supported cpus:
Jan 31 17:14:29 localhost kernel: Intel GenuineIntel
Jan 31 17:14:29 localhost kernel: AMD AuthenticAMD
Jan 31 17:14:29 localhost kernel: Centaur CentaurHauls
Jan 31 17:14:29 localhost kernel: BIOS-provided physical RAM map:
Jan 31 17:14:29 localhost kernel: BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 0000000000100000 - 00000000bf170000 (usable)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000bf170000 - 00000000bf1bc000 (ACPI NVS)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000bf1bc000 - 00000000bf29a000 (reserved)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000bf29a000 - 00000000bf2a2000 (ACPI data)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000bf2a2000 - 00000000bf4f2000 (reserved)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000bf4f2000 - 00000000bf4f4000 (usable)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000bf4f4000 - 00000000bf504000 (reserved)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000bf504000 - 00000000bf50f000 (ACPI NVS)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000bf50f000 - 00000000bf534000 (reserved)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000bf534000 - 00000000bf577000 (ACPI NVS)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000bf577000 - 00000000bf800000 (usable)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000fed1c000 - 00000000fed40000 (reserved)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
Jan 31 17:14:29 localhost kernel: BIOS-e820: 0000000100000000 - 000000043f800000 (usable)
Jan 31 17:14:29 localhost kernel: DMI 2.7 present.
Jan 31 17:14:29 localhost kernel: AMI BIOS detected: BIOS may corrupt low RAM, working around it.
Jan 31 17:14:29 localhost kernel: last_pfn = 0x43f800 max_arch_pfn = 0x400000000
Jan 31 17:14:29 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Jan 31 17:14:29 localhost kernel: total RAM covered: 16376M
Jan 31 17:14:29 localhost kernel: Found optimal setting for mtrr clean up
Jan 31 17:14:29 localhost kernel: gran_size: 64K chunk_size: 16M num_reg: 6 lose cover RAM: 0G
Jan 31 17:14:29 localhost kernel: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
Jan 31 17:14:29 localhost kernel: init_memory_mapping: 0000000000000000-00000000bf800000
Jan 31 17:14:29 localhost kernel: init_memory_mapping: 0000000100000000-000000043f800000
Jan 31 17:14:29 localhost kernel: RAMDISK: 3751e000 - 37fef43a
Jan 31 17:14:29 localhost kernel: ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
Jan 31 17:14:29 localhost kernel: ACPI: XSDT 00000000bf29a070 0005C (v01 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:14:29 localhost kernel: ACPI: FACP 00000000bf2a1068 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:14:29 localhost kernel: ACPI: DSDT 00000000bf29a158 06F09 (v02 ALASKA A M I 00000015 INTL 20051117)
Jan 31 17:14:29 localhost kernel: ACPI: FACS 00000000bf506f80 00040
Jan 31 17:14:29 localhost kernel: ACPI: APIC 00000000bf2a1160 00092 (v03 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:14:29 localhost kernel: ACPI: SSDT 00000000bf2a11f8 001D6 (v01 AMICPU PROC 00000001 MSFT 03000001)
Jan 31 17:14:29 localhost kernel: ACPI: MCFG 00000000bf2a13d0 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
Jan 31 17:14:29 localhost kernel: ACPI: HPET 00000000bf2a1410 00038 (v01 ALASKA A M I 01072009 AMI. 00000004)
Jan 31 17:14:29 localhost kernel: ACPI: ASF! 00000000bf2a1448 000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
Jan 31 17:14:29 localhost kernel: ACPI: BGRT 00000000bf2a14e8 0003C (v00 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:14:29 localhost kernel: No NUMA configuration found
Jan 31 17:14:29 localhost kernel: Faking a node at 0000000000000000-000000043f800000
Jan 31 17:14:29 localhost kernel: Bootmem setup node 0 0000000000000000-000000043f800000
Jan 31 17:14:29 localhost kernel: NODE_DATA [000000000001f000 - 0000000000034fff]
Jan 31 17:14:29 localhost kernel: bootmap [0000000000100000 - 0000000000187eff] pages 88
Jan 31 17:14:29 localhost kernel: (8 early reservations) ==> bootmem [0000000000 - 043f800000]
Jan 31 17:14:29 localhost kernel: #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
Jan 31 17:14:29 localhost kernel: #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
Jan 31 17:14:29 localhost kernel: #2 [0001000000 - 0001a53ee8] TEXT DATA BSS ==> [0001000000 - 0001a53ee8]
Jan 31 17:14:29 localhost kernel: #3 [003751e000 - 0037fef43a] RAMDISK ==> [003751e000 - 0037fef43a]
Jan 31 17:14:29 localhost kernel: #4 [000009d800 - 0000100000] BIOS reserved ==> [000009d800 - 0000100000]
Jan 31 17:14:29 localhost kernel: #5 [0001a54000 - 0001a541f6] BRK ==> [0001a54000 - 0001a541f6]
Jan 31 17:14:29 localhost kernel: #6 [0000010000 - 0000012000] PGTABLE ==> [0000010000 - 0000012000]
Jan 31 17:14:29 localhost kernel: #7 [0000012000 - 000001f000] PGTABLE ==> [0000012000 - 000001f000]
Jan 31 17:14:29 localhost kernel: found SMP MP-table at [ffff8800000fceb0] fceb0
Jan 31 17:14:29 localhost kernel: Zone PFN ranges:
Jan 31 17:14:29 localhost kernel: DMA 0x00000010 -> 0x00001000
Jan 31 17:14:29 localhost kernel: DMA32 0x00001000 -> 0x00100000
Jan 31 17:14:29 localhost kernel: Normal 0x00100000 -> 0x0043f800
Jan 31 17:14:29 localhost kernel: Movable zone start PFN for each node
Jan 31 17:14:29 localhost kernel: early_node_map[5] active PFN ranges
Jan 31 17:14:29 localhost kernel: 0: 0x00000010 -> 0x0000009d
Jan 31 17:14:29 localhost kernel: 0: 0x00000100 -> 0x000bf170
Jan 31 17:14:29 localhost kernel: 0: 0x000bf4f2 -> 0x000bf4f4
Jan 31 17:14:29 localhost kernel: 0: 0x000bf577 -> 0x000bf800
Jan 31 17:14:29 localhost kernel: 0: 0x00100000 -> 0x0043f800
Jan 31 17:14:29 localhost kernel: ACPI: PM-Timer IO Port: 0x408
Jan 31 17:14:29 localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Jan 31 17:14:29 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Jan 31 17:14:29 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
Jan 31 17:14:29 localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
Jan 31 17:14:29 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Jan 31 17:14:29 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
Jan 31 17:14:29 localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
Jan 31 17:14:29 localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
Jan 31 17:14:29 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jan 31 17:14:29 localhost kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
Jan 31 17:14:29 localhost kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Jan 31 17:14:29 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 31 17:14:29 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 31 17:14:29 localhost kernel: Using ACPI (MADT) for SMP configuration information
Jan 31 17:14:29 localhost kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Jan 31 17:14:29 localhost kernel: SMP: Allowing 8 CPUs, 0 hotplug CPUs
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 000000000009d000 - 000000000009e000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000bf170000 - 00000000bf1bc000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000bf1bc000 - 00000000bf29a000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000bf29a000 - 00000000bf2a2000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000bf2a2000 - 00000000bf4f2000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000bf4f4000 - 00000000bf504000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000bf504000 - 00000000bf50f000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000bf50f000 - 00000000bf534000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000bf534000 - 00000000bf577000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000bf800000 - 00000000fed1c000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000fed1c000 - 00000000fed40000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000fed40000 - 00000000ff000000
Jan 31 17:14:29 localhost kernel: PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
Jan 31 17:14:29 localhost kernel: Allocating PCI resources starting at bf800000 (gap: bf800000:3f51c000)
Jan 31 17:14:29 localhost kernel: Booting paravirtualized kernel on bare hardware
Jan 31 17:14:29 localhost kernel: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
Jan 31 17:14:29 localhost kernel: PERCPU: Embedded 30 pages/cpu @ffff88000fe00000 s90392 r8192 d24296 u262144
Jan 31 17:14:29 localhost kernel: pcpu-alloc: s90392 r8192 d24296 u262144 alloc=1*2097152
Jan 31 17:14:29 localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Jan 31 17:14:29 localhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4128048
Jan 31 17:14:29 localhost kernel: Policy zone: Normal
Jan 31 17:14:29 localhost kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32.11-99.fc12.x86_64 root=/dev/sdb5
Jan 31 17:14:29 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Jan 31 17:14:29 localhost kernel: Initializing CPU#0
Jan 31 17:14:29 localhost kernel: xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
Jan 31 17:14:29 localhost kernel: Checking aperture...
Jan 31 17:14:29 localhost kernel: No AGP bridge found
Jan 31 17:14:29 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 31 17:14:29 localhost kernel: Placing 64MB software IO TLB between ffff88000ffde000 - ffff880013fde000
Jan 31 17:14:29 localhost kernel: software IO TLB at phys 0xffde000 - 0x13fde000
Jan 31 17:14:29 localhost kernel: Memory: 16437776k/17817600k available (4465k kernel code, 1061344k absent, 318480k reserved, 3720k data, 936k init)
Jan 31 17:14:29 localhost kernel: SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jan 31 17:14:29 localhost kernel: Hierarchical RCU implementation.
Jan 31 17:14:29 localhost kernel: NR_IRQS:4352 nr_irqs:472
Jan 31 17:14:29 localhost kernel: Extended CMOS year: 2000
Jan 31 17:14:29 localhost kernel: Console: colour VGA+ 80x25
Jan 31 17:14:29 localhost kernel: console [tty0] enabled
Jan 31 17:14:29 localhost kernel: allocated 167772160 bytes of page_cgroup
Jan 31 17:14:29 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Jan 31 17:14:29 localhost kernel: HPET: 8 timers in total, 5 timers will be used for per-cpu timer
Jan 31 17:14:29 localhost kernel: Fast TSC calibration using PIT
Jan 31 17:14:29 localhost kernel: Detected 3392.187 MHz processor.
Jan 31 17:14:29 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.37 BogoMIPS (lpj=3392187)
Jan 31 17:14:29 localhost kernel: Security Framework initialized
Jan 31 17:14:29 localhost kernel: SELinux: Initializing.
Jan 31 17:14:29 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Jan 31 17:14:29 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Jan 31 17:14:29 localhost kernel: Mount-cache hash table entries: 256
Jan 31 17:14:29 localhost kernel: Initializing cgroup subsys ns
Jan 31 17:14:29 localhost kernel: Initializing cgroup subsys cpuacct
Jan 31 17:14:29 localhost kernel: Initializing cgroup subsys memory
Jan 31 17:14:29 localhost kernel: Initializing cgroup subsys devices
Jan 31 17:14:29 localhost kernel: Initializing cgroup subsys freezer
Jan 31 17:14:29 localhost kernel: Initializing cgroup subsys net_cls
Jan 31 17:14:29 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:14:29 localhost kernel: CPU: Processor Core ID: 0
Jan 31 17:14:29 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:14:29 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:14:29 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:14:29 localhost kernel: CPU 0/0x0 -> Node 0
Jan 31 17:14:29 localhost kernel: mce: CPU supports 9 MCE banks
Jan 31 17:14:29 localhost kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 31 17:14:29 localhost kernel: CPU 0 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 CMCI:8
Jan 31 17:14:29 localhost kernel: using mwait in idle threads.
Jan 31 17:14:29 localhost kernel: Performance Events: Nehalem/Corei7 events, Intel PMU driver.
Jan 31 17:14:29 localhost kernel: ... version: 3
Jan 31 17:14:29 localhost kernel: ... bit width: 48
Jan 31 17:14:29 localhost kernel: ... generic registers: 4
Jan 31 17:14:29 localhost kernel: ... value mask: 0000ffffffffffff
Jan 31 17:14:29 localhost kernel: ... max period: 000000007fffffff
Jan 31 17:14:29 localhost kernel: ... fixed-purpose events: 3
Jan 31 17:14:29 localhost kernel: ... event mask: 000000070000000f
Jan 31 17:14:29 localhost kernel: ACPI: Core revision 20090903
Jan 31 17:14:29 localhost kernel: ftrace: converting mcount calls to 0f 1f 44 00 00
Jan 31 17:14:29 localhost kernel: ftrace: allocating 23786 entries in 94 pages
Jan 31 17:14:29 localhost kernel: Setting APIC routing to flat
Jan 31 17:14:29 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 31 17:14:29 localhost kernel: CPU0: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:14:29 localhost kernel: Booting processor 1 APIC 0x2 ip 0x6000
Jan 31 17:14:29 localhost kernel: Initializing CPU#1
Jan 31 17:14:29 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:14:29 localhost kernel: CPU: Processor Core ID: 1
Jan 31 17:14:29 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:14:29 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:14:29 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:14:29 localhost kernel: CPU 1/0x2 -> Node 0
Jan 31 17:14:29 localhost kernel: CPU1: Thermal monitoring enabled (TM1)
Jan 31 17:14:29 localhost kernel: CPU 1 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:14:29 localhost kernel: CPU1: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:14:29 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Jan 31 17:14:29 localhost kernel: Booting processor 2 APIC 0x4 ip 0x6000
Jan 31 17:14:29 localhost kernel: Initializing CPU#2
Jan 31 17:14:29 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:14:29 localhost kernel: CPU: Processor Core ID: 2
Jan 31 17:14:29 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:14:29 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:14:29 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:14:29 localhost kernel: CPU 2/0x4 -> Node 0
Jan 31 17:14:29 localhost kernel: CPU2: Thermal monitoring enabled (TM1)
Jan 31 17:14:29 localhost kernel: CPU 2 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:14:29 localhost kernel: CPU2: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:14:29 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#2]: passed.
Jan 31 17:14:29 localhost kernel: Booting processor 3 APIC 0x6 ip 0x6000
Jan 31 17:14:29 localhost kernel: Initializing CPU#3
Jan 31 17:14:29 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:14:29 localhost kernel: CPU: Processor Core ID: 3
Jan 31 17:14:29 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:14:29 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:14:29 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:14:29 localhost kernel: CPU 3/0x6 -> Node 0
Jan 31 17:14:29 localhost kernel: CPU3: Thermal monitoring enabled (TM1)
Jan 31 17:14:29 localhost kernel: CPU 3 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:14:29 localhost kernel: CPU3: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:14:29 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#3]: passed.
Jan 31 17:14:29 localhost kernel: Booting processor 4 APIC 0x1 ip 0x6000
Jan 31 17:14:29 localhost kernel: Initializing CPU#4
Jan 31 17:14:29 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:14:29 localhost kernel: CPU: Processor Core ID: 0
Jan 31 17:14:29 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:14:29 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:14:29 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:14:29 localhost kernel: CPU 4/0x1 -> Node 0
Jan 31 17:14:29 localhost kernel: CPU4: Thermal monitoring enabled (TM1)
Jan 31 17:14:29 localhost kernel: CPU 4 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:14:29 localhost kernel: CPU4: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:14:29 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#4]: passed.
Jan 31 17:14:29 localhost kernel: Booting processor 5 APIC 0x3 ip 0x6000
Jan 31 17:14:29 localhost kernel: Initializing CPU#5
Jan 31 17:14:29 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:14:29 localhost kernel: CPU: Processor Core ID: 1
Jan 31 17:14:29 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:14:29 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:14:29 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:14:29 localhost kernel: CPU 5/0x3 -> Node 0
Jan 31 17:14:29 localhost kernel: CPU5: Thermal monitoring enabled (TM1)
Jan 31 17:14:29 localhost kernel: CPU 5 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:14:29 localhost kernel: CPU5: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:14:29 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#5]: passed.
Jan 31 17:14:29 localhost kernel: Booting processor 6 APIC 0x5 ip 0x6000
Jan 31 17:14:29 localhost kernel: Initializing CPU#6
Jan 31 17:14:29 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:14:29 localhost kernel: CPU: Processor Core ID: 2
Jan 31 17:14:29 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:14:29 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:14:29 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:14:29 localhost kernel: CPU 6/0x5 -> Node 0
Jan 31 17:14:29 localhost kernel: CPU6: Thermal monitoring enabled (TM1)
Jan 31 17:14:29 localhost kernel: CPU 6 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:14:29 localhost kernel: CPU6: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:14:29 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#6]: passed.
Jan 31 17:14:29 localhost kernel: Booting processor 7 APIC 0x7 ip 0x6000
Jan 31 17:14:29 localhost kernel: Initializing CPU#7
Jan 31 17:14:29 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:14:29 localhost kernel: CPU: Processor Core ID: 3
Jan 31 17:14:29 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:14:29 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:14:29 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:14:29 localhost kernel: CPU 7/0x7 -> Node 0
Jan 31 17:14:29 localhost kernel: CPU7: Thermal monitoring enabled (TM1)
Jan 31 17:14:29 localhost kernel: CPU 7 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:14:29 localhost kernel: CPU7: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:14:29 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#7]: passed.
Jan 31 17:14:29 localhost kernel: Brought up 8 CPUs
Jan 31 17:14:29 localhost kernel: Total of 8 processors activated (54270.39 BogoMIPS).
Jan 31 17:14:29 localhost kernel: devtmpfs: initialized
Jan 31 17:14:29 localhost kernel: regulator: core version 0.5
Jan 31 17:14:29 localhost kernel: Time: 22:14:24 Date: 01/31/12
Jan 31 17:14:29 localhost kernel: NET: Registered protocol family 16
Jan 31 17:14:29 localhost kernel: ACPI: bus type pci registered
Jan 31 17:14:29 localhost kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
Jan 31 17:14:29 localhost kernel: PCI: Not using MMCONFIG.
Jan 31 17:14:29 localhost kernel: PCI: Using configuration type 1 for base access
Jan 31 17:14:29 localhost kernel: bio: create slab at 0
Jan 31 17:14:29 localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
Jan 31 17:14:29 localhost kernel: ACPI: Interpreter enabled
Jan 31 17:14:29 localhost kernel: ACPI: (supports S0 S1 S3 S4 S5)
Jan 31 17:14:29 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Jan 31 17:14:29 localhost kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
Jan 31 17:14:29 localhost kernel: PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
Jan 31 17:14:29 localhost kernel: PCI: Using MMCONFIG at e0000000 - efffffff
Jan 31 17:14:29 localhost kernel: ACPI: BIOS _OSI(Linux) query ignored
Jan 31 17:14:29 localhost kernel: ACPI: No dock devices found.
Jan 31 17:14:29 localhost kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Jan 31 17:14:29 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:00:01.0: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:00:16.0: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:00:1a.0: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:00:1b.0: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.0: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.1: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.2: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.5: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.6: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:00:1d.0: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jan 31 17:14:29 localhost kernel: pci 0000:00:1f.2: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:02:00.0: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:04:00.0: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:05:00.0: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.5: transparent bridge
Jan 31 17:14:29 localhost kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot
Jan 31 17:14:29 localhost kernel: pci 0000:06:00.0: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:06:00.1: PME# supported from D0 D1 D2 D3hot
Jan 31 17:14:29 localhost kernel: pci 0000:06:00.1: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:06:00.2: PME# supported from D0 D1 D2 D3hot
Jan 31 17:14:29 localhost kernel: pci 0000:06:00.2: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:06:02.0: PME# supported from D2 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:06:02.0: PME# disabled
Jan 31 17:14:29 localhost kernel: pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
Jan 31 17:14:29 localhost kernel: pci 0000:07:00.0: PME# disabled
Jan 31 17:14:29 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Jan 31 17:14:29 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Jan 31 17:14:29 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
Jan 31 17:14:29 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15)
Jan 31 17:14:29 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
Jan 31 17:14:29 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
Jan 31 17:14:29 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Jan 31 17:14:29 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
Jan 31 17:14:29 localhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Jan 31 17:14:29 localhost kernel: vgaarb: loaded
Jan 31 17:14:29 localhost kernel: SCSI subsystem initialized
Jan 31 17:14:29 localhost kernel: usbcore: registered new interface driver usbfs
Jan 31 17:14:29 localhost kernel: usbcore: registered new interface driver hub
Jan 31 17:14:29 localhost kernel: usbcore: registered new device driver usb
Jan 31 17:14:29 localhost kernel: PCI: Using ACPI for IRQ routing
Jan 31 17:14:29 localhost kernel: NetLabel: Initializing
Jan 31 17:14:29 localhost kernel: NetLabel: domain hash size = 128
Jan 31 17:14:29 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
Jan 31 17:14:29 localhost kernel: NetLabel: unlabeled traffic allowed by default
Jan 31 17:14:29 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 24, 25, 26, 27, 28, 0
Jan 31 17:14:29 localhost kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jan 31 17:14:29 localhost kernel: Switching to clocksource tsc
Jan 31 17:14:29 localhost kernel: pnp: PnP ACPI init
Jan 31 17:14:29 localhost kernel: ACPI: bus type pnp registered
Jan 31 17:14:29 localhost kernel: pnp: PnP ACPI: found 12 devices
Jan 31 17:14:29 localhost kernel: ACPI: ACPI bus type pnp unregistered
Jan 31 17:14:29 localhost kernel: system 00:01: iomem range 0xfed10000-0xfed19fff has been reserved
Jan 31 17:14:29 localhost kernel: system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
Jan 31 17:14:29 localhost kernel: system 00:01: iomem range 0xfed90000-0xfed93fff has been reserved
Jan 31 17:14:29 localhost kernel: system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved
Jan 31 17:14:29 localhost kernel: system 00:01: iomem range 0xfee00000-0xfee0ffff has been reserved
Jan 31 17:14:29 localhost kernel: system 00:02: ioport range 0xa00-0xa0f has been reserved
Jan 31 17:14:29 localhost kernel: system 00:07: ioport range 0x4d0-0x4d1 has been reserved
Jan 31 17:14:29 localhost kernel: system 00:09: ioport range 0x400-0x453 has been reserved
Jan 31 17:14:29 localhost kernel: system 00:09: ioport range 0x458-0x47f has been reserved
Jan 31 17:14:29 localhost kernel: system 00:09: ioport range 0x1180-0x119f has been reserved
Jan 31 17:14:29 localhost kernel: system 00:09: ioport range 0x500-0x57f has been reserved
Jan 31 17:14:29 localhost kernel: system 00:09: iomem range 0xfed1c000-0xfed1ffff has been reserved
Jan 31 17:14:29 localhost kernel: system 00:09: iomem range 0xfec00000-0xfecfffff could not be reserved
Jan 31 17:14:29 localhost kernel: system 00:09: iomem range 0xfed08000-0xfed08fff has been reserved
Jan 31 17:14:29 localhost kernel: system 00:09: iomem range 0xff000000-0xffffffff has been reserved
Jan 31 17:14:29 localhost kernel: system 00:0a: ioport range 0x454-0x457 has been reserved
Jan 31 17:14:29 localhost kernel: pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
Jan 31 17:14:29 localhost kernel: pci 0000:00:01.0: IO window: 0xe000-0xefff
Jan 31 17:14:29 localhost kernel: pci 0000:00:01.0: MEM window: 0xf6000000-0xf80fffff
Jan 31 17:14:29 localhost kernel: pci 0000:00:01.0: PREFETCH window: 0x000000d0000000-0x000000dbffffff
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.0: IO window: 0xd000-0xdfff
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.0: MEM window: disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.0: PREFETCH window: 0x000000dc200000-0x000000dc2fffff
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.1: PCI bridge, secondary bus 0000:08
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.1: IO window: 0xc000-0xcfff
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.1: MEM window: disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.1: PREFETCH window: 0x000000dc100000-0x000000dc1fffff
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.2: IO window: disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.2: MEM window: 0xf8300000-0xf83fffff
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.2: PREFETCH window: disabled
Jan 31 17:14:29 localhost kernel: pci 0000:05:00.0: PCI bridge, secondary bus 0000:06
Jan 31 17:14:29 localhost kernel: pci 0000:05:00.0: IO window: 0xb000-0xbfff
Jan 31 17:14:29 localhost kernel: pci 0000:05:00.0: MEM window: 0xf0000000-0xf40fffff
Jan 31 17:14:29 localhost kernel: pci 0000:05:00.0: PREFETCH window: disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.5: PCI bridge, secondary bus 0000:05
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.5: IO window: 0xb000-0xbfff
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.5: MEM window: 0xf0000000-0xf40fffff
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.5: PREFETCH window: disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.6: PCI bridge, secondary bus 0000:07
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.6: IO window: disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.6: MEM window: 0xf8200000-0xf82fffff
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.6: PREFETCH window: disabled
Jan 31 17:14:29 localhost kernel: pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:14:29 localhost kernel: pci 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Jan 31 17:14:29 localhost kernel: pci 0000:00:1c.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:14:29 localhost kernel: NET: Registered protocol family 2
Jan 31 17:14:29 localhost kernel: IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
Jan 31 17:14:29 localhost kernel: TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Jan 31 17:14:29 localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Jan 31 17:14:29 localhost kernel: TCP: Hash tables configured (established 524288 bind 65536)
Jan 31 17:14:29 localhost kernel: TCP reno registered
Jan 31 17:14:29 localhost kernel: NET: Registered protocol family 1
Jan 31 17:14:29 localhost kernel: Trying to unpack rootfs image as initramfs...
Jan 31 17:14:29 localhost kernel: Freeing initrd memory: 11077k freed
Jan 31 17:14:29 localhost kernel: audit: initializing netlink socket (disabled)
Jan 31 17:14:29 localhost kernel: type=2000 audit(1328048062.828:1): initialized
Jan 31 17:14:29 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jan 31 17:14:29 localhost kernel: VFS: Disk quotas dquot_6.5.2
Jan 31 17:14:29 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 31 17:14:29 localhost kernel: msgmni has been set to 32126
Jan 31 17:14:29 localhost kernel: alg: No test for stdrng (krng)
Jan 31 17:14:29 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Jan 31 17:14:29 localhost kernel: io scheduler noop registered
Jan 31 17:14:29 localhost kernel: io scheduler anticipatory registered
Jan 31 17:14:29 localhost kernel: io scheduler deadline registered
Jan 31 17:14:29 localhost kernel: io scheduler cfq registered (default)
Jan 31 17:14:29 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jan 31 17:14:29 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jan 31 17:14:29 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 31 17:14:29 localhost kernel: pci-stub: invalid id string ""
Jan 31 17:14:29 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jan 31 17:14:29 localhost kernel: ACPI: Power Button [PWRB]
Jan 31 17:14:29 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Jan 31 17:14:29 localhost kernel: ACPI: Power Button [PWRF]
Jan 31 17:14:29 localhost kernel: ACPI: SSDT 00000000bf505818 0079C (v01 AMI IST 00000001 MSFT 03000001)
Jan 31 17:14:29 localhost kernel: ACPI: SSDT 00000000bf507e18 001A4 (v01 AMI CST 00000001 MSFT 03000001)
Jan 31 17:14:29 localhost kernel: processor LNXCPU:00: registered as cooling_device0
Jan 31 17:14:29 localhost kernel: processor LNXCPU:01: registered as cooling_device1
Jan 31 17:14:29 localhost kernel: processor LNXCPU:02: registered as cooling_device2
Jan 31 17:14:29 localhost kernel: processor LNXCPU:03: registered as cooling_device3
Jan 31 17:14:29 localhost kernel: processor LNXCPU:04: registered as cooling_device4
Jan 31 17:14:29 localhost kernel: processor LNXCPU:05: registered as cooling_device5
Jan 31 17:14:29 localhost kernel: processor LNXCPU:06: registered as cooling_device6
Jan 31 17:14:29 localhost kernel: processor LNXCPU:07: registered as cooling_device7
Jan 31 17:14:29 localhost kernel: Non-volatile memory driver v1.3
Jan 31 17:14:29 localhost kernel: Linux agpgart interface v0.103
Jan 31 17:14:29 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jan 31 17:14:29 localhost kernel: brd: module loaded
Jan 31 17:14:29 localhost kernel: loop: module loaded
Jan 31 17:14:29 localhost kernel: input: Macintosh mouse button emulation as /devices/virtual/input/input2
Jan 31 17:14:29 localhost kernel: ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Jan 31 17:14:29 localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
Jan 31 17:14:29 localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
Jan 31 17:14:29 localhost kernel: scsi0 : ahci
Jan 31 17:14:29 localhost kernel: scsi1 : ahci
Jan 31 17:14:29 localhost kernel: scsi2 : ahci
Jan 31 17:14:29 localhost kernel: scsi3 : ahci
Jan 31 17:14:29 localhost kernel: scsi4 : ahci
Jan 31 17:14:29 localhost kernel: scsi5 : ahci
Jan 31 17:14:29 localhost kernel: ata1: SATA max UDMA/133 abar m2048@0xf4105000 port 0xf4105100 irq 34
Jan 31 17:14:29 localhost kernel: ata2: SATA max UDMA/133 abar m2048@0xf4105000 port 0xf4105180 irq 34
Jan 31 17:14:29 localhost kernel: ata3: SATA max UDMA/133 abar m2048@0xf4105000 port 0xf4105200 irq 34
Jan 31 17:14:29 localhost kernel: ata4: DUMMY
Jan 31 17:14:29 localhost kernel: ata5: DUMMY
Jan 31 17:14:29 localhost kernel: ata6: DUMMY
Jan 31 17:14:29 localhost kernel: Fixed MDIO Bus: probed
Jan 31 17:14:29 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1a.0: EHCI Host Controller
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1a.0: debug port 2
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf4107000
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jan 31 17:14:29 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Jan 31 17:14:29 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:14:29 localhost kernel: usb usb1: Product: EHCI Host Controller
Jan 31 17:14:29 localhost kernel: usb usb1: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ehci_hcd
Jan 31 17:14:29 localhost kernel: usb usb1: SerialNumber: 0000:00:1a.0
Jan 31 17:14:29 localhost kernel: usb usb1: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: hub 1-0:1.0: USB hub found
Jan 31 17:14:29 localhost kernel: hub 1-0:1.0: 2 ports detected
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1d.0: EHCI Host Controller
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1d.0: debug port 2
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf4106000
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jan 31 17:14:29 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Jan 31 17:14:29 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:14:29 localhost kernel: usb usb2: Product: EHCI Host Controller
Jan 31 17:14:29 localhost kernel: usb usb2: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ehci_hcd
Jan 31 17:14:29 localhost kernel: usb usb2: SerialNumber: 0000:00:1d.0
Jan 31 17:14:29 localhost kernel: usb usb2: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: hub 2-0:1.0: USB hub found
Jan 31 17:14:29 localhost kernel: hub 2-0:1.0: 2 ports detected
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:06:00.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:06:00.2: EHCI Host Controller
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:06:00.2: new USB bus registered, assigned bus number 3
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:06:00.2: irq 19, io mem 0xf4001000
Jan 31 17:14:29 localhost kernel: ehci_hcd 0000:06:00.2: USB 2.0 started, EHCI 1.00
Jan 31 17:14:29 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Jan 31 17:14:29 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:14:29 localhost kernel: usb usb3: Product: EHCI Host Controller
Jan 31 17:14:29 localhost kernel: usb usb3: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ehci_hcd
Jan 31 17:14:29 localhost kernel: usb usb3: SerialNumber: 0000:06:00.2
Jan 31 17:14:29 localhost kernel: usb usb3: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: hub 3-0:1.0: USB hub found
Jan 31 17:14:29 localhost kernel: hub 3-0:1.0: 5 ports detected
Jan 31 17:14:29 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jan 31 17:14:29 localhost kernel: ohci_hcd 0000:06:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Jan 31 17:14:29 localhost kernel: ohci_hcd 0000:06:00.0: OHCI Host Controller
Jan 31 17:14:29 localhost kernel: ohci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
Jan 31 17:14:29 localhost kernel: ohci_hcd 0000:06:00.0: irq 17, io mem 0xf4003000
Jan 31 17:14:29 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
Jan 31 17:14:29 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:14:29 localhost kernel: usb usb4: Product: OHCI Host Controller
Jan 31 17:14:29 localhost kernel: usb usb4: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ohci_hcd
Jan 31 17:14:29 localhost kernel: usb usb4: SerialNumber: 0000:06:00.0
Jan 31 17:14:29 localhost kernel: usb usb4: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: hub 4-0:1.0: USB hub found
Jan 31 17:14:29 localhost kernel: hub 4-0:1.0: 3 ports detected
Jan 31 17:14:29 localhost kernel: ohci_hcd 0000:06:00.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:14:29 localhost kernel: ohci_hcd 0000:06:00.1: OHCI Host Controller
Jan 31 17:14:29 localhost kernel: ohci_hcd 0000:06:00.1: new USB bus registered, assigned bus number 5
Jan 31 17:14:29 localhost kernel: ohci_hcd 0000:06:00.1: irq 18, io mem 0xf4002000
Jan 31 17:14:29 localhost kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
Jan 31 17:14:29 localhost kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:14:29 localhost kernel: usb usb5: Product: OHCI Host Controller
Jan 31 17:14:29 localhost kernel: usb usb5: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ohci_hcd
Jan 31 17:14:29 localhost kernel: usb usb5: SerialNumber: 0000:06:00.1
Jan 31 17:14:29 localhost kernel: usb usb5: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: hub 5-0:1.0: USB hub found
Jan 31 17:14:29 localhost kernel: hub 5-0:1.0: 2 ports detected
Jan 31 17:14:29 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jan 31 17:14:29 localhost kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Jan 31 17:14:29 localhost kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Jan 31 17:14:29 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 31 17:14:29 localhost kernel: mice: PS/2 mouse device common for all mice
Jan 31 17:14:29 localhost kernel: rtc_cmos 00:05: RTC can wake from S4
Jan 31 17:14:29 localhost kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
Jan 31 17:14:29 localhost kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jan 31 17:14:29 localhost kernel: device-mapper: uevent: version 1.0.3
Jan 31 17:14:29 localhost kernel: device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised:

Jan 31 17:14:29 localhost kernel: cpuidle: using governor ladder
Jan 31 17:14:29 localhost kernel: cpuidle: using governor menu
Jan 31 17:14:29 localhost kernel: usbcore: registered new interface driver hiddev
Jan 31 17:14:29 localhost kernel: usbcore: registered new interface driver usbhid
Jan 31 17:14:29 localhost kernel: usbhid: v2.6:USB HID core driver
Jan 31 17:14:29 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Jan 31 17:14:29 localhost kernel: CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
Jan 31 17:14:29 localhost kernel: nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
Jan 31 17:14:29 localhost kernel: sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
Jan 31 17:14:29 localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Jan 31 17:14:29 localhost kernel: TCP cubic registered
Jan 31 17:14:29 localhost kernel: Initializing XFRM netlink socket
Jan 31 17:14:29 localhost kernel: NET: Registered protocol family 17
Jan 31 17:14:29 localhost kernel: registered taskstats version 1
Jan 31 17:14:29 localhost kernel: No TPM chip found, activating TPM-bypass!
Jan 31 17:14:29 localhost kernel: Magic number: 12:800:250
Jan 31 17:14:29 localhost kernel: rtc_cmos 00:05: setting system clock to 2012-01-31 22:14:24 UTC (1328048064)
Jan 31 17:14:29 localhost kernel: Initalizing network drop monitor service
Jan 31 17:14:29 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Jan 31 17:14:29 localhost kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 31 17:14:29 localhost kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jan 31 17:14:29 localhost kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 31 17:14:29 localhost kernel: ata3.00: ATAPI: TSSTcorp CDDVDW SH-S203B, SB03, max UDMA/100, ATAPI AN
Jan 31 17:14:29 localhost kernel: ata3.00: configured for UDMA/100
Jan 31 17:14:29 localhost kernel: ata1.00: ATA-8: Corsair Force 3 SSD, 1.3.3, max UDMA/133
Jan 31 17:14:29 localhost kernel: ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Jan 31 17:14:29 localhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 2
Jan 31 17:14:29 localhost kernel: ata1.00: configured for UDMA/133
Jan 31 17:14:29 localhost kernel: scsi 0:0:0:0: Direct-Access ATA Corsair Force 3 1.3. PQ: 0 ANSI: 5
Jan 31 17:14:29 localhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jan 31 17:14:29 localhost kernel: sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
Jan 31 17:14:29 localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
Jan 31 17:14:29 localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 31 17:14:29 localhost kernel: sda: sda1 sda2
Jan 31 17:14:29 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jan 31 17:14:29 localhost kernel: ata2.00: ATA-8: ST2000DL003-9VT166, CC32, max UDMA/133
Jan 31 17:14:29 localhost kernel: ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Jan 31 17:14:29 localhost kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024
Jan 31 17:14:29 localhost kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 31 17:14:29 localhost kernel: usb 1-1: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: hub 1-1:1.0: USB hub found
Jan 31 17:14:29 localhost kernel: hub 1-1:1.0: 6 ports detected
Jan 31 17:14:29 localhost kernel: ata2.00: configured for UDMA/133
Jan 31 17:14:29 localhost kernel: scsi 1:0:0:0: Direct-Access ATA ST2000DL003-9VT1 CC32 PQ: 0 ANSI: 5
Jan 31 17:14:29 localhost kernel: sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
Jan 31 17:14:29 localhost kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Jan 31 17:14:29 localhost kernel: scsi 2:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S203B SB03 PQ: 0 ANSI: 5
Jan 31 17:14:29 localhost kernel: sd 1:0:0:0: [sdb] Write Protect is off
Jan 31 17:14:29 localhost kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 31 17:14:29 localhost kernel: sdb:sr0: scsi3-mmc drive: 125x/125x writer dvd-ram cd/rw xa/form2 cdda tray
Jan 31 17:14:29 localhost kernel: Uniform CD-ROM driver Revision: 3.20
Jan 31 17:14:29 localhost kernel: sr 2:0:0:0: Attached scsi generic sg2 type 5
Jan 31 17:14:29 localhost kernel: usb 2-1: new high speed USB device using ehci_hcd and address 2
Jan 31 17:14:29 localhost kernel: sdb1 sdb2 < sdb5 sdb6 >
Jan 31 17:14:29 localhost kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Jan 31 17:14:29 localhost kernel: Freeing unused kernel memory: 936k freed
Jan 31 17:14:29 localhost kernel: Write protecting the kernel read-only data: 6592k
Jan 31 17:14:29 localhost kernel: dracut: dracut-004-4.fc12
Jan 31 17:14:29 localhost kernel: udev: starting version 145
Jan 31 17:14:29 localhost kernel: [drm] Initialized drm 1.1.0 20060810
Jan 31 17:14:29 localhost kernel: nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:14:29 localhost kernel: [drm] nouveau 0000:01:00.0: Unsupported chipset 0x0ce080a1
Jan 31 17:14:29 localhost kernel: nouveau 0000:01:00.0: PCI INT A disabled
Jan 31 17:14:29 localhost kernel: nouveau: probe of 0000:01:00.0 failed with error -22
Jan 31 17:14:29 localhost kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024
Jan 31 17:14:29 localhost kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 31 17:14:29 localhost kernel: usb 2-1: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: hub 2-1:1.0: USB hub found
Jan 31 17:14:29 localhost kernel: hub 2-1:1.0: 8 ports detected
Jan 31 17:14:29 localhost kernel: dracut: Starting plymouth daemon
Jan 31 17:14:29 localhost kernel: firewire_ohci 0000:06:02.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Jan 31 17:14:29 localhost kernel: usb 1-1.6: new full speed USB device using ehci_hcd and address 3
Jan 31 17:14:29 localhost kernel: firewire_ohci: Added fw-ohci device 0000:06:02.0, OHCI version 1.10
Jan 31 17:14:29 localhost kernel: usb 1-1.6: New USB device found, idVendor=046d, idProduct=c52f
Jan 31 17:14:29 localhost kernel: usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 31 17:14:29 localhost kernel: usb 1-1.6: Product: USB Receiver
Jan 31 17:14:29 localhost kernel: usb 1-1.6: Manufacturer: Logitech
Jan 31 17:14:29 localhost kernel: usb 1-1.6: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input4
Jan 31 17:14:29 localhost kernel: generic-usb 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.6/input0
Jan 31 17:14:29 localhost kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/input/input5
Jan 31 17:14:29 localhost kernel: generic-usb 0003:046D:C52F.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.6/input1
Jan 31 17:14:29 localhost kernel: usb 2-1.2: new high speed USB device using ehci_hcd and address 3
Jan 31 17:14:29 localhost kernel: usb 2-1.2: New USB device found, idVendor=058f, idProduct=6254
Jan 31 17:14:29 localhost kernel: usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 31 17:14:29 localhost kernel: usb 2-1.2: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: hub 2-1.2:1.0: USB hub found
Jan 31 17:14:29 localhost kernel: hub 2-1.2:1.0: 4 ports detected
Jan 31 17:14:29 localhost kernel: EXT4-fs (sdb5): mounted filesystem with ordered data mode
Jan 31 17:14:29 localhost kernel: dracut: Mounted root filesystem /dev/sdb5
Jan 31 17:14:29 localhost kernel: firewire_core: created device fw0: GUID 0010dc0001d1c97d, S400
Jan 31 17:14:29 localhost kernel: usb 2-1.2.1: new high speed USB device using ehci_hcd and address 4
Jan 31 17:14:29 localhost kernel: dracut: Switching root
Jan 31 17:14:29 localhost kernel: usb 2-1.2.1: New USB device found, idVendor=0bda, idProduct=0181
Jan 31 17:14:29 localhost kernel: usb 2-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 31 17:14:29 localhost kernel: usb 2-1.2.1: Product: USB2.0-CRW
Jan 31 17:14:29 localhost kernel: usb 2-1.2.1: Manufacturer: Generic
Jan 31 17:14:29 localhost kernel: usb 2-1.2.1: SerialNumber: 20060413092100000
Jan 31 17:14:29 localhost kernel: usb 2-1.2.1: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: udev: starting version 145
Jan 31 17:14:29 localhost kernel: ACPI: WMI: Mapper loaded
Jan 31 17:14:29 localhost kernel: Initializing USB Mass Storage driver...
Jan 31 17:14:29 localhost kernel: scsi6 : SCSI emulation for USB Mass Storage devices
Jan 31 17:14:29 localhost kernel: usbcore: registered new interface driver usb-storage
Jan 31 17:14:29 localhost kernel: USB Mass Storage support registered.
Jan 31 17:14:29 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 31 17:14:29 localhost kernel: xhci_hcd 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:14:29 localhost kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 31 17:14:29 localhost kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 6
Jan 31 17:14:29 localhost kernel: xhci_hcd 0000:04:00.0: irq 18, io mem 0xf8300000
Jan 31 17:14:29 localhost kernel: usb usb6: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
Jan 31 17:14:29 localhost kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
Jan 31 17:14:29 localhost kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:14:29 localhost kernel: usb usb6: Product: xHCI Host Controller
Jan 31 17:14:29 localhost kernel: usb usb6: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 xhci_hcd
Jan 31 17:14:29 localhost kernel: usb usb6: SerialNumber: 0000:04:00.0
Jan 31 17:14:29 localhost kernel: usb usb6: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: hub 6-0:1.0: USB hub found
Jan 31 17:14:29 localhost kernel: hub 6-0:1.0: 4 ports detected
Jan 31 17:14:29 localhost kernel: xhci_hcd 0000:07:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:14:29 localhost kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
Jan 31 17:14:29 localhost kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 7
Jan 31 17:14:29 localhost kernel: xhci_hcd 0000:07:00.0: irq 18, io mem 0xf8200000
Jan 31 17:14:29 localhost kernel: usb usb7: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
Jan 31 17:14:29 localhost kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0003
Jan 31 17:14:29 localhost kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:14:29 localhost kernel: usb usb7: Product: xHCI Host Controller
Jan 31 17:14:29 localhost kernel: usb usb7: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 xhci_hcd
Jan 31 17:14:29 localhost kernel: usb usb7: SerialNumber: 0000:07:00.0
Jan 31 17:14:29 localhost kernel: usb usb7: configuration #1 chosen from 1 choice
Jan 31 17:14:29 localhost kernel: hub 7-0:1.0: USB hub found
Jan 31 17:14:29 localhost kernel: hub 7-0:1.0: 4 ports detected
Jan 31 17:14:29 localhost kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Jan 31 17:14:29 localhost kernel: r8169 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:14:29 localhost kernel: r8169 0000:02:00.0: unknown MAC, using family default
Jan 31 17:14:29 localhost kernel: eth0: RTL8168b/8111b at 0xffffc900125d0000, 8c:89:a5:7c:3f:e2, XID 0c900800 IRQ 35
Jan 31 17:14:29 localhost kernel: Linux video capture interface: v2.00
Jan 31 17:14:29 localhost kernel: cx18: Start initialization, version 1.2.0
Jan 31 17:14:29 localhost kernel: cx18-0: Initializing card 0
Jan 31 17:14:29 localhost kernel: cx18-0: Autodetected Hauppauge card
Jan 31 17:14:29 localhost kernel: cx18 0000:06:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:14:29 localhost kernel: cx18-0: Unreasonably low latency timer, setting to 64 (was 32)
Jan 31 17:14:29 localhost kernel: cx18-0: cx23418 revision 01010000 (B)
Jan 31 17:14:29 localhost kernel: tveeprom 0-0050: Hauppauge model 74301, rev F1F5, serial# 7389922
Jan 31 17:14:29 localhost kernel: tveeprom 0-0050: MAC address is 00-0D-FE-70-C2-E2
Jan 31 17:14:29 localhost kernel: tveeprom 0-0050: tuner model is NXP 18271C2 (idx 155, type 54)
Jan 31 17:14:29 localhost kernel: tveeprom 0-0050: TV standards PAL(B/G) NTSC(M) PAL(I) SECAM(L/L') PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xfc)
Jan 31 17:14:29 localhost kernel: tveeprom 0-0050: audio processor is CX23418 (idx 38)
Jan 31 17:14:29 localhost kernel: tveeprom 0-0050: decoder processor is CX23418 (idx 31)
Jan 31 17:14:29 localhost kernel: tveeprom 0-0050: has no radio, has IR receiver, has IR transmitter
Jan 31 17:14:29 localhost kernel: cx18-0: Autodetected Hauppauge HVR-1600
Jan 31 17:14:29 localhost kernel: cx18-0: Simultaneous Digital and Analog TV capture supported
Jan 31 17:14:29 localhost kernel: IRQ 18/cx18-0: IRQF_DISABLED is not guaranteed on shared IRQs
Jan 31 17:14:29 localhost kernel: cs5345 0-004c: chip found @ 0x98 (cx18 i2c driver #0-0)
Jan 31 17:14:29 localhost kernel: cx18-0: Registered device video0 for encoder MPEG (64 x 32 kB)
Jan 31 17:14:29 localhost kernel: DVB: registering new adapter (cx18)
Jan 31 17:14:29 localhost kernel: cx18-0: frontend initialization failed
Jan 31 17:14:29 localhost kernel: cx18-0: DVB failed to register
Jan 31 17:14:29 localhost kernel: cx18-0: Registered device video32 for encoder YUV (16 x 128 kB)
Jan 31 17:14:29 localhost kernel: cx18-0: Registered device vbi0 for encoder VBI (20 x 51984 bytes)
Jan 31 17:14:29 localhost kernel: cx18-0: Registered device video24 for encoder PCM audio (256 x 4 kB)
Jan 31 17:14:29 localhost kernel: cx18-0: Error -1 registering devices
Jan 31 17:14:29 localhost kernel: cx18-0: Error -1 on initialization
Jan 31 17:14:29 localhost kernel: cx18: probe of 0000:06:01.0 failed with error -1
Jan 31 17:14:29 localhost kernel: cx18: End initialization
Jan 31 17:14:29 localhost kernel: Adding 3939320k swap on /dev/sda2. Priority:-1 extents:1 across:3939320k SS
Jan 31 17:14:29 localhost kernel: Adding 5119992k swap on /dev/sdb6. Priority:-2 extents:1 across:5119992k
Jan 31 17:14:29 localhost kernel: microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:14:29 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:14:29 localhost kernel: microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:14:29 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:14:29 localhost kernel: microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:14:29 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:14:29 localhost kernel: microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:14:29 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:14:29 localhost kernel: microcode: CPU4 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:14:29 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:14:29 localhost kernel: microcode: CPU5 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:14:29 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:14:29 localhost kernel: microcode: CPU6 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:14:29 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:14:29 localhost kernel: microcode: CPU7 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:14:29 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:14:29 localhost kernel: Microcode Update Driver: v2.00 , Peter Oruba
Jan 31 17:14:29 localhost kernel: Microcode Update Driver: v2.00 removed.
Jan 31 17:14:29 localhost kernel: NET: Registered protocol family 10
Jan 31 17:14:29 localhost kernel: lo: Disabled Privacy Extensions
Jan 31 17:14:29 localhost kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
Jan 31 17:14:29 localhost cpuspeed: Enabling ondemand cpu frequency scaling governor
Jan 31 17:14:30 localhost NetworkManager: starting...
Jan 31 17:14:30 localhost NetworkManager: Trying to start the modem-manager...
Jan 31 17:14:30 localhost NetworkManager: Loaded plugin ifcfg-rh: (c) 2007 - 2008 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
Jan 31 17:14:30 localhost modem-manager: Loaded plugin MotoC
Jan 31 17:14:30 localhost NetworkManager: WiFi enabled by radio killswitch; enabled by state file
Jan 31 17:14:30 localhost NetworkManager: WWAN enabled by radio killswitch; enabled by state file
Jan 31 17:14:30 localhost rpc.statd[1178]: Version 1.2.1 Starting
Jan 31 17:14:30 localhost modem-manager: Loaded plugin Sierra
Jan 31 17:14:30 localhost modem-manager: Loaded plugin Generic
Jan 31 17:14:30 localhost modem-manager: Loaded plugin Nokia
Jan 31 17:14:30 localhost modem-manager: Loaded plugin Gobi
Jan 31 17:14:30 localhost modem-manager: Loaded plugin Ericsson MBM
Jan 31 17:14:30 localhost modem-manager: Loaded plugin Option High-Speed
Jan 31 17:14:30 localhost modem-manager: Loaded plugin Longcheer
Jan 31 17:14:30 localhost modem-manager: Loaded plugin Huawei
Jan 31 17:14:30 localhost modem-manager: Loaded plugin Novatel
Jan 31 17:14:30 localhost modem-manager: Loaded plugin ZTE
Jan 31 17:14:30 localhost modem-manager: Loaded plugin Option
Jan 31 17:14:30 localhost modem-manager: Loaded plugin AnyData
Jan 31 17:14:30 localhost NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ...
Jan 31 17:14:30 localhost NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ...
Jan 31 17:14:30 localhost NetworkManager: ifcfg-rh: read connection 'System eth0'
Jan 31 17:14:30 localhost NetworkManager: (eth0): carrier is OFF
Jan 31 17:14:30 localhost NetworkManager: (eth0): new Ethernet device (driver: 'r8169')
Jan 31 17:14:30 localhost NetworkManager: (eth0): exported as /org/freedesktop/NetworkManager/Devices/0
Jan 31 17:14:30 localhost NetworkManager: (eth0): now managed
Jan 31 17:14:30 localhost NetworkManager: (eth0): device state change: 1 -> 2 (reason 2)
Jan 31 17:14:30 localhost NetworkManager: (eth0): bringing up device.
Jan 31 17:14:30 localhost kernel: r8169: eth0: link up
Jan 31 17:14:30 localhost kernel: r8169: eth0: link up
Jan 31 17:14:30 localhost NetworkManager: (eth0): preparing device.
Jan 31 17:14:30 localhost NetworkManager: (eth0): deactivating device (reason: 2).
Jan 31 17:14:30 localhost NetworkManager: (eth0): carrier now ON (device state 2)
Jan 31 17:14:30 localhost NetworkManager: (eth0): device state change: 2 -> 3 (reason 40)
Jan 31 17:14:30 localhost NetworkManager: modem-manager is now available
Jan 31 17:14:30 localhost NetworkManager: default_adapter_cb(): bluez error getting default adapter: The name org.bluez was not provided by any .service files
Jan 31 17:14:30 localhost NetworkManager: Trying to start the supplicant...
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) starting connection 'System eth0'
Jan 31 17:14:30 localhost NetworkManager: (eth0): device state change: 3 -> 4 (reason 0)
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Jan 31 17:14:30 localhost NetworkManager: (eth0): device state change: 4 -> 5 (reason 0)
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Jan 31 17:14:30 localhost NetworkManager: (eth0): device state change: 5 -> 7 (reason 0)
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Beginning DHCP transaction (timeout in 45 seconds)
Jan 31 17:14:30 localhost NetworkManager: dhclient started with pid 1187
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP6 Configure Get) scheduled...
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP6 Configure Get) started...
Jan 31 17:14:30 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP6 Configure Get) complete.
Jan 31 17:14:30 localhost dhclient[1187]: Internet Systems Consortium DHCP Client 4.1.1
Jan 31 17:14:30 localhost dhclient[1187]: Copyright 2004-2010 Internet Systems Consortium.
Jan 31 17:14:30 localhost dhclient[1187]: All rights reserved.
Jan 31 17:14:30 localhost dhclient[1187]: For info, please visit https://www.isc.org/software/dhcp/
Jan 31 17:14:30 localhost dhclient[1187]:
Jan 31 17:14:30 localhost NetworkManager: DHCP: device eth0 state changed (null) -> preinit
Jan 31 17:14:30 localhost dhclient[1187]: Listening on LPF/eth0/8c:89:a5:7c:3f:e2
Jan 31 17:14:30 localhost dhclient[1187]: Sending on LPF/eth0/8c:89:a5:7c:3f:e2
Jan 31 17:14:30 localhost dhclient[1187]: Sending on Socket/fallback
Jan 31 17:14:30 localhost kernel: RPC: Registered udp transport module.
Jan 31 17:14:30 localhost kernel: RPC: Registered tcp transport module.
Jan 31 17:14:30 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan 31 17:14:31 localhost acpid: starting up
Jan 31 17:14:31 localhost acpid: 1 rule loaded
Jan 31 17:14:31 localhost acpid: waiting for events: event logging is off
Jan 31 17:14:31 localhost acpid: client connected from 1370[68:481]
Jan 31 17:14:31 localhost acpid: 1 client rule loaded
Jan 31 17:14:31 localhost kernel: scsi 6:0:0:0: Direct-Access Generic- Compact Flash 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:14:31 localhost kernel: scsi 6:0:0:1: Direct-Access Generic- SM/xD-Picture 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:14:31 localhost kernel: scsi 6:0:0:2: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:14:31 localhost kernel: scsi 6:0:0:3: Direct-Access Generic- MS/MS-Pro/HG 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:14:31 localhost kernel: scsi 6:0:0:4: Direct-Access Generic- SD/MMC/MS/MSPRO 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:14:31 localhost kernel: sd 6:0:0:0: Attached scsi generic sg3 type 0
Jan 31 17:14:31 localhost kernel: sd 6:0:0:1: Attached scsi generic sg4 type 0
Jan 31 17:14:31 localhost kernel: sd 6:0:0:2: Attached scsi generic sg5 type 0
Jan 31 17:14:31 localhost kernel: sd 6:0:0:3: Attached scsi generic sg6 type 0
Jan 31 17:14:31 localhost kernel: sd 6:0:0:4: Attached scsi generic sg7 type 0
Jan 31 17:14:31 localhost kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk
Jan 31 17:14:31 localhost kernel: sd 6:0:0:2: [sde] Attached SCSI removable disk
Jan 31 17:14:31 localhost kernel: sd 6:0:0:3: [sdf] Attached SCSI removable disk
Jan 31 17:14:32 localhost kernel: sd 6:0:0:4: [sdg] Attached SCSI removable disk
Jan 31 17:14:32 localhost kernel: sd 6:0:0:1: [sdd] Attached SCSI removable disk
Jan 31 17:14:32 localhost /usr/sbin/gpm[1460]: *** info [daemon/startup.c(136)]:
Jan 31 17:14:32 localhost /usr/sbin/gpm[1460]: Started gpm successfully. Entered daemon mode.
Jan 31 17:14:33 localhost dhclient[1187]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
Jan 31 17:14:33 localhost dhclient[1187]: DHCPOFFER from 192.168.1.1
Jan 31 17:14:33 localhost dhclient[1187]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jan 31 17:14:33 localhost dhclient[1187]: DHCPACK from 192.168.1.1
Jan 31 17:14:33 localhost dhclient[1187]: bound to 192.168.1.4 -- renewal in 38606 seconds.
Jan 31 17:14:33 localhost NetworkManager: DHCP: device eth0 state changed preinit -> bound
Jan 31 17:14:33 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP4 Configure Get) scheduled...
Jan 31 17:14:33 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP4 Configure Get) started...
Jan 31 17:14:33 localhost NetworkManager: address 192.168.1.4
Jan 31 17:14:33 localhost NetworkManager: prefix 24 (255.255.255.0)
Jan 31 17:14:33 localhost NetworkManager: gateway 192.168.1.1
Jan 31 17:14:33 localhost NetworkManager: nameserver '192.168.1.1'
Jan 31 17:14:33 localhost NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled...
Jan 31 17:14:33 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP4 Configure Get) complete.
Jan 31 17:14:33 localhost NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) started...
Jan 31 17:14:34 localhost NetworkManager: (eth0): device state change: 7 -> 8 (reason 0)
Jan 31 17:14:34 localhost NetworkManager: Policy set 'System eth0' (eth0) as default for routing and DNS.
Jan 31 17:14:34 localhost NetworkManager: Activation (eth0) successful, device activated.
Jan 31 17:14:34 localhost NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
Jan 31 17:15:58 localhost kernel: dib0700: loaded with support for 13 different device-types
Jan 31 17:15:58 localhost kernel: usbcore: registered new interface driver dvb_usb_dib0700
Jan 31 17:17:20 localhost cdrom_id[2110]: custom logging function 0x230b010 registered
Jan 31 17:17:20 localhost cdrom_id[2110]: probing: '/dev/sr0'
Jan 31 17:17:20 localhost cdrom_id[2110]: CDROM_DRIVE_STATUS != CDS_DISC_OK
Jan 31 17:17:20 localhost cdrom_id[2110]: INQUIRY: [TSSTcorp][CDDVDW SH-S203B ][SB03]
Jan 31 17:17:20 localhost cdrom_id[2110]: GET CONFIGURATION: number of profiles 348
Jan 31 17:17:20 localhost cdrom_id[2110]: profile 0x15
Jan 31 17:17:20 localhost cdrom_id[2110]: profile 0x16
Jan 31 17:17:20 localhost cdrom_id[2110]: profile 0x2b
Jan 31 17:17:20 localhost cdrom_id[2110]: profile 0x1b
Jan 31 17:17:20 localhost cdrom_id[2110]: profile 0x1a
Jan 31 17:17:20 localhost cdrom_id[2110]: profile 0x14
Jan 31 17:17:20 localhost cdrom_id[2110]: profile 0x13
Jan 31 17:17:20 localhost cdrom_id[2110]: profile 0x12
Jan 31 17:17:20 localhost cdrom_id[2110]: profile 0x11
Jan 31 17:17:20 localhost cdrom_id[2110]: profile 0x10
Jan 31 17:17:20 localhost cdrom_id[2110]: profile 0x0a
Jan 31 17:17:20 localhost cdrom_id[2110]: current profile 0x00
Jan 31 17:17:20 localhost cdrom_id[2110]: no current profile, assuming no media
Jan 31 17:17:20 localhost scsi_id[2179]: custom logging function 0xa0c010 registered
Jan 31 17:17:20 localhost scsi_id[2179]: 11:0: invalid page0 data
Jan 31 17:17:20 localhost path_id[2188]: custom logging function 0x1e0a010 registered
Jan 31 17:17:20 localhost path_id[2188]: device 0x1e0a160 has devpath '/devices/pci0000:00/0000:00:1f.2/host2/target2:0:0/2:0:0:0/block/sr0'
Jan 31 17:17:20 localhost path_id[2188]: device 0x1e0a450 has devpath '/devices/pci0000:00/0000:00:1f.2/host2/target2:0:0/2:0:0:0'
Jan 31 17:17:20 localhost path_id[2188]: device 0x1e0a7c0 has devpath '/devices/pci0000:00/0000:00:1f.2/host2/target2:0:0'
Jan 31 17:17:20 localhost path_id[2188]: device 0x1e0aad0 has devpath '/devices/pci0000:00/0000:00:1f.2/host2'
Jan 31 17:17:20 localhost path_id[2188]: device 0x1e0add0 has devpath '/devices/pci0000:00/0000:00:1f.2'
Jan 31 17:17:20 localhost path_id[2188]: device 0x1e0b0c0 has devpath '/devices/pci0000:00'
Jan 31 17:17:24 localhost kernel: lirc_dev: IR Remote Control driver registered, major 248
Jan 31 17:17:24 localhost lircd-0.8.6[2503]: lircd(default) ready, using /var/run/lirc/lircd
Jan 31 17:17:24 localhost kernel: lirc_zilog: Zilog/Hauppauge IR driver initializing
Jan 31 17:17:24 localhost kernel: lirc_zilog: initialization complete
Jan 31 17:17:25 localhost lircd-0.8.6[2503]: caught signal
Jan 31 17:17:26 localhost lircd-0.8.6[2541]: lircd(default) ready, using /var/run/lirc/lircd
Jan 31 17:17:26 localhost lircd-0.8.6[2541]: caught signal
Jan 31 17:17:26 localhost lircd-0.8.6[2591]: error in configfile line 141:
Jan 31 17:17:26 localhost lircd-0.8.6[2591]: "2147549184": must be a valid (lirc_t) number
Jan 31 17:17:26 localhost lircd-0.8.6[2591]: reading of file '/etc/lircd.conf' failed
Jan 31 17:17:26 localhost lircd-0.8.6[2591]: reading of config file failed
Jan 31 17:17:26 localhost lircd-0.8.6[2592]: lircd(default) ready, using /var/run/lirc/lircd
Jan 31 17:17:32 localhost NetworkManager: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth0
Jan 31 17:17:42 localhost gnome-session[2801]: EggSMClient-WARNING: Desktop file '/etc/xdg/autostart/mythfrontend.desktop' has malformed Icon key 'mythfrontend.png'(should not include extension)
Jan 31 17:17:51 localhost kernel: type=1305 audit(1328048271.288:127082): auid=4294967295 ses=4294967295 subj=kernel op="remove rule" key=(null) list=4 res=1
Jan 31 17:17:51 localhost kernel: type=1305 audit(1328048271.289:127083): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 subj=kernel res=1
Jan 31 17:18:16 localhost lircd-0.8.6[2592]: accepted new client on /var/run/lirc/lircd
Jan 31 17:18:16 localhost lircd-0.8.6[2592]: could not get file information for /dev/lirc0
Jan 31 17:18:16 localhost lircd-0.8.6[2592]: default_init(): No such file or directory
Jan 31 17:18:16 localhost lircd-0.8.6[2592]: Failed to initialize hardware
Jan 31 17:20:01 localhost lircd-0.8.6[2592]: removed client
Jan 31 17:20:05 localhost lircd-0.8.6[2592]: accepted new client on /var/run/lirc/lircd
Jan 31 17:20:05 localhost lircd-0.8.6[2592]: could not get file information for /dev/lirc0
Jan 31 17:20:05 localhost lircd-0.8.6[2592]: default_init(): No such file or directory
Jan 31 17:20:05 localhost lircd-0.8.6[2592]: Failed to initialize hardware
Jan 31 17:20:06 localhost lircd-0.8.6[2592]: accepted new client on /var/run/lirc/lircd
Jan 31 17:20:08 localhost udevadm[3600]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3601]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3602]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3603]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3604]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3605]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3606]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3607]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3608]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3609]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3610]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3611]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3612]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3613]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3614]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3615]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3616]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3617]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3618]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3619]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3620]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3621]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3622]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:08 localhost udevadm[3623]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:20:25 localhost lircd-0.8.6[2592]: removed client
Jan 31 17:23:04 localhost yum: Updated: bash-4.0.38-1.fc12.x86_64
Jan 31 17:23:05 localhost yum: Updated: rpm-libs-4.7.2-2.fc12.x86_64
Jan 31 17:23:06 localhost yum: Updated: rpm-4.7.2-2.fc12.x86_64
Jan 31 17:23:06 localhost yum: Updated: rpm-python-4.7.2-2.fc12.x86_64
Jan 31 17:23:07 localhost yum: Updated: yum-3.2.28-5.fc12.noarch
Jan 31 17:23:25 localhost init: tty4 main process (2751) killed by TERM signal
Jan 31 17:23:25 localhost init: tty5 main process (2752) killed by TERM signal
Jan 31 17:23:25 localhost init: tty2 main process (2753) killed by TERM signal
Jan 31 17:23:25 localhost init: tty3 main process (2754) killed by TERM signal
Jan 31 17:23:25 localhost init: tty6 main process (2755) killed by TERM signal
Jan 31 17:23:31 localhost lircd-0.8.6[2592]: caught signal
Jan 31 17:23:31 localhost acpid: exiting
Jan 31 17:23:31 localhost rpc.statd[1178]: Caught signal 15, un-registering and exiting.
Jan 31 17:23:31 localhost NetworkManager: nm_signal_handler(): Caught signal 15, shutting down normally.
Jan 31 17:23:32 localhost NetworkManager: exiting (success)
Jan 31 17:23:33 localhost rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w"
Jan 31 17:23:33 localhost cpuspeed: Disabling ondemand cpu frequency scaling governor
Jan 31 17:23:33 localhost kernel: Kernel logging (proc) stopped.
Jan 31 17:23:33 localhost rsyslogd: [origin software="rsyslogd" swVersion="4.4.2" x-pid="1102" x-info="http://www.rsyslog.com"] exiting on signal 15.
Jan 31 17:24:20 localhost kernel: imklog 4.4.2, log source = /proc/kmsg started.
Jan 31 17:24:20 localhost rsyslogd: [origin software="rsyslogd" swVersion="4.4.2" x-pid="1301" x-info="http://www.rsyslog.com"] (re)start
Jan 31 17:24:20 localhost kernel: Initializing cgroup subsys cpuset
Jan 31 17:24:20 localhost kernel: Initializing cgroup subsys cpu
Jan 31 17:24:20 localhost kernel: Linux version 2.6.32.11-99.fc12.x86_64 (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.4.3 20100127 (Red Hat 4.4.3-4) (GCC) ) #1 SMP Mon Apr 5 19:59:38 UTC 2010
Jan 31 17:24:20 localhost kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32.11-99.fc12.x86_64 root=/dev/sdb5
Jan 31 17:24:20 localhost kernel: KERNEL supported cpus:
Jan 31 17:24:20 localhost kernel: Intel GenuineIntel
Jan 31 17:24:20 localhost kernel: AMD AuthenticAMD
Jan 31 17:24:20 localhost kernel: Centaur CentaurHauls
Jan 31 17:24:20 localhost kernel: BIOS-provided physical RAM map:
Jan 31 17:24:20 localhost kernel: BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 0000000000100000 - 00000000bf170000 (usable)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000bf170000 - 00000000bf1bc000 (ACPI NVS)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000bf1bc000 - 00000000bf29a000 (reserved)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000bf29a000 - 00000000bf2a2000 (ACPI data)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000bf2a2000 - 00000000bf4f2000 (reserved)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000bf4f2000 - 00000000bf4f4000 (usable)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000bf4f4000 - 00000000bf504000 (reserved)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000bf504000 - 00000000bf50f000 (ACPI NVS)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000bf50f000 - 00000000bf534000 (reserved)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000bf534000 - 00000000bf577000 (ACPI NVS)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000bf577000 - 00000000bf800000 (usable)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000fed1c000 - 00000000fed40000 (reserved)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
Jan 31 17:24:20 localhost kernel: BIOS-e820: 0000000100000000 - 000000043f800000 (usable)
Jan 31 17:24:20 localhost kernel: DMI 2.7 present.
Jan 31 17:24:20 localhost kernel: AMI BIOS detected: BIOS may corrupt low RAM, working around it.
Jan 31 17:24:20 localhost kernel: last_pfn = 0x43f800 max_arch_pfn = 0x400000000
Jan 31 17:24:20 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Jan 31 17:24:20 localhost kernel: total RAM covered: 16376M
Jan 31 17:24:20 localhost kernel: Found optimal setting for mtrr clean up
Jan 31 17:24:20 localhost kernel: gran_size: 64K chunk_size: 16M num_reg: 6 lose cover RAM: 0G
Jan 31 17:24:20 localhost kernel: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
Jan 31 17:24:20 localhost kernel: init_memory_mapping: 0000000000000000-00000000bf800000
Jan 31 17:24:20 localhost kernel: init_memory_mapping: 0000000100000000-000000043f800000
Jan 31 17:24:20 localhost kernel: RAMDISK: 3751e000 - 37fef43a
Jan 31 17:24:20 localhost kernel: ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
Jan 31 17:24:20 localhost kernel: ACPI: XSDT 00000000bf29a070 0005C (v01 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:24:20 localhost kernel: ACPI: FACP 00000000bf2a1068 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:24:20 localhost kernel: ACPI: DSDT 00000000bf29a158 06F09 (v02 ALASKA A M I 00000015 INTL 20051117)
Jan 31 17:24:20 localhost kernel: ACPI: FACS 00000000bf506f80 00040
Jan 31 17:24:20 localhost kernel: ACPI: APIC 00000000bf2a1160 00092 (v03 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:24:20 localhost kernel: ACPI: SSDT 00000000bf2a11f8 001D6 (v01 AMICPU PROC 00000001 MSFT 03000001)
Jan 31 17:24:20 localhost kernel: ACPI: MCFG 00000000bf2a13d0 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
Jan 31 17:24:20 localhost kernel: ACPI: HPET 00000000bf2a1410 00038 (v01 ALASKA A M I 01072009 AMI. 00000004)
Jan 31 17:24:20 localhost kernel: ACPI: ASF! 00000000bf2a1448 000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
Jan 31 17:24:20 localhost kernel: ACPI: BGRT 00000000bf2a14e8 0003C (v00 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:24:20 localhost kernel: No NUMA configuration found
Jan 31 17:24:20 localhost kernel: Faking a node at 0000000000000000-000000043f800000
Jan 31 17:24:20 localhost kernel: Bootmem setup node 0 0000000000000000-000000043f800000
Jan 31 17:24:20 localhost kernel: NODE_DATA [000000000001f000 - 0000000000034fff]
Jan 31 17:24:20 localhost kernel: bootmap [0000000000100000 - 0000000000187eff] pages 88
Jan 31 17:24:20 localhost kernel: (8 early reservations) ==> bootmem [0000000000 - 043f800000]
Jan 31 17:24:20 localhost kernel: #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
Jan 31 17:24:20 localhost kernel: #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
Jan 31 17:24:20 localhost kernel: #2 [0001000000 - 0001a53ee8] TEXT DATA BSS ==> [0001000000 - 0001a53ee8]
Jan 31 17:24:20 localhost kernel: #3 [003751e000 - 0037fef43a] RAMDISK ==> [003751e000 - 0037fef43a]
Jan 31 17:24:20 localhost kernel: #4 [000009d800 - 0000100000] BIOS reserved ==> [000009d800 - 0000100000]
Jan 31 17:24:20 localhost kernel: #5 [0001a54000 - 0001a541f6] BRK ==> [0001a54000 - 0001a541f6]
Jan 31 17:24:20 localhost kernel: #6 [0000010000 - 0000012000] PGTABLE ==> [0000010000 - 0000012000]
Jan 31 17:24:20 localhost kernel: #7 [0000012000 - 000001f000] PGTABLE ==> [0000012000 - 000001f000]
Jan 31 17:24:20 localhost kernel: found SMP MP-table at [ffff8800000fceb0] fceb0
Jan 31 17:24:20 localhost kernel: Zone PFN ranges:
Jan 31 17:24:20 localhost kernel: DMA 0x00000010 -> 0x00001000
Jan 31 17:24:20 localhost kernel: DMA32 0x00001000 -> 0x00100000
Jan 31 17:24:20 localhost kernel: Normal 0x00100000 -> 0x0043f800
Jan 31 17:24:20 localhost kernel: Movable zone start PFN for each node
Jan 31 17:24:20 localhost kernel: early_node_map[5] active PFN ranges
Jan 31 17:24:20 localhost kernel: 0: 0x00000010 -> 0x0000009d
Jan 31 17:24:20 localhost kernel: 0: 0x00000100 -> 0x000bf170
Jan 31 17:24:20 localhost kernel: 0: 0x000bf4f2 -> 0x000bf4f4
Jan 31 17:24:20 localhost kernel: 0: 0x000bf577 -> 0x000bf800
Jan 31 17:24:20 localhost kernel: 0: 0x00100000 -> 0x0043f800
Jan 31 17:24:20 localhost kernel: ACPI: PM-Timer IO Port: 0x408
Jan 31 17:24:20 localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Jan 31 17:24:20 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Jan 31 17:24:20 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
Jan 31 17:24:20 localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
Jan 31 17:24:20 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Jan 31 17:24:20 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
Jan 31 17:24:20 localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
Jan 31 17:24:20 localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
Jan 31 17:24:20 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jan 31 17:24:20 localhost kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
Jan 31 17:24:20 localhost kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Jan 31 17:24:20 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 31 17:24:20 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 31 17:24:20 localhost kernel: Using ACPI (MADT) for SMP configuration information
Jan 31 17:24:20 localhost kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Jan 31 17:24:20 localhost kernel: SMP: Allowing 8 CPUs, 0 hotplug CPUs
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 000000000009d000 - 000000000009e000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000bf170000 - 00000000bf1bc000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000bf1bc000 - 00000000bf29a000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000bf29a000 - 00000000bf2a2000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000bf2a2000 - 00000000bf4f2000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000bf4f4000 - 00000000bf504000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000bf504000 - 00000000bf50f000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000bf50f000 - 00000000bf534000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000bf534000 - 00000000bf577000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000bf800000 - 00000000fed1c000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000fed1c000 - 00000000fed40000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000fed40000 - 00000000ff000000
Jan 31 17:24:20 localhost kernel: PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
Jan 31 17:24:20 localhost kernel: Allocating PCI resources starting at bf800000 (gap: bf800000:3f51c000)
Jan 31 17:24:20 localhost kernel: Booting paravirtualized kernel on bare hardware
Jan 31 17:24:20 localhost kernel: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
Jan 31 17:24:20 localhost kernel: PERCPU: Embedded 30 pages/cpu @ffff88000fe00000 s90392 r8192 d24296 u262144
Jan 31 17:24:20 localhost kernel: pcpu-alloc: s90392 r8192 d24296 u262144 alloc=1*2097152
Jan 31 17:24:20 localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Jan 31 17:24:20 localhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4128048
Jan 31 17:24:20 localhost kernel: Policy zone: Normal
Jan 31 17:24:20 localhost kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32.11-99.fc12.x86_64 root=/dev/sdb5
Jan 31 17:24:20 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Jan 31 17:24:20 localhost kernel: Initializing CPU#0
Jan 31 17:24:20 localhost kernel: xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
Jan 31 17:24:20 localhost kernel: Checking aperture...
Jan 31 17:24:20 localhost kernel: No AGP bridge found
Jan 31 17:24:20 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 31 17:24:20 localhost kernel: Placing 64MB software IO TLB between ffff88000ffde000 - ffff880013fde000
Jan 31 17:24:20 localhost kernel: software IO TLB at phys 0xffde000 - 0x13fde000
Jan 31 17:24:20 localhost kernel: Memory: 16437776k/17817600k available (4465k kernel code, 1061344k absent, 318480k reserved, 3720k data, 936k init)
Jan 31 17:24:20 localhost kernel: SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jan 31 17:24:20 localhost kernel: Hierarchical RCU implementation.
Jan 31 17:24:20 localhost kernel: NR_IRQS:4352 nr_irqs:472
Jan 31 17:24:20 localhost kernel: Extended CMOS year: 2000
Jan 31 17:24:20 localhost kernel: Console: colour VGA+ 80x25
Jan 31 17:24:20 localhost kernel: console [tty0] enabled
Jan 31 17:24:20 localhost kernel: allocated 167772160 bytes of page_cgroup
Jan 31 17:24:20 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Jan 31 17:24:20 localhost kernel: HPET: 8 timers in total, 5 timers will be used for per-cpu timer
Jan 31 17:24:20 localhost kernel: Fast TSC calibration using PIT
Jan 31 17:24:20 localhost kernel: Detected 3392.037 MHz processor.
Jan 31 17:24:20 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.07 BogoMIPS (lpj=3392037)
Jan 31 17:24:20 localhost kernel: Security Framework initialized
Jan 31 17:24:20 localhost kernel: SELinux: Initializing.
Jan 31 17:24:20 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Jan 31 17:24:20 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Jan 31 17:24:20 localhost kernel: Mount-cache hash table entries: 256
Jan 31 17:24:20 localhost kernel: Initializing cgroup subsys ns
Jan 31 17:24:20 localhost kernel: Initializing cgroup subsys cpuacct
Jan 31 17:24:20 localhost kernel: Initializing cgroup subsys memory
Jan 31 17:24:20 localhost kernel: Initializing cgroup subsys devices
Jan 31 17:24:20 localhost kernel: Initializing cgroup subsys freezer
Jan 31 17:24:20 localhost kernel: Initializing cgroup subsys net_cls
Jan 31 17:24:20 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:24:20 localhost kernel: CPU: Processor Core ID: 0
Jan 31 17:24:20 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:24:20 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:24:20 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:24:20 localhost kernel: CPU 0/0x0 -> Node 0
Jan 31 17:24:20 localhost kernel: mce: CPU supports 9 MCE banks
Jan 31 17:24:20 localhost kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 31 17:24:20 localhost kernel: CPU 0 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 CMCI:8
Jan 31 17:24:20 localhost kernel: using mwait in idle threads.
Jan 31 17:24:20 localhost kernel: Performance Events: Nehalem/Corei7 events, Intel PMU driver.
Jan 31 17:24:20 localhost kernel: ... version: 3
Jan 31 17:24:20 localhost kernel: ... bit width: 48
Jan 31 17:24:20 localhost kernel: ... generic registers: 4
Jan 31 17:24:20 localhost kernel: ... value mask: 0000ffffffffffff
Jan 31 17:24:20 localhost kernel: ... max period: 000000007fffffff
Jan 31 17:24:20 localhost kernel: ... fixed-purpose events: 3
Jan 31 17:24:20 localhost kernel: ... event mask: 000000070000000f
Jan 31 17:24:20 localhost kernel: ACPI: Core revision 20090903
Jan 31 17:24:20 localhost kernel: ftrace: converting mcount calls to 0f 1f 44 00 00
Jan 31 17:24:20 localhost kernel: ftrace: allocating 23786 entries in 94 pages
Jan 31 17:24:20 localhost kernel: Setting APIC routing to flat
Jan 31 17:24:20 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 31 17:24:20 localhost kernel: CPU0: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:24:20 localhost kernel: Booting processor 1 APIC 0x2 ip 0x6000
Jan 31 17:24:20 localhost kernel: Initializing CPU#1
Jan 31 17:24:20 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:24:20 localhost kernel: CPU: Processor Core ID: 1
Jan 31 17:24:20 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:24:20 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:24:20 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:24:20 localhost kernel: CPU 1/0x2 -> Node 0
Jan 31 17:24:20 localhost kernel: CPU1: Thermal monitoring enabled (TM1)
Jan 31 17:24:20 localhost kernel: CPU 1 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:24:20 localhost kernel: CPU1: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:24:20 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Jan 31 17:24:20 localhost kernel: Booting processor 2 APIC 0x4 ip 0x6000
Jan 31 17:24:20 localhost kernel: Initializing CPU#2
Jan 31 17:24:20 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:24:20 localhost kernel: CPU: Processor Core ID: 2
Jan 31 17:24:20 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:24:20 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:24:20 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:24:20 localhost kernel: CPU 2/0x4 -> Node 0
Jan 31 17:24:20 localhost kernel: CPU2: Thermal monitoring enabled (TM1)
Jan 31 17:24:20 localhost kernel: CPU 2 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:24:20 localhost kernel: CPU2: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:24:20 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#2]: passed.
Jan 31 17:24:20 localhost kernel: Booting processor 3 APIC 0x6 ip 0x6000
Jan 31 17:24:20 localhost kernel: Initializing CPU#3
Jan 31 17:24:20 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:24:20 localhost kernel: CPU: Processor Core ID: 3
Jan 31 17:24:20 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:24:20 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:24:20 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:24:20 localhost kernel: CPU 3/0x6 -> Node 0
Jan 31 17:24:20 localhost kernel: CPU3: Thermal monitoring enabled (TM1)
Jan 31 17:24:20 localhost kernel: CPU 3 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:24:20 localhost kernel: CPU3: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:24:20 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#3]: passed.
Jan 31 17:24:20 localhost kernel: Booting processor 4 APIC 0x1 ip 0x6000
Jan 31 17:24:20 localhost kernel: Initializing CPU#4
Jan 31 17:24:20 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:24:20 localhost kernel: CPU: Processor Core ID: 0
Jan 31 17:24:20 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:24:20 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:24:20 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:24:20 localhost kernel: CPU 4/0x1 -> Node 0
Jan 31 17:24:20 localhost kernel: CPU4: Thermal monitoring enabled (TM1)
Jan 31 17:24:20 localhost kernel: CPU 4 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:24:20 localhost kernel: CPU4: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:24:20 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#4]: passed.
Jan 31 17:24:20 localhost kernel: Booting processor 5 APIC 0x3 ip 0x6000
Jan 31 17:24:20 localhost kernel: Initializing CPU#5
Jan 31 17:24:20 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:24:20 localhost kernel: CPU: Processor Core ID: 1
Jan 31 17:24:20 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:24:20 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:24:20 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:24:20 localhost kernel: CPU 5/0x3 -> Node 0
Jan 31 17:24:20 localhost kernel: CPU5: Thermal monitoring enabled (TM1)
Jan 31 17:24:20 localhost kernel: CPU 5 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:24:20 localhost kernel: CPU5: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:24:20 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#5]: passed.
Jan 31 17:24:20 localhost kernel: Booting processor 6 APIC 0x5 ip 0x6000
Jan 31 17:24:20 localhost kernel: Initializing CPU#6
Jan 31 17:24:20 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:24:20 localhost kernel: CPU: Processor Core ID: 2
Jan 31 17:24:20 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:24:20 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:24:20 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:24:20 localhost kernel: CPU 6/0x5 -> Node 0
Jan 31 17:24:20 localhost kernel: CPU6: Thermal monitoring enabled (TM1)
Jan 31 17:24:20 localhost kernel: CPU 6 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:24:20 localhost kernel: CPU6: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:24:20 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#6]: passed.
Jan 31 17:24:20 localhost kernel: Booting processor 7 APIC 0x7 ip 0x6000
Jan 31 17:24:20 localhost kernel: Initializing CPU#7
Jan 31 17:24:20 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:24:20 localhost kernel: CPU: Processor Core ID: 3
Jan 31 17:24:20 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:24:20 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:24:20 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:24:20 localhost kernel: CPU 7/0x7 -> Node 0
Jan 31 17:24:20 localhost kernel: CPU7: Thermal monitoring enabled (TM1)
Jan 31 17:24:20 localhost kernel: CPU 7 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:24:20 localhost kernel: CPU7: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:24:20 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#7]: passed.
Jan 31 17:24:20 localhost kernel: Brought up 8 CPUs
Jan 31 17:24:20 localhost kernel: Total of 8 processors activated (54270.09 BogoMIPS).
Jan 31 17:24:20 localhost kernel: devtmpfs: initialized
Jan 31 17:24:20 localhost kernel: regulator: core version 0.5
Jan 31 17:24:20 localhost kernel: Time: 22:24:12 Date: 01/31/12
Jan 31 17:24:20 localhost kernel: NET: Registered protocol family 16
Jan 31 17:24:20 localhost kernel: ACPI: bus type pci registered
Jan 31 17:24:20 localhost kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
Jan 31 17:24:20 localhost kernel: PCI: Not using MMCONFIG.
Jan 31 17:24:20 localhost kernel: PCI: Using configuration type 1 for base access
Jan 31 17:24:20 localhost kernel: bio: create slab at 0
Jan 31 17:24:20 localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
Jan 31 17:24:20 localhost kernel: ACPI: Interpreter enabled
Jan 31 17:24:20 localhost kernel: ACPI: (supports S0 S1 S3 S4 S5)
Jan 31 17:24:20 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Jan 31 17:24:20 localhost kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
Jan 31 17:24:20 localhost kernel: PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
Jan 31 17:24:20 localhost kernel: PCI: Using MMCONFIG at e0000000 - efffffff
Jan 31 17:24:20 localhost kernel: ACPI: BIOS _OSI(Linux) query ignored
Jan 31 17:24:20 localhost kernel: ACPI: No dock devices found.
Jan 31 17:24:20 localhost kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Jan 31 17:24:20 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:00:01.0: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:00:16.0: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:00:1a.0: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:00:1b.0: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.0: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.1: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.2: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.5: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.6: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:00:1d.0: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jan 31 17:24:20 localhost kernel: pci 0000:00:1f.2: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:02:00.0: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:04:00.0: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:05:00.0: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.5: transparent bridge
Jan 31 17:24:20 localhost kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot
Jan 31 17:24:20 localhost kernel: pci 0000:06:00.0: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:06:00.1: PME# supported from D0 D1 D2 D3hot
Jan 31 17:24:20 localhost kernel: pci 0000:06:00.1: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:06:00.2: PME# supported from D0 D1 D2 D3hot
Jan 31 17:24:20 localhost kernel: pci 0000:06:00.2: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:06:02.0: PME# supported from D2 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:06:02.0: PME# disabled
Jan 31 17:24:20 localhost kernel: pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
Jan 31 17:24:20 localhost kernel: pci 0000:07:00.0: PME# disabled
Jan 31 17:24:20 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Jan 31 17:24:20 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Jan 31 17:24:20 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
Jan 31 17:24:20 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15)
Jan 31 17:24:20 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
Jan 31 17:24:20 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
Jan 31 17:24:20 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Jan 31 17:24:20 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
Jan 31 17:24:20 localhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Jan 31 17:24:20 localhost kernel: vgaarb: loaded
Jan 31 17:24:20 localhost kernel: SCSI subsystem initialized
Jan 31 17:24:20 localhost kernel: usbcore: registered new interface driver usbfs
Jan 31 17:24:20 localhost kernel: usbcore: registered new interface driver hub
Jan 31 17:24:20 localhost kernel: usbcore: registered new device driver usb
Jan 31 17:24:20 localhost kernel: PCI: Using ACPI for IRQ routing
Jan 31 17:24:20 localhost kernel: NetLabel: Initializing
Jan 31 17:24:20 localhost kernel: NetLabel: domain hash size = 128
Jan 31 17:24:20 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
Jan 31 17:24:20 localhost kernel: NetLabel: unlabeled traffic allowed by default
Jan 31 17:24:20 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 24, 25, 26, 27, 28, 0
Jan 31 17:24:20 localhost kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jan 31 17:24:20 localhost kernel: Switching to clocksource tsc
Jan 31 17:24:20 localhost kernel: pnp: PnP ACPI init
Jan 31 17:24:20 localhost kernel: ACPI: bus type pnp registered
Jan 31 17:24:20 localhost kernel: pnp: PnP ACPI: found 12 devices
Jan 31 17:24:20 localhost kernel: ACPI: ACPI bus type pnp unregistered
Jan 31 17:24:20 localhost kernel: system 00:01: iomem range 0xfed10000-0xfed19fff has been reserved
Jan 31 17:24:20 localhost kernel: system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
Jan 31 17:24:20 localhost kernel: system 00:01: iomem range 0xfed90000-0xfed93fff has been reserved
Jan 31 17:24:20 localhost kernel: system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved
Jan 31 17:24:20 localhost kernel: system 00:01: iomem range 0xfee00000-0xfee0ffff has been reserved
Jan 31 17:24:20 localhost kernel: system 00:02: ioport range 0xa00-0xa0f has been reserved
Jan 31 17:24:20 localhost kernel: system 00:07: ioport range 0x4d0-0x4d1 has been reserved
Jan 31 17:24:20 localhost kernel: system 00:09: ioport range 0x400-0x453 has been reserved
Jan 31 17:24:20 localhost kernel: system 00:09: ioport range 0x458-0x47f has been reserved
Jan 31 17:24:20 localhost kernel: system 00:09: ioport range 0x1180-0x119f has been reserved
Jan 31 17:24:20 localhost kernel: system 00:09: ioport range 0x500-0x57f has been reserved
Jan 31 17:24:20 localhost kernel: system 00:09: iomem range 0xfed1c000-0xfed1ffff has been reserved
Jan 31 17:24:20 localhost kernel: system 00:09: iomem range 0xfec00000-0xfecfffff could not be reserved
Jan 31 17:24:20 localhost kernel: system 00:09: iomem range 0xfed08000-0xfed08fff has been reserved
Jan 31 17:24:20 localhost kernel: system 00:09: iomem range 0xff000000-0xffffffff has been reserved
Jan 31 17:24:20 localhost kernel: system 00:0a: ioport range 0x454-0x457 has been reserved
Jan 31 17:24:20 localhost kernel: pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
Jan 31 17:24:20 localhost kernel: pci 0000:00:01.0: IO window: 0xe000-0xefff
Jan 31 17:24:20 localhost kernel: pci 0000:00:01.0: MEM window: 0xf6000000-0xf80fffff
Jan 31 17:24:20 localhost kernel: pci 0000:00:01.0: PREFETCH window: 0x000000d0000000-0x000000dbffffff
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.0: IO window: 0xd000-0xdfff
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.0: MEM window: disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.0: PREFETCH window: 0x000000dc200000-0x000000dc2fffff
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.1: PCI bridge, secondary bus 0000:08
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.1: IO window: 0xc000-0xcfff
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.1: MEM window: disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.1: PREFETCH window: 0x000000dc100000-0x000000dc1fffff
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.2: IO window: disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.2: MEM window: 0xf8300000-0xf83fffff
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.2: PREFETCH window: disabled
Jan 31 17:24:20 localhost kernel: pci 0000:05:00.0: PCI bridge, secondary bus 0000:06
Jan 31 17:24:20 localhost kernel: pci 0000:05:00.0: IO window: 0xb000-0xbfff
Jan 31 17:24:20 localhost kernel: pci 0000:05:00.0: MEM window: 0xf0000000-0xf40fffff
Jan 31 17:24:20 localhost kernel: pci 0000:05:00.0: PREFETCH window: disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.5: PCI bridge, secondary bus 0000:05
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.5: IO window: 0xb000-0xbfff
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.5: MEM window: 0xf0000000-0xf40fffff
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.5: PREFETCH window: disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.6: PCI bridge, secondary bus 0000:07
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.6: IO window: disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.6: MEM window: 0xf8200000-0xf82fffff
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.6: PREFETCH window: disabled
Jan 31 17:24:20 localhost kernel: pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:24:20 localhost kernel: pci 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Jan 31 17:24:20 localhost kernel: pci 0000:00:1c.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:24:20 localhost kernel: NET: Registered protocol family 2
Jan 31 17:24:20 localhost kernel: IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
Jan 31 17:24:20 localhost kernel: TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Jan 31 17:24:20 localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Jan 31 17:24:20 localhost kernel: TCP: Hash tables configured (established 524288 bind 65536)
Jan 31 17:24:20 localhost kernel: TCP reno registered
Jan 31 17:24:20 localhost kernel: NET: Registered protocol family 1
Jan 31 17:24:20 localhost kernel: Trying to unpack rootfs image as initramfs...
Jan 31 17:24:20 localhost kernel: Freeing initrd memory: 11077k freed
Jan 31 17:24:20 localhost kernel: audit: initializing netlink socket (disabled)
Jan 31 17:24:20 localhost kernel: type=2000 audit(1328048651.830:1): initialized
Jan 31 17:24:20 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jan 31 17:24:20 localhost kernel: VFS: Disk quotas dquot_6.5.2
Jan 31 17:24:20 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 31 17:24:20 localhost kernel: msgmni has been set to 32126
Jan 31 17:24:20 localhost kernel: alg: No test for stdrng (krng)
Jan 31 17:24:20 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Jan 31 17:24:20 localhost kernel: io scheduler noop registered
Jan 31 17:24:20 localhost kernel: io scheduler anticipatory registered
Jan 31 17:24:20 localhost kernel: io scheduler deadline registered
Jan 31 17:24:20 localhost kernel: io scheduler cfq registered (default)
Jan 31 17:24:20 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jan 31 17:24:20 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jan 31 17:24:20 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 31 17:24:20 localhost kernel: pci-stub: invalid id string ""
Jan 31 17:24:20 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jan 31 17:24:20 localhost kernel: ACPI: Power Button [PWRB]
Jan 31 17:24:20 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Jan 31 17:24:20 localhost kernel: ACPI: Power Button [PWRF]
Jan 31 17:24:20 localhost kernel: ACPI: SSDT 00000000bf505818 0079C (v01 AMI IST 00000001 MSFT 03000001)
Jan 31 17:24:20 localhost kernel: ACPI: SSDT 00000000bf507e18 001A4 (v01 AMI CST 00000001 MSFT 03000001)
Jan 31 17:24:20 localhost kernel: processor LNXCPU:00: registered as cooling_device0
Jan 31 17:24:20 localhost kernel: processor LNXCPU:01: registered as cooling_device1
Jan 31 17:24:20 localhost kernel: processor LNXCPU:02: registered as cooling_device2
Jan 31 17:24:20 localhost kernel: processor LNXCPU:03: registered as cooling_device3
Jan 31 17:24:20 localhost kernel: processor LNXCPU:04: registered as cooling_device4
Jan 31 17:24:20 localhost kernel: processor LNXCPU:05: registered as cooling_device5
Jan 31 17:24:20 localhost kernel: processor LNXCPU:06: registered as cooling_device6
Jan 31 17:24:20 localhost kernel: processor LNXCPU:07: registered as cooling_device7
Jan 31 17:24:20 localhost kernel: Non-volatile memory driver v1.3
Jan 31 17:24:20 localhost kernel: Linux agpgart interface v0.103
Jan 31 17:24:20 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jan 31 17:24:20 localhost kernel: brd: module loaded
Jan 31 17:24:20 localhost kernel: loop: module loaded
Jan 31 17:24:20 localhost kernel: input: Macintosh mouse button emulation as /devices/virtual/input/input2
Jan 31 17:24:20 localhost kernel: ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Jan 31 17:24:20 localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
Jan 31 17:24:20 localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
Jan 31 17:24:20 localhost kernel: scsi0 : ahci
Jan 31 17:24:20 localhost kernel: scsi1 : ahci
Jan 31 17:24:20 localhost kernel: scsi2 : ahci
Jan 31 17:24:20 localhost kernel: scsi3 : ahci
Jan 31 17:24:20 localhost kernel: scsi4 : ahci
Jan 31 17:24:20 localhost kernel: scsi5 : ahci
Jan 31 17:24:20 localhost kernel: ata1: SATA max UDMA/133 abar m2048@0xf4105000 port 0xf4105100 irq 34
Jan 31 17:24:20 localhost kernel: ata2: SATA max UDMA/133 abar m2048@0xf4105000 port 0xf4105180 irq 34
Jan 31 17:24:20 localhost kernel: ata3: SATA max UDMA/133 abar m2048@0xf4105000 port 0xf4105200 irq 34
Jan 31 17:24:20 localhost kernel: ata4: DUMMY
Jan 31 17:24:20 localhost kernel: ata5: DUMMY
Jan 31 17:24:20 localhost kernel: ata6: DUMMY
Jan 31 17:24:20 localhost kernel: Fixed MDIO Bus: probed
Jan 31 17:24:20 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1a.0: EHCI Host Controller
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1a.0: debug port 2
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf4107000
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jan 31 17:24:20 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Jan 31 17:24:20 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:24:20 localhost kernel: usb usb1: Product: EHCI Host Controller
Jan 31 17:24:20 localhost kernel: usb usb1: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ehci_hcd
Jan 31 17:24:20 localhost kernel: usb usb1: SerialNumber: 0000:00:1a.0
Jan 31 17:24:20 localhost kernel: usb usb1: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: hub 1-0:1.0: USB hub found
Jan 31 17:24:20 localhost kernel: hub 1-0:1.0: 2 ports detected
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1d.0: EHCI Host Controller
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1d.0: debug port 2
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf4106000
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jan 31 17:24:20 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Jan 31 17:24:20 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:24:20 localhost kernel: usb usb2: Product: EHCI Host Controller
Jan 31 17:24:20 localhost kernel: usb usb2: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ehci_hcd
Jan 31 17:24:20 localhost kernel: usb usb2: SerialNumber: 0000:00:1d.0
Jan 31 17:24:20 localhost kernel: usb usb2: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: hub 2-0:1.0: USB hub found
Jan 31 17:24:20 localhost kernel: hub 2-0:1.0: 2 ports detected
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:06:00.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:06:00.2: EHCI Host Controller
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:06:00.2: new USB bus registered, assigned bus number 3
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:06:00.2: irq 19, io mem 0xf4001000
Jan 31 17:24:20 localhost kernel: ehci_hcd 0000:06:00.2: USB 2.0 started, EHCI 1.00
Jan 31 17:24:20 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Jan 31 17:24:20 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:24:20 localhost kernel: usb usb3: Product: EHCI Host Controller
Jan 31 17:24:20 localhost kernel: usb usb3: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ehci_hcd
Jan 31 17:24:20 localhost kernel: usb usb3: SerialNumber: 0000:06:00.2
Jan 31 17:24:20 localhost kernel: usb usb3: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: hub 3-0:1.0: USB hub found
Jan 31 17:24:20 localhost kernel: hub 3-0:1.0: 5 ports detected
Jan 31 17:24:20 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jan 31 17:24:20 localhost kernel: ohci_hcd 0000:06:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Jan 31 17:24:20 localhost kernel: ohci_hcd 0000:06:00.0: OHCI Host Controller
Jan 31 17:24:20 localhost kernel: ohci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
Jan 31 17:24:20 localhost kernel: ohci_hcd 0000:06:00.0: irq 17, io mem 0xf4003000
Jan 31 17:24:20 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
Jan 31 17:24:20 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:24:20 localhost kernel: usb usb4: Product: OHCI Host Controller
Jan 31 17:24:20 localhost kernel: usb usb4: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ohci_hcd
Jan 31 17:24:20 localhost kernel: usb usb4: SerialNumber: 0000:06:00.0
Jan 31 17:24:20 localhost kernel: usb usb4: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: hub 4-0:1.0: USB hub found
Jan 31 17:24:20 localhost kernel: hub 4-0:1.0: 3 ports detected
Jan 31 17:24:20 localhost kernel: ohci_hcd 0000:06:00.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:24:20 localhost kernel: ohci_hcd 0000:06:00.1: OHCI Host Controller
Jan 31 17:24:20 localhost kernel: ohci_hcd 0000:06:00.1: new USB bus registered, assigned bus number 5
Jan 31 17:24:20 localhost kernel: ohci_hcd 0000:06:00.1: irq 18, io mem 0xf4002000
Jan 31 17:24:20 localhost kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
Jan 31 17:24:20 localhost kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:24:20 localhost kernel: usb usb5: Product: OHCI Host Controller
Jan 31 17:24:20 localhost kernel: usb usb5: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ohci_hcd
Jan 31 17:24:20 localhost kernel: usb usb5: SerialNumber: 0000:06:00.1
Jan 31 17:24:20 localhost kernel: usb usb5: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: hub 5-0:1.0: USB hub found
Jan 31 17:24:20 localhost kernel: hub 5-0:1.0: 2 ports detected
Jan 31 17:24:20 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jan 31 17:24:20 localhost kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Jan 31 17:24:20 localhost kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Jan 31 17:24:20 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 31 17:24:20 localhost kernel: mice: PS/2 mouse device common for all mice
Jan 31 17:24:20 localhost kernel: rtc_cmos 00:05: RTC can wake from S4
Jan 31 17:24:20 localhost kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
Jan 31 17:24:20 localhost kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jan 31 17:24:20 localhost kernel: device-mapper: uevent: version 1.0.3
Jan 31 17:24:20 localhost kernel: device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised:

Jan 31 17:24:20 localhost kernel: cpuidle: using governor ladder
Jan 31 17:24:20 localhost kernel: cpuidle: using governor menu
Jan 31 17:24:20 localhost kernel: usbcore: registered new interface driver hiddev
Jan 31 17:24:20 localhost kernel: usbcore: registered new interface driver usbhid
Jan 31 17:24:20 localhost kernel: usbhid: v2.6:USB HID core driver
Jan 31 17:24:20 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Jan 31 17:24:20 localhost kernel: CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
Jan 31 17:24:20 localhost kernel: nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
Jan 31 17:24:20 localhost kernel: sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
Jan 31 17:24:20 localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Jan 31 17:24:20 localhost kernel: TCP cubic registered
Jan 31 17:24:20 localhost kernel: Initializing XFRM netlink socket
Jan 31 17:24:20 localhost kernel: NET: Registered protocol family 17
Jan 31 17:24:20 localhost kernel: registered taskstats version 1
Jan 31 17:24:20 localhost kernel: No TPM chip found, activating TPM-bypass!
Jan 31 17:24:20 localhost kernel: Magic number: 12:9:453
Jan 31 17:24:20 localhost kernel: rtc_cmos 00:05: setting system clock to 2012-01-31 22:24:12 UTC (1328048652)
Jan 31 17:24:20 localhost kernel: Initalizing network drop monitor service
Jan 31 17:24:20 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Jan 31 17:24:20 localhost kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jan 31 17:24:20 localhost kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 31 17:24:20 localhost kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 31 17:24:20 localhost kernel: ata2.00: ATA-8: ST2000DL003-9VT166, CC32, max UDMA/133
Jan 31 17:24:20 localhost kernel: ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Jan 31 17:24:20 localhost kernel: ata2.00: configured for UDMA/133
Jan 31 17:24:20 localhost kernel: ata3.00: ATAPI: TSSTcorp CDDVDW SH-S203B, SB03, max UDMA/100, ATAPI AN
Jan 31 17:24:20 localhost kernel: ata1.00: ATA-8: Corsair Force 3 SSD, 1.3.3, max UDMA/133
Jan 31 17:24:20 localhost kernel: ata3.00: configured for UDMA/100
Jan 31 17:24:20 localhost kernel: ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Jan 31 17:24:20 localhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 2
Jan 31 17:24:20 localhost kernel: ata1.00: configured for UDMA/133
Jan 31 17:24:20 localhost kernel: scsi 0:0:0:0: Direct-Access ATA Corsair Force 3 1.3. PQ: 0 ANSI: 5
Jan 31 17:24:20 localhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jan 31 17:24:20 localhost kernel: sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
Jan 31 17:24:20 localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
Jan 31 17:24:20 localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 31 17:24:20 localhost kernel: sda: sda1 sda2
Jan 31 17:24:20 localhost kernel: scsi 1:0:0:0: Direct-Access ATA ST2000DL003-9VT1 CC32 PQ: 0 ANSI: 5
Jan 31 17:24:20 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jan 31 17:24:20 localhost kernel: sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
Jan 31 17:24:20 localhost kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Jan 31 17:24:20 localhost kernel: sd 1:0:0:0: [sdb] Write Protect is off
Jan 31 17:24:20 localhost kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 31 17:24:20 localhost kernel: scsi 2:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S203B SB03 PQ: 0 ANSI: 5
Jan 31 17:24:20 localhost kernel: sdb:sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Jan 31 17:24:20 localhost kernel: Uniform CD-ROM driver Revision: 3.20
Jan 31 17:24:20 localhost kernel: sr 2:0:0:0: Attached scsi generic sg2 type 5
Jan 31 17:24:20 localhost kernel: sdb1 sdb2 < sdb5 sdb6 >
Jan 31 17:24:20 localhost kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Jan 31 17:24:20 localhost kernel: Freeing unused kernel memory: 936k freed
Jan 31 17:24:20 localhost kernel: Write protecting the kernel read-only data: 6592k
Jan 31 17:24:20 localhost kernel: dracut: dracut-004-4.fc12
Jan 31 17:24:20 localhost kernel: udev: starting version 145
Jan 31 17:24:20 localhost kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024
Jan 31 17:24:20 localhost kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 31 17:24:20 localhost kernel: usb 1-1: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: hub 1-1:1.0: USB hub found
Jan 31 17:24:20 localhost kernel: hub 1-1:1.0: 6 ports detected
Jan 31 17:24:20 localhost kernel: [drm] Initialized drm 1.1.0 20060810
Jan 31 17:24:20 localhost kernel: nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:24:20 localhost kernel: [drm] nouveau 0000:01:00.0: Unsupported chipset 0x0ce080a1
Jan 31 17:24:20 localhost kernel: nouveau 0000:01:00.0: PCI INT A disabled
Jan 31 17:24:20 localhost kernel: nouveau: probe of 0000:01:00.0 failed with error -22
Jan 31 17:24:20 localhost kernel: dracut: Starting plymouth daemon
Jan 31 17:24:20 localhost kernel: firewire_ohci 0000:06:02.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Jan 31 17:24:20 localhost kernel: usb 2-1: new high speed USB device using ehci_hcd and address 2
Jan 31 17:24:20 localhost kernel: firewire_ohci: Added fw-ohci device 0000:06:02.0, OHCI version 1.10
Jan 31 17:24:20 localhost kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024
Jan 31 17:24:20 localhost kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 31 17:24:20 localhost kernel: usb 2-1: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: hub 2-1:1.0: USB hub found
Jan 31 17:24:20 localhost kernel: hub 2-1:1.0: 8 ports detected
Jan 31 17:24:20 localhost kernel: usb 1-1.6: new full speed USB device using ehci_hcd and address 3
Jan 31 17:24:20 localhost kernel: EXT4-fs (sdb5): mounted filesystem with ordered data mode
Jan 31 17:24:20 localhost kernel: dracut: Mounted root filesystem /dev/sdb5
Jan 31 17:24:20 localhost kernel: usb 1-1.6: New USB device found, idVendor=046d, idProduct=c52f
Jan 31 17:24:20 localhost kernel: usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 31 17:24:20 localhost kernel: usb 1-1.6: Product: USB Receiver
Jan 31 17:24:20 localhost kernel: usb 1-1.6: Manufacturer: Logitech
Jan 31 17:24:20 localhost kernel: usb 1-1.6: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input4
Jan 31 17:24:20 localhost kernel: generic-usb 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.6/input0
Jan 31 17:24:20 localhost kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/input/input5
Jan 31 17:24:20 localhost kernel: generic-usb 0003:046D:C52F.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.6/input1
Jan 31 17:24:20 localhost kernel: usb 2-1.2: new high speed USB device using ehci_hcd and address 3
Jan 31 17:24:20 localhost kernel: dracut: Switching root
Jan 31 17:24:20 localhost kernel: usb 2-1.2: New USB device found, idVendor=058f, idProduct=6254
Jan 31 17:24:20 localhost kernel: usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 31 17:24:20 localhost kernel: usb 2-1.2: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: hub 2-1.2:1.0: USB hub found
Jan 31 17:24:20 localhost kernel: hub 2-1.2:1.0: 4 ports detected
Jan 31 17:24:20 localhost kernel: firewire_core: created device fw0: GUID 0010dc0001d1c97d, S400
Jan 31 17:24:20 localhost kernel: usb 2-1.2.1: new high speed USB device using ehci_hcd and address 4
Jan 31 17:24:20 localhost kernel: usb 2-1.2.1: New USB device found, idVendor=0bda, idProduct=0181
Jan 31 17:24:20 localhost kernel: usb 2-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 31 17:24:20 localhost kernel: usb 2-1.2.1: Product: USB2.0-CRW
Jan 31 17:24:20 localhost kernel: usb 2-1.2.1: Manufacturer: Generic
Jan 31 17:24:20 localhost kernel: usb 2-1.2.1: SerialNumber: 20060413092100000
Jan 31 17:24:20 localhost kernel: usb 2-1.2.1: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: udev: starting version 145
Jan 31 17:24:20 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 31 17:24:20 localhost kernel: ACPI: WMI: Mapper loaded
Jan 31 17:24:20 localhost kernel: xhci_hcd 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:24:20 localhost kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 31 17:24:20 localhost kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 6
Jan 31 17:24:20 localhost kernel: xhci_hcd 0000:04:00.0: irq 18, io mem 0xf8300000
Jan 31 17:24:20 localhost kernel: usb usb6: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
Jan 31 17:24:20 localhost kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
Jan 31 17:24:20 localhost kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:24:20 localhost kernel: usb usb6: Product: xHCI Host Controller
Jan 31 17:24:20 localhost kernel: usb usb6: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 xhci_hcd
Jan 31 17:24:20 localhost kernel: usb usb6: SerialNumber: 0000:04:00.0
Jan 31 17:24:20 localhost kernel: usb usb6: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: hub 6-0:1.0: USB hub found
Jan 31 17:24:20 localhost kernel: hub 6-0:1.0: 4 ports detected
Jan 31 17:24:20 localhost kernel: xhci_hcd 0000:07:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:24:20 localhost kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
Jan 31 17:24:20 localhost kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 7
Jan 31 17:24:20 localhost kernel: xhci_hcd 0000:07:00.0: irq 18, io mem 0xf8200000
Jan 31 17:24:20 localhost kernel: usb usb7: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
Jan 31 17:24:20 localhost kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0003
Jan 31 17:24:20 localhost kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:24:20 localhost kernel: usb usb7: Product: xHCI Host Controller
Jan 31 17:24:20 localhost kernel: usb usb7: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 xhci_hcd
Jan 31 17:24:20 localhost kernel: usb usb7: SerialNumber: 0000:07:00.0
Jan 31 17:24:20 localhost kernel: usb usb7: configuration #1 chosen from 1 choice
Jan 31 17:24:20 localhost kernel: hub 7-0:1.0: USB hub found
Jan 31 17:24:20 localhost kernel: hub 7-0:1.0: 4 ports detected
Jan 31 17:24:20 localhost kernel: Initializing USB Mass Storage driver...
Jan 31 17:24:20 localhost kernel: scsi6 : SCSI emulation for USB Mass Storage devices
Jan 31 17:24:20 localhost kernel: usbcore: registered new interface driver usb-storage
Jan 31 17:24:20 localhost kernel: USB Mass Storage support registered.
Jan 31 17:24:20 localhost kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Jan 31 17:24:20 localhost kernel: r8169 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:24:20 localhost kernel: r8169 0000:02:00.0: unknown MAC, using family default
Jan 31 17:24:20 localhost kernel: eth0: RTL8168b/8111b at 0xffffc900125ba000, 8c:89:a5:7c:3f:e2, XID 0c900800 IRQ 35
Jan 31 17:24:20 localhost kernel: Linux video capture interface: v2.00
Jan 31 17:24:20 localhost kernel: cx18: Start initialization, version 1.2.0
Jan 31 17:24:20 localhost kernel: cx18-0: Initializing card 0
Jan 31 17:24:20 localhost kernel: cx18-0: Autodetected Hauppauge card
Jan 31 17:24:20 localhost kernel: cx18 0000:06:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:24:20 localhost kernel: cx18-0: Unreasonably low latency timer, setting to 64 (was 32)
Jan 31 17:24:20 localhost kernel: cx18-0: cx23418 revision 01010000 (B)
Jan 31 17:24:20 localhost kernel: tveeprom 0-0050: Hauppauge model 74301, rev F1F5, serial# 7389922
Jan 31 17:24:20 localhost kernel: tveeprom 0-0050: MAC address is 00-0D-FE-70-C2-E2
Jan 31 17:24:20 localhost kernel: tveeprom 0-0050: tuner model is NXP 18271C2 (idx 155, type 54)
Jan 31 17:24:20 localhost kernel: tveeprom 0-0050: TV standards PAL(B/G) NTSC(M) PAL(I) SECAM(L/L') PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xfc)
Jan 31 17:24:20 localhost kernel: tveeprom 0-0050: audio processor is CX23418 (idx 38)
Jan 31 17:24:20 localhost kernel: tveeprom 0-0050: decoder processor is CX23418 (idx 31)
Jan 31 17:24:20 localhost kernel: tveeprom 0-0050: has no radio, has IR receiver, has IR transmitter
Jan 31 17:24:20 localhost kernel: cx18-0: Autodetected Hauppauge HVR-1600
Jan 31 17:24:20 localhost kernel: cx18-0: Simultaneous Digital and Analog TV capture supported
Jan 31 17:24:20 localhost kernel: IRQ 18/cx18-0: IRQF_DISABLED is not guaranteed on shared IRQs
Jan 31 17:24:20 localhost kernel: cs5345 0-004c: chip found @ 0x98 (cx18 i2c driver #0-0)
Jan 31 17:24:20 localhost kernel: cx18-0: Registered device video0 for encoder MPEG (64 x 32 kB)
Jan 31 17:24:20 localhost kernel: DVB: registering new adapter (cx18)
Jan 31 17:24:20 localhost kernel: cx18-0: frontend initialization failed
Jan 31 17:24:20 localhost kernel: cx18-0: DVB failed to register
Jan 31 17:24:20 localhost kernel: cx18-0: Registered device video32 for encoder YUV (16 x 128 kB)
Jan 31 17:24:20 localhost kernel: cx18-0: Registered device vbi0 for encoder VBI (20 x 51984 bytes)
Jan 31 17:24:20 localhost kernel: cx18-0: Registered device video24 for encoder PCM audio (256 x 4 kB)
Jan 31 17:24:20 localhost kernel: cx18-0: Error -1 registering devices
Jan 31 17:24:20 localhost kernel: cx18-0: Error -1 on initialization
Jan 31 17:24:20 localhost kernel: cx18: probe of 0000:06:01.0 failed with error -1
Jan 31 17:24:20 localhost kernel: cx18: End initialization
Jan 31 17:24:20 localhost kernel: lirc_dev: IR Remote Control driver registered, major 248
Jan 31 17:24:20 localhost kernel: lirc_zilog: Zilog/Hauppauge IR driver initializing
Jan 31 17:24:20 localhost kernel: lirc_zilog: initialization complete
Jan 31 17:24:20 localhost kernel: dib0700: loaded with support for 13 different device-types
Jan 31 17:24:20 localhost kernel: usbcore: registered new interface driver dvb_usb_dib0700
Jan 31 17:24:20 localhost kernel: Adding 3939320k swap on /dev/sda2. Priority:-1 extents:1 across:3939320k SS
Jan 31 17:24:20 localhost kernel: Adding 5119992k swap on /dev/sdb6. Priority:-2 extents:1 across:5119992k
Jan 31 17:24:20 localhost kernel: microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:24:20 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:24:20 localhost kernel: microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:24:20 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:24:20 localhost kernel: microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:24:20 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:24:20 localhost kernel: microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:24:20 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:24:20 localhost kernel: microcode: CPU4 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:24:20 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:24:20 localhost kernel: microcode: CPU5 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:24:20 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:24:20 localhost kernel: microcode: CPU6 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:24:20 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:24:20 localhost kernel: microcode: CPU7 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:24:20 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:24:20 localhost kernel: Microcode Update Driver: v2.00 , Peter Oruba
Jan 31 17:24:20 localhost kernel: Microcode Update Driver: v2.00 removed.
Jan 31 17:24:20 localhost kernel: NET: Registered protocol family 10
Jan 31 17:24:20 localhost kernel: lo: Disabled Privacy Extensions
Jan 31 17:24:20 localhost kernel: r8169: eth0: link up
Jan 31 17:24:20 localhost kernel: r8169: eth0: link up
Jan 31 17:24:20 localhost kernel: scsi 6:0:0:0: Direct-Access Generic- Compact Flash 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:24:20 localhost kernel: scsi 6:0:0:1: Direct-Access Generic- SM/xD-Picture 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:24:20 localhost kernel: scsi 6:0:0:2: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:24:20 localhost kernel: scsi 6:0:0:3: Direct-Access Generic- MS/MS-Pro/HG 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:24:20 localhost kernel: scsi 6:0:0:4: Direct-Access Generic- SD/MMC/MS/MSPRO 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:24:20 localhost kernel: sd 6:0:0:0: Attached scsi generic sg3 type 0
Jan 31 17:24:20 localhost kernel: sd 6:0:0:1: Attached scsi generic sg4 type 0
Jan 31 17:24:20 localhost kernel: sd 6:0:0:2: Attached scsi generic sg5 type 0
Jan 31 17:24:20 localhost kernel: sd 6:0:0:3: Attached scsi generic sg6 type 0
Jan 31 17:24:20 localhost kernel: sd 6:0:0:4: Attached scsi generic sg7 type 0
Jan 31 17:24:20 localhost kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk
Jan 31 17:24:20 localhost kernel: sd 6:0:0:2: [sde] Attached SCSI removable disk
Jan 31 17:24:20 localhost kernel: sd 6:0:0:1: [sdd] Attached SCSI removable disk
Jan 31 17:24:20 localhost kernel: sd 6:0:0:4: [sdg] Attached SCSI removable disk
Jan 31 17:24:20 localhost kernel: sd 6:0:0:3: [sdf] Attached SCSI removable disk
Jan 31 17:24:20 localhost cpuspeed: Enabling ondemand cpu frequency scaling governor
Jan 31 17:24:21 localhost NetworkManager: starting...
Jan 31 17:24:21 localhost NetworkManager: Trying to start the modem-manager...
Jan 31 17:24:21 localhost NetworkManager: Loaded plugin ifcfg-rh: (c) 2007 - 2008 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
Jan 31 17:24:21 localhost NetworkManager: WiFi enabled by radio killswitch; enabled by state file
Jan 31 17:24:21 localhost NetworkManager: WWAN enabled by radio killswitch; enabled by state file
Jan 31 17:24:21 localhost rpc.statd[1377]: Version 1.2.1 Starting
Jan 31 17:24:22 localhost NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ...
Jan 31 17:24:22 localhost NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ...
Jan 31 17:24:22 localhost modem-manager: Loaded plugin MotoC
Jan 31 17:24:22 localhost modem-manager: Loaded plugin Sierra
Jan 31 17:24:22 localhost modem-manager: Loaded plugin Generic
Jan 31 17:24:22 localhost modem-manager: Loaded plugin Nokia
Jan 31 17:24:22 localhost modem-manager: Loaded plugin Gobi
Jan 31 17:24:22 localhost modem-manager: Loaded plugin Ericsson MBM
Jan 31 17:24:22 localhost modem-manager: Loaded plugin Option High-Speed
Jan 31 17:24:22 localhost modem-manager: Loaded plugin Longcheer
Jan 31 17:24:22 localhost modem-manager: Loaded plugin Huawei
Jan 31 17:24:22 localhost modem-manager: Loaded plugin Novatel
Jan 31 17:24:22 localhost modem-manager: Loaded plugin ZTE
Jan 31 17:24:22 localhost modem-manager: Loaded plugin Option
Jan 31 17:24:22 localhost modem-manager: Loaded plugin AnyData
Jan 31 17:24:22 localhost NetworkManager: ifcfg-rh: read connection 'System eth0'
Jan 31 17:24:22 localhost NetworkManager: (eth0): carrier is ON
Jan 31 17:24:22 localhost NetworkManager: (eth0): new Ethernet device (driver: 'r8169')
Jan 31 17:24:22 localhost NetworkManager: (eth0): exported as /org/freedesktop/NetworkManager/Devices/0
Jan 31 17:24:22 localhost NetworkManager: (eth0): now managed
Jan 31 17:24:22 localhost NetworkManager: (eth0): device state change: 1 -> 2 (reason 41)
Jan 31 17:24:22 localhost NetworkManager: (eth0): preparing device.
Jan 31 17:24:22 localhost NetworkManager: Activation (eth0) starting connection 'System eth0'
Jan 31 17:24:22 localhost NetworkManager: (eth0): device state change: 2 -> 7 (reason 0)
Jan 31 17:24:22 localhost NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Jan 31 17:24:22 localhost NetworkManager: default_adapter_cb(): bluez error getting default adapter: The name org.bluez was not provided by any .service files
Jan 31 17:24:22 localhost NetworkManager: modem-manager is now available
Jan 31 17:24:22 localhost NetworkManager: Trying to start the supplicant...
Jan 31 17:24:22 localhost NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Jan 31 17:24:22 localhost NetworkManager: Activation (eth0) Beginning DHCP transaction (timeout in 45 seconds)
Jan 31 17:24:22 localhost NetworkManager: dhclient started with pid 1386
Jan 31 17:24:22 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP6 Configure Get) scheduled...
Jan 31 17:24:22 localhost NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Jan 31 17:24:22 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP6 Configure Get) started...
Jan 31 17:24:22 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP6 Configure Get) complete.
Jan 31 17:24:22 localhost dhclient[1386]: Internet Systems Consortium DHCP Client 4.1.1
Jan 31 17:24:22 localhost dhclient[1386]: Copyright 2004-2010 Internet Systems Consortium.
Jan 31 17:24:22 localhost dhclient[1386]: All rights reserved.
Jan 31 17:24:22 localhost dhclient[1386]: For info, please visit https://www.isc.org/software/dhcp/
Jan 31 17:24:22 localhost dhclient[1386]:
Jan 31 17:24:22 localhost NetworkManager: DHCP: device eth0 state changed (null) -> preinit
Jan 31 17:24:22 localhost dhclient[1386]: Listening on LPF/eth0/8c:89:a5:7c:3f:e2
Jan 31 17:24:22 localhost dhclient[1386]: Sending on LPF/eth0/8c:89:a5:7c:3f:e2
Jan 31 17:24:22 localhost dhclient[1386]: Sending on Socket/fallback
Jan 31 17:24:22 localhost kernel: RPC: Registered udp transport module.
Jan 31 17:24:22 localhost kernel: RPC: Registered tcp transport module.
Jan 31 17:24:22 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan 31 17:24:22 localhost acpid: starting up
Jan 31 17:24:22 localhost acpid: 1 rule loaded
Jan 31 17:24:22 localhost acpid: waiting for events: event logging is off
Jan 31 17:24:23 localhost acpid: client connected from 1573[68:481]
Jan 31 17:24:23 localhost acpid: 1 client rule loaded
Jan 31 17:24:23 localhost lircd-0.8.6[1592]: error in configfile line 141:
Jan 31 17:24:23 localhost lircd-0.8.6[1592]: "2147549184": must be a valid (lirc_t) number
Jan 31 17:24:23 localhost lircd-0.8.6[1592]: reading of file '/etc/lircd.conf' failed
Jan 31 17:24:23 localhost lircd-0.8.6[1592]: reading of config file failed
Jan 31 17:24:23 localhost lircd-0.8.6[1593]: lircd(default) ready, using /var/run/lirc/lircd
Jan 31 17:24:24 localhost /usr/sbin/gpm[1750]: *** info [daemon/startup.c(136)]:
Jan 31 17:24:24 localhost /usr/sbin/gpm[1750]: Started gpm successfully. Entered daemon mode.
Jan 31 17:24:25 localhost dhclient[1386]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jan 31 17:24:25 localhost dhclient[1386]: DHCPACK from 192.168.1.1
Jan 31 17:24:25 localhost NetworkManager: DHCP: device eth0 state changed preinit -> reboot
Jan 31 17:24:25 localhost dhclient[1386]: bound to 192.168.1.4 -- renewal in 37948 seconds.
Jan 31 17:24:25 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP4 Configure Get) scheduled...
Jan 31 17:24:25 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP4 Configure Get) started...
Jan 31 17:24:25 localhost NetworkManager: address 192.168.1.4
Jan 31 17:24:25 localhost NetworkManager: prefix 24 (255.255.255.0)
Jan 31 17:24:25 localhost NetworkManager: gateway 192.168.1.1
Jan 31 17:24:25 localhost NetworkManager: nameserver '192.168.1.1'
Jan 31 17:24:25 localhost NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled...
Jan 31 17:24:25 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP4 Configure Get) complete.
Jan 31 17:24:25 localhost NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) started...
Jan 31 17:24:25 localhost NetworkManager: (eth0): device state change: 7 -> 8 (reason 0)
Jan 31 17:24:25 localhost NetworkManager: Policy set 'System eth0' (eth0) as default for routing and DNS.
Jan 31 17:24:25 localhost NetworkManager: Activation (eth0) successful, device activated.
Jan 31 17:24:25 localhost NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
Jan 31 17:24:31 localhost gnome-session[1883]: EggSMClient-WARNING: Desktop file '/etc/xdg/autostart/mythfrontend.desktop' has malformed Icon key 'mythfrontend.png'(should not include extension)
Jan 31 17:24:34 localhost lircd-0.8.6[1593]: accepted new client on /var/run/lirc/lircd
Jan 31 17:24:34 localhost lircd-0.8.6[1593]: could not get file information for /dev/lirc0
Jan 31 17:24:34 localhost lircd-0.8.6[1593]: default_init(): No such file or directory
Jan 31 17:24:34 localhost lircd-0.8.6[1593]: Failed to initialize hardware
Jan 31 17:24:37 localhost lircd-0.8.6[1593]: accepted new client on /var/run/lirc/lircd
Jan 31 17:24:37 localhost kernel: type=1305 audit(1328048677.778:28310): auid=4294967295 ses=4294967295 subj=kernel op="remove rule" key=(null) list=4 res=1
Jan 31 17:24:37 localhost kernel: type=1305 audit(1328048677.778:28311): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 subj=kernel res=1
Jan 31 17:24:39 localhost udevadm[2205]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2206]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2207]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2208]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2209]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2210]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2211]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2212]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2213]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2214]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2215]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2216]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2217]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2218]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2219]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2220]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2221]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2222]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2223]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2224]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2225]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2226]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2227]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:24:39 localhost udevadm[2228]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:27:14 localhost lircd-0.8.6[1593]: removed client
Jan 31 17:36:21 localhost yum[3132]: Updated: libgcc-4.4.4-10.fc12.x86_64
Jan 31 17:36:24 localhost yum[3132]: Installed: kernel-headers-2.6.32.26-175.fc12.x86_64
Jan 31 17:36:28 localhost yum[3132]: Installed: kernel-devel-2.6.32.26-175.fc12.x86_64
Jan 31 17:36:30 localhost yum[3132]: Updated: glibc-2.11.2-3.x86_64
Jan 31 17:36:31 localhost yum[3132]: Updated: libgomp-4.4.4-10.fc12.x86_64
Jan 31 17:36:36 localhost yum[3132]: Updated: glibc-common-2.11.2-3.x86_64
Jan 31 17:36:37 localhost yum[3132]: Installed: mpfr-2.4.1-5.fc12.x86_64
Jan 31 17:36:38 localhost yum[3132]: Installed: cpp-4.4.4-10.fc12.x86_64
Jan 31 17:36:39 localhost yum[3132]: Installed: ppl-0.10.2-10.fc12.x86_64
Jan 31 17:36:39 localhost yum[3132]: Installed: cloog-ppl-0.15.7-1.fc12.x86_64
Jan 31 17:36:41 localhost yum[3132]: Installed: mercurial-1.7.1-1.fc12.x86_64
Jan 31 17:36:42 localhost yum[3132]: Installed: glibc-headers-2.11.2-3.x86_64
Jan 31 17:36:42 localhost yum[3132]: Installed: glibc-devel-2.11.2-3.x86_64
Jan 31 17:36:44 localhost yum[3132]: Installed: gcc-4.4.4-10.fc12.x86_64
Jan 31 17:46:59 localhost init: tty4 main process (1828) killed by TERM signal
Jan 31 17:47:00 localhost init: tty5 main process (1829) killed by TERM signal
Jan 31 17:47:00 localhost init: tty2 main process (1830) killed by TERM signal
Jan 31 17:47:00 localhost init: tty3 main process (1831) killed by TERM signal
Jan 31 17:47:00 localhost init: tty6 main process (1832) killed by TERM signal
Jan 31 17:47:00 localhost gnome-keyring-daemon[1955]: dbus failure unregistering from session: Connection is closed
Jan 31 17:47:00 localhost gnome-keyring-daemon[1955]: GVFS-RemoteVolumeMonitor: cannot remove match rule 'type='signal',interface='org.gtk.Private.RemoteVolumeMonitor',sender='org.gtk.Private.GduVolumeMonitor',': org.freedesktop.DBus.Error.Disconnected: Connection was disconnected before a reply was received
Jan 31 17:47:00 localhost gnome-keyring-daemon[1955]: GVFS-RemoteVolumeMonitor: cannot remove match rule 'type='signal',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.gtk.Private.GduVolumeMonitor'': org.freedesktop.DBus.Error.Disconnected: Connection is closed
Jan 31 17:47:00 localhost gnome-keyring-daemon[1955]: dbus failure unregistering from session: Connection is closed
Jan 31 17:47:00 localhost console-kit-daemon[1456]: WARNING: Couldn't read /proc/1999/environ: Failed to open file '/proc/1999/environ': No such file or directory
Jan 31 17:47:01 localhost lircd-0.8.6[1593]: caught signal
Jan 31 17:47:01 localhost acpid: exiting
Jan 31 17:47:01 localhost rpc.statd[1377]: Caught signal 15, un-registering and exiting.
Jan 31 17:47:02 localhost NetworkManager: nm_signal_handler(): Caught signal 15, shutting down normally.
Jan 31 17:47:02 localhost NetworkManager: exiting (success)
Jan 31 17:47:03 localhost console-kit-daemon[1456]: WARNING: no sender#012
Jan 31 17:47:03 localhost rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w"
Jan 31 17:47:03 localhost kernel: IPv6 over IPv4 tunneling driver
Jan 31 17:47:03 localhost kernel: sit0: Disabled Privacy Extensions
Jan 31 17:47:03 localhost cpuspeed: Disabling ondemand cpu frequency scaling governor
Jan 31 17:47:03 localhost kernel: Kernel logging (proc) stopped.
Jan 31 17:47:03 localhost rsyslogd: [origin software="rsyslogd" swVersion="4.4.2" x-pid="1301" x-info="http://www.rsyslog.com"] exiting on signal 15.
Jan 31 17:47:45 localhost kernel: imklog 4.4.2, log source = /proc/kmsg started.
Jan 31 17:47:45 localhost rsyslogd: [origin software="rsyslogd" swVersion="4.4.2" x-pid="1267" x-info="http://www.rsyslog.com"] (re)start
Jan 31 17:47:45 localhost kernel: Initializing cgroup subsys cpuset
Jan 31 17:47:45 localhost kernel: Initializing cgroup subsys cpu
Jan 31 17:47:45 localhost kernel: Linux version 2.6.32.11-99.fc12.x86_64 (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.4.3 20100127 (Red Hat 4.4.3-4) (GCC) ) #1 SMP Mon Apr 5 19:59:38 UTC 2010
Jan 31 17:47:45 localhost kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32.11-99.fc12.x86_64 root=/dev/sdb5
Jan 31 17:47:45 localhost kernel: KERNEL supported cpus:
Jan 31 17:47:45 localhost kernel: Intel GenuineIntel
Jan 31 17:47:45 localhost kernel: AMD AuthenticAMD
Jan 31 17:47:45 localhost kernel: Centaur CentaurHauls
Jan 31 17:47:45 localhost kernel: BIOS-provided physical RAM map:
Jan 31 17:47:45 localhost kernel: BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 0000000000100000 - 00000000bf170000 (usable)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000bf170000 - 00000000bf1bc000 (ACPI NVS)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000bf1bc000 - 00000000bf29a000 (reserved)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000bf29a000 - 00000000bf2a2000 (ACPI data)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000bf2a2000 - 00000000bf4f2000 (reserved)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000bf4f2000 - 00000000bf4f4000 (usable)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000bf4f4000 - 00000000bf504000 (reserved)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000bf504000 - 00000000bf50f000 (ACPI NVS)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000bf50f000 - 00000000bf534000 (reserved)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000bf534000 - 00000000bf577000 (ACPI NVS)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000bf577000 - 00000000bf800000 (usable)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000fed1c000 - 00000000fed40000 (reserved)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
Jan 31 17:47:45 localhost kernel: BIOS-e820: 0000000100000000 - 000000043f800000 (usable)
Jan 31 17:47:45 localhost kernel: DMI 2.7 present.
Jan 31 17:47:45 localhost kernel: AMI BIOS detected: BIOS may corrupt low RAM, working around it.
Jan 31 17:47:45 localhost kernel: last_pfn = 0x43f800 max_arch_pfn = 0x400000000
Jan 31 17:47:45 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Jan 31 17:47:45 localhost kernel: total RAM covered: 16376M
Jan 31 17:47:45 localhost kernel: Found optimal setting for mtrr clean up
Jan 31 17:47:45 localhost kernel: gran_size: 64K chunk_size: 16M num_reg: 6 lose cover RAM: 0G
Jan 31 17:47:45 localhost kernel: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
Jan 31 17:47:45 localhost kernel: init_memory_mapping: 0000000000000000-00000000bf800000
Jan 31 17:47:45 localhost kernel: init_memory_mapping: 0000000100000000-000000043f800000
Jan 31 17:47:45 localhost kernel: RAMDISK: 3751e000 - 37fef43a
Jan 31 17:47:45 localhost kernel: ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
Jan 31 17:47:45 localhost kernel: ACPI: XSDT 00000000bf29a070 0005C (v01 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:47:45 localhost kernel: ACPI: FACP 00000000bf2a1068 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:47:45 localhost kernel: ACPI: DSDT 00000000bf29a158 06F09 (v02 ALASKA A M I 00000015 INTL 20051117)
Jan 31 17:47:45 localhost kernel: ACPI: FACS 00000000bf506f80 00040
Jan 31 17:47:45 localhost kernel: ACPI: APIC 00000000bf2a1160 00092 (v03 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:47:45 localhost kernel: ACPI: SSDT 00000000bf2a11f8 001D6 (v01 AMICPU PROC 00000001 MSFT 03000001)
Jan 31 17:47:45 localhost kernel: ACPI: MCFG 00000000bf2a13d0 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
Jan 31 17:47:45 localhost kernel: ACPI: HPET 00000000bf2a1410 00038 (v01 ALASKA A M I 01072009 AMI. 00000004)
Jan 31 17:47:45 localhost kernel: ACPI: ASF! 00000000bf2a1448 000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
Jan 31 17:47:45 localhost kernel: ACPI: BGRT 00000000bf2a14e8 0003C (v00 ALASKA A M I 01072009 AMI 00010013)
Jan 31 17:47:45 localhost kernel: No NUMA configuration found
Jan 31 17:47:45 localhost kernel: Faking a node at 0000000000000000-000000043f800000
Jan 31 17:47:45 localhost kernel: Bootmem setup node 0 0000000000000000-000000043f800000
Jan 31 17:47:45 localhost kernel: NODE_DATA [000000000001f000 - 0000000000034fff]
Jan 31 17:47:45 localhost kernel: bootmap [0000000000100000 - 0000000000187eff] pages 88
Jan 31 17:47:45 localhost kernel: (8 early reservations) ==> bootmem [0000000000 - 043f800000]
Jan 31 17:47:45 localhost kernel: #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
Jan 31 17:47:45 localhost kernel: #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
Jan 31 17:47:45 localhost kernel: #2 [0001000000 - 0001a53ee8] TEXT DATA BSS ==> [0001000000 - 0001a53ee8]
Jan 31 17:47:45 localhost kernel: #3 [003751e000 - 0037fef43a] RAMDISK ==> [003751e000 - 0037fef43a]
Jan 31 17:47:45 localhost kernel: #4 [000009d800 - 0000100000] BIOS reserved ==> [000009d800 - 0000100000]
Jan 31 17:47:45 localhost kernel: #5 [0001a54000 - 0001a541f6] BRK ==> [0001a54000 - 0001a541f6]
Jan 31 17:47:45 localhost kernel: #6 [0000010000 - 0000012000] PGTABLE ==> [0000010000 - 0000012000]
Jan 31 17:47:45 localhost kernel: #7 [0000012000 - 000001f000] PGTABLE ==> [0000012000 - 000001f000]
Jan 31 17:47:45 localhost kernel: found SMP MP-table at [ffff8800000fceb0] fceb0
Jan 31 17:47:45 localhost kernel: Zone PFN ranges:
Jan 31 17:47:45 localhost kernel: DMA 0x00000010 -> 0x00001000
Jan 31 17:47:45 localhost kernel: DMA32 0x00001000 -> 0x00100000
Jan 31 17:47:45 localhost kernel: Normal 0x00100000 -> 0x0043f800
Jan 31 17:47:45 localhost kernel: Movable zone start PFN for each node
Jan 31 17:47:45 localhost kernel: early_node_map[5] active PFN ranges
Jan 31 17:47:45 localhost kernel: 0: 0x00000010 -> 0x0000009d
Jan 31 17:47:45 localhost kernel: 0: 0x00000100 -> 0x000bf170
Jan 31 17:47:45 localhost kernel: 0: 0x000bf4f2 -> 0x000bf4f4
Jan 31 17:47:45 localhost kernel: 0: 0x000bf577 -> 0x000bf800
Jan 31 17:47:45 localhost kernel: 0: 0x00100000 -> 0x0043f800
Jan 31 17:47:45 localhost kernel: ACPI: PM-Timer IO Port: 0x408
Jan 31 17:47:45 localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Jan 31 17:47:45 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Jan 31 17:47:45 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
Jan 31 17:47:45 localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
Jan 31 17:47:45 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Jan 31 17:47:45 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
Jan 31 17:47:45 localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
Jan 31 17:47:45 localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
Jan 31 17:47:45 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jan 31 17:47:45 localhost kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
Jan 31 17:47:45 localhost kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Jan 31 17:47:45 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 31 17:47:45 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 31 17:47:45 localhost kernel: Using ACPI (MADT) for SMP configuration information
Jan 31 17:47:45 localhost kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Jan 31 17:47:45 localhost kernel: SMP: Allowing 8 CPUs, 0 hotplug CPUs
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 000000000009d000 - 000000000009e000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000bf170000 - 00000000bf1bc000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000bf1bc000 - 00000000bf29a000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000bf29a000 - 00000000bf2a2000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000bf2a2000 - 00000000bf4f2000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000bf4f4000 - 00000000bf504000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000bf504000 - 00000000bf50f000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000bf50f000 - 00000000bf534000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000bf534000 - 00000000bf577000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000bf800000 - 00000000fed1c000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000fed1c000 - 00000000fed40000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000fed40000 - 00000000ff000000
Jan 31 17:47:45 localhost kernel: PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
Jan 31 17:47:45 localhost kernel: Allocating PCI resources starting at bf800000 (gap: bf800000:3f51c000)
Jan 31 17:47:45 localhost kernel: Booting paravirtualized kernel on bare hardware
Jan 31 17:47:45 localhost kernel: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
Jan 31 17:47:45 localhost kernel: PERCPU: Embedded 30 pages/cpu @ffff88000fe00000 s90392 r8192 d24296 u262144
Jan 31 17:47:45 localhost kernel: pcpu-alloc: s90392 r8192 d24296 u262144 alloc=1*2097152
Jan 31 17:47:45 localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Jan 31 17:47:45 localhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4128048
Jan 31 17:47:45 localhost kernel: Policy zone: Normal
Jan 31 17:47:45 localhost kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32.11-99.fc12.x86_64 root=/dev/sdb5
Jan 31 17:47:45 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Jan 31 17:47:45 localhost kernel: Initializing CPU#0
Jan 31 17:47:45 localhost kernel: xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
Jan 31 17:47:45 localhost kernel: Checking aperture...
Jan 31 17:47:45 localhost kernel: No AGP bridge found
Jan 31 17:47:45 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 31 17:47:45 localhost kernel: Placing 64MB software IO TLB between ffff88000ffde000 - ffff880013fde000
Jan 31 17:47:45 localhost kernel: software IO TLB at phys 0xffde000 - 0x13fde000
Jan 31 17:47:45 localhost kernel: Memory: 16437776k/17817600k available (4465k kernel code, 1061344k absent, 318480k reserved, 3720k data, 936k init)
Jan 31 17:47:45 localhost kernel: SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jan 31 17:47:45 localhost kernel: Hierarchical RCU implementation.
Jan 31 17:47:45 localhost kernel: NR_IRQS:4352 nr_irqs:472
Jan 31 17:47:45 localhost kernel: Extended CMOS year: 2000
Jan 31 17:47:45 localhost kernel: Console: colour VGA+ 80x25
Jan 31 17:47:45 localhost kernel: console [tty0] enabled
Jan 31 17:47:45 localhost kernel: allocated 167772160 bytes of page_cgroup
Jan 31 17:47:45 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Jan 31 17:47:45 localhost kernel: HPET: 8 timers in total, 5 timers will be used for per-cpu timer
Jan 31 17:47:45 localhost kernel: Fast TSC calibration using PIT
Jan 31 17:47:45 localhost kernel: Detected 3392.065 MHz processor.
Jan 31 17:47:45 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.13 BogoMIPS (lpj=3392065)
Jan 31 17:47:45 localhost kernel: Security Framework initialized
Jan 31 17:47:45 localhost kernel: SELinux: Initializing.
Jan 31 17:47:45 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Jan 31 17:47:45 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Jan 31 17:47:45 localhost kernel: Mount-cache hash table entries: 256
Jan 31 17:47:45 localhost kernel: Initializing cgroup subsys ns
Jan 31 17:47:45 localhost kernel: Initializing cgroup subsys cpuacct
Jan 31 17:47:45 localhost kernel: Initializing cgroup subsys memory
Jan 31 17:47:45 localhost kernel: Initializing cgroup subsys devices
Jan 31 17:47:45 localhost kernel: Initializing cgroup subsys freezer
Jan 31 17:47:45 localhost kernel: Initializing cgroup subsys net_cls
Jan 31 17:47:45 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:47:45 localhost kernel: CPU: Processor Core ID: 0
Jan 31 17:47:45 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:47:45 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:47:45 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:47:45 localhost kernel: CPU 0/0x0 -> Node 0
Jan 31 17:47:45 localhost kernel: mce: CPU supports 9 MCE banks
Jan 31 17:47:45 localhost kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 31 17:47:45 localhost kernel: CPU 0 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 CMCI:8
Jan 31 17:47:45 localhost kernel: using mwait in idle threads.
Jan 31 17:47:45 localhost kernel: Performance Events: Nehalem/Corei7 events, Intel PMU driver.
Jan 31 17:47:45 localhost kernel: ... version: 3
Jan 31 17:47:45 localhost kernel: ... bit width: 48
Jan 31 17:47:45 localhost kernel: ... generic registers: 4
Jan 31 17:47:45 localhost kernel: ... value mask: 0000ffffffffffff
Jan 31 17:47:45 localhost kernel: ... max period: 000000007fffffff
Jan 31 17:47:45 localhost kernel: ... fixed-purpose events: 3
Jan 31 17:47:45 localhost kernel: ... event mask: 000000070000000f
Jan 31 17:47:45 localhost kernel: ACPI: Core revision 20090903
Jan 31 17:47:45 localhost kernel: ftrace: converting mcount calls to 0f 1f 44 00 00
Jan 31 17:47:45 localhost kernel: ftrace: allocating 23786 entries in 94 pages
Jan 31 17:47:45 localhost kernel: Setting APIC routing to flat
Jan 31 17:47:45 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 31 17:47:45 localhost kernel: CPU0: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:47:45 localhost kernel: Booting processor 1 APIC 0x2 ip 0x6000
Jan 31 17:47:45 localhost kernel: Initializing CPU#1
Jan 31 17:47:45 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:47:45 localhost kernel: CPU: Processor Core ID: 1
Jan 31 17:47:45 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:47:45 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:47:45 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:47:45 localhost kernel: CPU 1/0x2 -> Node 0
Jan 31 17:47:45 localhost kernel: CPU1: Thermal monitoring enabled (TM1)
Jan 31 17:47:45 localhost kernel: CPU 1 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:47:45 localhost kernel: CPU1: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:47:45 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Jan 31 17:47:45 localhost kernel: Booting processor 2 APIC 0x4 ip 0x6000
Jan 31 17:47:45 localhost kernel: Initializing CPU#2
Jan 31 17:47:45 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:47:45 localhost kernel: CPU: Processor Core ID: 2
Jan 31 17:47:45 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:47:45 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:47:45 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:47:45 localhost kernel: CPU 2/0x4 -> Node 0
Jan 31 17:47:45 localhost kernel: CPU2: Thermal monitoring enabled (TM1)
Jan 31 17:47:45 localhost kernel: CPU 2 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:47:45 localhost kernel: CPU2: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:47:45 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#2]: passed.
Jan 31 17:47:45 localhost kernel: Booting processor 3 APIC 0x6 ip 0x6000
Jan 31 17:47:45 localhost kernel: Initializing CPU#3
Jan 31 17:47:45 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:47:45 localhost kernel: CPU: Processor Core ID: 3
Jan 31 17:47:45 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:47:45 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:47:45 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:47:45 localhost kernel: CPU 3/0x6 -> Node 0
Jan 31 17:47:45 localhost kernel: CPU3: Thermal monitoring enabled (TM1)
Jan 31 17:47:45 localhost kernel: CPU 3 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:47:45 localhost kernel: CPU3: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:47:45 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#3]: passed.
Jan 31 17:47:45 localhost kernel: Booting processor 4 APIC 0x1 ip 0x6000
Jan 31 17:47:45 localhost kernel: Initializing CPU#4
Jan 31 17:47:45 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:47:45 localhost kernel: CPU: Processor Core ID: 0
Jan 31 17:47:45 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:47:45 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:47:45 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:47:45 localhost kernel: CPU 4/0x1 -> Node 0
Jan 31 17:47:45 localhost kernel: CPU4: Thermal monitoring enabled (TM1)
Jan 31 17:47:45 localhost kernel: CPU 4 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:47:45 localhost kernel: CPU4: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:47:45 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#4]: passed.
Jan 31 17:47:45 localhost kernel: Booting processor 5 APIC 0x3 ip 0x6000
Jan 31 17:47:45 localhost kernel: Initializing CPU#5
Jan 31 17:47:45 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:47:45 localhost kernel: CPU: Processor Core ID: 1
Jan 31 17:47:45 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:47:45 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:47:45 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:47:45 localhost kernel: CPU 5/0x3 -> Node 0
Jan 31 17:47:45 localhost kernel: CPU5: Thermal monitoring enabled (TM1)
Jan 31 17:47:45 localhost kernel: CPU 5 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:47:45 localhost kernel: CPU5: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:47:45 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#5]: passed.
Jan 31 17:47:45 localhost kernel: Booting processor 6 APIC 0x5 ip 0x6000
Jan 31 17:47:45 localhost kernel: Initializing CPU#6
Jan 31 17:47:45 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:47:45 localhost kernel: CPU: Processor Core ID: 2
Jan 31 17:47:45 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:47:45 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:47:45 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:47:45 localhost kernel: CPU 6/0x5 -> Node 0
Jan 31 17:47:45 localhost kernel: CPU6: Thermal monitoring enabled (TM1)
Jan 31 17:47:45 localhost kernel: CPU 6 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:47:45 localhost kernel: CPU6: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:47:45 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#6]: passed.
Jan 31 17:47:45 localhost kernel: Booting processor 7 APIC 0x7 ip 0x6000
Jan 31 17:47:45 localhost kernel: Initializing CPU#7
Jan 31 17:47:45 localhost kernel: CPU: Physical Processor ID: 0
Jan 31 17:47:45 localhost kernel: CPU: Processor Core ID: 3
Jan 31 17:47:45 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Jan 31 17:47:45 localhost kernel: CPU: L2 cache: 256K
Jan 31 17:47:45 localhost kernel: CPU: L3 cache: 8192K
Jan 31 17:47:45 localhost kernel: CPU 7/0x7 -> Node 0
Jan 31 17:47:45 localhost kernel: CPU7: Thermal monitoring enabled (TM1)
Jan 31 17:47:45 localhost kernel: CPU 7 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6 SHD:7 SHD:8
Jan 31 17:47:45 localhost kernel: CPU7: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
Jan 31 17:47:45 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#7]: passed.
Jan 31 17:47:45 localhost kernel: Brought up 8 CPUs
Jan 31 17:47:45 localhost kernel: Total of 8 processors activated (54270.13 BogoMIPS).
Jan 31 17:47:45 localhost kernel: devtmpfs: initialized
Jan 31 17:47:45 localhost kernel: regulator: core version 0.5
Jan 31 17:47:45 localhost kernel: Time: 22:47:37 Date: 01/31/12
Jan 31 17:47:45 localhost kernel: NET: Registered protocol family 16
Jan 31 17:47:45 localhost kernel: ACPI: bus type pci registered
Jan 31 17:47:45 localhost kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
Jan 31 17:47:45 localhost kernel: PCI: Not using MMCONFIG.
Jan 31 17:47:45 localhost kernel: PCI: Using configuration type 1 for base access
Jan 31 17:47:45 localhost kernel: bio: create slab at 0
Jan 31 17:47:45 localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
Jan 31 17:47:45 localhost kernel: ACPI: Interpreter enabled
Jan 31 17:47:45 localhost kernel: ACPI: (supports S0 S1 S3 S4 S5)
Jan 31 17:47:45 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Jan 31 17:47:45 localhost kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
Jan 31 17:47:45 localhost kernel: PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
Jan 31 17:47:45 localhost kernel: PCI: Using MMCONFIG at e0000000 - efffffff
Jan 31 17:47:45 localhost kernel: ACPI: BIOS _OSI(Linux) query ignored
Jan 31 17:47:45 localhost kernel: ACPI: No dock devices found.
Jan 31 17:47:45 localhost kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Jan 31 17:47:45 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:00:01.0: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:00:16.0: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:00:1a.0: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:00:1b.0: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.0: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.1: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.2: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.5: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.6: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:00:1d.0: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jan 31 17:47:45 localhost kernel: pci 0000:00:1f.2: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:02:00.0: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:04:00.0: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:05:00.0: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.5: transparent bridge
Jan 31 17:47:45 localhost kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot
Jan 31 17:47:45 localhost kernel: pci 0000:06:00.0: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:06:00.1: PME# supported from D0 D1 D2 D3hot
Jan 31 17:47:45 localhost kernel: pci 0000:06:00.1: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:06:00.2: PME# supported from D0 D1 D2 D3hot
Jan 31 17:47:45 localhost kernel: pci 0000:06:00.2: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:06:02.0: PME# supported from D2 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:06:02.0: PME# disabled
Jan 31 17:47:45 localhost kernel: pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
Jan 31 17:47:45 localhost kernel: pci 0000:07:00.0: PME# disabled
Jan 31 17:47:45 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Jan 31 17:47:45 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Jan 31 17:47:45 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
Jan 31 17:47:45 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15)
Jan 31 17:47:45 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
Jan 31 17:47:45 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
Jan 31 17:47:45 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Jan 31 17:47:45 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
Jan 31 17:47:45 localhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Jan 31 17:47:45 localhost kernel: vgaarb: loaded
Jan 31 17:47:45 localhost kernel: SCSI subsystem initialized
Jan 31 17:47:45 localhost kernel: usbcore: registered new interface driver usbfs
Jan 31 17:47:45 localhost kernel: usbcore: registered new interface driver hub
Jan 31 17:47:45 localhost kernel: usbcore: registered new device driver usb
Jan 31 17:47:45 localhost kernel: PCI: Using ACPI for IRQ routing
Jan 31 17:47:45 localhost kernel: NetLabel: Initializing
Jan 31 17:47:45 localhost kernel: NetLabel: domain hash size = 128
Jan 31 17:47:45 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
Jan 31 17:47:45 localhost kernel: NetLabel: unlabeled traffic allowed by default
Jan 31 17:47:45 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 24, 25, 26, 27, 28, 0
Jan 31 17:47:45 localhost kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jan 31 17:47:45 localhost kernel: Switching to clocksource tsc
Jan 31 17:47:45 localhost kernel: pnp: PnP ACPI init
Jan 31 17:47:45 localhost kernel: ACPI: bus type pnp registered
Jan 31 17:47:45 localhost kernel: pnp: PnP ACPI: found 12 devices
Jan 31 17:47:45 localhost kernel: ACPI: ACPI bus type pnp unregistered
Jan 31 17:47:45 localhost kernel: system 00:01: iomem range 0xfed10000-0xfed19fff has been reserved
Jan 31 17:47:45 localhost kernel: system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
Jan 31 17:47:45 localhost kernel: system 00:01: iomem range 0xfed90000-0xfed93fff has been reserved
Jan 31 17:47:45 localhost kernel: system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved
Jan 31 17:47:45 localhost kernel: system 00:01: iomem range 0xfee00000-0xfee0ffff has been reserved
Jan 31 17:47:45 localhost kernel: system 00:02: ioport range 0xa00-0xa0f has been reserved
Jan 31 17:47:45 localhost kernel: system 00:07: ioport range 0x4d0-0x4d1 has been reserved
Jan 31 17:47:45 localhost kernel: system 00:09: ioport range 0x400-0x453 has been reserved
Jan 31 17:47:45 localhost kernel: system 00:09: ioport range 0x458-0x47f has been reserved
Jan 31 17:47:45 localhost kernel: system 00:09: ioport range 0x1180-0x119f has been reserved
Jan 31 17:47:45 localhost kernel: system 00:09: ioport range 0x500-0x57f has been reserved
Jan 31 17:47:45 localhost kernel: system 00:09: iomem range 0xfed1c000-0xfed1ffff has been reserved
Jan 31 17:47:45 localhost kernel: system 00:09: iomem range 0xfec00000-0xfecfffff could not be reserved
Jan 31 17:47:45 localhost kernel: system 00:09: iomem range 0xfed08000-0xfed08fff has been reserved
Jan 31 17:47:45 localhost kernel: system 00:09: iomem range 0xff000000-0xffffffff has been reserved
Jan 31 17:47:45 localhost kernel: system 00:0a: ioport range 0x454-0x457 has been reserved
Jan 31 17:47:45 localhost kernel: pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
Jan 31 17:47:45 localhost kernel: pci 0000:00:01.0: IO window: 0xe000-0xefff
Jan 31 17:47:45 localhost kernel: pci 0000:00:01.0: MEM window: 0xf6000000-0xf80fffff
Jan 31 17:47:45 localhost kernel: pci 0000:00:01.0: PREFETCH window: 0x000000d0000000-0x000000dbffffff
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.0: IO window: 0xd000-0xdfff
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.0: MEM window: disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.0: PREFETCH window: 0x000000dc200000-0x000000dc2fffff
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.1: PCI bridge, secondary bus 0000:08
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.1: IO window: 0xc000-0xcfff
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.1: MEM window: disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.1: PREFETCH window: 0x000000dc100000-0x000000dc1fffff
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.2: IO window: disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.2: MEM window: 0xf8300000-0xf83fffff
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.2: PREFETCH window: disabled
Jan 31 17:47:45 localhost kernel: pci 0000:05:00.0: PCI bridge, secondary bus 0000:06
Jan 31 17:47:45 localhost kernel: pci 0000:05:00.0: IO window: 0xb000-0xbfff
Jan 31 17:47:45 localhost kernel: pci 0000:05:00.0: MEM window: 0xf0000000-0xf40fffff
Jan 31 17:47:45 localhost kernel: pci 0000:05:00.0: PREFETCH window: disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.5: PCI bridge, secondary bus 0000:05
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.5: IO window: 0xb000-0xbfff
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.5: MEM window: 0xf0000000-0xf40fffff
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.5: PREFETCH window: disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.6: PCI bridge, secondary bus 0000:07
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.6: IO window: disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.6: MEM window: 0xf8200000-0xf82fffff
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.6: PREFETCH window: disabled
Jan 31 17:47:45 localhost kernel: pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:47:45 localhost kernel: pci 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Jan 31 17:47:45 localhost kernel: pci 0000:00:1c.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:47:45 localhost kernel: NET: Registered protocol family 2
Jan 31 17:47:45 localhost kernel: IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
Jan 31 17:47:45 localhost kernel: TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Jan 31 17:47:45 localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Jan 31 17:47:45 localhost kernel: TCP: Hash tables configured (established 524288 bind 65536)
Jan 31 17:47:45 localhost kernel: TCP reno registered
Jan 31 17:47:45 localhost kernel: NET: Registered protocol family 1
Jan 31 17:47:45 localhost kernel: Trying to unpack rootfs image as initramfs...
Jan 31 17:47:45 localhost kernel: Freeing initrd memory: 11077k freed
Jan 31 17:47:45 localhost kernel: audit: initializing netlink socket (disabled)
Jan 31 17:47:45 localhost kernel: type=2000 audit(1328050056.828:1): initialized
Jan 31 17:47:45 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jan 31 17:47:45 localhost kernel: VFS: Disk quotas dquot_6.5.2
Jan 31 17:47:45 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 31 17:47:45 localhost kernel: msgmni has been set to 32126
Jan 31 17:47:45 localhost kernel: alg: No test for stdrng (krng)
Jan 31 17:47:45 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Jan 31 17:47:45 localhost kernel: io scheduler noop registered
Jan 31 17:47:45 localhost kernel: io scheduler anticipatory registered
Jan 31 17:47:45 localhost kernel: io scheduler deadline registered
Jan 31 17:47:45 localhost kernel: io scheduler cfq registered (default)
Jan 31 17:47:45 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jan 31 17:47:45 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jan 31 17:47:45 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 31 17:47:45 localhost kernel: pci-stub: invalid id string ""
Jan 31 17:47:45 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jan 31 17:47:45 localhost kernel: ACPI: Power Button [PWRB]
Jan 31 17:47:45 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Jan 31 17:47:45 localhost kernel: ACPI: Power Button [PWRF]
Jan 31 17:47:45 localhost kernel: ACPI: SSDT 00000000bf505818 0079C (v01 AMI IST 00000001 MSFT 03000001)
Jan 31 17:47:45 localhost kernel: ACPI: SSDT 00000000bf507e18 001A4 (v01 AMI CST 00000001 MSFT 03000001)
Jan 31 17:47:45 localhost kernel: processor LNXCPU:00: registered as cooling_device0
Jan 31 17:47:45 localhost kernel: processor LNXCPU:01: registered as cooling_device1
Jan 31 17:47:45 localhost kernel: processor LNXCPU:02: registered as cooling_device2
Jan 31 17:47:45 localhost kernel: processor LNXCPU:03: registered as cooling_device3
Jan 31 17:47:45 localhost kernel: processor LNXCPU:04: registered as cooling_device4
Jan 31 17:47:45 localhost kernel: processor LNXCPU:05: registered as cooling_device5
Jan 31 17:47:45 localhost kernel: processor LNXCPU:06: registered as cooling_device6
Jan 31 17:47:45 localhost kernel: processor LNXCPU:07: registered as cooling_device7
Jan 31 17:47:45 localhost kernel: Non-volatile memory driver v1.3
Jan 31 17:47:45 localhost kernel: Linux agpgart interface v0.103
Jan 31 17:47:45 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jan 31 17:47:45 localhost kernel: brd: module loaded
Jan 31 17:47:45 localhost kernel: loop: module loaded
Jan 31 17:47:45 localhost kernel: input: Macintosh mouse button emulation as /devices/virtual/input/input2
Jan 31 17:47:45 localhost kernel: ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Jan 31 17:47:45 localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
Jan 31 17:47:45 localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
Jan 31 17:47:45 localhost kernel: scsi0 : ahci
Jan 31 17:47:45 localhost kernel: scsi1 : ahci
Jan 31 17:47:45 localhost kernel: scsi2 : ahci
Jan 31 17:47:45 localhost kernel: scsi3 : ahci
Jan 31 17:47:45 localhost kernel: scsi4 : ahci
Jan 31 17:47:45 localhost kernel: scsi5 : ahci
Jan 31 17:47:45 localhost kernel: ata1: SATA max UDMA/133 abar m2048@0xf4105000 port 0xf4105100 irq 34
Jan 31 17:47:45 localhost kernel: ata2: SATA max UDMA/133 abar m2048@0xf4105000 port 0xf4105180 irq 34
Jan 31 17:47:45 localhost kernel: ata3: SATA max UDMA/133 abar m2048@0xf4105000 port 0xf4105200 irq 34
Jan 31 17:47:45 localhost kernel: ata4: DUMMY
Jan 31 17:47:45 localhost kernel: ata5: DUMMY
Jan 31 17:47:45 localhost kernel: ata6: DUMMY
Jan 31 17:47:45 localhost kernel: Fixed MDIO Bus: probed
Jan 31 17:47:45 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1a.0: EHCI Host Controller
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1a.0: debug port 2
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf4107000
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jan 31 17:47:45 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Jan 31 17:47:45 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:47:45 localhost kernel: usb usb1: Product: EHCI Host Controller
Jan 31 17:47:45 localhost kernel: usb usb1: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ehci_hcd
Jan 31 17:47:45 localhost kernel: usb usb1: SerialNumber: 0000:00:1a.0
Jan 31 17:47:45 localhost kernel: usb usb1: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: hub 1-0:1.0: USB hub found
Jan 31 17:47:45 localhost kernel: hub 1-0:1.0: 2 ports detected
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1d.0: EHCI Host Controller
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1d.0: debug port 2
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf4106000
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jan 31 17:47:45 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Jan 31 17:47:45 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:47:45 localhost kernel: usb usb2: Product: EHCI Host Controller
Jan 31 17:47:45 localhost kernel: usb usb2: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ehci_hcd
Jan 31 17:47:45 localhost kernel: usb usb2: SerialNumber: 0000:00:1d.0
Jan 31 17:47:45 localhost kernel: usb usb2: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: hub 2-0:1.0: USB hub found
Jan 31 17:47:45 localhost kernel: hub 2-0:1.0: 2 ports detected
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:06:00.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:06:00.2: EHCI Host Controller
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:06:00.2: new USB bus registered, assigned bus number 3
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:06:00.2: irq 19, io mem 0xf4001000
Jan 31 17:47:45 localhost kernel: ehci_hcd 0000:06:00.2: USB 2.0 started, EHCI 1.00
Jan 31 17:47:45 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Jan 31 17:47:45 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:47:45 localhost kernel: usb usb3: Product: EHCI Host Controller
Jan 31 17:47:45 localhost kernel: usb usb3: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ehci_hcd
Jan 31 17:47:45 localhost kernel: usb usb3: SerialNumber: 0000:06:00.2
Jan 31 17:47:45 localhost kernel: usb usb3: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: hub 3-0:1.0: USB hub found
Jan 31 17:47:45 localhost kernel: hub 3-0:1.0: 5 ports detected
Jan 31 17:47:45 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jan 31 17:47:45 localhost kernel: ohci_hcd 0000:06:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Jan 31 17:47:45 localhost kernel: ohci_hcd 0000:06:00.0: OHCI Host Controller
Jan 31 17:47:45 localhost kernel: ohci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
Jan 31 17:47:45 localhost kernel: ohci_hcd 0000:06:00.0: irq 17, io mem 0xf4003000
Jan 31 17:47:45 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
Jan 31 17:47:45 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:47:45 localhost kernel: usb usb4: Product: OHCI Host Controller
Jan 31 17:47:45 localhost kernel: usb usb4: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ohci_hcd
Jan 31 17:47:45 localhost kernel: usb usb4: SerialNumber: 0000:06:00.0
Jan 31 17:47:45 localhost kernel: usb usb4: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: hub 4-0:1.0: USB hub found
Jan 31 17:47:45 localhost kernel: hub 4-0:1.0: 3 ports detected
Jan 31 17:47:45 localhost kernel: ohci_hcd 0000:06:00.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:47:45 localhost kernel: ohci_hcd 0000:06:00.1: OHCI Host Controller
Jan 31 17:47:45 localhost kernel: ohci_hcd 0000:06:00.1: new USB bus registered, assigned bus number 5
Jan 31 17:47:45 localhost kernel: ohci_hcd 0000:06:00.1: irq 18, io mem 0xf4002000
Jan 31 17:47:45 localhost kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
Jan 31 17:47:45 localhost kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:47:45 localhost kernel: usb usb5: Product: OHCI Host Controller
Jan 31 17:47:45 localhost kernel: usb usb5: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 ohci_hcd
Jan 31 17:47:45 localhost kernel: usb usb5: SerialNumber: 0000:06:00.1
Jan 31 17:47:45 localhost kernel: usb usb5: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: hub 5-0:1.0: USB hub found
Jan 31 17:47:45 localhost kernel: hub 5-0:1.0: 2 ports detected
Jan 31 17:47:45 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jan 31 17:47:45 localhost kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Jan 31 17:47:45 localhost kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Jan 31 17:47:45 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 31 17:47:45 localhost kernel: mice: PS/2 mouse device common for all mice
Jan 31 17:47:45 localhost kernel: rtc_cmos 00:05: RTC can wake from S4
Jan 31 17:47:45 localhost kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
Jan 31 17:47:45 localhost kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jan 31 17:47:45 localhost kernel: device-mapper: uevent: version 1.0.3
Jan 31 17:47:45 localhost kernel: device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised:

Jan 31 17:47:45 localhost kernel: cpuidle: using governor ladder
Jan 31 17:47:45 localhost kernel: cpuidle: using governor menu
Jan 31 17:47:45 localhost kernel: usbcore: registered new interface driver hiddev
Jan 31 17:47:45 localhost kernel: usbcore: registered new interface driver usbhid
Jan 31 17:47:45 localhost kernel: usbhid: v2.6:USB HID core driver
Jan 31 17:47:45 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Jan 31 17:47:45 localhost kernel: CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
Jan 31 17:47:45 localhost kernel: nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
Jan 31 17:47:45 localhost kernel: sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
Jan 31 17:47:45 localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Jan 31 17:47:45 localhost kernel: TCP cubic registered
Jan 31 17:47:45 localhost kernel: Initializing XFRM netlink socket
Jan 31 17:47:45 localhost kernel: NET: Registered protocol family 17
Jan 31 17:47:45 localhost kernel: registered taskstats version 1
Jan 31 17:47:45 localhost kernel: No TPM chip found, activating TPM-bypass!
Jan 31 17:47:45 localhost kernel: Magic number: 12:868:806
Jan 31 17:47:45 localhost kernel: rtc_cmos 00:05: setting system clock to 2012-01-31 22:47:37 UTC (1328050057)
Jan 31 17:47:45 localhost kernel: Initalizing network drop monitor service
Jan 31 17:47:45 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Jan 31 17:47:45 localhost kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 31 17:47:45 localhost kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 31 17:47:45 localhost kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jan 31 17:47:45 localhost kernel: ata3.00: ATAPI: TSSTcorp CDDVDW SH-S203B, SB03, max UDMA/100, ATAPI AN
Jan 31 17:47:45 localhost kernel: ata2.00: ATA-8: ST2000DL003-9VT166, CC32, max UDMA/133
Jan 31 17:47:45 localhost kernel: ata3.00: configured for UDMA/100
Jan 31 17:47:45 localhost kernel: ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Jan 31 17:47:45 localhost kernel: ata2.00: configured for UDMA/133
Jan 31 17:47:45 localhost kernel: ata1.00: ATA-8: Corsair Force 3 SSD, 1.3.3, max UDMA/133
Jan 31 17:47:45 localhost kernel: ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Jan 31 17:47:45 localhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 2
Jan 31 17:47:45 localhost kernel: ata1.00: configured for UDMA/133
Jan 31 17:47:45 localhost kernel: scsi 0:0:0:0: Direct-Access ATA Corsair Force 3 1.3. PQ: 0 ANSI: 5
Jan 31 17:47:45 localhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jan 31 17:47:45 localhost kernel: sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
Jan 31 17:47:45 localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
Jan 31 17:47:45 localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 31 17:47:45 localhost kernel: sda: sda1 sda2
Jan 31 17:47:45 localhost kernel: scsi 1:0:0:0: Direct-Access ATA ST2000DL003-9VT1 CC32 PQ: 0 ANSI: 5
Jan 31 17:47:45 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jan 31 17:47:45 localhost kernel: sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
Jan 31 17:47:45 localhost kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Jan 31 17:47:45 localhost kernel: sd 1:0:0:0: [sdb] Write Protect is off
Jan 31 17:47:45 localhost kernel: scsi 2:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S203B SB03 PQ: 0 ANSI: 5
Jan 31 17:47:45 localhost kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 31 17:47:45 localhost kernel: sdb:sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Jan 31 17:47:45 localhost kernel: Uniform CD-ROM driver Revision: 3.20
Jan 31 17:47:45 localhost kernel: sr 2:0:0:0: Attached scsi generic sg2 type 5
Jan 31 17:47:45 localhost kernel: sdb1 sdb2 < sdb5 sdb6 >
Jan 31 17:47:45 localhost kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Jan 31 17:47:45 localhost kernel: Freeing unused kernel memory: 936k freed
Jan 31 17:47:45 localhost kernel: Write protecting the kernel read-only data: 6592k
Jan 31 17:47:45 localhost kernel: dracut: dracut-004-4.fc12
Jan 31 17:47:45 localhost kernel: udev: starting version 145
Jan 31 17:47:45 localhost kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024
Jan 31 17:47:45 localhost kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 31 17:47:45 localhost kernel: usb 1-1: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: hub 1-1:1.0: USB hub found
Jan 31 17:47:45 localhost kernel: hub 1-1:1.0: 6 ports detected
Jan 31 17:47:45 localhost kernel: [drm] Initialized drm 1.1.0 20060810
Jan 31 17:47:45 localhost kernel: nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:47:45 localhost kernel: [drm] nouveau 0000:01:00.0: Unsupported chipset 0x0ce080a1
Jan 31 17:47:45 localhost kernel: nouveau 0000:01:00.0: PCI INT A disabled
Jan 31 17:47:45 localhost kernel: nouveau: probe of 0000:01:00.0 failed with error -22
Jan 31 17:47:45 localhost kernel: dracut: Starting plymouth daemon
Jan 31 17:47:45 localhost kernel: firewire_ohci 0000:06:02.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Jan 31 17:47:45 localhost kernel: usb 2-1: new high speed USB device using ehci_hcd and address 2
Jan 31 17:47:45 localhost kernel: firewire_ohci: Added fw-ohci device 0000:06:02.0, OHCI version 1.10
Jan 31 17:47:45 localhost kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024
Jan 31 17:47:45 localhost kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 31 17:47:45 localhost kernel: usb 2-1: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: hub 2-1:1.0: USB hub found
Jan 31 17:47:45 localhost kernel: hub 2-1:1.0: 8 ports detected
Jan 31 17:47:45 localhost kernel: usb 1-1.6: new full speed USB device using ehci_hcd and address 3
Jan 31 17:47:45 localhost kernel: EXT4-fs (sdb5): mounted filesystem with ordered data mode
Jan 31 17:47:45 localhost kernel: usb 1-1.6: New USB device found, idVendor=046d, idProduct=c52f
Jan 31 17:47:45 localhost kernel: usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 31 17:47:45 localhost kernel: usb 1-1.6: Product: USB Receiver
Jan 31 17:47:45 localhost kernel: usb 1-1.6: Manufacturer: Logitech
Jan 31 17:47:45 localhost kernel: usb 1-1.6: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input4
Jan 31 17:47:45 localhost kernel: generic-usb 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.6/input0
Jan 31 17:47:45 localhost kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/input/input5
Jan 31 17:47:45 localhost kernel: generic-usb 0003:046D:C52F.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.6/input1
Jan 31 17:47:45 localhost kernel: dracut: Mounted root filesystem /dev/sdb5
Jan 31 17:47:45 localhost kernel: usb 2-1.2: new high speed USB device using ehci_hcd and address 3
Jan 31 17:47:45 localhost kernel: dracut: Switching root
Jan 31 17:47:45 localhost kernel: usb 2-1.2: New USB device found, idVendor=058f, idProduct=6254
Jan 31 17:47:45 localhost kernel: usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 31 17:47:45 localhost kernel: usb 2-1.2: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: hub 2-1.2:1.0: USB hub found
Jan 31 17:47:45 localhost kernel: hub 2-1.2:1.0: 4 ports detected
Jan 31 17:47:45 localhost kernel: firewire_core: created device fw0: GUID 0010dc0001d1c97d, S400
Jan 31 17:47:45 localhost kernel: usb 2-1.2.1: new high speed USB device using ehci_hcd and address 4
Jan 31 17:47:45 localhost kernel: usb 2-1.2.1: New USB device found, idVendor=0bda, idProduct=0181
Jan 31 17:47:45 localhost kernel: usb 2-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 31 17:47:45 localhost kernel: usb 2-1.2.1: Product: USB2.0-CRW
Jan 31 17:47:45 localhost kernel: usb 2-1.2.1: Manufacturer: Generic
Jan 31 17:47:45 localhost kernel: usb 2-1.2.1: SerialNumber: 20060413092100000
Jan 31 17:47:45 localhost kernel: usb 2-1.2.1: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: udev: starting version 145
Jan 31 17:47:45 localhost kernel: ACPI: WMI: Mapper loaded
Jan 31 17:47:45 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 31 17:47:45 localhost kernel: Linux video capture interface: v2.00
Jan 31 17:47:45 localhost kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Jan 31 17:47:45 localhost kernel: r8169 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jan 31 17:47:45 localhost kernel: r8169 0000:02:00.0: unknown MAC, using family default
Jan 31 17:47:45 localhost kernel: eth0: RTL8168b/8111b at 0xffffc9001266e000, 8c:89:a5:7c:3f:e2, XID 0c900800 IRQ 35
Jan 31 17:47:45 localhost kernel: Initializing USB Mass Storage driver...
Jan 31 17:47:45 localhost kernel: scsi6 : SCSI emulation for USB Mass Storage devices
Jan 31 17:47:45 localhost kernel: usbcore: registered new interface driver usb-storage
Jan 31 17:47:45 localhost kernel: USB Mass Storage support registered.
Jan 31 17:47:45 localhost kernel: xhci_hcd 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:47:45 localhost kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 31 17:47:45 localhost kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 6
Jan 31 17:47:45 localhost kernel: xhci_hcd 0000:04:00.0: irq 18, io mem 0xf8300000
Jan 31 17:47:45 localhost kernel: usb usb6: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
Jan 31 17:47:45 localhost kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
Jan 31 17:47:45 localhost kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:47:45 localhost kernel: usb usb6: Product: xHCI Host Controller
Jan 31 17:47:45 localhost kernel: usb usb6: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 xhci_hcd
Jan 31 17:47:45 localhost kernel: usb usb6: SerialNumber: 0000:04:00.0
Jan 31 17:47:45 localhost kernel: usb usb6: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: hub 6-0:1.0: USB hub found
Jan 31 17:47:45 localhost kernel: hub 6-0:1.0: 4 ports detected
Jan 31 17:47:45 localhost kernel: xhci_hcd 0000:07:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Jan 31 17:47:45 localhost kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
Jan 31 17:47:45 localhost kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 7
Jan 31 17:47:45 localhost kernel: xhci_hcd 0000:07:00.0: irq 18, io mem 0xf8200000
Jan 31 17:47:45 localhost kernel: usb usb7: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
Jan 31 17:47:45 localhost kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0003
Jan 31 17:47:45 localhost kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 17:47:45 localhost kernel: usb usb7: Product: xHCI Host Controller
Jan 31 17:47:45 localhost kernel: usb usb7: Manufacturer: Linux 2.6.32.11-99.fc12.x86_64 xhci_hcd
Jan 31 17:47:45 localhost kernel: usb usb7: SerialNumber: 0000:07:00.0
Jan 31 17:47:45 localhost kernel: usb usb7: configuration #1 chosen from 1 choice
Jan 31 17:47:45 localhost kernel: hub 7-0:1.0: USB hub found
Jan 31 17:47:45 localhost kernel: hub 7-0:1.0: 4 ports detected
Jan 31 17:47:45 localhost kernel: cx18: Unknown symbol ir_codes_hauppauge_new_table
Jan 31 17:47:45 localhost kernel: lirc_dev: IR Remote Control driver registered, major 248
Jan 31 17:47:45 localhost kernel: lirc_zilog: Zilog/Hauppauge IR driver initializing
Jan 31 17:47:45 localhost kernel: lirc_zilog: initialization complete
Jan 31 17:47:45 localhost kernel: dib0700: loaded with support for 13 different device-types
Jan 31 17:47:45 localhost kernel: usbcore: registered new interface driver dvb_usb_dib0700
Jan 31 17:47:45 localhost kernel: Adding 3939320k swap on /dev/sda2. Priority:-1 extents:1 across:3939320k SS
Jan 31 17:47:45 localhost kernel: Adding 5119992k swap on /dev/sdb6. Priority:-2 extents:1 across:5119992k
Jan 31 17:47:45 localhost kernel: microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:47:45 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:47:45 localhost kernel: microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:47:45 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:47:45 localhost kernel: microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:47:45 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:47:45 localhost kernel: microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:47:45 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:47:45 localhost kernel: microcode: CPU4 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:47:45 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:47:45 localhost kernel: microcode: CPU5 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:47:45 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:47:45 localhost kernel: microcode: CPU6 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:47:45 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:47:45 localhost kernel: microcode: CPU7 sig=0x206a7, pf=0x2, revision=0x1a
Jan 31 17:47:45 localhost kernel: platform microcode: firmware: requesting intel-ucode/06-2a-07
Jan 31 17:47:45 localhost kernel: Microcode Update Driver: v2.00 , Peter Oruba
Jan 31 17:47:45 localhost kernel: Microcode Update Driver: v2.00 removed.
Jan 31 17:47:45 localhost kernel: NET: Registered protocol family 10
Jan 31 17:47:45 localhost kernel: lo: Disabled Privacy Extensions
Jan 31 17:47:45 localhost kernel: r8169: eth0: link up
Jan 31 17:47:45 localhost kernel: r8169: eth0: link up
Jan 31 17:47:45 localhost kernel: scsi 6:0:0:0: Direct-Access Generic- Compact Flash 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:47:45 localhost kernel: scsi 6:0:0:1: Direct-Access Generic- SM/xD-Picture 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:47:45 localhost kernel: scsi 6:0:0:2: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:47:45 localhost kernel: scsi 6:0:0:3: Direct-Access Generic- MS/MS-Pro/HG 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:47:45 localhost kernel: scsi 6:0:0:4: Direct-Access Generic- SD/MMC/MS/MSPRO 1.00 PQ: 0 ANSI: 0 CCS
Jan 31 17:47:45 localhost kernel: sd 6:0:0:0: Attached scsi generic sg3 type 0
Jan 31 17:47:45 localhost kernel: sd 6:0:0:1: Attached scsi generic sg4 type 0
Jan 31 17:47:45 localhost kernel: sd 6:0:0:2: Attached scsi generic sg5 type 0
Jan 31 17:47:45 localhost kernel: sd 6:0:0:3: Attached scsi generic sg6 type 0
Jan 31 17:47:45 localhost kernel: sd 6:0:0:4: Attached scsi generic sg7 type 0
Jan 31 17:47:45 localhost kernel: sd 6:0:0:3: [sdf] Attached SCSI removable disk
Jan 31 17:47:45 localhost kernel: sd 6:0:0:2: [sde] Attached SCSI removable disk
Jan 31 17:47:45 localhost kernel: sd 6:0:0:4: [sdg] Attached SCSI removable disk
Jan 31 17:47:45 localhost kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk
Jan 31 17:47:45 localhost kernel: sd 6:0:0:1: [sdd] Attached SCSI removable disk
Jan 31 17:47:45 localhost cpuspeed: Enabling ondemand cpu frequency scaling governor
Jan 31 17:47:46 localhost NetworkManager: starting...
Jan 31 17:47:46 localhost NetworkManager: Trying to start the modem-manager...
Jan 31 17:47:46 localhost NetworkManager: Loaded plugin ifcfg-rh: (c) 2007 - 2008 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
Jan 31 17:47:46 localhost NetworkManager: WiFi enabled by radio killswitch; enabled by state file
Jan 31 17:47:46 localhost NetworkManager: WWAN enabled by radio killswitch; enabled by state file
Jan 31 17:47:46 localhost rpc.statd[1343]: Version 1.2.1 Starting
Jan 31 17:47:46 localhost NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ...
Jan 31 17:47:46 localhost NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ...
Jan 31 17:47:46 localhost modem-manager: Loaded plugin MotoC
Jan 31 17:47:46 localhost modem-manager: Loaded plugin Sierra
Jan 31 17:47:46 localhost modem-manager: Loaded plugin Generic
Jan 31 17:47:46 localhost modem-manager: Loaded plugin Nokia
Jan 31 17:47:46 localhost modem-manager: Loaded plugin Gobi
Jan 31 17:47:46 localhost modem-manager: Loaded plugin Ericsson MBM
Jan 31 17:47:46 localhost modem-manager: Loaded plugin Option High-Speed
Jan 31 17:47:46 localhost modem-manager: Loaded plugin Longcheer
Jan 31 17:47:46 localhost modem-manager: Loaded plugin Huawei
Jan 31 17:47:46 localhost modem-manager: Loaded plugin Novatel
Jan 31 17:47:46 localhost modem-manager: Loaded plugin ZTE
Jan 31 17:47:46 localhost modem-manager: Loaded plugin Option
Jan 31 17:47:46 localhost modem-manager: Loaded plugin AnyData
Jan 31 17:47:46 localhost NetworkManager: ifcfg-rh: read connection 'System eth0'
Jan 31 17:47:46 localhost NetworkManager: (eth0): carrier is ON
Jan 31 17:47:46 localhost NetworkManager: (eth0): new Ethernet device (driver: 'r8169')
Jan 31 17:47:46 localhost NetworkManager: (eth0): exported as /org/freedesktop/NetworkManager/Devices/0
Jan 31 17:47:46 localhost NetworkManager: (eth0): now managed
Jan 31 17:47:46 localhost NetworkManager: (eth0): device state change: 1 -> 2 (reason 41)
Jan 31 17:47:46 localhost NetworkManager: (eth0): preparing device.
Jan 31 17:47:46 localhost NetworkManager: Activation (eth0) starting connection 'System eth0'
Jan 31 17:47:46 localhost NetworkManager: (eth0): device state change: 2 -> 7 (reason 0)
Jan 31 17:47:46 localhost NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Jan 31 17:47:46 localhost NetworkManager: default_adapter_cb(): bluez error getting default adapter: The name org.bluez was not provided by any .service files
Jan 31 17:47:46 localhost NetworkManager: modem-manager is now available
Jan 31 17:47:46 localhost NetworkManager: Trying to start the supplicant...
Jan 31 17:47:46 localhost NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Jan 31 17:47:46 localhost NetworkManager: Activation (eth0) Beginning DHCP transaction (timeout in 45 seconds)
Jan 31 17:47:46 localhost NetworkManager: dhclient started with pid 1352
Jan 31 17:47:46 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP6 Configure Get) scheduled...
Jan 31 17:47:46 localhost NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Jan 31 17:47:46 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP6 Configure Get) started...
Jan 31 17:47:46 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP6 Configure Get) complete.
Jan 31 17:47:46 localhost dhclient[1352]: Internet Systems Consortium DHCP Client 4.1.1
Jan 31 17:47:46 localhost dhclient[1352]: Copyright 2004-2010 Internet Systems Consortium.
Jan 31 17:47:46 localhost dhclient[1352]: All rights reserved.
Jan 31 17:47:46 localhost dhclient[1352]: For info, please visit https://www.isc.org/software/dhcp/
Jan 31 17:47:46 localhost dhclient[1352]:
Jan 31 17:47:46 localhost NetworkManager: DHCP: device eth0 state changed (null) -> preinit
Jan 31 17:47:46 localhost dhclient[1352]: Listening on LPF/eth0/8c:89:a5:7c:3f:e2
Jan 31 17:47:46 localhost dhclient[1352]: Sending on LPF/eth0/8c:89:a5:7c:3f:e2
Jan 31 17:47:46 localhost dhclient[1352]: Sending on Socket/fallback
Jan 31 17:47:47 localhost kernel: RPC: Registered udp transport module.
Jan 31 17:47:47 localhost kernel: RPC: Registered tcp transport module.
Jan 31 17:47:47 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan 31 17:47:47 localhost acpid: starting up
Jan 31 17:47:47 localhost acpid: 1 rule loaded
Jan 31 17:47:47 localhost acpid: waiting for events: event logging is off
Jan 31 17:47:47 localhost acpid: client connected from 1544[68:481]
Jan 31 17:47:47 localhost acpid: 1 client rule loaded
Jan 31 17:47:48 localhost lircd-0.8.6[1559]: error in configfile line 141:
Jan 31 17:47:48 localhost lircd-0.8.6[1559]: "2147549184": must be a valid (lirc_t) number
Jan 31 17:47:48 localhost lircd-0.8.6[1559]: reading of file '/etc/lircd.conf' failed
Jan 31 17:47:48 localhost lircd-0.8.6[1559]: reading of config file failed
Jan 31 17:47:48 localhost lircd-0.8.6[1560]: lircd(default) ready, using /var/run/lirc/lircd
Jan 31 17:47:49 localhost /usr/sbin/gpm[1717]: *** info [daemon/startup.c(136)]:
Jan 31 17:47:49 localhost /usr/sbin/gpm[1717]: Started gpm successfully. Entered daemon mode.
Jan 31 17:47:50 localhost dhclient[1352]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jan 31 17:47:50 localhost dhclient[1352]: DHCPACK from 192.168.1.1
Jan 31 17:47:50 localhost dhclient[1352]: bound to 192.168.1.4 -- renewal in 37955 seconds.
Jan 31 17:47:50 localhost NetworkManager: DHCP: device eth0 state changed preinit -> reboot
Jan 31 17:47:50 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP4 Configure Get) scheduled...
Jan 31 17:47:50 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP4 Configure Get) started...
Jan 31 17:47:50 localhost NetworkManager: address 192.168.1.4
Jan 31 17:47:50 localhost NetworkManager: prefix 24 (255.255.255.0)
Jan 31 17:47:50 localhost NetworkManager: gateway 192.168.1.1
Jan 31 17:47:50 localhost NetworkManager: nameserver '192.168.1.1'
Jan 31 17:47:50 localhost NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled...
Jan 31 17:47:50 localhost NetworkManager: Activation (eth0) Stage 4 of 5 (IP4 Configure Get) complete.
Jan 31 17:47:50 localhost NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) started...
Jan 31 17:47:50 localhost NetworkManager: (eth0): device state change: 7 -> 8 (reason 0)
Jan 31 17:47:50 localhost NetworkManager: Policy set 'System eth0' (eth0) as default for routing and DNS.
Jan 31 17:47:50 localhost NetworkManager: Activation (eth0) successful, device activated.
Jan 31 17:47:50 localhost NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
Jan 31 17:47:55 localhost gnome-session[1847]: EggSMClient-WARNING: Desktop file '/etc/xdg/autostart/mythfrontend.desktop' has malformed Icon key 'mythfrontend.png'(should not include extension)
Jan 31 17:47:59 localhost lircd-0.8.6[1560]: accepted new client on /var/run/lirc/lircd
Jan 31 17:47:59 localhost lircd-0.8.6[1560]: could not get file information for /dev/lirc0
Jan 31 17:47:59 localhost lircd-0.8.6[1560]: default_init(): No such file or directory
Jan 31 17:47:59 localhost lircd-0.8.6[1560]: Failed to initialize hardware
Jan 31 17:48:02 localhost lircd-0.8.6[1560]: accepted new client on /var/run/lirc/lircd
Jan 31 17:48:02 localhost kernel: type=1305 audit(1328050082.530:28696): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 subj=kernel res=1
Jan 31 17:48:03 localhost udevadm[2168]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2169]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2170]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2171]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2172]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2173]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2174]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2175]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2176]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2177]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2178]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2179]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2180]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2181]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2182]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2183]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2184]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2185]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2186]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2187]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2188]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2189]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2190]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:03 localhost udevadm[2191]: the program '/usr/bin/mythfrontend' called 'udevinfo', it should use 'udevadm info ', this will stop working in a future release
Jan 31 17:48:14 localhost lircd-0.8.6[1560]: removed client
Jan 31 18:01:15 localhost lircd-0.8.6[1560]: accepted new client on /var/run/lirc/lircd
Jan 31 18:03:05 localhost lircd-0.8.6[1560]: removed client
Jan 31 18:03:09 localhost lircd-0.8.6[1560]: accepted new client on /var/run/lirc/lircd
Jan 31 18:03:59 localhost lircd-0.8.6[1560]: removed client
Jan 31 18:04:36 localhost lircd-0.8.6[1560]: accepted new client on /var/run/lirc/lircd
Jan 31 18:06:42 localhost lircd-0.8.6[1560]: removed client
Jan 31 18:08:22 localhost lircd-0.8.6[1560]: accepted new client on /var/run/lirc/lircd
Jan 31 18:10:40 localhost lircd-0.8.6[1560]: removed client
Jan 31 18:16:54 localhost init: Re-executing /sbin/init

monir811 wrote:

**Edit**
On my system I see where it should be loading the firmware during boot. My system requests and loads the v4l-cx23418-cpu.fw, v4l-cx23418-apu.fw, v4l-cx23418-dig.fw. I would think you should at least see the request and subsequent failure/success of the firmware.

Just for the heck of it, verify the following (in this order) before we continue fighting:

Have you applied all updates? If not, "sudo yum update"

Yes I have, I had to keep pressing ESC to get out of Mythsetup,(I think that's the program running), it starts as soon as Mythdora starts and gets to the desktop.

monir811 wrote:

Make sure you compile and install the drivers at both links below(make and make install):

hg clone http://linuxtv.org/hg/v4l-dvb

AND (below is required for the model 1199 HVR1600 to work)

hg clone http://linuxtv.org/hg/~awalls/ivtv-cx18/

Let me know if you have any questions.

Monir811

I printed and followed your "Mythtv, Mythdora, HVR-1600 Installation and walkthrough guide" and followed it step by step when I installed Mythdora, and took notes along the way.
1st off, the version of Mythdora I installed is 12.23 64 bit DVD.
Some problems I ran into:

1. In your guide it says, "You must stop the MythBackend from running etc.
I went to the terminal and typed:
su - (su because I think it said I didn't have permission when I didn't use su).
password
/etc/init.d/mythbackend stop
the computer responded:
Stopping Mythbackend FAILED (in RED print)

2.After I downloaded the V4L drivers, (step 2a in your walkthrough), and tried to install them, (step 2b)I got this message when I typed MAKE:
[root@snyde-desktop ~]# cd v4l-dvb
[root@snyde-desktop v4l-dvb]# make
make -C /root/v4l-dvb/v4l
make[1]: Entering directory `/root/v4l-dvb/v4l'
No version yet, using 2.6.32.11-99.fc12.x86_64
make[1]: Leaving directory `/root/v4l-dvb/v4l'
make[1]: Entering directory `/root/v4l-dvb/v4l'
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 2.6.32
File not found: /lib/modules/2.6.32.11-99.fc12.x86_64/build/.config at ./scripts/make_kconfig.pl line 32, line 4.
make[1]: Leaving directory `/root/v4l-dvb/v4l'
make[1]: Entering directory `/root/v4l-dvb/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.32
File not found: /lib/modules/2.6.32.11-99.fc12.x86_64/build/.config at ./scripts/make_kconfig.pl line 32, line 4.
make[1]: *** No rule to make target `.myconfig', needed by `config-compat.h'. Stop.
make[1]: Leaving directory `/root/v4l-dvb/v4l'
make: *** [all] Error 2

Then when I typed MAKE INSTALL:
root@snyde-desktop v4l-dvb]# make install
make -C /root/v4l-dvb/v4l install
make[1]: Entering directory `/root/v4l-dvb/v4l'

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/video:

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/dvb/cinergyT2:

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/common:
ir-common.ko

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/dvb/frontends:

Installing kernel modules under /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/:
/sbin/depmod -a 2.6.32.11-99.fc12.x86_64
make -C firmware install
make[2]: Entering directory `/root/v4l-dvb/v4l/firmware'
CC ihex2fw
Installing firmwares at /lib/firmware: vicam/firmware.fw cp: cannot stat `vicam/firmware.fw': No such file or directory
dabusb/firmware.fw cp: cannot stat `dabusb/firmware.fw': No such file or directory
dabusb/bitstream.bin cp: cannot stat `dabusb/bitstream.bin': No such file or directory
ttusb-budget/dspbootcode.bin cp: cannot stat `ttusb-budget/dspbootcode.bin': No such file or directory
cpia2/stv0672_vp4.bin cp: cannot stat `cpia2/stv0672_vp4.bin': No such file or directory
av7110/bootcode.bin cp: cannot stat `av7110/bootcode.bin': No such file or directory
make[2]: [install] Error 1 (ignored)

make[2]: Leaving directory `/root/v4l-dvb/v4l/firmware'
make[1]: Leaving directory `/root/v4l-dvb/v4l'

Then when I typed MAKE UNLOAD:
[root@snyde-desktop v4l-dvb]# make unload
make -C /root/v4l-dvb/v4l unload
make[1]: Entering directory `/root/v4l-dvb/v4l'
scripts/rmmod.pl unload
found 0 modules
/sbin/rmmod ir_common
ERROR: Module ir_common is in use by cx18
/sbin/rmmod ir_common
ERROR: Module ir_common is in use by cx18
Couldn't unload: ir_common
make[1]: Leaving directory `/root/v4l-dvb/v4l'

When I typed dmesg | grep cx18 I got this:
[root@snyde-desktop ~]# dmesg | grep cx18
cx18: Unknown symbol ir_codes_hauppauge_new_table

I'm getting errors all over the place, I don't know what ones are important and those that aren't, but I included everything I saw.

One last thing, when I go into Mythsetup and follow your walkthrough step 4, Configuring Capture Cards when I add a new card, following your walkthrough it says:
PROBED INFO - Failed to open
DEFAULT INPUT - Could not open "/dev/video0" to (and the text ends there).

One MORE last thing :-)
I tried adding MythTv,(with my package manager), to my Ultimate Edition 2.9 Linux, (my main OS), on my 120G SSD drive on sda1, and I had the same problems so I removed it. I then installed MythBuntu on sdb5, a 50G LOGICAL partition on my 2T hard drive and had the same problems so I removed it and reformatted sdb5, now I'm trying Mythdora on partition sdb5, with the same problems. I don't know if that info. helps but there it is. Also Windows 7 is on a primary partition sdb1 on my 2T hard drive and the Hauppauge 1600 works great with that. The 1600 is also the ONLY TV/capture card on this machine.

Thanks for ALL your help!!! There is something going on here that I really don't understand!! I don't know the inner workings of Linux to understand what's happening, and where and how to even find the info. I need to try to get if going, though I am learning a lot from you and this!!
Thanks,
Snyde

A few things

I would recommend removing the /dev/video0 directory, it will potentially cause you headaches. The system will map the video device to /dev/video0 when the driver is loaded properly.

The "/etc/init.d/mythbackend stop" most likely failed because it wasn't started yet. Which is Ok for now.

It looks like your system is unable to locate the appropriate kernel headers and dev packages required to successfully compile the v4l drivers. Make sure you do each step in this order.

Install the following packages before attempting to download and make the v4l drivers:

"yum install mercurial kernel-headers kernel-devel gcc"

Then run "uname -r" it should equal the versions listed when you run "rpm -qa | grep kernel". All version sections should be the same. Something like this:

uname -r = 2.6.32.26-175.fc12.x86_64
rpm -qa | grep kernel =
kernel-2.6.32.26-175.fc12.x86_64
kernel-headers-2.6.32.26-175.fc12.x86_64
kernel-devel-2.6.32.26-175.fc12.x86_64

Once this is done, you should be able to download, make and make install the v4l_dvb and ivtv-cx18 drivers. The v4l-dvb and ivtv-cx18 packages need to be freshly downloaded using "hg" once the kernel packages listed above have been straightened out.

hg clone http://linuxtv.org/hg/v4l-dvb
cd v4l-dvb
make && make install

hg clone http://linuxtv.org/hg/~awalls/ivtv-cx18/
cd ivtv-cx18
make && make install

Let me know if you have any other questions! Once we get the drivers loaded you'll be quick on your way.

Oh ya and Ryan Pisani is one of the nice fellas that created Mythdora. He was the other Ryan that was helping you.

Hi Monri811, I'm still

Hi Monri811,
I'm still having trouble with the "Capture" Card" part of the setup. I'm still getting the "can't probe input" error after following the procedure you sent me in the "A few things" post. I copied the terminal outputs and will post them here along with comments:

YUM INSTALL RESULTS -
[mythtv@snyde-mythdora ~]$ yum install mercurial kernel-headers kernel-devel gcc
Loaded plugins: refresh-packagekit
You need to be root to perform this command.
[mythtv@snyde-mythdora ~]$ su
Password:
[root@snyde-mythdora mythtv]# yum install mercurial kernel-headers kernel-devel gcc
Loaded plugins: refresh-packagekit
fedora | 4.2 kB 00:00
fedora/primary_db | 12 MB 00:11
mythdora | 3.7 kB 00:00
mythdora/primary_db | 1.0 MB 00:01
mythdora-updates | 1.2 kB 00:00
mythdora-updates/primary | 17 kB 00:00
mythdora-updates 30/30
rpmfusion-free | 3.8 kB 00:00
rpmfusion-free/primary_db | 344 kB 00:00
rpmfusion-free-updates | 3.3 kB 00:00
rpmfusion-free-updates/primary_db | 248 kB 00:00
rpmfusion-nonfree | 3.3 kB 00:00
rpmfusion-nonfree/primary_db | 91 kB 00:00
rpmfusion-nonfree-updates | 3.3 kB 00:00
rpmfusion-nonfree-updates/primary_db | 70 kB 00:00
updates | 4.7 kB 00:00
updates/primary_db | 6.3 MB 00:07
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 0:4.4.4-10.fc12 set to be updated
--> Processing Dependency: libgomp = 4.4.4-10.fc12 for package: gcc-4.4.4-10.fc12.x86_64
--> Processing Dependency: cpp = 4.4.4-10.fc12 for package: gcc-4.4.4-10.fc12.x86_64
--> Processing Dependency: libgcc >= 4.4.4-10.fc12 for package: gcc-4.4.4-10.fc12.x86_64
--> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.4-10.fc12.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.4-10.fc12.x86_64
---> Package kernel-devel.x86_64 0:2.6.32.26-175.fc12 set to be installed
---> Package kernel-headers.x86_64 0:2.6.32.26-175.fc12 set to be updated
---> Package mercurial.x86_64 0:1.7.1-1.fc12 set to be updated
--> Running transaction check
---> Package cloog-ppl.x86_64 0:0.15.7-1.fc12 set to be updated
--> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.fc12.x86_64
--> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.fc12.x86_64
---> Package cpp.x86_64 0:4.4.4-10.fc12 set to be updated
--> Processing Dependency: libmpfr.so.1()(64bit) for package: cpp-4.4.4-10.fc12.x86_64
---> Package glibc-devel.x86_64 0:2.11.2-3 set to be updated
--> Processing Dependency: glibc = 2.11.2-3 for package: glibc-devel-2.11.2-3.x86_64
--> Processing Dependency: glibc-headers = 2.11.2-3 for package: glibc-devel-2.11.2-3.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.11.2-3.x86_64
---> Package libgcc.x86_64 0:4.4.4-10.fc12 set to be updated
---> Package libgomp.x86_64 0:4.4.4-10.fc12 set to be updated
--> Running transaction check
--> Processing Dependency: glibc = 2.11.1-4 for package: glibc-common-2.11.1-4.x86_64
---> Package glibc.x86_64 0:2.11.2-3 set to be updated
---> Package glibc-headers.x86_64 0:2.11.2-3 set to be updated
---> Package mpfr.x86_64 0:2.4.1-5.fc12 set to be updated
---> Package ppl.x86_64 0:0.10.2-10.fc12 set to be updated
--> Running transaction check
---> Package glibc-common.x86_64 0:2.11.2-3 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
gcc x86_64 4.4.4-10.fc12 updates 10 M
kernel-devel x86_64 2.6.32.26-175.fc12 updates 6.2 M
kernel-headers x86_64 2.6.32.26-175.fc12 updates 765 k
mercurial x86_64 1.7.1-1.fc12 updates 1.8 M
Installing for dependencies:
cloog-ppl x86_64 0.15.7-1.fc12 fedora 82 k
cpp x86_64 4.4.4-10.fc12 updates 3.7 M
glibc-devel x86_64 2.11.2-3 updates 955 k
glibc-headers x86_64 2.11.2-3 updates 584 k
mpfr x86_64 2.4.1-5.fc12 mythdora 157 k
ppl x86_64 0.10.2-10.fc12 fedora 1.1 M
Updating for dependencies:
glibc x86_64 2.11.2-3 updates 3.7 M
glibc-common x86_64 2.11.2-3 updates 14 M
libgcc x86_64 4.4.4-10.fc12 updates 91 k
libgomp x86_64 4.4.4-10.fc12 updates 106 k

Transaction Summary
================================================================================
Install 10 Package(s)
Upgrade 4 Package(s)

Total download size: 43 M
Is this ok [y/N]: y
Downloading Packages:
(1/14): cloog-ppl-0.15.7-1.fc12.x86_64.rpm | 82 kB 00:00
(2/14): cpp-4.4.4-10.fc12.x86_64.rpm | 3.7 MB 00:05
(3/14): gcc-4.4.4-10.fc12.x86_64.rpm | 10 MB 00:10
(4/14): glibc-2.11.2-3.x86_64.rpm | 3.7 MB 00:05
(5/14): glibc-common-2.11.2-3.x86_64.rpm | 14 MB 00:27
(6/14): glibc-devel-2.11.2-3.x86_64.rpm | 955 kB 00:02
(7/14): glibc-headers-2.11.2-3.x86_64.rpm | 584 kB 00:01
(8/14): kernel-devel-2.6.32.26-175.fc12.x86_64.rpm | 6.2 MB 00:14
(9/14): kernel-headers-2.6.32.26-175.fc12.x86_64.rpm | 765 kB 00:02
(10/14): libgcc-4.4.4-10.fc12.x86_64.rpm | 91 kB 00:00
(11/14): libgomp-4.4.4-10.fc12.x86_64.rpm | 106 kB 00:00
(12/14): mercurial-1.7.1-1.fc12.x86_64.rpm | 1.8 MB 00:05
(13/14): mpfr-2.4.1-5.fc12.x86_64.rpm | 157 kB 00:00
(14/14): ppl-0.10.2-10.fc12.x86_64.rpm | 1.1 MB 00:03
--------------------------------------------------------------------------------
Total 528 kB/s | 43 MB 01:24
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
perl-Date-Manip-6.07-1.md12.noarch has missing requires of perl(YAML::Syck)
perl-Date-Manip-6.07-1.md12.noarch has missing requires of perl(YAML::Syck)
sdlmame-data-0137-1.fc12.noarch has missing requires of sdlmame >= ('0', '0137', None)
Updating : libgcc-4.4.4-10.fc12.x86_64 1/18
Installing : kernel-headers-2.6.32.26-175.fc12.x86_64 2/18
Installing : kernel-devel-2.6.32.26-175.fc12.x86_64 3/18
Updating : glibc-2.11.2-3.x86_64 4/18
Updating : libgomp-4.4.4-10.fc12.x86_64 5/18
Updating : glibc-common-2.11.2-3.x86_64 6/18
Installing : mpfr-2.4.1-5.fc12.x86_64 7/18
Installing : cpp-4.4.4-10.fc12.x86_64 8/18
Installing : ppl-0.10.2-10.fc12.x86_64 9/18
Installing : cloog-ppl-0.15.7-1.fc12.x86_64 10/18
Installing : mercurial-1.7.1-1.fc12.x86_64 11/18
Installing : glibc-headers-2.11.2-3.x86_64 12/18
Installing : glibc-devel-2.11.2-3.x86_64 13/18
Installing : gcc-4.4.4-10.fc12.x86_64 14/18
Cleanup : libgomp-4.4.3-4.fc12.x86_64 15/18
Cleanup : libgcc-4.4.3-4.fc12.x86_64 16/18
Cleanup : glibc-2.11.1-4.x86_64 17/18
Cleanup : glibc-common-2.11.1-4.x86_64 18/18

Installed:
gcc.x86_64 0:4.4.4-10.fc12
kernel-devel.x86_64 0:2.6.32.26-175.fc12
kernel-headers.x86_64 0:2.6.32.26-175.fc12
mercurial.x86_64 0:1.7.1-1.fc12

Dependency Installed:
cloog-ppl.x86_64 0:0.15.7-1.fc12 cpp.x86_64 0:4.4.4-10.fc12
glibc-devel.x86_64 0:2.11.2-3 glibc-headers.x86_64 0:2.11.2-3
mpfr.x86_64 0:2.4.1-5.fc12 ppl.x86_64 0:0.10.2-10.fc12

Dependency Updated:
glibc.x86_64 0:2.11.2-3 glibc-common.x86_64 0:2.11.2-3
libgcc.x86_64 0:4.4.4-10.fc12 libgomp.x86_64 0:4.4.4-10.fc12

Complete!

*****REBOOTED SYSTEM*****

UNAME RESULTS -
[mythtv@snyde-mythdora ~]$ uname -r
2.6.32.11-99.fc12.x86_64

RPM GREP RESULTS -
[mythtv@snyde-mythdora ~]$ rpm -qa | grep kernel
kernel-2.6.32.11-99.fc12.x86_64
kernel-devel-2.6.32.26-175.fc12.x86_64
kernel-headers-2.6.32.26-175.fc12.x86_64
kernel-firmware-2.6.32.11-99.fc12.noarch

CLONED V4L-DVB - OK

V4L-DVB MAKE RESULTS -
[root@snyde-mythdora v4l-dvb]# make
make -C /home/mythtv/v4l-dvb/v4l
make[1]: Entering directory `/home/mythtv/v4l-dvb/v4l'
No version yet, using 2.6.32.11-99.fc12.x86_64
make[1]: Leaving directory `/home/mythtv/v4l-dvb/v4l'
make[1]: Entering directory `/home/mythtv/v4l-dvb/v4l'
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 2.6.32
File not found: /lib/modules/2.6.32.11-99.fc12.x86_64/build/.config at ./scripts/make_kconfig.pl line 32, line 4.
make[1]: Leaving directory `/home/mythtv/v4l-dvb/v4l'
make[1]: Entering directory `/home/mythtv/v4l-dvb/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.32
File not found: /lib/modules/2.6.32.11-99.fc12.x86_64/build/.config at ./scripts/make_kconfig.pl line 32, line 4.
make[1]: *** No rule to make target `.myconfig', needed by `config-compat.h'. Stop.
make[1]: Leaving directory `/home/mythtv/v4l-dvb/v4l'
make: *** [all] Error 2

*****REBOOTED SYSTEM*****

V4L-DVB MAKE INSTALL RESULTS-
[root@snyde-mythdora v4l-dvb]# make install
make -C /home/mythtv/v4l-dvb/v4l install
make[1]: Entering directory `/home/mythtv/v4l-dvb/v4l'

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/video:

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/dvb/cinergyT2:

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/common:
ir-common.ko

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/dvb/frontends:

Installing kernel modules under /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/:
/sbin/depmod -a 2.6.32.11-99.fc12.x86_64
make -C firmware install
make[2]: Entering directory `/home/mythtv/v4l-dvb/v4l/firmware'
CC ihex2fw
Installing firmwares at /lib/firmware: vicam/firmware.fw cp: cannot stat `vicam/firmware.fw': No such file or directory
dabusb/firmware.fw cp: cannot stat `dabusb/firmware.fw': No such file or directory
dabusb/bitstream.bin cp: cannot stat `dabusb/bitstream.bin': No such file or directory
ttusb-budget/dspbootcode.bin cp: cannot stat `ttusb-budget/dspbootcode.bin': No such file or directory
cpia2/stv0672_vp4.bin cp: cannot stat `cpia2/stv0672_vp4.bin': No such file or directory
av7110/bootcode.bin cp: cannot stat `av7110/bootcode.bin': No such file or directory
make[2]: [install] Error 1 (ignored)

make[2]: Leaving directory `/home/mythtv/v4l-dvb/v4l/firmware'
make[1]: Leaving directory `/home/mythtv/v4l-dvb/v4l'

*****REBOOTED SYSTEM *****
CLONED IVTV-CX18 OK

IVTV-CX18 MAKE RESULTS-
[root@snyde-mythdora ivtv-cx18]# make
make -C /home/mythtv/v4l-dvb/ivtv-cx18/v4l
make[1]: Entering directory `/home/mythtv/v4l-dvb/ivtv-cx18/v4l'
No version yet, using 2.6.32.11-99.fc12.x86_64
make[1]: Leaving directory `/home/mythtv/v4l-dvb/ivtv-cx18/v4l'
make[1]: Entering directory `/home/mythtv/v4l-dvb/ivtv-cx18/v4l'
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 2.6.32
File not found: /lib/modules/2.6.32.11-99.fc12.x86_64/build/.config at ./scripts/make_kconfig.pl line 32, line 4.
make[1]: Leaving directory `/home/mythtv/v4l-dvb/ivtv-cx18/v4l'
make[1]: Entering directory `/home/mythtv/v4l-dvb/ivtv-cx18/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.32
File not found: /lib/modules/2.6.32.11-99.fc12.x86_64/build/.config at ./scripts/make_kconfig.pl line 32, line 4.
make[1]: *** No rule to make target `.myconfig', needed by `config-compat.h'. Stop.
make[1]: Leaving directory `/home/mythtv/v4l-dvb/ivtv-cx18/v4l'
make: *** [all] Error 2

*****REBOOTED SYSTEM*****

IVTV-CX18 MAKE INSTALL RESULTS-
[root@snyde-mythdora ivtv-cx18]# make install
make -C /home/mythtv/v4l-dvb/ivtv-cx18/v4l install
make[1]: Entering directory `/home/mythtv/v4l-dvb/ivtv-cx18/v4l'

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/video:

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/dvb/cinergyT2:

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/common:

Removing obsolete files from /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/dvb/frontends:

Installing kernel modules under /lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/media/:
/sbin/depmod -a 2.6.32.11-99.fc12.x86_64
make -C firmware install
make[2]: Entering directory `/home/mythtv/v4l-dvb/ivtv-cx18/v4l/firmware'
CC ihex2fw
Installing firmwares at /lib/firmware: vicam/firmware.fw cp: cannot stat `vicam/firmware.fw': No such file or directory
dabusb/firmware.fw cp: cannot stat `dabusb/firmware.fw': No such file or directory
dabusb/bitstream.bin cp: cannot stat `dabusb/bitstream.bin': No such file or directory
ttusb-budget/dspbootcode.bin cp: cannot stat `ttusb-budget/dspbootcode.bin': No such file or directory
cpia2/stv0672_vp4.bin cp: cannot stat `cpia2/stv0672_vp4.bin': No such file or directory
av7110/bootcode.bin cp: cannot stat `av7110/bootcode.bin': No such file or directory
make[2]: [install] Error 1 (ignored)

make[2]: Leaving directory `/home/mythtv/v4l-dvb/ivtv-cx18/v4l/firmware'
make[1]: Leaving directory `/home/mythtv/v4l-dvb/ivtv-cx18/v4l'

This is where it stands right now, I still can't probe the capture card in the setup and can't watch TV. The files This is where it stands right now, I still can't probe the capture card in the setup and can't watch TV. The files v4l-cx23418-cpu.fw, v4l-cx23418-apu.fw, v4l-cx23418-dig.fw ARE located in the /lib/firmware directory. There is no /dev/video0 directory.
I appreciate any help you can offer, but if you've had enough, I understand. I'm at that point myself. It be really nice to have this working in Linux, but I can alway use Winblows to transfer my VHS tapes to DVDs if necessary.
Thanks again,
Snyde

You're getting closer, but

You're getting closer, but the kernel-devel that installed is newer than your executing kernel. So you can't load the module into the kernel.

"yum update kernel" will probably get you up to the matched version.

So when run your rpm -qa | grep kernel you should see matching versions.

Do I need to re-install

Do I need to re-install V4l and Ivtv drivers since I did the update? I didn't do that yet.
Thanks,
Snyde

Some progress made

I did the yum update kernel and this is what I have when I run rpm -qa | grep kernel :

[mythtv@snyde-mythdora ~]$ rpm -qa | grep kernel
kernel-2.6.32.11-99.fc12.x86_64
kernel-devel-2.6.32.26-175.fc12.x86_64
kernel-2.6.32.26-175.fc12.x86_64
kernel-headers-2.6.32.26-175.fc12.x86_64
kernel-firmware-2.6.32.26-175.fc12.noarch

Now when I run mythsetup I get a message that mythbackend is running and 3 choices given to continue:

Stop mythbackend
Continue
Exit

I didn't get this before I did the update. Although I still get the "can't probe device" in the Capture Card setup. BUT, now there is a /dev/ already filled in in the Video Device field of the Capture Card setup. I've tried both, either way I get the "can't probe" error.
Looks like there might be a chance, slim to none, of it working, but I don't know where it is. :-)
Is there anything else to try?
Did the kernel get updated properly?
I tried yum update kernel again after rebooting and this is what I got:

[root@snyde-mythdora mythtv]# yum update kernel
Loaded plugins: refresh-packagekit
Setting up Update Process
No Packages marked for Update

Anything else I can try?
Thanks,
Snyde

From this output you look to be good.

If you haven't wiped it already..

Run "uname -r" if it returns "2.6.32.26-175.fc12.x86_64" remove the existing v4l-dvb and ivtv-cx18 folders and rerun the hg clone commands.

**EDIT**

Ha! Ryan you beat me to it!

RE: From this output you look to be good

Yes, it looks like the kernel is the newer one. I will go ahead and delete those directories and reinstall them.
[mythtv@snyde-mythdora ~]$ uname -r
2.6.32.26-175.fc12.x86_64
Thanks,
Snyde

You rebooted after kernel

You rebooted after kernel update? Does uname -r verify the kernel running is the new one?

RE: You rebooted after kernel

Yes, I rebooted after just about every step, except after the downloads. I didn't know if I should or not but not knowing I figured just in case I'll go ahead and reboot. Did I screw up by doing that? Is that the correct thing to do after doing a make or make install? I don't know. I have some experience working with DOS 2.x and DOS 3.x and working with the command line, back in the '80s, but once Winblows came out less and less of that was required or necessary so I got away from it. I've been working with Linux for a couple years now, on the GUI side mostly, mostly using it for web and email, with a little bit of WINE thrown in so I can run some of my Winblows apps and games. This kind of thing in Linux is new to me, but I can "get around" it and follow directions and do alright until something goes wrong.
Thanks,
Snyde

RE: A few things

I will go ahead and wipe that partition clean and re-install mythdora to it once again following your details above.
I had all but given up on it, but I really would like to use this TV/capture card with Mythdora instead of Winblows 7. :-)
Thanks again,
Snyde

RE: You should try the DVD

pisani wrote:

You should try the DVD install if you haven't yet. The DVD should be the stablest form of installation.

Ryan

Thanks Ryan, will do. I appreciate all the help you, and everyone else is giving me. I will eventually get this to work!!!
Snyde