Re: Leadtek Winfast 1800H FM Tuner

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

 



On 23/03/2011 7:56 PM, Mauro Carvalho Chehab wrote:
Em 22-03-2011 08:54, Andrew Goff escreveu:
On Tue, Mar 22, 2011 at 8:09 AM, Mauro Carvalho Chehab
<mchehab@xxxxxxxxxx>  wrote:
Em 21-03-2011 17:46, Andrew Goff escreveu:
On Tue 22-Mar-2011 4:44 AM, Mauro Carvalho Chehab wrote:
Em 21-03-2011 08:35, Andrew Goff escreveu:
On Mon 21-Mar-2011 9:21 PM, Mauro Carvalho Chehab wrote:
Em 20-03-2011 05:18, Antti Palosaari escreveu:
On 03/20/2011 02:56 AM, Andrew Goff wrote:
Hi, I hope someone may be able to help me solve a problem or point me in
the right direction.

I have been using a Leadtek Winfast DTV1800H card (ïXceive xc3028 tuner)
for a while now without any issues (DTV&   Radio have been working well),
I recently decided to get another tuner card, Leadtek Winfast DTV2000DS
(Tuner: NXP TDA18211, but detected as TDA18271 by V4L drivers, Chipset:
AF9015 + AF9013 ) and had to compile and install the V4L drivers to get
it working. Now DTV on both cards work well but there is a problem with
the radio tuner on the 1800H card.

After installing the more recent V4L drivers the radio frequency is
2.7MHz out, so if I want to listen to 104.9 I need to tune the radio to
107.6. Now I could just change all my preset stations but I can not
listen to my preferred stations as I need to set the frequency above
108MHz.
I think there is something wrong with the FM tuner (xc3028?) or other chipset drivers used for DTV1800H. No relations to the af9015, af9013 or tda18271. tda18211 is same chip as tda18271 but only DVB-T included. If DTV1800H does not contain tda18211 or tda18271 problem cannot be either that.
Yes, the problem is likely at xc3028. It has to do frequency shift for some
DVB standards, and the shift is dependent on what firmware is loaded.

So, you need to enable load tuner-xc2028 with debug=1, and provide us the
dmesg.

Mauro.

Hi Mauro

To do this do I just add the line

options tuner-xc2028 debug=1

to the /etc/modules file.

  From my current dmesg file looks like the firmware is version 2.7.

xc2028 1-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
There are about 60 firmwares that are grouped inside xc3028-v27.fw. Please
post the complete dmesg. We also need to know what version of the driver
you were using when the driver used to work and what you're using when it
broke.

Thanks
Mauro.

Mauro, please see dmesg attached, note I have not added debug=1 yet, do I still need to do this.

To get the other card working I installed this driver version http://linuxtv.org/hg/v4l-dvb/rev/abd3aac6644e
The mercurial tree is there just due to historic reasons. It has _obsolete_ stuff and nobody
is updating it. Please use, instead, the media_build.git (see linuxtv.org wiki).

the dmesg with the debug=1 is required, otherwise, it won't produce any error about what's happening at
the xc3028 driver.

Mauro.

HI Mauro, now using media_build.git and followed the instructions from
http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers

have added options tuner-xc2028 debug=1 to the /etc/modules , please
see attached dmesg

FM tuner has now completely stopped working.
Weird:

[   36.654409] xc2028 1-0061: creating new instance
[   36.654414] xc2028 1-0061: type set to XCeive xc2028/xc3028 tuner
[   36.654419] xc2028 1-0061: destroying instance
[   36.654489] xc2028 1-0061: creating new instance
[   36.654491] xc2028 1-0061: type set to XCeive xc2028/xc3028 tuner
[   36.654494] cx88[0]: Asking xc2028/3028 to load firmware xc3028-v27.fw
[   36.745247] cx88_audio 0000:01:06.1: firmware: requesting xc3028-v27.fw
[   36.817868] xc2028 1-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
[   36.817993] cx88[0]: Calling XC2028/3028 callback
[   36.966811] xc2028 1-0061: Loading firmware for type=BASE (1), id 0000000000000000.
[   36.966815] cx88[0]: Calling XC2028/3028 callback

xc2028 driver didn't try to load a standard-specific firmware...

I would expect at least two load firmware lines there... one for NTSC, and another one for one of
the radio-specific firmwares, when you tried to run radio on it.

Please also load tuner with debug=1. Let's see what happens when you change a frequency on your
radio program.

AH! Very important! V4L1 API got removed, so, you need to be sure that your radio program is
using V4L2 API. I had to fix xawtv3 "radio" program for it to work properly using V4L2 API.
So, xawtv 3.95 is broken. If you're using xawtv 3.100, radio application is working fine.

We had also a report that gnome-radio upstream is broken. While it does support both API's,
it seems that it fails if V4L1 is not available. There's a patch fixing it on Fedora. Not
sure if other distros applied the patch, but, on a quick look, the Fedora patch didn't reach
upstream:
	http://git.gnome.org/browse/gnomeradio/

Hmm...

[   37.381526] ir_lirc_codec: Unknown symbol lirc_dev_fop_poll
[   37.381724] ir_lirc_codec: Unknown symbol lirc_dev_fop_open
[   37.381807] ir_lirc_codec: disagrees about version of symbol lirc_get_pdata
[   37.381809] ir_lirc_codec: Unknown symbol lirc_get_pdata
[   37.381900] ir_lirc_codec: Unknown symbol lirc_dev_fop_close
[   37.381999] ir_lirc_codec: Unknown symbol lirc_dev_fop_read
[   37.382068] ir_lirc_codec: disagrees about version of symbol lirc_register_driver
[   37.382070] ir_lirc_codec: Unknown symbol lirc_register_driver
[   37.382256] ir_lirc_codec: Unknown symbol lirc_dev_fop_ioctl

You have a mix of old and new drivers on your install. The results are unpredictable
when you're mixing drivers. Please be sure that the Kernel you're running doesn't
have any trace of the ancient drivers. Maybe some parts of RC/V4L/DVB were compiled
built in, or your distro is not putting the media stuff at the right place.

The standard place to add media Kernel drivers are at:
	/lib/modules/`uname -r`/kernel/drivers/media/

Sometimes, they might also be find at:
	/lib/modules/`uname -r`/kernel/extra (or /lib/modules/`uname -r`/extra  )

Ubuntu (Debian?) have a different opinion about that, and they have
a directory on some other random place with some drivers. It used to be at:
	/lib/modules/`uname -r`/ubuntu/media

The new_build install target tries to remove the ancient drivers from the above
directories, but if the distro you're using are storing them into some other
random place, make install won't be able to cleanup everything.

Could you please fix the above issues and test again?

Cheers,
Mauro



Hi Mauro

I could not fix the issues you mentioned using Ubuntu so I've tried another distro (mythdora).

Installed xawtv 3.1 radio application to test FM tuner.

FM tuner worked before installing more recent V4L drivers(required to get second TV card working). No FM tuning at all with recent V4L drivers.

Please see attached the demsg files.





Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32.11-99.fc12.i686 (mockbuild@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 4.4.3 20100127 (Red Hat 4.4.3-4) (GCC) ) #1 SMP Mon Apr 5 16:32:08 EDT 2010
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  NSC Geode by NSC
  Cyrix CyrixInstead
  Centaur CentaurHauls
  Transmeta GenuineTMx86
  Transmeta TransmetaCPU
  UMC UMC UMC UMC
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
 BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e3000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000005ff90000 (usable)
 BIOS-e820: 000000005ff90000 - 000000005ff9e000 (ACPI data)
 BIOS-e820: 000000005ff9e000 - 000000005ffe0000 (ACPI NVS)
 BIOS-e820: 000000005ffe0000 - 000000005ffee000 (reserved)
 BIOS-e820: 000000005fff0000 - 0000000060000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
 BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
DMI present.
AMI BIOS detected: BIOS may corrupt low RAM, working around it.
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
last_pfn = 0x5ff90 max_arch_pfn = 0x100000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-EFFFF uncachable
  F0000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 0000000000 mask FFC0000000 write-back
  1 base 0040000000 mask FFE0000000 write-back
  2 disabled
  3 disabled
  4 disabled
  5 disabled
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
initial memory mapped : 0 - 01000000
init_memory_mapping: 0000000000000000-00000000373fe000
Using x86 segment limits to approximate NX protection
 0000000000 - 0000400000 page 4k
 0000400000 - 0037000000 page 2M
 0037000000 - 00373fe000 page 4k
kernel direct mapping tables up to 373fe000 @ 10000-16000
RAMDISK: 3758b000 - 37fefe00
Allocated new RAMDISK: 00b37000 - 0159be00
Move RAMDISK from 000000003758b000 - 0000000037fefdff to 00b37000 - 0159bdff
ACPI: RSDP 000fb6b0 00014 (v00 ACPIAM)
ACPI: RSDT 5ff90000 00044 (v01 011309 RSDT1412 20090113 MSFT 00000097)
ACPI: FACP 5ff90200 00084 (v01 011309 FACP1412 20090113 MSFT 00000097)
ACPI: DSDT 5ff90450 0AA8D (v01  A1043 A1043000 00000000 INTL 20051117)
ACPI: FACS 5ff9e000 00040
ACPI: APIC 5ff90390 00080 (v01 011309 APIC1412 20090113 MSFT 00000097)
ACPI: MCFG 5ff90410 0003C (v01 011309 OEMMCFG  20090113 MSFT 00000097)
ACPI: OEMB 5ff9e040 00072 (v01 011309 OEMB1412 20090113 MSFT 00000097)
ACPI: HPET 5ff9aee0 00038 (v01 011309 OEMHPET0 20090113 MSFT 00000097)
ACPI: INFO 5ff9e0c0 00124 (v01 011309 AMDINFO  20090113 MSFT 00000097)
ACPI: NVHD 5ff9e1f0 00284 (v01 011309  NVHDCP  20090113 MSFT 00000097)
ACPI: SSDT 5ff9af20 0028A (v01 A M I  POWERNOW 00000001 AMD  00000001)
ACPI: Local APIC address 0xfee00000
651MB HIGHMEM available.
883MB LOWMEM available.
  mapped low ram: 0 - 373fe000
  low ram: 0 - 373fe000
  node 0 low ram: 00000000 - 373fe000
  node 0 bootmap 00013000 - 00019e80
(9 early reservations) ==> bootmem [0000000000 - 00373fe000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
  #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
  #3 [0000400000 - 0000b318d8]    TEXT DATA BSS ==> [0000400000 - 0000b318d8]
  #4 [000009ec00 - 0000100000]    BIOS reserved ==> [000009ec00 - 0000100000]
  #5 [0000b32000 - 0000b3622c]              BRK ==> [0000b32000 - 0000b3622c]
  #6 [0000010000 - 0000013000]          PGTABLE ==> [0000010000 - 0000013000]
  #7 [0000b37000 - 000159be00]      NEW RAMDISK ==> [0000b37000 - 000159be00]
  #8 [0000013000 - 000001a000]          BOOTMAP ==> [0000013000 - 000001a000]
found SMP MP-table at [c00ff780] ff780
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  Normal   0x00001000 -> 0x000373fe
  HighMem  0x000373fe -> 0x0005ff90
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009e
    0: 0x00000100 -> 0x0005ff90
On node 0 totalpages: 392990
free_area_init_node: node 0, pgdat c09b9260, node_mem_map c159d200
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3950 pages, LIFO batch:0
  Normal zone: 1736 pages used for memmap
  Normal zone: 220470 pages, LIFO batch:31
  HighMem zone: 1304 pages used for memmap
  HighMem zone: 165498 pages, LIFO batch:31
Using APIC driver default
Detected use of extended apic ids on hypertransport bus
ACPI: PM-Timer IO Port: 0x508
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
ACPI: IRQ14 used by override.
ACPI: IRQ15 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x10de8201 base: 0xfed00000
SMP: Allowing 4 CPUs, 2 hotplug CPUs
nr_irqs_gsi: 24
PM: Registered nosave memory: 000000000009e000 - 000000000009f000
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e3000
PM: Registered nosave memory: 00000000000e3000 - 0000000000100000
Allocating PCI resources starting at 60000000 (gap: 60000000:9ec00000)
Booting paravirtualized kernel on bare hardware
NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
PERCPU: Embedded 14 pages/cpu @c2400000 s34488 r0 d22856 u1048576
pcpu-alloc: s34488 r0 d22856 u1048576 alloc=1*4194304
pcpu-alloc: [0] 0 1 2 3 
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 389918
Kernel command line: ro root=/dev/mapper/VolGroup-lv_root noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet rdblacklist=nouveau
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
allocated 7861760 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Initializing HighMem for node 0 (000373fe:0005ff90)
Memory: 1531680k/1572416k available (3677k kernel code, 39080k reserved, 2312k data, 548k init, 667208k highmem)
virtual kernel memory layout:
    fixmap  : 0xffad5000 - 0xfffff000   (5288 kB)
    pkmap   : 0xff400000 - 0xff800000   (4096 kB)
    vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
      .init : 0xc09da000 - 0xc0a63000   ( 548 kB)
      .data : 0xc079740c - 0xc09d9710   (2312 kB)
      .text : 0xc0400000 - 0xc079740c   (3677 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Hierarchical RCU implementation.
NR_IRQS:1280
spurious 8259A interrupt: IRQ7.
Console: colour VGA+ 80x25
console [tty0] enabled
hpet clockevent registered
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Fast TSC calibration using PIT
Detected 2499.502 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 4999.00 BogoMIPS (lpj=2499502)
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Mount-cache hash table entries: 512
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 5 MCE banks
using C1E aware idle routine
Performance Events: AMD PMU driver.
... version:                0
... bit width:              48
... generic registers:      4
... value mask:             0000ffffffffffff
... max period:             00007fffffffffff
... fixed-purpose events:   0
... event mask:             000000000000000f
Checking 'hlt' instruction... OK.
ACPI: Core revision 20090903
ftrace: converting mcount calls to 0f 1f 44 00 00
ftrace: allocating 23015 entries in 46 pages
Enabling APIC mode:  Flat.  Using 1 I/O APICs
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: AMD Athlon(tm) Dual Core Processor 4850e stepping 02
Booting processor 1 APIC 0x1 ip 0x6000
Initializing CPU#1
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU1: AMD Athlon(tm) Dual Core Processor 4850e stepping 02
Brought up 2 CPUs
Total of 2 processors activated (9998.68 BogoMIPS).
System has AMD C1E enabled
Switch to broadcast mode on CPU1
sizeof(vma)=84 bytes
sizeof(page)=32 bytes
sizeof(inode)=352 bytes
sizeof(dentry)=132 bytes
sizeof(ext3inode)=508 bytes
sizeof(buffer_head)=56 bytes
sizeof(skbuff)=184 bytes
sizeof(task_struct)=3256 bytes
CPU0 attaching sched-domain:
 domain 0: span 0-1 level MC
  groups: 0 1
CPU1 attaching sched-domain:
 domain 0: span 0-1 level MC
  groups: 1 0
Switch to broadcast mode on CPU0
devtmpfs: initialized
regulator: core version 0.5
Time:  0:40:31  Date: 04/17/11
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
PCI: Using configuration type 1 for base access
mtrr: your CPUs had inconsistent fixed MTRR settings
mtrr: probably your BIOS does not setup all CPUs.
mtrr: corrected configuration.
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Executed 1 blocks of module-level executable AML code
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI Warning: Incorrect checksum in table [OEMB] - 76, should be 69 (20090903/tbutils-314)
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:01.0: reg 10 io port: [0x900-0x9ff]
pci 0000:00:01.1: reg 10 io port: [0xe00-0xe3f]
pci 0000:00:01.1: reg 20 io port: [0x600-0x63f]
pci 0000:00:01.1: reg 24 io port: [0x700-0x73f]
pci 0000:00:01.1: PME# supported from D3hot D3cold
pci 0000:00:01.1: PME# disabled
pci 0000:00:01.3: reg 10 32bit mmio: [0xf9e80000-0xf9efffff]
pci 0000:00:02.0: reg 10 32bit mmio: [0xf9e7e000-0xf9e7efff]
pci 0000:00:02.0: supports D1 D2
pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:02.1: reg 10 32bit mmio: [0xf9e7fc00-0xf9e7fcff]
pci 0000:00:02.1: supports D1 D2
pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:02.1: PME# disabled
pci 0000:00:04.0: reg 10 32bit mmio: [0xf9e7d000-0xf9e7dfff]
pci 0000:00:04.0: supports D1 D2
pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:04.1: reg 10 32bit mmio: [0xf9e7f800-0xf9e7f8ff]
pci 0000:00:04.1: supports D1 D2
pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:04.1: PME# disabled
pci 0000:00:06.0: reg 20 io port: [0xffa0-0xffaf]
pci 0000:00:07.0: reg 10 32bit mmio: [0xf9e78000-0xf9e7bfff]
pci 0000:00:07.0: PME# supported from D3hot D3cold
pci 0000:00:07.0: PME# disabled
pci 0000:00:09.0: reg 10 io port: [0xc480-0xc487]
pci 0000:00:09.0: reg 14 io port: [0xc400-0xc403]
pci 0000:00:09.0: reg 18 io port: [0xc080-0xc087]
pci 0000:00:09.0: reg 1c io port: [0xc000-0xc003]
pci 0000:00:09.0: reg 20 io port: [0xbc00-0xbc0f]
pci 0000:00:09.0: reg 24 32bit mmio: [0xf9e76000-0xf9e77fff]
pci 0000:00:0a.0: reg 10 32bit mmio: [0xf9e7c000-0xf9e7cfff]
pci 0000:00:0a.0: reg 14 io port: [0xb880-0xb887]
pci 0000:00:0a.0: reg 18 32bit mmio: [0xf9e7f400-0xf9e7f4ff]
pci 0000:00:0a.0: reg 1c 32bit mmio: [0xf9e7f000-0xf9e7f00f]
pci 0000:00:0a.0: supports D1 D2
pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0a.0: PME# disabled
pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0b.0: PME# disabled
pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.0: PME# disabled
pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:12.0: PME# disabled
pci 0000:00:13.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:13.0: PME# disabled
pci 0000:01:06.0: reg 10 32bit mmio: [0xfa000000-0xfaffffff]
pci 0000:01:06.1: reg 10 32bit mmio: [0xfb000000-0xfbffffff]
pci 0000:01:06.2: reg 10 32bit mmio: [0xfc000000-0xfcffffff]
pci 0000:01:07.0: reg 20 io port: [0xdc00-0xdc1f]
pci 0000:01:07.0: supports D1 D2
pci 0000:01:07.0: PME# supported from D0 D1 D2 D3hot
pci 0000:01:07.0: PME# disabled
pci 0000:01:07.2: reg 10 32bit mmio: [0xf9fffc00-0xf9fffcff]
pci 0000:01:07.2: supports D1 D2
pci 0000:01:07.2: PME# supported from D0 D1 D2 D3hot
pci 0000:01:07.2: PME# disabled
pci 0000:00:08.0: transparent bridge
pci 0000:00:08.0: bridge io port: [0xd000-0xdfff]
pci 0000:00:08.0: bridge 32bit mmio: [0xf9f00000-0xfcffffff]
pci 0000:02:00.0: reg 10 32bit mmio: [0xfd000000-0xfdffffff]
pci 0000:02:00.0: reg 14 64bit mmio pref: [0xd8000000-0xdfffffff]
pci 0000:02:00.0: reg 1c 64bit mmio pref: [0xd6000000-0xd7ffffff]
pci 0000:02:00.0: reg 24 io port: [0xec00-0xec7f]
pci 0000:02:00.0: reg 30 32bit mmio pref: [0xfeae0000-0xfeafffff]
pci 0000:00:0b.0: bridge io port: [0xe000-0xefff]
pci 0000:00:0b.0: bridge 32bit mmio: [0xfd000000-0xfeafffff]
pci 0000:00:0b.0: bridge 64bit mmio pref: [0xd6000000-0xdfffffff]
pci 0000:05:00.0: reg 10 32bit mmio: [0xfebff800-0xfebfffff]
pci 0000:05:00.0: reg 14 32bit mmio: [0xfebff400-0xfebff47f]
pci 0000:05:00.0: reg 20 32bit mmio: [0xfebff000-0xfebff07f]
pci 0000:05:00.0: reg 24 32bit mmio: [0xfebfec00-0xfebfec7f]
pci 0000:00:13.0: bridge 32bit mmio: [0xfeb00000-0xfebfffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IXVE._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.MXR0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR13._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *11
ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *10
ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *15
ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) *10
ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) *11
ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) *15
ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN7A] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN7B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN7C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN7D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *15
ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *11
ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5
ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *15
ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *11
vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
hpet0: 3 comparators, 32-bit 25.000000 MHz counter
Switching to clocksource hpet
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:06: io resource (0x900-0x97f) overlaps 0000:00:01.0 BAR 0 (0x900-0x9ff), disabling
pnp 00:06: io resource (0x980-0x9ff) overlaps 0000:00:01.0 BAR 0 (0x900-0x9ff), disabling
pnp: PnP ACPI: found 14 devices
ACPI: ACPI bus type pnp unregistered
system 00:06: ioport range 0x4d0-0x4d1 has been reserved
system 00:06: ioport range 0x800-0x80f has been reserved
system 00:06: ioport range 0x500-0x57f has been reserved
system 00:06: ioport range 0x580-0x5ff has been reserved
system 00:06: ioport range 0x800-0x87f could not be reserved
system 00:06: ioport range 0x880-0x8ff has been reserved
system 00:06: ioport range 0xd00-0xd7f has been reserved
system 00:06: ioport range 0xd80-0xdff has been reserved
system 00:06: iomem range 0xfed04000-0xfed04fff has been reserved
system 00:06: iomem range 0xfee01000-0xfeefffff has been reserved
system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0a: ioport range 0x230-0x23f has been reserved
system 00:0a: ioport range 0x290-0x29f has been reserved
system 00:0a: ioport range 0xa00-0xa0f has been reserved
system 00:0a: ioport range 0xa10-0xa1f has been reserved
system 00:0c: iomem range 0xe0000000-0xefffffff has been reserved
system 00:0d: iomem range 0x0-0x9ffff could not be reserved
system 00:0d: iomem range 0xc0000-0xcffff could not be reserved
system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
system 00:0d: iomem range 0x100000-0x7fffffff could not be reserved
system 00:0d: iomem range 0xfec00000-0xffffffff could not be reserved
pci 0000:00:08.0: PCI bridge, secondary bus 0000:01
pci 0000:00:08.0:   IO window: 0xd000-0xdfff
pci 0000:00:08.0:   MEM window: 0xf9f00000-0xfcffffff
pci 0000:00:08.0:   PREFETCH window: disabled
pci 0000:00:0b.0: PCI bridge, secondary bus 0000:02
pci 0000:00:0b.0:   IO window: 0xe000-0xefff
pci 0000:00:0b.0:   MEM window: 0xfd000000-0xfeafffff
pci 0000:00:0b.0:   PREFETCH window: 0x000000d6000000-0x000000dfffffff
pci 0000:00:10.0: PCI bridge, secondary bus 0000:03
pci 0000:00:10.0:   IO window: disabled
pci 0000:00:10.0:   MEM window: disabled
pci 0000:00:10.0:   PREFETCH window: disabled
pci 0000:00:12.0: PCI bridge, secondary bus 0000:04
pci 0000:00:12.0:   IO window: disabled
pci 0000:00:12.0:   MEM window: disabled
pci 0000:00:12.0:   PREFETCH window: disabled
pci 0000:00:13.0: PCI bridge, secondary bus 0000:05
pci 0000:00:13.0:   IO window: disabled
pci 0000:00:13.0:   MEM window: 0xfeb00000-0xfebfffff
pci 0000:00:13.0:   PREFETCH window: disabled
pci 0000:00:08.0: setting latency timer to 64
pci 0000:00:0b.0: setting latency timer to 64
ACPI: PCI Interrupt Link [LN0A] enabled at IRQ 19
pci 0000:00:10.0: PCI INT A -> Link[LN0A] -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:10.0: setting latency timer to 64
ACPI: PCI Interrupt Link [LN2A] enabled at IRQ 18
pci 0000:00:12.0: PCI INT A -> Link[LN2A] -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:12.0: setting latency timer to 64
ACPI: PCI Interrupt Link [LN3A] enabled at IRQ 17
pci 0000:00:13.0: PCI INT A -> Link[LN3A] -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:13.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
pci_bus 0000:01: resource 0 io:  [0xd000-0xdfff]
pci_bus 0000:01: resource 1 mem: [0xf9f00000-0xfcffffff]
pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffff]
pci_bus 0000:02: resource 0 io:  [0xe000-0xefff]
pci_bus 0000:02: resource 1 mem: [0xfd000000-0xfeafffff]
pci_bus 0000:02: resource 2 pref mem [0xd6000000-0xdfffffff]
pci_bus 0000:05: resource 1 mem: [0xfeb00000-0xfebfffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
pci 0000:00:07.0: Enabling HT MSI Mapping
pci 0000:00:08.0: Enabling HT MSI Mapping
pci 0000:00:09.0: Enabling HT MSI Mapping
pci 0000:00:0a.0: Enabling HT MSI Mapping
pci 0000:00:0b.0: Enabling HT MSI Mapping
pci 0000:02:00.0: Boot video device
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 10643k freed
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: disabled - APM is not SMP safe.
audit: initializing netlink socket (disabled)
type=2000 audit(1303000830.570:1): initialized
highmem bounce pool size: 64 pages
HugeTLB registered 4 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 1711
SELinux:  Registering netfilter hooks
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:10.0: irq 24 for MSI/MSI-X
pcieport 0000:00:10.0: setting latency timer to 64
pcieport 0000:00:12.0: irq 25 for MSI/MSI-X
pcieport 0000:00:12.0: setting latency timer to 64
pcieport 0000:00:13.0: irq 26 for MSI/MSI-X
pcieport 0000:00:13.0: setting latency timer to 64
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
pci-stub: invalid id string ""
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
ACPI: Power Button [PWRB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
ACPI: Power Button [PWRF]
ACPI: processor limited to max C-state 1
processor LNXCPU:00: registered as cooling_device0
processor LNXCPU:01: registered as cooling_device1
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /devices/virtual/input/input2
ahci 0000:00:09.0: version 3.0
ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
ahci 0000:00:09.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
ahci 0000:00:09.0: irq 27 for MSI/MSI-X
ahci 0000:00:09.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl IDE mode
ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pmp pio boh 
ahci 0000:00:09.0: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76100 irq 27
ata2: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 27
ata3: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76200 irq 27
ata4: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76280 irq 27
ata5: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76300 irq 27
ata6: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76380 irq 27
Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22
ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 22 (level, low) -> IRQ 22
ehci_hcd 0000:00:02.1: setting latency timer to 64
ehci_hcd 0000:00:02.1: EHCI Host Controller
ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:02.1: debug port 1
ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
ehci_hcd 0000:00:02.1: irq 22, io mem 0xf9e7fc00
ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.32.11-99.fc12.i686 ehci_hcd
usb usb1: SerialNumber: 0000:00:02.1
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ACPI: PCI Interrupt Link [UB12] enabled at IRQ 21
ehci_hcd 0000:00:04.1: PCI INT B -> Link[UB12] -> GSI 21 (level, low) -> IRQ 21
ehci_hcd 0000:00:04.1: setting latency timer to 64
ehci_hcd 0000:00:04.1: EHCI Host Controller
ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:04.1: debug port 1
ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
ehci_hcd 0000:00:04.1: irq 21, io mem 0xf9e7f800
ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.32.11-99.fc12.i686 ehci_hcd
usb usb2: SerialNumber: 0000:00:04.1
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 16
ehci_hcd 0000:01:07.2: PCI INT C -> Link[LNKD] -> GSI 16 (level, low) -> IRQ 16
ehci_hcd 0000:01:07.2: EHCI Host Controller
ehci_hcd 0000:01:07.2: new USB bus registered, assigned bus number 3
ehci_hcd 0000:01:07.2: irq 16, io mem 0xf9fffc00
ehci_hcd 0000:01:07.2: USB 2.0 started, EHCI 1.00
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: EHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.32.11-99.fc12.i686 ehci_hcd
usb usb3: SerialNumber: 0000:01:07.2
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 20
ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 20 (level, low) -> IRQ 20
ohci_hcd 0000:00:02.0: setting latency timer to 64
ohci_hcd 0000:00:02.0: OHCI Host Controller
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:02.0: irq 20, io mem 0xf9e7e000
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: OHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.32.11-99.fc12.i686 ohci_hcd
usb usb4: SerialNumber: 0000:00:02.0
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 6 ports detected
ACPI: PCI Interrupt Link [UB11] enabled at IRQ 23
ohci_hcd 0000:00:04.0: PCI INT A -> Link[UB11] -> GSI 23 (level, low) -> IRQ 23
ohci_hcd 0000:00:04.0: setting latency timer to 64
ohci_hcd 0000:00:04.0: OHCI Host Controller
ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 5
ohci_hcd 0000:00:04.0: irq 23, io mem 0xf9e7d000
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: OHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.32.11-99.fc12.i686 ohci_hcd
usb usb5: SerialNumber: 0000:00:04.0
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 6 ports detected
uhci_hcd: USB Universal Host Controller Interface driver
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 19
uhci_hcd 0000:01:07.0: PCI INT A -> Link[LNKB] -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:01:07.0: UHCI Host Controller
uhci_hcd 0000:01:07.0: new USB bus registered, assigned bus number 6
uhci_hcd 0000:01:07.0: irq 19, io base 0x0000dc00
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.32.11-99.fc12.i686 uhci_hcd
usb usb6: SerialNumber: 0000:01:07.0
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:08: RTC can wake from S4
rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@xxxxxxxxxx
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
Using IPI No-Shortcut mode
PM: Resume from disk failed.
registered taskstats version 1
No TPM chip found, activating TPM-bypass!
  Magic number: 7:393:658
block ram11: hash matches
rtc_cmos 00:08: setting system clock to 2011-04-17 00:40:32 UTC (1303000832)
Initalizing network drop monitor service
ata3: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata1: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
usb 2-3: new high speed USB device using ehci_hcd and address 3
usb 2-3: New USB device found, idVendor=148f, idProduct=2573
usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-3: Product: 54M.USB.......
usb 2-3: Manufacturer: Ralink
usb 2-3: configuration #1 chosen from 1 choice
usb 3-1: new high speed USB device using ehci_hcd and address 2
ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: ATA-8: WDC WD10EADS-00L5B1, 01.01A01, max UDMA/133
ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata2.00: configured for UDMA/133
scsi 1:0:0:0: Direct-Access     ATA      WDC WD10EADS-00L 01.0 PQ: 0 ANSI: 5
sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
sd 1:0:0:0: Attached scsi generic sg0 type 0
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3
sd 1:0:0:0: [sda] Attached SCSI disk
Freeing unused kernel memory: 548k freed
Write protecting the kernel text: 3680k
Write protecting the kernel read-only data: 1752k
dracut: dracut-004-4.fc12
udev: starting version 145
usb 3-1: New USB device found, idVendor=0413, idProduct=6a04
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: DVB-T 2
usb 3-1: Manufacturer: Afatech
usb 3-1: configuration #1 chosen from 1 choice
dracut: Starting plymouth daemon
dracut: rd_NO_MDIMSM: no MD RAID for imsm/isw raids
pata_amd 0000:00:06.0: version 0.4.1
pata_amd 0000:00:06.0: setting latency timer to 64
firewire_ohci 0000:05:00.0: PCI INT A -> Link[LN3A] -> GSI 17 (level, low) -> IRQ 17
firewire_ohci 0000:05:00.0: setting latency timer to 64
scsi6 : pata_amd
scsi7 : pata_amd
ata7: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
ata8: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
firewire_ohci: Added fw-ohci device 0000:05:00.0, OHCI version 1.10
usb 5-1: new full speed USB device using ohci_hcd and address 2
ata7.00: ATA-4: QUANTUM FIREBALLlct10 10, A03.0900, max UDMA/66
ata7.00: 20044080 sectors, multi 16: LBA 
ata7.01: ATA-7: ST3802110A, 3.AAE, max UDMA/100
ata7.01: 156301488 sectors, multi 16: LBA48 
ata7: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc5c60000) ACPI=0x1f01f (30:20:0x15)
ata7: nv_mode_filter: 0x3f39f&0x3f39f->0x3f39f, BIOS=0x3f000 (0xc5c60000) ACPI=0x3f01f (30:20:0x15)
ata7.00: configured for UDMA/66
ata7.01: configured for UDMA/100
scsi 6:0:0:0: Direct-Access     ATA      QUANTUM FIREBALL A03. PQ: 0 ANSI: 5
sd 6:0:0:0: Attached scsi generic sg1 type 0
sd 6:0:0:0: [sdb] 20044080 512-byte logical blocks: (10.2 GB/9.55 GiB)
sd 6:0:0:0: [sdb] Write Protect is off
sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00
scsi 6:0:1:0: Direct-Access     ATA      ST3802110A       3.AA PQ: 0 ANSI: 5
sd 6:0:1:0: [sdc] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
sd 6:0:1:0: Attached scsi generic sg2 type 0
sd 6:0:1:0: [sdc] Write Protect is off
sd 6:0:1:0: [sdc] Mode Sense: 00 3a 00 00
ata8: port disabled. ignoring.
sd 6:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdb:
 sdc: sdb1 sdb3 sdb4
 sdc1 sdc2
usb 5-1: New USB device found, idVendor=046d, idProduct=c52e
usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 5-1: Product: USB Receiver
usb 5-1: Manufacturer: Logitech
usb 5-1: configuration #1 chosen from 1 choice
input: Logitech USB Receiver as /devices/pci0000:00/0000:00:04.0/usb5/5-1/5-1:1.0/input/input3
generic-usb 0003:046D:C52E.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:04.0-1/input0
sd 6:0:1:0: [sdc] Attached SCSI disk
sd 6:0:0:0: [sdb] Attached SCSI disk
[Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:11/LNXVIDEO:00/input/input4
ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
input: Logitech USB Receiver as /devices/pci0000:00/0000:00:04.0/usb5/5-1/5-1:1.1/input/input5
generic-usb 0003:046D:C52E.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:04.0-1/input1
firewire_core: created device fw0: GUID 001e8c0001c5c208, S400
usb 4-1: new full speed USB device using ohci_hcd and address 2
usb 4-1: New USB device found, idVendor=046d, idProduct=08d7
usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 4-1: configuration #1 chosen from 1 choice
dracut: Scanning devices sdc2  for LVM volume groups 
dracut: Reading all physical volumes. This may take a while...
dracut: Found volume group "VolGroup" using metadata type lvm2
dracut: 3 logical volume(s) in volume group "VolGroup" now active
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
dracut: Mounted root filesystem /dev/mapper/VolGroup-lv_root
dracut: Switching root
udev: starting version 145
ACPI: WMI: Skipping duplicate GUID 05901221-D566-11D1-B2F0-00A0C9062910
ACPI: WMI: Mapper loaded
k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
Linux video capture interface: v2.00
gspca: main v2.8.0 registered
i2c i2c-0: nForce2 SMBus adapter at 0x600
ACPI: I/O resource nForce2_smbus [0x700-0x73f] conflicts with ACPI region SM00 [0x700-0x73f]
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
nForce2_smbus 0000:00:01.1: Error probing SMB2.
forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 22
forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 22 (level, low) -> IRQ 22
forcedeth 0000:00:0a.0: setting latency timer to 64
forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 3, addr 00:24:8c:37:9a:30
forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt gbit lnktim msi desc-v3
cfg80211: Calling CRDA to update world regulatory domain
gspca: probing 046d:08d7
parport_pc 00:05: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
ppdev: user-space parallel port driver
nvidia: module license 'NVIDIA' taints kernel.
Disabling lock debugging due to kernel taint
zc3xx: probe 2wr ov vga 0x0000
zc3xx: probe sensor -> 0011
zc3xx: Find Sensor HV7131R(c)
gspca: probe ok
gspca: probing 046d:08d7
gspca: probing 046d:08d7
usbcore: registered new interface driver zc3xx
zc3xx: registered
usbcore: registered new interface driver snd-usb-audio
ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 21
nvidia 0000:02:00.0: PCI INT A -> Link[SGRU] -> GSI 21 (level, low) -> IRQ 21
nvidia 0000:02:00.0: setting latency timer to 64
vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
NVRM: loading NVIDIA UNIX x86 Kernel Module  195.36.15  Thu Mar 11 21:41:46 PST 2010
phy0 -> rt2500usb_init_eeprom: Error - Invalid RT chipset detected.
phy0 -> rt2x00lib_probe_dev: Error - Failed to allocate device.
usbcore: registered new interface driver rt2500usb
HDA Intel 0000:00:07.0: power state changed by ACPI to D0
ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 20
HDA Intel 0000:00:07.0: PCI INT A -> Link[LAZA] -> GSI 20 (level, low) -> IRQ 20
hda_intel: Disable MSI for Nvidia chipset
HDA Intel 0000:00:07.0: setting latency timer to 64
cfg80211: World regulatory domain updated:
	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
	(2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
	(2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
	(2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
	(5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
	(5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cx2388x alsa driver version 0.0.7 loaded
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 18
cx88_audio 0000:01:06.1: PCI INT A -> Link[LNKA] -> GSI 18 (level, low) -> IRQ 18
cx88[0]: subsystem: 107d:6654, board: Leadtek WinFast DTV1800 Hybrid [card=81,autodetected], frontend(s): 1
cx88[0]: TV tuner type 71, Radio tuner type 71
cx88/0: cx2388x v4l2 driver version 0.0.7 loaded
cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.7 loaded
input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:07.0/input/input6
phy1: Selected rate control algorithm 'minstrel'
Registered led device: rt73usb-phy1::radio
Registered led device: rt73usb-phy1::assoc
Registered led device: rt73usb-phy1::quality
usbcore: registered new interface driver rt73usb
tuner 1-0061: Setting mode_mask to 0x0e
tuner 1-0061: chip found @ 0xc2 (cx88[0])
tuner 1-0061: tuner 0x61: Tuner type absent
tuner 1-0061: Calling set_type_addr for type=71, addr=0x61, mode=0x02, config=0x00
tuner 1-0061: defining GPIO callback
xc2028: Xcv2028/3028 init called!
xc2028 1-0061: creating new instance
xc2028 1-0061: type set to XCeive xc2028/xc3028 tuner
tuner 1-0061: type set to Xceive XC3028
tuner 1-0061: cx88[0] tuner I2C addr 0xc2 with type 71 used for 0x0e
tuner 1-0061: Calling set_type_addr for type=71, addr=0x61, mode=0x0c, config=0x00
tuner 1-0061: defining GPIO callback
xc2028 1-0061: xc2028_dvb_release called
xc2028 1-0061: free_firmware called
xc2028 1-0061: destroying instance
xc2028: Xcv2028/3028 init called!
xc2028 1-0061: creating new instance
xc2028 1-0061: type set to XCeive xc2028/xc3028 tuner
tuner 1-0061: type set to <NULL>
tuner 1-0061: cx88[0] tuner I2C addr 0xc2 with type 71 used for 0x0e
cx88[0]: Asking xc2028/3028 to load firmware xc3028-v27.fw
xc2028 1-0061: xc2028_set_config called
tuner 1-0061: Putting tuner to sleep
tuner 1-0061: Cmd s_standby accepted for analog TV
xc2028 1-0061: Putting xc2028/3028 into poweroff mode.
input: cx88 IR (Leadtek WinFast DTV180 as /devices/pci0000:00/0000:00:08.0/0000:01:06.1/input/input7
IRQ 18/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
cx8800 0000:01:06.0: PCI INT A -> Link[LNKA] -> GSI 18 (level, low) -> IRQ 18
cx88[0]/0: found at 0000:01:06.0, rev: 5, irq: 18, latency: 64, mmio: 0xfa000000
IRQ 18/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
cx88[0]/0: registered device video1 [v4l2]
cx88[0]/0: registered device vbi0
cx88[0]/0: registered device radio0
tuner 1-0061: Cmd s_std accepted for analog TV
tuner 1-0061: switching to v4l2
tuner 1-0061: tv freq set to 400.00
xc2028 1-0061: xc2028_set_analog_freq called
xc2028 1-0061: generic_set_freq called
xc2028 1-0061: should set frequency 400000 kHz
xc2028 1-0061: check_firmware called
xc2028 1-0061: load_all_firmwares called
xc2028 1-0061: Reading firmware xc3028-v27.fw
cx88_audio 0000:01:06.1: firmware: requesting xc3028-v27.fw
cfg80211: Calling CRDA for country: AU
cfg80211: Regulatory domain changed to country: AU
	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
	(2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
	(5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2300 mBm)
	(5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2300 mBm)
	(5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
xc2028 1-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
xc2028 1-0061: Reading firmware type BASE F8MHZ (3), id 0, size=8718.
xc2028 1-0061: Reading firmware type BASE F8MHZ MTS (7), id 0, size=8712.
xc2028 1-0061: Reading firmware type BASE FM (401), id 0, size=8562.
xc2028 1-0061: Reading firmware type BASE FM INPUT1 (c01), id 0, size=8576.
xc2028 1-0061: Reading firmware type BASE (1), id 0, size=8706.
xc2028 1-0061: Reading firmware type BASE MTS (5), id 0, size=8682.
xc2028 1-0061: Reading firmware type (0), id 100000007, size=161.
xc2028 1-0061: Reading firmware type MTS (4), id 100000007, size=169.
xc2028 1-0061: Reading firmware type (0), id 200000007, size=161.
xc2028 1-0061: Reading firmware type MTS (4), id 200000007, size=169.
xc2028 1-0061: Reading firmware type (0), id 400000007, size=161.
xc2028 1-0061: Reading firmware type MTS (4), id 400000007, size=169.
xc2028 1-0061: Reading firmware type (0), id 800000007, size=161.
xc2028 1-0061: Reading firmware type MTS (4), id 800000007, size=169.
xc2028 1-0061: Reading firmware type (0), id 3000000e0, size=161.
xc2028 1-0061: Reading firmware type MTS (4), id 3000000e0, size=169.
xc2028 1-0061: Reading firmware type (0), id c000000e0, size=161.
xc2028 1-0061: Reading firmware type MTS (4), id c000000e0, size=169.
xc2028 1-0061: Reading firmware type (0), id 200000, size=161.
xc2028 1-0061: Reading firmware type MTS (4), id 200000, size=169.
xc2028 1-0061: Reading firmware type (0), id 4000000, size=161.
xc2028 1-0061: Reading firmware type MTS (4), id 4000000, size=169.
xc2028 1-0061: Reading firmware type D2633 DTV6 ATSC (10030), id 0, size=149.
xc2028 1-0061: Reading firmware type D2620 DTV6 QAM (68), id 0, size=149.
xc2028 1-0061: Reading firmware type D2633 DTV6 QAM (70), id 0, size=149.
xc2028 1-0061: Reading firmware type D2620 DTV7 (88), id 0, size=149.
xc2028 1-0061: Reading firmware type D2633 DTV7 (90), id 0, size=149.
xc2028 1-0061: Reading firmware type D2620 DTV78 (108), id 0, size=149.
xc2028 1-0061: Reading firmware type D2633 DTV78 (110), id 0, size=149.
xc2028 1-0061: Reading firmware type D2620 DTV8 (208), id 0, size=149.
xc2028 1-0061: Reading firmware type D2633 DTV8 (210), id 0, size=149.
xc2028 1-0061: Reading firmware type FM (400), id 0, size=135.
xc2028 1-0061: Reading firmware type (0), id 10, size=161.
xc2028 1-0061: Reading firmware type MTS (4), id 10, size=169.
xc2028 1-0061: Reading firmware type (0), id 1000400000, size=169.
xc2028 1-0061: Reading firmware type (0), id c00400000, size=161.
xc2028 1-0061: Reading firmware type (0), id 800000, size=161.
xc2028 1-0061: Reading firmware type (0), id 8000, size=161.
xc2028 1-0061: Reading firmware type LCD (1000), id 8000, size=161.
xc2028 1-0061: Reading firmware type LCD NOGD (3000), id 8000, size=161.
xc2028 1-0061: Reading firmware type MTS (4), id 8000, size=169.
xc2028 1-0061: Reading firmware type (0), id b700, size=161.
xc2028 1-0061: Reading firmware type LCD (1000), id b700, size=161.
xc2028 1-0061: Reading firmware type LCD NOGD (3000), id b700, size=161.
xc2028 1-0061: Reading firmware type (0), id 2000, size=161.
xc2028 1-0061: Reading firmware type MTS (4), id b700, size=169.
xc2028 1-0061: Reading firmware type MTS LCD (1004), id b700, size=169.
xc2028 1-0061: Reading firmware type MTS LCD NOGD (3004), id b700, size=169.
xc2028 1-0061: Reading firmware type HAS_IF_3280 (40000000), id 0, size=192.
xc2028 1-0061: Reading firmware type HAS_IF_3300 (40000000), id 0, size=192.
xc2028 1-0061: Reading firmware type HAS_IF_3440 (40000000), id 0, size=192.
xc2028 1-0061: Reading firmware type HAS_IF_3460 (40000000), id 0, size=192.
xc2028 1-0061: Reading firmware type DTV6 ATSC OREN36 SCODE HAS_IF_3800 (60210020), id 0, size=192.
xc2028 1-0061: Reading firmware type HAS_IF_4000 (40000000), id 0, size=192.
xc2028 1-0061: Reading firmware type DTV6 ATSC TOYOTA388 SCODE HAS_IF_4080 (60410020), id 0, size=192.
xc2028 1-0061: Reading firmware type HAS_IF_4200 (40000000), id 0, size=192.
xc2028 1-0061: Reading firmware type MONO SCODE HAS_IF_4320 (60008000), id 8000, size=192.
xc2028 1-0061: Reading firmware type HAS_IF_4450 (40000000), id 0, size=192.
xc2028 1-0061: Reading firmware type SCODE HAS_IF_4500 (60000000), id 2000, size=192.
xc2028 1-0061: Reading firmware type LCD NOGD IF SCODE HAS_IF_4600 (60023000), id 8000, size=192.
xc2028 1-0061: Reading firmware type DTV78 ZARLINK456 SCODE HAS_IF_4760 (62000100), id 0, size=192.
xc2028 1-0061: Reading firmware type HAS_IF_4940 (40000000), id 0, size=192.
xc2028 1-0061: Reading firmware type DTV7 ZARLINK456 SCODE HAS_IF_5260 (62000080), id 0, size=192.
xc2028 1-0061: Reading firmware type MONO SCODE HAS_IF_5320 (60008000), id 800000007, size=192.
xc2028 1-0061: Reading firmware type DTV8 CHINA SCODE HAS_IF_5400 (64000200), id 0, size=192.
xc2028 1-0061: Reading firmware type DTV6 ATSC OREN538 SCODE HAS_IF_5580 (60110020), id 0, size=192.
xc2028 1-0061: Reading firmware type SCODE HAS_IF_5640 (60000000), id 200000007, size=192.
xc2028 1-0061: Reading firmware type SCODE HAS_IF_5740 (60000000), id 800000007, size=192.
xc2028 1-0061: Reading firmware type DTV7 DIBCOM52 SCODE HAS_IF_5900 (61000080), id 0, size=192.
xc2028 1-0061: Reading firmware type MONO SCODE HAS_IF_6000 (60008000), id 10, size=192.
xc2028 1-0061: Reading firmware type DTV6 QAM F6MHZ SCODE HAS_IF_6200 (68000060), id 0, size=192.
xc2028 1-0061: Reading firmware type SCODE HAS_IF_6240 (60000000), id 10, size=192.
xc2028 1-0061: Reading firmware type MONO SCODE HAS_IF_6320 (60008000), id 200000, size=192.
xc2028 1-0061: Reading firmware type SCODE HAS_IF_6340 (60000000), id 200000, size=192.
xc2028 1-0061: Reading firmware type MONO SCODE HAS_IF_6500 (60008000), id 4000000, size=192.
xc2028 1-0061: Reading firmware type DTV6 ATSC ATI638 SCODE HAS_IF_6580 (60090020), id 0, size=192.
xc2028 1-0061: Reading firmware type SCODE HAS_IF_6600 (60000000), id 3000000e0, size=192.
xc2028 1-0061: Reading firmware type MONO SCODE HAS_IF_6680 (60008000), id 3000000e0, size=192.
xc2028 1-0061: Reading firmware type DTV6 ATSC TOYOTA794 SCODE HAS_IF_8140 (60810020), id 0, size=192.
xc2028 1-0061: Reading firmware type HAS_IF_8200 (40000000), id 0, size=192.
xc2028 1-0061: Firmware files loaded.
xc2028 1-0061: checking firmware, user requested type=(0), id 0000000000001000, scode_tbl (0), scode_nr 0
cx88[0]: Calling XC2028/3028 callback
xc2028 1-0061: load_firmware called
xc2028 1-0061: seek_firmware called, want type=BASE (1), id 0000000000000000.
xc2028 1-0061: Found firmware for type=BASE (1), id 0000000000000000.
xc2028 1-0061: Loading firmware for type=BASE (1), id 0000000000000000.
cx88[0]: Calling XC2028/3028 callback
xc2028 1-0061: Load init1 firmware, if exists
xc2028 1-0061: load_firmware called
xc2028 1-0061: seek_firmware called, want type=BASE INIT1 (4001), id 0000000000000000.
xc2028 1-0061: Can't find firmware for type=BASE INIT1 (4001), id 0000000000000000.
xc2028 1-0061: load_firmware called
xc2028 1-0061: seek_firmware called, want type=BASE INIT1 (4001), id 0000000000000000.
xc2028 1-0061: Can't find firmware for type=BASE INIT1 (4001), id 0000000000000000.
xc2028 1-0061: load_firmware called
xc2028 1-0061: seek_firmware called, want type=(0), id 0000000000001000.
xc2028 1-0061: Found firmware for type=(0), id 000000000000b700.
xc2028 1-0061: Loading firmware for type=(0), id 000000000000b700.
xc2028 1-0061: Trying to load scode 0
xc2028 1-0061: load_scode called
xc2028 1-0061: seek_firmware called, want type=SCODE (20000000), id 000000000000b700.
xc2028 1-0061: Selecting best matching firmware (1 bits) for type=SCODE (20000000), id 000000000000b700:
xc2028 1-0061: Found firmware for type=SCODE (20000000), id 0000000000008000.
xc2028 1-0061: Loading SCODE for type=MONO SCODE HAS_IF_4320 (60008000), id 0000000000008000.
xc2028 1-0061: xc2028_get_reg 0004 called
xc2028 1-0061: xc2028_get_reg 0008 called
xc2028 1-0061: Device is Xceive 3028 version 1.0, firmware version 2.7
cx88[0]: Calling XC2028/3028 callback
xc2028 1-0061: divisor= 00 00 64 00 (freq=400.000)
cx88[0]/2: cx2388x 8802 Driver Manager
cx88-mpeg driver manager 0000:01:06.2: PCI INT A -> Link[LNKA] -> GSI 18 (level, low) -> IRQ 18
cx88[0]/2: found at 0000:01:06.2, rev: 5, irq: 18, latency: 64, mmio: 0xfc000000
IRQ 18/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
tuner 1-0061: Putting tuner to sleep
tuner 1-0061: Cmd s_standby accepted for analog TV
xc2028 1-0061: Putting xc2028/3028 into poweroff mode.
tuner 1-0061: Cmd s_radio accepted for radio
tuner 1-0061: radio freq set to 87.50
xc2028 1-0061: xc2028_set_analog_freq called
xc2028 1-0061: generic_set_freq called
xc2028 1-0061: should set frequency 87500 kHz
xc2028 1-0061: check_firmware called
xc2028 1-0061: checking firmware, user requested type=FM (400), id 0000000000000000, scode_tbl (0), scode_nr 0
cx88[0]: Calling XC2028/3028 callback
tuner 1-0061: Putting tuner to sleep
tuner 1-0061: Cmd s_standby accepted for radio
xc2028 1-0061: Putting xc2028/3028 into poweroff mode.
xc2028 1-0061: load_firmware called
xc2028 1-0061: seek_firmware called, want type=BASE FM (401), id 0000000000000000.
xc2028 1-0061: Found firmware for type=BASE FM (401), id 0000000000000000.
xc2028 1-0061: Loading firmware for type=BASE FM (401), id 0000000000000000.
cx88[0]: Calling XC2028/3028 callback
cx88/2: cx2388x dvb driver version 0.0.7 loaded
cx88/2: registering cx8802 driver, type: dvb access: shared
cx88[0]/2: subsystem: 107d:6654, board: Leadtek WinFast DTV1800 Hybrid [card=81]
cx88[0]/2: cx2388x based DVB/ATSC card
cx8802_alloc_frontends() allocating 1 frontend(s)
xc2028: Xcv2028/3028 init called!
xc2028 1-0061: attaching existing instance
xc2028 1-0061: type set to XCeive xc2028/xc3028 tuner
xc2028 1-0061: xc2028_set_config called
xc2028 1-0061: Load init1 firmware, if exists
xc2028 1-0061: load_firmware called
xc2028 1-0061: seek_firmware called, want type=BASE INIT1 FM (4401), id 0000000000000000.
xc2028 1-0061: Can't find firmware for type=BASE INIT1 FM (4401), id 0000000000000000.
xc2028 1-0061: load_firmware called
xc2028 1-0061: seek_firmware called, want type=BASE INIT1 FM (4401), id 0000000000000000.
xc2028 1-0061: Can't find firmware for type=BASE INIT1 FM (4401), id 0000000000000000.
xc2028 1-0061: load_firmware called
xc2028 1-0061: seek_firmware called, want type=FM (400), id 0000000000000000.
xc2028 1-0061: Found firmware for type=FM (400), id 0000000000000000.
xc2028 1-0061: Loading firmware for type=FM (400), id 0000000000000000.
xc2028 1-0061: xc2028_get_reg 0004 called
xc2028 1-0061: xc2028_get_reg 0008 called
xc2028 1-0061: Device is Xceive 3028 version 1.0, firmware version 2.7
cx88[0]: Calling XC2028/3028 callback
xc2028 1-0061: divisor= 00 00 15 e0 (freq=87.500)
tuner 1-0061: Putting tuner to sleep
cx88[0]/2: xc3028 attached
tuner 1-0061: Putting tuner to sleep
DVB: registering new adapter (cx88[0])
DVB: registering adapter 0 frontend 0 (Zarlink ZL10353 DVB-T)...
dib0700: loaded with support for 13 different device-types
usbcore: registered new interface driver dvb_usb_dib0700
EXT3 FS on dm-0, internal journal
EXT4-fs (sdc1): mounted filesystem with ordered data mode
EXT4-fs (dm-1): mounted filesystem with ordered data mode
Adding 3112952k swap on /dev/mapper/VolGroup-lv_swap.  Priority:-1 extents:1 across:3112952k 
Adding 1823368k swap on /dev/sdb4.  Priority:-2 extents:1 across:1823368k 
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32.26-175.fc12.i686 (mockbuild@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC) ) #1 SMP Wed Dec 1 21:52:04 UTC 2010
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  NSC Geode by NSC
  Cyrix CyrixInstead
  Centaur CentaurHauls
  Transmeta GenuineTMx86
  Transmeta TransmetaCPU
  UMC UMC UMC UMC
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
 BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e3000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000005ff90000 (usable)
 BIOS-e820: 000000005ff90000 - 000000005ff9e000 (ACPI data)
 BIOS-e820: 000000005ff9e000 - 000000005ffe0000 (ACPI NVS)
 BIOS-e820: 000000005ffe0000 - 000000005ffee000 (reserved)
 BIOS-e820: 000000005fff0000 - 0000000060000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
 BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
DMI present.
AMI BIOS detected: BIOS may corrupt low RAM, working around it.
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
last_pfn = 0x5ff90 max_arch_pfn = 0x100000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-EFFFF uncachable
  F0000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 0000000000 mask FFC0000000 write-back
  1 base 0040000000 mask FFE0000000 write-back
  2 disabled
  3 disabled
  4 disabled
  5 disabled
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
initial memory mapped : 0 - 01000000
init_memory_mapping: 0000000000000000-00000000373fe000
Using x86 segment limits to approximate NX protection
 0000000000 - 0000400000 page 4k
 0000400000 - 0037000000 page 2M
 0037000000 - 00373fe000 page 4k
kernel direct mapping tables up to 373fe000 @ 10000-16000
RAMDISK: 3757d000 - 37fefec4
Allocated new RAMDISK: 00b39000 - 015abec4
Move RAMDISK from 000000003757d000 - 0000000037fefec3 to 00b39000 - 015abec3
ACPI: RSDP 000fb6b0 00014 (v00 ACPIAM)
ACPI: RSDT 5ff90000 00044 (v01 011309 RSDT1412 20090113 MSFT 00000097)
ACPI: FACP 5ff90200 00084 (v01 011309 FACP1412 20090113 MSFT 00000097)
ACPI: DSDT 5ff90450 0AA8D (v01  A1043 A1043000 00000000 INTL 20051117)
ACPI: FACS 5ff9e000 00040
ACPI: APIC 5ff90390 00080 (v01 011309 APIC1412 20090113 MSFT 00000097)
ACPI: MCFG 5ff90410 0003C (v01 011309 OEMMCFG  20090113 MSFT 00000097)
ACPI: OEMB 5ff9e040 00072 (v01 011309 OEMB1412 20090113 MSFT 00000097)
ACPI: HPET 5ff9aee0 00038 (v01 011309 OEMHPET0 20090113 MSFT 00000097)
ACPI: INFO 5ff9e0c0 00124 (v01 011309 AMDINFO  20090113 MSFT 00000097)
ACPI: NVHD 5ff9e1f0 00284 (v01 011309  NVHDCP  20090113 MSFT 00000097)
ACPI: SSDT 5ff9af20 0028A (v01 A M I  POWERNOW 00000001 AMD  00000001)
ACPI: Local APIC address 0xfee00000
651MB HIGHMEM available.
883MB LOWMEM available.
  mapped low ram: 0 - 373fe000
  low ram: 0 - 373fe000
  node 0 low ram: 00000000 - 373fe000
  node 0 bootmap 00013000 - 00019e80
(9 early reservations) ==> bootmem [0000000000 - 00373fe000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
  #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
  #3 [0000400000 - 0000b33418]    TEXT DATA BSS ==> [0000400000 - 0000b33418]
  #4 [000009ec00 - 0000100000]    BIOS reserved ==> [000009ec00 - 0000100000]
  #5 [0000b34000 - 0000b3822c]              BRK ==> [0000b34000 - 0000b3822c]
  #6 [0000010000 - 0000013000]          PGTABLE ==> [0000010000 - 0000013000]
  #7 [0000b39000 - 00015abec4]      NEW RAMDISK ==> [0000b39000 - 00015abec4]
  #8 [0000013000 - 000001a000]          BOOTMAP ==> [0000013000 - 000001a000]
found SMP MP-table at [c00ff780] ff780
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  Normal   0x00001000 -> 0x000373fe
  HighMem  0x000373fe -> 0x0005ff90
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009e
    0: 0x00000100 -> 0x0005ff90
On node 0 totalpages: 392990
free_area_init_node: node 0, pgdat c09bb2a0, node_mem_map c15ad200
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3950 pages, LIFO batch:0
  Normal zone: 1736 pages used for memmap
  Normal zone: 220470 pages, LIFO batch:31
  HighMem zone: 1304 pages used for memmap
  HighMem zone: 165498 pages, LIFO batch:31
Using APIC driver default
Detected use of extended apic ids on hypertransport bus
ACPI: PM-Timer IO Port: 0x508
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
ACPI: IRQ14 used by override.
ACPI: IRQ15 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x10de8201 base: 0xfed00000
SMP: Allowing 4 CPUs, 2 hotplug CPUs
nr_irqs_gsi: 24
PM: Registered nosave memory: 000000000009e000 - 000000000009f000
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e3000
PM: Registered nosave memory: 00000000000e3000 - 0000000000100000
Allocating PCI resources starting at 60000000 (gap: 60000000:9ec00000)
Booting paravirtualized kernel on bare hardware
NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
PERCPU: Embedded 14 pages/cpu @c2400000 s34488 r0 d22856 u1048576
pcpu-alloc: s34488 r0 d22856 u1048576 alloc=1*4194304
pcpu-alloc: [0] 0 1 2 3 
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 389918
Kernel command line: ro root=/dev/mapper/VolGroup-lv_root noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet rdblacklist=nouveau
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
allocated 7861760 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Initializing HighMem for node 0 (000373fe:0005ff90)
Memory: 1531680k/1572416k available (3689k kernel code, 39144k reserved, 2307k data, 548k init, 667208k highmem)
virtual kernel memory layout:
    fixmap  : 0xffad5000 - 0xfffff000   (5288 kB)
    pkmap   : 0xff400000 - 0xff800000   (4096 kB)
    vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
      .init : 0xc09dc000 - 0xc0a65000   ( 548 kB)
      .data : 0xc079a68c - 0xc09db610   (2307 kB)
      .text : 0xc0400000 - 0xc079a68c   (3689 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Hierarchical RCU implementation.
NR_IRQS:1280
spurious 8259A interrupt: IRQ7.
Console: colour VGA+ 80x25
console [tty0] enabled
hpet clockevent registered
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Fast TSC calibration using PIT
Detected 2500.016 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 5000.03 BogoMIPS (lpj=2500016)
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Mount-cache hash table entries: 512
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 5 MCE banks
using C1E aware idle routine
Performance Events: AMD PMU driver.
... version:                0
... bit width:              48
... generic registers:      4
... value mask:             0000ffffffffffff
... max period:             00007fffffffffff
... fixed-purpose events:   0
... event mask:             000000000000000f
Checking 'hlt' instruction... OK.
ACPI: Core revision 20090903
ftrace: converting mcount calls to 0f 1f 44 00 00
ftrace: allocating 22361 entries in 44 pages
Enabling APIC mode:  Flat.  Using 1 I/O APICs
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: AMD Athlon(tm) Dual Core Processor 4850e stepping 02
Booting processor 1 APIC 0x1 ip 0x6000
Initializing CPU#1
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU1: AMD Athlon(tm) Dual Core Processor 4850e stepping 02
Brought up 2 CPUs
Total of 2 processors activated (9999.71 BogoMIPS).
System has AMD C1E enabled
Switch to broadcast mode on CPU1
sizeof(vma)=88 bytes
sizeof(page)=32 bytes
sizeof(inode)=352 bytes
sizeof(dentry)=132 bytes
sizeof(ext3inode)=508 bytes
sizeof(buffer_head)=56 bytes
sizeof(skbuff)=184 bytes
sizeof(task_struct)=3244 bytes
CPU0 attaching sched-domain:
 domain 0: span 0-1 level MC
  groups: 0 1
CPU1 attaching sched-domain:
 domain 0: span 0-1 level MC
  groups: 1 0
Switch to broadcast mode on CPU0
devtmpfs: initialized
regulator: core version 0.5
Time: 23:56:46  Date: 04/16/11
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
PCI: Using configuration type 1 for base access
mtrr: your CPUs had inconsistent fixed MTRR settings
mtrr: probably your BIOS does not setup all CPUs.
mtrr: corrected configuration.
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Executed 1 blocks of module-level executable AML code
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI Warning: Incorrect checksum in table [OEMB] - 76, should be 69 (20090903/tbutils-314)
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:01.0: reg 10 io port: [0x900-0x9ff]
pci 0000:00:01.1: reg 10 io port: [0xe00-0xe3f]
pci 0000:00:01.1: reg 20 io port: [0x600-0x63f]
pci 0000:00:01.1: reg 24 io port: [0x700-0x73f]
pci 0000:00:01.1: PME# supported from D3hot D3cold
pci 0000:00:01.1: PME# disabled
pci 0000:00:01.3: reg 10 32bit mmio: [0xf9e80000-0xf9efffff]
pci 0000:00:02.0: reg 10 32bit mmio: [0xf9e7e000-0xf9e7efff]
pci 0000:00:02.0: supports D1 D2
pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:02.1: reg 10 32bit mmio: [0xf9e7fc00-0xf9e7fcff]
pci 0000:00:02.1: supports D1 D2
pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:02.1: PME# disabled
pci 0000:00:04.0: reg 10 32bit mmio: [0xf9e7d000-0xf9e7dfff]
pci 0000:00:04.0: supports D1 D2
pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:04.1: reg 10 32bit mmio: [0xf9e7f800-0xf9e7f8ff]
pci 0000:00:04.1: supports D1 D2
pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:04.1: PME# disabled
pci 0000:00:06.0: reg 20 io port: [0xffa0-0xffaf]
pci 0000:00:07.0: reg 10 32bit mmio: [0xf9e78000-0xf9e7bfff]
pci 0000:00:07.0: PME# supported from D3hot D3cold
pci 0000:00:07.0: PME# disabled
pci 0000:00:09.0: reg 10 io port: [0xc480-0xc487]
pci 0000:00:09.0: reg 14 io port: [0xc400-0xc403]
pci 0000:00:09.0: reg 18 io port: [0xc080-0xc087]
pci 0000:00:09.0: reg 1c io port: [0xc000-0xc003]
pci 0000:00:09.0: reg 20 io port: [0xbc00-0xbc0f]
pci 0000:00:09.0: reg 24 32bit mmio: [0xf9e76000-0xf9e77fff]
pci 0000:00:0a.0: reg 10 32bit mmio: [0xf9e7c000-0xf9e7cfff]
pci 0000:00:0a.0: reg 14 io port: [0xb880-0xb887]
pci 0000:00:0a.0: reg 18 32bit mmio: [0xf9e7f400-0xf9e7f4ff]
pci 0000:00:0a.0: reg 1c 32bit mmio: [0xf9e7f000-0xf9e7f00f]
pci 0000:00:0a.0: supports D1 D2
pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0a.0: PME# disabled
pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0b.0: PME# disabled
pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.0: PME# disabled
pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:12.0: PME# disabled
pci 0000:00:13.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:13.0: PME# disabled
pci 0000:01:06.0: reg 10 32bit mmio: [0xfa000000-0xfaffffff]
pci 0000:01:06.1: reg 10 32bit mmio: [0xfb000000-0xfbffffff]
pci 0000:01:06.2: reg 10 32bit mmio: [0xfc000000-0xfcffffff]
pci 0000:01:07.0: reg 20 io port: [0xdc00-0xdc1f]
pci 0000:01:07.0: supports D1 D2
pci 0000:01:07.0: PME# supported from D0 D1 D2 D3hot
pci 0000:01:07.0: PME# disabled
pci 0000:01:07.2: reg 10 32bit mmio: [0xf9fffc00-0xf9fffcff]
pci 0000:01:07.2: supports D1 D2
pci 0000:01:07.2: PME# supported from D0 D1 D2 D3hot
pci 0000:01:07.2: PME# disabled
pci 0000:00:08.0: transparent bridge
pci 0000:00:08.0: bridge io port: [0xd000-0xdfff]
pci 0000:00:08.0: bridge 32bit mmio: [0xf9f00000-0xfcffffff]
pci 0000:02:00.0: reg 10 32bit mmio: [0xfd000000-0xfdffffff]
pci 0000:02:00.0: reg 14 64bit mmio pref: [0xd8000000-0xdfffffff]
pci 0000:02:00.0: reg 1c 64bit mmio pref: [0xd6000000-0xd7ffffff]
pci 0000:02:00.0: reg 24 io port: [0xec00-0xec7f]
pci 0000:02:00.0: reg 30 32bit mmio pref: [0xfeae0000-0xfeafffff]
pci 0000:00:0b.0: bridge io port: [0xe000-0xefff]
pci 0000:00:0b.0: bridge 32bit mmio: [0xfd000000-0xfeafffff]
pci 0000:00:0b.0: bridge 64bit mmio pref: [0xd6000000-0xdfffffff]
pci 0000:05:00.0: reg 10 32bit mmio: [0xfebff800-0xfebfffff]
pci 0000:05:00.0: reg 14 32bit mmio: [0xfebff400-0xfebff47f]
pci 0000:05:00.0: reg 20 32bit mmio: [0xfebff000-0xfebff07f]
pci 0000:05:00.0: reg 24 32bit mmio: [0xfebfec00-0xfebfec7f]
pci 0000:00:13.0: bridge 32bit mmio: [0xfeb00000-0xfebfffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IXVE._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.MXR0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR13._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *11
ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *10
ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *15
ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) *10
ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) *11
ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) *15
ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN7A] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN7B] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN7C] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LN7D] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *15
ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *11
ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5
ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *15
ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *11
vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
hpet0: 3 comparators, 32-bit 25.000000 MHz counter
Switching to clocksource hpet
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:06: io resource (0x900-0x97f) overlaps 0000:00:01.0 BAR 0 (0x900-0x9ff), disabling
pnp 00:06: io resource (0x980-0x9ff) overlaps 0000:00:01.0 BAR 0 (0x900-0x9ff), disabling
pnp: PnP ACPI: found 14 devices
ACPI: ACPI bus type pnp unregistered
system 00:06: ioport range 0x4d0-0x4d1 has been reserved
system 00:06: ioport range 0x800-0x80f has been reserved
system 00:06: ioport range 0x500-0x57f has been reserved
system 00:06: ioport range 0x580-0x5ff has been reserved
system 00:06: ioport range 0x800-0x87f could not be reserved
system 00:06: ioport range 0x880-0x8ff has been reserved
system 00:06: ioport range 0xd00-0xd7f has been reserved
system 00:06: ioport range 0xd80-0xdff has been reserved
system 00:06: iomem range 0xfed04000-0xfed04fff has been reserved
system 00:06: iomem range 0xfee01000-0xfeefffff has been reserved
system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0a: ioport range 0x230-0x23f has been reserved
system 00:0a: ioport range 0x290-0x29f has been reserved
system 00:0a: ioport range 0xa00-0xa0f has been reserved
system 00:0a: ioport range 0xa10-0xa1f has been reserved
system 00:0c: iomem range 0xe0000000-0xefffffff has been reserved
system 00:0d: iomem range 0x0-0x9ffff could not be reserved
system 00:0d: iomem range 0xc0000-0xcffff could not be reserved
system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
system 00:0d: iomem range 0x100000-0x7fffffff could not be reserved
system 00:0d: iomem range 0xfec00000-0xffffffff could not be reserved
pci 0000:00:08.0: PCI bridge, secondary bus 0000:01
pci 0000:00:08.0:   IO window: 0xd000-0xdfff
pci 0000:00:08.0:   MEM window: 0xf9f00000-0xfcffffff
pci 0000:00:08.0:   PREFETCH window: disabled
pci 0000:00:0b.0: PCI bridge, secondary bus 0000:02
pci 0000:00:0b.0:   IO window: 0xe000-0xefff
pci 0000:00:0b.0:   MEM window: 0xfd000000-0xfeafffff
pci 0000:00:0b.0:   PREFETCH window: 0x000000d6000000-0x000000dfffffff
pci 0000:00:10.0: PCI bridge, secondary bus 0000:03
pci 0000:00:10.0:   IO window: disabled
pci 0000:00:10.0:   MEM window: disabled
pci 0000:00:10.0:   PREFETCH window: disabled
pci 0000:00:12.0: PCI bridge, secondary bus 0000:04
pci 0000:00:12.0:   IO window: disabled
pci 0000:00:12.0:   MEM window: disabled
pci 0000:00:12.0:   PREFETCH window: disabled
pci 0000:00:13.0: PCI bridge, secondary bus 0000:05
pci 0000:00:13.0:   IO window: disabled
pci 0000:00:13.0:   MEM window: 0xfeb00000-0xfebfffff
pci 0000:00:13.0:   PREFETCH window: disabled
pci 0000:00:08.0: setting latency timer to 64
pci 0000:00:0b.0: setting latency timer to 64
ACPI: PCI Interrupt Link [LN0A] enabled at IRQ 19
pci 0000:00:10.0: PCI INT A -> Link[LN0A] -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:10.0: setting latency timer to 64
ACPI: PCI Interrupt Link [LN2A] enabled at IRQ 18
pci 0000:00:12.0: PCI INT A -> Link[LN2A] -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:12.0: setting latency timer to 64
ACPI: PCI Interrupt Link [LN3A] enabled at IRQ 17
pci 0000:00:13.0: PCI INT A -> Link[LN3A] -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:13.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
pci_bus 0000:01: resource 0 io:  [0xd000-0xdfff]
pci_bus 0000:01: resource 1 mem: [0xf9f00000-0xfcffffff]
pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffff]
pci_bus 0000:02: resource 0 io:  [0xe000-0xefff]
pci_bus 0000:02: resource 1 mem: [0xfd000000-0xfeafffff]
pci_bus 0000:02: resource 2 pref mem [0xd6000000-0xdfffffff]
pci_bus 0000:05: resource 1 mem: [0xfeb00000-0xfebfffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
pci 0000:00:07.0: Enabling HT MSI Mapping
pci 0000:00:08.0: Enabling HT MSI Mapping
pci 0000:00:09.0: Enabling HT MSI Mapping
pci 0000:00:0a.0: Enabling HT MSI Mapping
pci 0000:00:0b.0: Enabling HT MSI Mapping
pci 0000:02:00.0: Boot video device
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 10699k freed
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: disabled - APM is not SMP safe.
audit: initializing netlink socket (disabled)
type=2000 audit(1302998206.574:1): initialized
highmem bounce pool size: 64 pages
HugeTLB registered 4 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 1711
SELinux:  Registering netfilter hooks
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:10.0: irq 24 for MSI/MSI-X
pcieport 0000:00:10.0: setting latency timer to 64
pcieport 0000:00:12.0: irq 25 for MSI/MSI-X
pcieport 0000:00:12.0: setting latency timer to 64
pcieport 0000:00:13.0: irq 26 for MSI/MSI-X
pcieport 0000:00:13.0: setting latency timer to 64
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
pci-stub: invalid id string ""
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
ACPI: Power Button [PWRB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
ACPI: Power Button [PWRF]
ACPI: processor limited to max C-state 1
processor LNXCPU:00: registered as cooling_device0
processor LNXCPU:01: registered as cooling_device1
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /devices/virtual/input/input2
ahci 0000:00:09.0: version 3.0
ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
ahci 0000:00:09.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
ahci 0000:00:09.0: irq 27 for MSI/MSI-X
ahci 0000:00:09.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl IDE mode
ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pmp pio boh 
ahci 0000:00:09.0: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76100 irq 27
ata2: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 27
ata3: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76200 irq 27
ata4: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76280 irq 27
ata5: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76300 irq 27
ata6: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76380 irq 27
Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22
ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 22 (level, low) -> IRQ 22
ehci_hcd 0000:00:02.1: setting latency timer to 64
ehci_hcd 0000:00:02.1: EHCI Host Controller
ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:02.1: debug port 1
ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
ehci_hcd 0000:00:02.1: irq 22, io mem 0xf9e7fc00
ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.32.26-175.fc12.i686 ehci_hcd
usb usb1: SerialNumber: 0000:00:02.1
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ACPI: PCI Interrupt Link [UB12] enabled at IRQ 21
ehci_hcd 0000:00:04.1: PCI INT B -> Link[UB12] -> GSI 21 (level, low) -> IRQ 21
ehci_hcd 0000:00:04.1: setting latency timer to 64
ehci_hcd 0000:00:04.1: EHCI Host Controller
ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:04.1: debug port 1
ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
ehci_hcd 0000:00:04.1: irq 21, io mem 0xf9e7f800
ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.32.26-175.fc12.i686 ehci_hcd
usb usb2: SerialNumber: 0000:00:04.1
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 16
ehci_hcd 0000:01:07.2: PCI INT C -> Link[LNKD] -> GSI 16 (level, low) -> IRQ 16
ehci_hcd 0000:01:07.2: EHCI Host Controller
ehci_hcd 0000:01:07.2: new USB bus registered, assigned bus number 3
ehci_hcd 0000:01:07.2: irq 16, io mem 0xf9fffc00
ehci_hcd 0000:01:07.2: USB 2.0 started, EHCI 1.00
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: EHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.32.26-175.fc12.i686 ehci_hcd
usb usb3: SerialNumber: 0000:01:07.2
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 20
ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 20 (level, low) -> IRQ 20
ohci_hcd 0000:00:02.0: setting latency timer to 64
ohci_hcd 0000:00:02.0: OHCI Host Controller
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:02.0: irq 20, io mem 0xf9e7e000
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: OHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.32.26-175.fc12.i686 ohci_hcd
usb usb4: SerialNumber: 0000:00:02.0
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 6 ports detected
ACPI: PCI Interrupt Link [UB11] enabled at IRQ 23
ohci_hcd 0000:00:04.0: PCI INT A -> Link[UB11] -> GSI 23 (level, low) -> IRQ 23
ohci_hcd 0000:00:04.0: setting latency timer to 64
ohci_hcd 0000:00:04.0: OHCI Host Controller
ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 5
ohci_hcd 0000:00:04.0: irq 23, io mem 0xf9e7d000
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: OHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.32.26-175.fc12.i686 ohci_hcd
usb usb5: SerialNumber: 0000:00:04.0
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 6 ports detected
uhci_hcd: USB Universal Host Controller Interface driver
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 19
uhci_hcd 0000:01:07.0: PCI INT A -> Link[LNKB] -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:01:07.0: UHCI Host Controller
uhci_hcd 0000:01:07.0: new USB bus registered, assigned bus number 6
uhci_hcd 0000:01:07.0: irq 19, io base 0x0000dc00
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.32.26-175.fc12.i686 uhci_hcd
usb usb6: SerialNumber: 0000:01:07.0
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:08: RTC can wake from S4
rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@xxxxxxxxxx
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
Using IPI No-Shortcut mode
PM: Resume from disk failed.
registered taskstats version 1
No TPM chip found, activating TPM-bypass!
  Magic number: 7:521:959
rtc_cmos 00:08: setting system clock to 2011-04-16 23:56:47 UTC (1302998207)
Initalizing network drop monitor service
ata5: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata1: SATA link down (SStatus 0 SControl 300)
ata3: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
usb 2-3: new high speed USB device using ehci_hcd and address 3
usb 2-3: New USB device found, idVendor=148f, idProduct=2573
usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-3: Product: 54M.USB.......
usb 2-3: Manufacturer: Ralink
usb 2-3: configuration #1 chosen from 1 choice
usb 3-1: new high speed USB device using ehci_hcd and address 2
ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: ATA-8: WDC WD10EADS-00L5B1, 01.01A01, max UDMA/133
ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata2.00: configured for UDMA/133
scsi 1:0:0:0: Direct-Access     ATA      WDC WD10EADS-00L 01.0 PQ: 0 ANSI: 5
sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
sd 1:0:0:0: Attached scsi generic sg0 type 0
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3
sd 1:0:0:0: [sda] Attached SCSI disk
Freeing unused kernel memory: 548k freed
Write protecting the kernel text: 3692k
Write protecting the kernel read-only data: 1748k
dracut: dracut-004-4.fc12
udev: starting version 145
dracut: Starting plymouth daemon
dracut: rd_NO_MDIMSM: no MD RAID for imsm/isw raids
usb 3-1: New USB device found, idVendor=0413, idProduct=6a04
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: DVB-T 2
usb 3-1: Manufacturer: Afatech
usb 3-1: configuration #1 chosen from 1 choice
pata_amd 0000:00:06.0: version 0.4.1
pata_amd 0000:00:06.0: setting latency timer to 64
scsi6 : pata_amd
scsi7 : pata_amd
ata7: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
ata8: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
ata7.00: ATA-4: QUANTUM FIREBALLlct10 10, A03.0900, max UDMA/66
ata7.00: 20044080 sectors, multi 16: LBA 
usb 5-1: new full speed USB device using ohci_hcd and address 2
ata7.01: ATA-7: ST3802110A, 3.AAE, max UDMA/100
ata7.01: 156301488 sectors, multi 16: LBA48 
ata7: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc5c60000) ACPI=0x1f01f (30:20:0x15)
ata7: nv_mode_filter: 0x3f39f&0x3f39f->0x3f39f, BIOS=0x3f000 (0xc5c60000) ACPI=0x3f01f (30:20:0x15)
ata7.00: configured for UDMA/66
ata7.01: configured for UDMA/100
scsi 6:0:0:0: Direct-Access     ATA      QUANTUM FIREBALL A03. PQ: 0 ANSI: 5
sd 6:0:0:0: Attached scsi generic sg1 type 0
sd 6:0:0:0: [sdb] 20044080 512-byte logical blocks: (10.2 GB/9.55 GiB)
sd 6:0:0:0: [sdb] Write Protect is off
sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00
scsi 6:0:1:0: Direct-Access     ATA      ST3802110A       3.AA PQ: 0 ANSI: 5
sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 6:0:1:0: Attached scsi generic sg2 type 0
sd 6:0:1:0: [sdc] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
sd 6:0:1:0: [sdc] Write Protect is off
sd 6:0:1:0: [sdc] Mode Sense: 00 3a 00 00
ata8: port disabled. ignoring.
sd 6:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdc: sdc1 sdc2
 sdb: sdb1 sdb3 sdb4
sd 6:0:1:0: [sdc] Attached SCSI disk
sd 6:0:0:0: [sdb] Attached SCSI disk
firewire_ohci 0000:05:00.0: PCI INT A -> Link[LN3A] -> GSI 17 (level, low) -> IRQ 17
firewire_ohci 0000:05:00.0: setting latency timer to 64
[Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:11/LNXVIDEO:00/input/input3
ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
usb 5-1: New USB device found, idVendor=046d, idProduct=c52e
usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 5-1: Product: USB Receiver
usb 5-1: Manufacturer: Logitech
usb 5-1: configuration #1 chosen from 1 choice
input: Logitech USB Receiver as /devices/pci0000:00/0000:00:04.0/usb5/5-1/5-1:1.0/input/input4
generic-usb 0003:046D:C52E.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:04.0-1/input0
input: Logitech USB Receiver as /devices/pci0000:00/0000:00:04.0/usb5/5-1/5-1:1.1/input/input5
generic-usb 0003:046D:C52E.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:04.0-1/input1
firewire_ohci: Added fw-ohci device 0000:05:00.0, OHCI version 1.10
usb 4-1: new full speed USB device using ohci_hcd and address 2
usb 4-1: New USB device found, idVendor=046d, idProduct=08d7
usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 4-1: configuration #1 chosen from 1 choice
firewire_core: created device fw0: GUID 001e8c0001c5c208, S400
dracut: Scanning devices sdc2  for LVM volume groups 
dracut: Reading all physical volumes. This may take a while...
dracut: Found volume group "VolGroup" using metadata type lvm2
dracut: 3 logical volume(s) in volume group "VolGroup" now active
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
dracut: Mounted root filesystem /dev/mapper/VolGroup-lv_root
dracut: Switching root
udev: starting version 145
ACPI: WMI: Skipping duplicate GUID 05901221-D566-11D1-B2F0-00A0C9062910
ACPI: WMI: Mapper loaded
cfg80211: Calling CRDA to update world regulatory domain
parport_pc 00:05: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
ppdev: user-space parallel port driver
Linux media interface: v0.10
k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
phy0 -> rt2500usb_init_eeprom: Error - Invalid RT chipset detected.
phy0 -> rt2x00lib_probe_dev: Error - Failed to allocate device.
usbcore: registered new interface driver rt2500usb
i2c i2c-0: nForce2 SMBus adapter at 0x600
ACPI: I/O resource nForce2_smbus [0x700-0x73f] conflicts with ACPI region SM00 [0x700-0x73f]
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
nForce2_smbus 0000:00:01.1: Error probing SMB2.
WARNING: You are using an experimental version of the media stack.
	As the driver is backported to an older kernel, it doesn't offer
	enough quality for its usage in production.
	Use it with care.
Latest git patches (needed if you report a bug to linux-media@xxxxxxxxxxxxxxx):
	d9954d8547181f9a6a23f835cc1413732700b785 Merge branch 'linus' into staging/for_v2.6.40
	3e858759f72931683cb4a938871bac7a87d0de56 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
	3230ca9dc656a2354b679e2e62ee7740485563a9 Merge branch 'unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32
WARNING: You are using an experimental version of the media stack.
	As the driver is backported to an older kernel, it doesn't offer
	enough quality for its usage in production.
	Use it with care.
Latest git patches (needed if you report a bug to linux-media@xxxxxxxxxxxxxxx):
	d9954d8547181f9a6a23f835cc1413732700b785 Merge branch 'linus' into staging/for_v2.6.40
	3e858759f72931683cb4a938871bac7a87d0de56 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
	3230ca9dc656a2354b679e2e62ee7740485563a9 Merge branch 'unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32
Linux video capture interface: v2.00
WARNING: You are using an experimental version of the media stack.
	As the driver is backported to an older kernel, it doesn't offer
	enough quality for its usage in production.
	Use it with care.
Latest git patches (needed if you report a bug to linux-media@xxxxxxxxxxxxxxx):
	d9954d8547181f9a6a23f835cc1413732700b785 Merge branch 'linus' into staging/for_v2.6.40
	3e858759f72931683cb4a938871bac7a87d0de56 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
	3230ca9dc656a2354b679e2e62ee7740485563a9 Merge branch 'unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32
gspca: v2.12.0 registered
cfg80211: World regulatory domain updated:
	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
	(2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
	(2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
	(2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
	(5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
	(5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
dvb-usb: found a 'Leadtek WinFast DTV2000DS' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (Leadtek WinFast DTV2000DS)
forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 22
forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 22 (level, low) -> IRQ 22
forcedeth 0000:00:0a.0: setting latency timer to 64
forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 3, addr 00:24:8c:37:9a:30
forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt gbit lnktim msi desc-v3
phy1: Selected rate control algorithm 'minstrel'
Registered led device: rt73usb-phy1::radio
Registered led device: rt73usb-phy1::assoc
Registered led device: rt73usb-phy1::quality
usbcore: registered new interface driver rt73usb
gspca: probing 046d:08d7
IR NEC protocol handler initialized
IR RC5(x) protocol handler initialized
cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.8 loaded
cx88[0]: subsystem: 107d:6654, board: Leadtek WinFast DTV1800 Hybrid [card=81,autodetected], frontend(s): 1
cx88[0]: TV tuner type 71, Radio tuner type 71
cx88/0: cx2388x v4l2 driver version 0.0.8 loaded
cx2388x alsa driver version 0.0.8 loaded
af9013: firmware version:4.95.0.0
DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)...
IR RC6 protocol handler initialized
IR JVC protocol handler initialized
IR Sony protocol handler initialized
lirc_dev: IR Remote Control driver registered, major 247 
HDA Intel 0000:00:07.0: power state changed by ACPI to D0
HDA Intel 0000:00:07.0: power state changed by ACPI to D0
ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
HDA Intel 0000:00:07.0: PCI INT A -> Link[LAZA] -> GSI 21 (level, low) -> IRQ 21
hda_intel: Disable MSI for Nvidia chipset
HDA Intel 0000:00:07.0: setting latency timer to 64
IR LIRC bridge handler initialized
cfg80211: Calling CRDA for country: AU
cfg80211: Regulatory domain changed to country: AU
	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
	(2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
	(5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2300 mBm)
	(5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2300 mBm)
	(5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
tda18271 1-00c0: creating new instance
TDA18271HD/C2 detected @ 1-00c0
tuner 3-0061: Setting mode_mask to 0x06
tuner 3-0061: tuner 0x61: Tuner type absent
tuner 3-0061: Tuner -1 found with type(s) Radio TV.
tuner 3-0061: Calling set_type_addr for type=71, addr=0x61, mode=0x02, config=0x00
tuner 3-0061: defining GPIO callback
xc2028: Xcv2028/3028 init called!
xc2028 3-0061: creating new instance
xc2028 3-0061: type set to XCeive xc2028/xc3028 tuner
tuner 3-0061: type set to Xceive XC3028
tuner 3-0061: cx88[0] tuner I2C addr 0xc2 with type 71 used for 0x02
tuner 3-0061: Calling set_type_addr for type=71, addr=0x61, mode=0x04, config=0x00
tuner 3-0061: defining GPIO callback
xc2028 3-0061: xc2028_dvb_release called
xc2028 3-0061: free_firmware called
xc2028 3-0061: destroying instance
xc2028: Xcv2028/3028 init called!
xc2028 3-0061: creating new instance
xc2028 3-0061: type set to XCeive xc2028/xc3028 tuner
tuner 3-0061: type set to <NULL>
tuner 3-0061: cx88[0] tuner I2C addr 0xc2 with type 71 used for 0x04
cx88[0]: Asking xc2028/3028 to load firmware xc3028-v27.fw
xc2028 3-0061: xc2028_set_config called
tuner 3-0061: Putting tuner to sleep
xc2028 3-0061: Putting xc2028/3028 into poweroff mode.
Registered IR keymap rc-winfast
input: cx88 IR (Leadtek WinFast DTV180 as /devices/pci0000:00/0000:00:08.0/0000:01:06.2/rc/rc0/input6
rc0: cx88 IR (Leadtek WinFast DTV180 as /devices/pci0000:00/0000:00:08.0/0000:01:06.2/rc/rc0
cx88[0]/2: cx2388x 8802 Driver Manager
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 18
cx88-mpeg driver manager 0000:01:06.2: PCI INT A -> Link[LNKA] -> GSI 18 (level, low) -> IRQ 18
cx88[0]/2: found at 0000:01:06.2, rev: 5, irq: 18, latency: 64, mmio: 0xfc000000
IRQ 18/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
cx8800 0000:01:06.0: PCI INT A -> Link[LNKA] -> GSI 18 (level, low) -> IRQ 18
cx88[0]/0: found at 0000:01:06.0, rev: 5, irq: 18, latency: 64, mmio: 0xfa000000
IRQ 18/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
tuner 3-0061: tv freq set to 400.00
xc2028 3-0061: xc2028_set_analog_freq called
xc2028 3-0061: generic_set_freq called
xc2028 3-0061: should set frequency 400000 kHz
xc2028 3-0061: check_firmware called
xc2028 3-0061: load_all_firmwares called
xc2028 3-0061: Reading firmware xc3028-v27.fw
cx88-mpeg driver manager 0000:01:06.2: firmware: requesting xc3028-v27.fw
cx88/2: cx2388x dvb driver version 0.0.8 loaded
cx88/2: registering cx8802 driver, type: dvb access: shared
cx88[0]/2: subsystem: 107d:6654, board: Leadtek WinFast DTV1800 Hybrid [card=81]
cx88[0]/2: cx2388x based DVB/ATSC card
cx8802_alloc_frontends() allocating 1 frontend(s)
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (Leadtek WinFast DTV2000DS)
xc2028: Xcv2028/3028 init called!
xc2028 3-0061: attaching existing instance
xc2028 3-0061: type set to XCeive xc2028/xc3028 tuner
xc2028 3-0061: xc2028_set_config called
input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:07.0/input/input7
xc2028 3-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
xc2028 3-0061: Reading firmware type BASE F8MHZ (3), id 0, size=8718.
xc2028 3-0061: Reading firmware type BASE F8MHZ MTS (7), id 0, size=8712.
xc2028 3-0061: Reading firmware type BASE FM (401), id 0, size=8562.
xc2028 3-0061: Reading firmware type BASE FM INPUT1 (c01), id 0, size=8576.
xc2028 3-0061: Reading firmware type BASE (1), id 0, size=8706.
xc2028 3-0061: Reading firmware type BASE MTS (5), id 0, size=8682.
xc2028 3-0061: Reading firmware type (0), id 100000007, size=161.
xc2028 3-0061: Reading firmware type MTS (4), id 100000007, size=169.
xc2028 3-0061: Reading firmware type (0), id 200000007, size=161.
xc2028 3-0061: Reading firmware type MTS (4), id 200000007, size=169.
xc2028 3-0061: Reading firmware type (0), id 400000007, size=161.
xc2028 3-0061: Reading firmware type MTS (4), id 400000007, size=169.
xc2028 3-0061: Reading firmware type (0), id 800000007, size=161.
xc2028 3-0061: Reading firmware type MTS (4), id 800000007, size=169.
xc2028 3-0061: Reading firmware type (0), id 3000000e0, size=161.
xc2028 3-0061: Reading firmware type MTS (4), id 3000000e0, size=169.
xc2028 3-0061: Reading firmware type (0), id c000000e0, size=161.
xc2028 3-0061: Reading firmware type MTS (4), id c000000e0, size=169.
xc2028 3-0061: Reading firmware type (0), id 200000, size=161.
xc2028 3-0061: Reading firmware type MTS (4), id 200000, size=169.
xc2028 3-0061: Reading firmware type (0), id 4000000, size=161.
xc2028 3-0061: Reading firmware type MTS (4), id 4000000, size=169.
xc2028 3-0061: Reading firmware type D2633 DTV6 ATSC (10030), id 0, size=149.
xc2028 3-0061: Reading firmware type D2620 DTV6 QAM (68), id 0, size=149.
xc2028 3-0061: Reading firmware type D2633 DTV6 QAM (70), id 0, size=149.
xc2028 3-0061: Reading firmware type D2620 DTV7 (88), id 0, size=149.
xc2028 3-0061: Reading firmware type D2633 DTV7 (90), id 0, size=149.
xc2028 3-0061: Reading firmware type D2620 DTV78 (108), id 0, size=149.
xc2028 3-0061: Reading firmware type D2633 DTV78 (110), id 0, size=149.
xc2028 3-0061: Reading firmware type D2620 DTV8 (208), id 0, size=149.
xc2028 3-0061: Reading firmware type D2633 DTV8 (210), id 0, size=149.
xc2028 3-0061: Reading firmware type FM (400), id 0, size=135.
xc2028 3-0061: Reading firmware type (0), id 10, size=161.
xc2028 3-0061: Reading firmware type MTS (4), id 10, size=169.
xc2028 3-0061: Reading firmware type (0), id 1000400000, size=169.
xc2028 3-0061: Reading firmware type (0), id c00400000, size=161.
xc2028 3-0061: Reading firmware type (0), id 800000, size=161.
xc2028 3-0061: Reading firmware type (0), id 8000, size=161.
xc2028 3-0061: Reading firmware type LCD (1000), id 8000, size=161.
xc2028 3-0061: Reading firmware type LCD NOGD (3000), id 8000, size=161.
xc2028 3-0061: Reading firmware type MTS (4), id 8000, size=169.
xc2028 3-0061: Reading firmware type (0), id b700, size=161.
xc2028 3-0061: Reading firmware type LCD (1000), id b700, size=161.
xc2028 3-0061: Reading firmware type LCD NOGD (3000), id b700, size=161.
xc2028 3-0061: Reading firmware type (0), id 2000, size=161.
xc2028 3-0061: Reading firmware type MTS (4), id b700, size=169.
xc2028 3-0061: Reading firmware type MTS LCD (1004), id b700, size=169.
xc2028 3-0061: Reading firmware type MTS LCD NOGD (3004), id b700, size=169.
xc2028 3-0061: Reading firmware type HAS_IF_3280 (40000000), id 0, size=192.
xc2028 3-0061: Reading firmware type HAS_IF_3300 (40000000), id 0, size=192.
xc2028 3-0061: Reading firmware type HAS_IF_3440 (40000000), id 0, size=192.
xc2028 3-0061: Reading firmware type HAS_IF_3460 (40000000), id 0, size=192.
xc2028 3-0061: Reading firmware type DTV6 ATSC OREN36 SCODE HAS_IF_3800 (60210020), id 0, size=192.
xc2028 3-0061: Reading firmware type HAS_IF_4000 (40000000), id 0, size=192.
xc2028 3-0061: Reading firmware type DTV6 ATSC TOYOTA388 SCODE HAS_IF_4080 (60410020), id 0, size=192.
xc2028 3-0061: Reading firmware type HAS_IF_4200 (40000000), id 0, size=192.
xc2028 3-0061: Reading firmware type MONO SCODE HAS_IF_4320 (60008000), id 8000, size=192.
xc2028 3-0061: Reading firmware type HAS_IF_4450 (40000000), id 0, size=192.
xc2028 3-0061: Reading firmware type SCODE HAS_IF_4500 (60000000), id 2000, size=192.
xc2028 3-0061: Reading firmware type LCD NOGD IF SCODE HAS_IF_4600 (60023000), id 8000, size=192.
xc2028 3-0061: Reading firmware type DTV78 ZARLINK456 SCODE HAS_IF_4760 (62000100), id 0, size=192.
xc2028 3-0061: Reading firmware type HAS_IF_4940 (40000000), id 0, size=192.
xc2028 3-0061: Reading firmware type DTV7 ZARLINK456 SCODE HAS_IF_5260 (62000080), id 0, size=192.
xc2028 3-0061: Reading firmware type MONO SCODE HAS_IF_5320 (60008000), id 800000007, size=192.
xc2028 3-0061: Reading firmware type DTV8 CHINA SCODE HAS_IF_5400 (64000200), id 0, size=192.
xc2028 3-0061: Reading firmware type DTV6 ATSC OREN538 SCODE HAS_IF_5580 (60110020), id 0, size=192.
xc2028 3-0061: Reading firmware type SCODE HAS_IF_5640 (60000000), id 200000007, size=192.
xc2028 3-0061: Reading firmware type SCODE HAS_IF_5740 (60000000), id 800000007, size=192.
xc2028 3-0061: Reading firmware type DTV7 DIBCOM52 SCODE HAS_IF_5900 (61000080), id 0, size=192.
xc2028 3-0061: Reading firmware type MONO SCODE HAS_IF_6000 (60008000), id 10, size=192.
xc2028 3-0061: Reading firmware type DTV6 QAM F6MHZ SCODE HAS_IF_6200 (68000060), id 0, size=192.
xc2028 3-0061: Reading firmware type SCODE HAS_IF_6240 (60000000), id 10, size=192.
xc2028 3-0061: Reading firmware type MONO SCODE HAS_IF_6320 (60008000), id 200000, size=192.
xc2028 3-0061: Reading firmware type SCODE HAS_IF_6340 (60000000), id 200000, size=192.
xc2028 3-0061: Reading firmware type MONO SCODE HAS_IF_6500 (60008000), id 4000000, size=192.
xc2028 3-0061: Reading firmware type DTV6 ATSC ATI638 SCODE HAS_IF_6580 (60090020), id 0, size=192.
xc2028 3-0061: Reading firmware type SCODE HAS_IF_6600 (60000000), id 3000000e0, size=192.
xc2028 3-0061: Reading firmware type MONO SCODE HAS_IF_6680 (60008000), id 3000000e0, size=192.
xc2028 3-0061: Reading firmware type DTV6 ATSC TOYOTA794 SCODE HAS_IF_8140 (60810020), id 0, size=192.
xc2028 3-0061: Reading firmware type HAS_IF_8200 (40000000), id 0, size=192.
xc2028 3-0061: Firmware files loaded.
xc2028 3-0061: checking firmware, user requested type=(0), id 000000000000b700, scode_tbl (0), scode_nr 0
cx88[0]: Calling XC2028/3028 callback
af9013: found a 'Afatech AF9013 DVB-T' in warm state.
af9013: firmware version:4.95.0.0
zc3xx: probe 2wr ov vga 0x0000
DVB: registering adapter 1 frontend 0 (Afatech AF9013 DVB-T)...
tda18271 2-00c0: creating new instance
af9015: command failed:2
tda18271_read_regs: [2-00c0|M] ERROR: i2c_transfer returned: -1
Unknown device (0) detected @ 2-00c0, device not supported.
tda18271_attach: [2-00c0|M] error -22 on line 1270
tda18271 2-00c0: destroying instance
Registered IR keymap rc-empty
input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:08.0/0000:01:07.2/usb3/3-1/rc/rc1/input8
rc1: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:08.0/0000:01:07.2/usb3/3-1/rc/rc1
dvb-usb: schedule remote query interval to 500 msecs.
dvb-usb: Leadtek WinFast DTV2000DS successfully initialized and connected.
usbcore: registered new interface driver dvb_usb_af9015
zc3xx: probe sensor -> 0011
zc3xx: Find Sensor HV7131R
input: zc3xx as /devices/pci0000:00/0000:00:02.0/usb4/4-1/input/input9
gspca: video0 created
xc2028 3-0061: load_firmware called
xc2028 3-0061: seek_firmware called, want type=BASE (1), id 0000000000000000.
xc2028 3-0061: Found firmware for type=BASE (1), id 0000000000000000.
xc2028 3-0061: Loading firmware for type=BASE (1), id 0000000000000000.
cx88[0]: Calling XC2028/3028 callback
usbcore: registered new interface driver snd-usb-audio
usbcore: registered new interface driver zc3xx
xc2028 3-0061: Load init1 firmware, if exists
xc2028 3-0061: load_firmware called
xc2028 3-0061: seek_firmware called, want type=BASE INIT1 (4001), id 0000000000000000.
xc2028 3-0061: Can't find firmware for type=BASE INIT1 (4001), id 0000000000000000.
xc2028 3-0061: load_firmware called
xc2028 3-0061: seek_firmware called, want type=BASE INIT1 (4001), id 0000000000000000.
xc2028 3-0061: Can't find firmware for type=BASE INIT1 (4001), id 0000000000000000.
xc2028 3-0061: load_firmware called
xc2028 3-0061: seek_firmware called, want type=(0), id 000000000000b700.
xc2028 3-0061: Found firmware for type=(0), id 000000000000b700.
xc2028 3-0061: Loading firmware for type=(0), id 000000000000b700.
xc2028 3-0061: Trying to load scode 0
xc2028 3-0061: load_scode called
xc2028 3-0061: seek_firmware called, want type=SCODE (20000000), id 000000000000b700.
xc2028 3-0061: Selecting best matching firmware (1 bits) for type=SCODE (20000000), id 000000000000b700:
xc2028 3-0061: Found firmware for type=SCODE (20000000), id 0000000000008000.
xc2028 3-0061: Loading SCODE for type=MONO SCODE HAS_IF_4320 (60008000), id 0000000000008000.
xc2028 3-0061: xc2028_get_reg 0004 called
xc2028 3-0061: xc2028_get_reg 0008 called
xc2028 3-0061: Device is Xceive 3028 version 1.0, firmware version 2.7
cx88[0]: Calling XC2028/3028 callback
xc2028 3-0061: divisor= 00 00 64 00 (freq=400.000)
cx88[0]/2: xc3028 attached
tuner 3-0061: Putting tuner to sleep
xc2028 3-0061: Putting xc2028/3028 into poweroff mode.
cx88[0]/0: registered device video1 [v4l2]
cx88[0]/0: registered device vbi0
cx88[0]/0: registered device radio0
cx88_audio 0000:01:06.1: PCI INT A -> Link[LNKA] -> GSI 18 (level, low) -> IRQ 18
IRQ 18/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
DVB: registering new adapter (cx88[0])
DVB: registering adapter 2 frontend 0 (Zarlink ZL10353 DVB-T)...
tuner 3-0061: Putting tuner to sleep
xc2028 3-0061: Putting xc2028/3028 into poweroff mode.
tuner 3-0061: Tuner doesn't support mode 1. Putting tuner to sleep
xc2028 3-0061: Putting xc2028/3028 into poweroff mode.
tuner 3-0061: Putting tuner to sleep
xc2028 3-0061: Putting xc2028/3028 into poweroff mode.
tuner 3-0061: Putting tuner to sleep
xc2028 3-0061: Putting xc2028/3028 into poweroff mode.
dib0700: loaded with support for 20 different device-types
usbcore: registered new interface driver dvb_usb_dib0700
EXT3 FS on dm-0, internal journal
EXT4-fs (sdc1): mounted filesystem with ordered data mode
EXT4-fs (dm-1): mounted filesystem with ordered data mode
Adding 3112952k swap on /dev/mapper/VolGroup-lv_swap.  Priority:-1 extents:1 across:3112952k 
Adding 1823368k swap on /dev/sdb4.  Priority:-2 extents:1 across:1823368k 

[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux