Moderator Control Panel ]

Future of the Linux-Driver

Re: Future of the Linux-Driver

Postby AndyBurns » Thu Apr 21, 2011 7:36 am

hda Wrote:
Code: Select All Code
rc_core: exports duplicate symbol ir_raw_handler_unregister (owned by ir_core)
cx23885: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)

I see you have similar error but I dont have any imon or rc_core stuff loaded.

Pretty sure what you're seeing is the same cause, perhaps reported differently by your distro,

Try rmmod ir_core, if that says it's in use by other modules, try rmmoding those first, until you can get ir_core to unload, if a pair of modules refuse to unload each saying the other is in use, then blacklist one of them by adding modulename.blacklist=yes to your kernel boot line and reboot.

Failing all of that, what does a full listing from lsmod show and a full dmesg?
Last edited by AndyBurns on Thu Apr 21, 2011 1:37 pm, edited 2 times in total.
I got fed-up waiting for open source drivers to be released and pushed to the upstream kernel, gave my card away and will not buy TBS again.
AndyBurns
 
Posts: 29
Joined: Fri Apr 15, 2011 8:04 pm

Re: Future of the Linux-Driver

Postby AndyBurns » Thu Apr 21, 2011 7:39 am

hda Wrote:Will try again with the v5 patch when available just to make sure I am not messing up the edits.


I might also try renaming the symbol ir_raw_handler_unregister
to ir_tbs_raw_handler_unregister in V5 which should clear up the modprobe issue and make my iMON work again.
I got fed-up waiting for open source drivers to be released and pushed to the upstream kernel, gave my card away and will not buy TBS again.
AndyBurns
 
Posts: 29
Joined: Fri Apr 15, 2011 8:04 pm

Re: Future of the Linux-Driver

Postby hda » Thu Apr 21, 2011 7:20 pm

Sorry for the typo earllier. I meant ir_core.

I did rmmod ir_common and ir_core. But when I tried to load cx23885 it tries to load ir_core at the same time I think.

Will try the blacklist thing and report back.

Ok. Tried blacklist. I get ir_core: Unknown parameter `blacklist'
I am using grub2 but I presume you can pass the same parameters to the kernel.

lsmod:
Code: Select All Code
Module                  Size  Used by
nfsd                  287938  13
exportfs                3559  1 nfsd
nfs                   288325  0
lockd                  70352  2 nfsd,nfs
fscache                39536  1 nfs
nfs_acl                 2319  2 nfsd,nfs
auth_rpcgss            39731  2 nfsd,nfs
sunrpc                184707  16 nfsd,nfs,lockd,nfs_acl,auth_rpcgss
ipv6                  277189  58
fuse                   64542  7
btcx_risc               3203  0
tveeprom               13161  0
nvidia              10488718  40
snd_usb_audio          84746  2
snd_usbmidi_lib        17889  1 snd_usb_audio
snd_rawmidi            18826  1 snd_usbmidi_lib
asus_atk0110            9835  0
snd_seq_dummy           1455  0
snd_seq_oss            28052  0
snd_seq_midi_event      5332  1 snd_seq_oss
snd_seq                48705  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          5100  4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
button                  4794  0
snd_hda_codec_via      52206  1
i2c_i801                7987  0
i2c_core               18740  3 tveeprom,nvidia,i2c_i801
processor              23608  0
intel_agp              10480  0
snd_hda_intel          21738  2
intel_gtt              13943  1 intel_agp
snd_hda_codec          73739  2 snd_hda_codec_via,snd_hda_intel
snd_hwdep               6134  2 snd_usb_audio,snd_hda_codec
snd_pcm                71032  3 snd_usb_audio,snd_hda_intel,snd_hda_codec
snd_timer              18992  2 snd_seq,snd_pcm
snd                    55132  20 snd_usb_audio,snd_usbmidi_lib,snd_rawmidi,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_via,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore               5986  1 snd
snd_page_alloc          7017  2 snd_hda_intel,snd_pcm
sg                     24917  0
iTCO_wdt               11053  0
iTCO_vendor_support     1857  1 iTCO_wdt
r8169                  37952  0
mii                     3850  1 r8169
evdev                   9178  6
pcspkr                  1843  0
vboxnetflt             19018  0
vboxdrv              1757924  1 vboxnetflt
usbhid                 33814  0
hid                    76802  1 usbhid
vfat                   10143  0
fat                    47937  1 vfat
btrfs                 522929  4
zlib_deflate           20078  1 btrfs
crc32c                  2816  1
libcrc32c               1026  1 btrfs
ext4                  332976  1
jbd2                   69632  1 ext4
crc16                   1321  1 ext4
ext2                   62258  0
mbcache                 5649  2 ext4,ext2
uhci_hcd               21939  0
sr_mod                 14247  0
ehci_hcd               39113  0
usbcore               134923  7 snd_usb_audio,snd_usbmidi_lib,usbhid,uhci_hcd,ehci_hcd
cdrom                  35689  1 sr_mod
sd_mod                 26276  9
ahci                   20441  7
libahci                17966  1 ahci
libata                167694  2 ahci,libahci
scsi_mod              123282  4 sg,sr_mod,sd_mod,libata


dmesg:
Code: Select All Code
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.38-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110415 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Apr 17 15:18:58 CEST 2011
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/f394b792-ee31-4c38-990b-662a62217af0 ro quiet ir_core.blacklist=yes ir_common.blacklist=yes
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
[    0.000000]  BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cff70000 (usable)
[    0.000000]  BIOS-e820: 00000000cff70000 - 00000000cff7e000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000cff7e000 - 00000000cffd0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cffd0000 - 00000000d0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI present.
[    0.000000] DMI: System manufacturer System Product Name/P5Q SE PLUS, BIOS 2204    08/28/2009
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x130000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask FE0000000 write-back
[    0.000000]   2 base 120000000 mask FF0000000 write-back
[    0.000000]   3 base 0D0000000 mask FF0000000 uncachable
[    0.000000]   4 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xcff70 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000cff70000
[    0.000000]  0000000000 - 00cfe00000 page 2M
[    0.000000]  00cfe00000 - 00cff70000 page 4k
[    0.000000] kernel direct mapping tables up to cff70000 @ 1fffa000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000130000000
[    0.000000]  0100000000 - 0130000000 page 2M
[    0.000000] kernel direct mapping tables up to 130000000 @ cff6a000-cff70000
[    0.000000] RAMDISK: 37af8000 - 37d74000
[    0.000000] ACPI: RSDP 00000000000fbb90 00024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 00000000cff70100 0005C (v01 A_M_I_ OEMXSDT  08000928 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000cff70290 000F4 (v03 A_M_I_ OEMFACP  08000928 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000cff70440 0990C (v01  A1114 A1114001 00000001 INTL 20060113)
[    0.000000] ACPI: FACS 00000000cff7e000 00040
[    0.000000] ACPI: APIC 00000000cff70390 0006C (v01 A_M_I_ OEMAPIC  08000928 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000cff70400 0003C (v01 A_M_I_ OEMMCFG  08000928 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000cff7e040 00089 (v01 A_M_I_ AMI_OEM  08000928 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000cff79d50 00038 (v01 A_M_I_ OEMHPET  08000928 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000cff79d90 000B0 (v01 A_M_I_ OEMOSFR  08000928 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000cff7e5d0 00A7C (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000130000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000130000000
[    0.000000]   NODE_DATA [000000012fffb000 - 000000012fffffff]
[    0.000000]  [ffffea0000000000-ffffea00043fffff] PMD -> [ffff88012be00000-ffff88012f7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00130000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000cff70
[    0.000000]     0: 0x00100000 -> 0x00130000
[    0.000000] On node 0 totalpages: 1048318
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3920 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 833448 pages, LIFO batch:31
[    0.000000]   Normal zone: 2688 pages used for memmap
[    0.000000]   Normal zone: 193920 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
[    0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000cff70000 - 00000000cff7e000
[    0.000000] PM: Registered nosave memory: 00000000cff7e000 - 00000000cffd0000
[    0.000000] PM: Registered nosave memory: 00000000cffd0000 - 00000000d0000000
[    0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffb00000
[    0.000000] PM: Registered nosave memory: 00000000ffb00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:2ee00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800cfc00000 s82176 r8192 d24320 u524288
[    0.000000] pcpu-alloc: s82176 r8192 d24320 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1031288
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/f394b792-ee31-4c38-990b-662a62217af0 ro quiet ir_core.blacklist=yes ir_common.blacklist=yes
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 4056548k/4980736k available (3795k kernel code, 787464k absent, 136724k reserved, 2307k data, 556k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000]    RCU-based detection of stalled CPUs is disabled.
[    0.000000]    Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 41943040 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 3164.163 MHz processor.
[    0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 6330.00 BogoMIPS (lpj=10547210)
[    0.003339] pid_max: default: 32768 minimum: 301
[    0.003426] Security Framework initialized
[    0.003431] AppArmor: AppArmor disabled by boot time parameter
[    0.006720] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008384] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.009181] Mount-cache hash table entries: 256
[    0.009491] Initializing cgroup subsys ns
[    0.009494] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.009496] Initializing cgroup subsys cpuacct
[    0.009519] Initializing cgroup subsys memory
[    0.009533] Initializing cgroup subsys devices
[    0.009535] Initializing cgroup subsys freezer
[    0.009536] Initializing cgroup subsys net_cls
[    0.009538] Initializing cgroup subsys blkio
[    0.009580] CPU: Physical Processor ID: 0
[    0.009581] CPU: Processor Core ID: 0
[    0.009582] mce: CPU supports 6 MCE banks
[    0.009589] CPU0: Thermal monitoring enabled (TM2)
[    0.009592] using mwait in idle threads.
[    0.010429] ACPI: Core revision 20110112
[    0.013383] Setting APIC routing to flat
[    0.013680] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.048594] CPU0: Intel(R) Core(TM)2 Duo CPU     E8500  @ 3.16GHz stepping 0a
[    0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.049997] ... version:                2
[    0.049997] ... bit width:              40
[    0.049997] ... generic registers:      2
[    0.049997] ... value mask:             000000ffffffffff
[    0.049997] ... max period:             000000007fffffff
[    0.049997] ... fixed-purpose events:   3
[    0.049997] ... event mask:             0000000700000003
[    0.056793] NMI watchdog enabled, takes one hw-pmu counter.
[    0.070016] Booting Node   0, Processors  #1
[    0.166681] NMI watchdog enabled, takes one hw-pmu counter.
[    0.169998] Brought up 2 CPUs
[    0.170000] Total of 2 processors activated (12660.56 BogoMIPS).
[    0.171723] devtmpfs: initialized
[    0.171723] NET: Registered protocol family 16
[    0.171723] ACPI: bus type pci registered
[    0.171723] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.171723] PCI: not using MMCONFIG
[    0.171723] PCI: Using configuration type 1 for base access
[    0.173364] bio: create slab <bio-0> at 0
[    0.174150] ACPI: EC: Look up EC in DSDT
[    0.174992] ACPI: Executed 1 blocks of module-level executable AML code
[    0.179653] ACPI: SSDT 00000000cff7e0d0 00277 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    0.179844] ACPI: Dynamic OEM Table Load:
[    0.179846] ACPI: SSDT           (null) 00277 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    0.180029] ACPI: SSDT 00000000cff7e350 00277 (v01 DpgPmm  P002Ist 00000012 INTL 20060113)
[    0.180222] ACPI: Dynamic OEM Table Load:
[    0.180224] ACPI: SSDT           (null) 00277 (v01 DpgPmm  P002Ist 00000012 INTL 20060113)
[    0.180346] ACPI: Interpreter enabled
[    0.180348] ACPI: (supports S0 S1 S3 S4 S5)
[    0.180363] ACPI: Using IOAPIC for interrupt routing
[    0.180377] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.181056] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.214323] ACPI: No dock devices found.
[    0.214325] HEST: Table not found.
[    0.214327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.214379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.214495] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.214497] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.214499] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.214500] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    0.214502] pci_root PNP0A08:00: host bridge window [mem 0xd0000000-0xdfffffff]
[    0.214504] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xffffffff]
[    0.214512] pci 0000:00:00.0: [8086:2e20] type 0 class 0x000600
[    0.214539] pci 0000:00:01.0: [8086:2e21] type 1 class 0x000604
[    0.214559] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.214562] pci 0000:00:01.0: PME# disabled
[    0.214590] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
[    0.214624] pci 0000:00:1a.0: reg 20: [io  0xc800-0xc81f]
[    0.214658] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
[    0.214691] pci 0000:00:1a.1: reg 20: [io  0xc880-0xc89f]
[    0.214727] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
[    0.214760] pci 0000:00:1a.2: reg 20: [io  0xcc00-0xcc1f]
[    0.214801] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
[    0.214818] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
[    0.214877] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.214880] pci 0000:00:1a.7: PME# disabled
[    0.214898] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
[    0.214910] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
[    0.214951] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.214954] pci 0000:00:1b.0: PME# disabled
[    0.214968] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
[    0.215010] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.215012] pci 0000:00:1c.0: PME# disabled
[    0.215028] pci 0000:00:1c.1: [8086:3a42] type 1 class 0x000604
[    0.215069] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.215072] pci 0000:00:1c.1: PME# disabled
[    0.215090] pci 0000:00:1c.5: [8086:3a4a] type 1 class 0x000604
[    0.215131] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.215134] pci 0000:00:1c.5: PME# disabled
[    0.215151] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
[    0.215185] pci 0000:00:1d.0: reg 20: [io  0xc080-0xc09f]
[    0.215219] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
[    0.215252] pci 0000:00:1d.1: reg 20: [io  0xc400-0xc41f]
[    0.215287] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
[    0.215321] pci 0000:00:1d.2: reg 20: [io  0xc480-0xc49f]
[    0.215362] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
[    0.215378] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
[    0.215437] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.215441] pci 0000:00:1d.7: PME# disabled
[    0.215455] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.215498] pci 0000:00:1f.0: [8086:3a18] type 0 class 0x000601
[    0.215588] pci 0000:00:1f.2: [8086:3a22] type 0 class 0x000106
[    0.215602] pci 0000:00:1f.2: reg 10: [io  0xbc00-0xbc07]
[    0.215608] pci 0000:00:1f.2: reg 14: [io  0xb880-0xb883]
[    0.215614] pci 0000:00:1f.2: reg 18: [io  0xb800-0xb807]
[    0.215620] pci 0000:00:1f.2: reg 1c: [io  0xb480-0xb483]
[    0.215626] pci 0000:00:1f.2: reg 20: [io  0xb400-0xb41f]
[    0.215632] pci 0000:00:1f.2: reg 24: [mem 0xf9ffe800-0xf9ffefff]
[    0.215657] pci 0000:00:1f.2: PME# supported from D3hot
[    0.215659] pci 0000:00:1f.2: PME# disabled
[    0.215672] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
[    0.215683] pci 0000:00:1f.3: reg 10: [mem 0xf9fff400-0xf9fff4ff 64bit]
[    0.215699] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    0.215742] pci 0000:01:00.0: [10de:05e2] type 0 class 0x000300
[    0.215750] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
[    0.215758] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.215766] pci 0000:01:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit]
[    0.215772] pci 0000:01:00.0: reg 24: [io  0xdc00-0xdc7f]
[    0.215778] pci 0000:01:00.0: reg 30: [mem 0xfe880000-0xfe8fffff pref]
[    0.215810] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.215812] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.215814] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe8fffff]
[    0.215817] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.215847] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
[    0.215850] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.215853] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.215857] pci 0000:00:1c.0:   bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    0.215899] pci 0000:03:00.0: [14f1:8852] type 0 class 0x000400
[    0.215924] pci 0000:03:00.0: reg 10: [mem 0xfea00000-0xfebfffff 64bit]
[    0.216018] pci 0000:03:00.0: supports D1 D2
[    0.216019] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot
[    0.216024] pci 0000:03:00.0: PME# disabled
[    0.216044] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.216053] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.216056] pci 0000:00:1c.1:   bridge window [io  0xf000-0x0000] (disabled)
[    0.216059] pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfebfffff]
[    0.216063] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.216108] pci 0000:02:00.0: [10ec:8168] type 0 class 0x000200
[    0.216122] pci 0000:02:00.0: reg 10: [io  0xe800-0xe8ff]
[    0.216146] pci 0000:02:00.0: reg 18: [mem 0xfe9ff000-0xfe9fffff 64bit]
[    0.216161] pci 0000:02:00.0: reg 20: [mem 0xf8ef0000-0xf8efffff 64bit pref]
[    0.216172] pci 0000:02:00.0: reg 30: [mem 0xfe9c0000-0xfe9dffff pref]
[    0.216205] pci 0000:02:00.0: supports D1 D2
[    0.216206] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.216210] pci 0000:02:00.0: PME# disabled
[    0.220001] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
[    0.220005] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.220009] pci 0000:00:1c.5:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.220015] pci 0000:00:1c.5:   bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[    0.220072] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[    0.220075] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.220078] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.220082] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.220084] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.220085] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.220087] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.220089] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.220090] pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
[    0.220092] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
[    0.220108] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.220182] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[    0.220203] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.220249] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[    0.220272] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    0.220305] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    0.220322]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.225479] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.225511] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.225541] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[    0.225572] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.225602] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.225633] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[    0.225663] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.225693] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    0.225765] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.225767] vgaarb: loaded
[    0.225821] PCI: Using ACPI for IRQ routing
[    0.225823] PCI: pci_cache_line_size set to 64 bytes
[    0.225879] reserve RAM buffer: 000000000009ec00 - 000000000009ffff
[    0.225881] reserve RAM buffer: 00000000cff70000 - 00000000cfffffff
[    0.225971] NetLabel: Initializing
[    0.225973] NetLabel:  domain hash size = 128
[    0.225974] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.225983] NetLabel:  unlabeled traffic allowed by default
[    0.225987] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.225991] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.225994] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.233335] Switching to clocksource hpet
[    0.234325] pnp: PnP ACPI init
[    0.234338] ACPI: bus type pnp registered
[    0.234399] pnp 00:00: [bus 00-ff]
[    0.234401] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.234402] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.234404] pnp 00:00: [io  0x0d00-0xffff window]
[    0.234405] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.234407] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    0.234408] pnp 00:00: [mem 0xd0000000-0xdfffffff window]
[    0.234409] pnp 00:00: [mem 0xf0000000-0xffffffff window]
[    0.234445] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.234451] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[    0.234482] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.234484] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.234506] pnp 00:02: [dma 4]
[    0.234508] pnp 00:02: [io  0x0000-0x000f]
[    0.234509] pnp 00:02: [io  0x0081-0x0083]
[    0.234510] pnp 00:02: [io  0x0087]
[    0.234511] pnp 00:02: [io  0x0089-0x008b]
[    0.234513] pnp 00:02: [io  0x008f]
[    0.234514] pnp 00:02: [io  0x00c0-0x00df]
[    0.234535] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.234542] pnp 00:03: [io  0x0070-0x0071]
[    0.234547] pnp 00:03: [irq 8]
[    0.234566] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.234572] pnp 00:04: [io  0x0061]
[    0.234592] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.234598] pnp 00:05: [io  0x00f0-0x00ff]
[    0.234601] pnp 00:05: [irq 13]
[    0.234621] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.234733] pnp 00:06: [io  0x0000-0xffffffffffffffff disabled]
[    0.234735] pnp 00:06: [io  0x0000-0xffffffffffffffff disabled]
[    0.234736] pnp 00:06: [io  0x0290-0x029f]
[    0.234768] system 00:06: [io  0x0290-0x029f] has been reserved
[    0.234771] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.234833] pnp 00:07: [io  0x0010-0x001f]
[    0.234834] pnp 00:07: [io  0x0022-0x003f]
[    0.234837] pnp 00:07: [io  0x0044-0x004d]
[    0.234838] pnp 00:07: [io  0x0050-0x005f]
[    0.234840] pnp 00:07: [io  0x0062-0x0063]
[    0.234841] pnp 00:07: [io  0x0065-0x006f]
[    0.234842] pnp 00:07: [io  0x0072-0x007f]
[    0.234843] pnp 00:07: [io  0x0080]
[    0.234845] pnp 00:07: [io  0x0084-0x0086]
[    0.234846] pnp 00:07: [io  0x0088]
[    0.234847] pnp 00:07: [io  0x008c-0x008e]
[    0.234848] pnp 00:07: [io  0x0090-0x009f]
[    0.234849] pnp 00:07: [io  0x00a2-0x00bf]
[    0.234850] pnp 00:07: [io  0x00e0-0x00ef]
[    0.234852] pnp 00:07: [io  0x04d0-0x04d1]
[    0.234853] pnp 00:07: [io  0x0800-0x087f]
[    0.234854] pnp 00:07: [io  0x0400-0x03ff disabled]
[    0.234855] pnp 00:07: [io  0x0500-0x057f]
[    0.234857] pnp 00:07: [mem 0xfed08000-0xfed08fff]
[    0.234858] pnp 00:07: [mem 0xfed1c000-0xfed1ffff]
[    0.234859] pnp 00:07: [mem 0xfed20000-0xfed3ffff]
[    0.234861] pnp 00:07: [mem 0xfed50000-0xfed8ffff]
[    0.234906] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.234908] system 00:07: [io  0x0800-0x087f] has been reserved
[    0.234910] system 00:07: [io  0x0500-0x057f] has been reserved
[    0.234912] system 00:07: [mem 0xfed08000-0xfed08fff] has been reserved
[    0.234913] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.234915] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.234917] system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved
[    0.234919] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.234962] pnp 00:08: [mem 0xfed00000-0xfed003ff]
[    0.234983] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.235015] pnp 00:09: [mem 0xffb00000-0xffbfffff]
[    0.235016] pnp 00:09: [mem 0xfff00000-0xffffffff]
[    0.235037] pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active)
[    0.235063] pnp 00:0a: [mem 0xffc00000-0xffefffff]
[    0.235097] system 00:0a: [mem 0xffc00000-0xffefffff] has been reserved
[    0.235100] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.235135] pnp 00:0b: [io  0x0000-0xffffffffffffffff disabled]
[    0.235137] pnp 00:0b: [io  0x0000-0xffffffffffffffff disabled]
[    0.235138] pnp 00:0b: [mem 0xfec00000-0xfec00fff]
[    0.235139] pnp 00:0b: [mem 0xfee00000-0xfee00fff]
[    0.235173] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.235174] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.235177] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.235196] pnp 00:0c: [io  0x0060]
[    0.235198] pnp 00:0c: [io  0x0064]
[    0.235201] pnp 00:0c: [irq 1]
[    0.235223] pnp 00:0c: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.235389] pnp 00:0d: [io  0x03f8-0x03ff]
[    0.235393] pnp 00:0d: [irq 4]
[    0.235394] pnp 00:0d: [dma 0 disabled]
[    0.235441] pnp 00:0d: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.235462] pnp 00:0e: [mem 0xe0000000-0xefffffff]
[    0.235496] system 00:0e: [mem 0xe0000000-0xefffffff] has been reserved
[    0.235498] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.235602] pnp 00:0f: [mem 0x00000000-0x0009ffff]
[    0.235603] pnp 00:0f: [mem 0x000c0000-0x000cffff]
[    0.235605] pnp 00:0f: [mem 0x000e0000-0x000fffff]
[    0.235606] pnp 00:0f: [mem 0x00100000-0xcfffffff]
[    0.235608] pnp 00:0f: [mem 0xe0000000-0xffffffff]
[    0.235652] system 00:0f: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.235653] system 00:0f: [mem 0x000c0000-0x000cffff] has been reserved
[    0.235655] system 00:0f: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.235657] system 00:0f: [mem 0x00100000-0xcfffffff] could not be reserved
[    0.235659] system 00:0f: [mem 0xe0000000-0xffffffff] could not be reserved
[    0.235661] system 00:0f: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.235743] pnp: PnP ACPI: found 16 devices
[    0.235744] ACPI: ACPI bus type pnp unregistered
[    0.236506] Switched to NOHz mode on CPU #0
[    0.236621] Switched to NOHz mode on CPU #1
[    0.241690] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf03fffff]
[    0.241693] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.241695] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.241697] pci 0000:00:1c.1: BAR 13: assigned [io  0x2000-0x2fff]
[    0.241699] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.241701] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.241703] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe8fffff]
[    0.241705] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.241708] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
[    0.241710] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.241714] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf03fffff]
[    0.241717] pci 0000:00:1c.0:   bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    0.241721] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.241723] pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
[    0.241726] pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfebfffff]
[    0.241729] pci 0000:00:1c.1:   bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.241734] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
[    0.241736] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.241739] pci 0000:00:1c.5:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.241742] pci 0000:00:1c.5:   bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[    0.241746] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[    0.241747] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.241751] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.241753] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.241762] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.241765] pci 0000:00:01.0: setting latency timer to 64
[    0.241768] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    0.241772] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.241775] pci 0000:00:1c.0: setting latency timer to 64
[    0.241779] pci 0000:00:1c.1: enabling device (0106 -> 0107)
[    0.241781] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.241784] pci 0000:00:1c.1: setting latency timer to 64
[    0.241788] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.241791] pci 0000:00:1c.5: setting latency timer to 64
[    0.241796] pci 0000:00:1e.0: setting latency timer to 64
[    0.241798] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.241800] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.241801] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.241803] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.241805] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff]
[    0.241806] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff]
[    0.241808] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.241809] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfe8fffff]
[    0.241811] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.241812] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.241814] pci_bus 0000:04: resource 1 [mem 0xf0000000-0xf03fffff]
[    0.241816] pci_bus 0000:04: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    0.241817] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.241819] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfebfffff]
[    0.241820] pci_bus 0000:03: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.241822] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.241823] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.241825] pci_bus 0000:02: resource 2 [mem 0xf8e00000-0xf8efffff 64bit pref]
[    0.241826] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.241828] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.241829] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.241831] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
[    0.241832] pci_bus 0000:05: resource 8 [mem 0xd0000000-0xdfffffff]
[    0.241834] pci_bus 0000:05: resource 9 [mem 0xf0000000-0xffffffff]
[    0.241882] NET: Registered protocol family 2
[    0.242008] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.242739] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.245382] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.245768] TCP: Hash tables configured (established 524288 bind 65536)
[    0.245770] TCP reno registered
[    0.245777] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.245807] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.246038] NET: Registered protocol family 1
[    0.246190] pci 0000:01:00.0: Boot video device
[    0.246197] PCI: CLS 32 bytes, default 64
[    0.246240] Unpacking initramfs...
[    0.270266] Freeing initrd memory: 2544k freed
[    0.270692] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.270694] Placing 64MB software IO TLB between ffff8800cbc00000 - ffff8800cfc00000
[    0.270696] software IO TLB at phys 0xcbc00000 - 0xcfc00000
[    0.271017] audit: initializing netlink socket (disabled)
[    0.271027] type=2000 audit(1303386832.269:1): initialized
[    0.271440] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.273129] VFS: Disk quotas dquot_6.5.2
[    0.273232] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.273380] msgmni has been set to 7927
[    0.273532] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.273535] io scheduler noop registered
[    0.273536] io scheduler deadline registered
[    0.273565] io scheduler cfq registered (default)
[    0.273644] pcieport 0000:00:01.0: setting latency timer to 64
[    0.273666] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.273701] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.273727] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.273773] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.273799] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[    0.273846] pcieport 0000:00:1c.5: setting latency timer to 64
[    0.273871] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
[    0.273988] intel_idle: MWAIT substates: 0x22220
[    0.273990] intel_idle: does not run on family 6 model 23
[    0.274000] ERST: Table is not found!
[    0.274047] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.294559] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.504004] 00:0d: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.556876] Linux agpgart interface v0.103
[    0.583373] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.583376] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.584171] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.584242] mousedev: PS/2 mouse device common for all mice
[    0.584292] rtc_cmos 00:03: RTC can wake from S4
[    0.602752] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.610057] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.610080] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.610093] cpuidle: using governor ladder
[    0.610095] cpuidle: using governor menu
[    0.610278] TCP cubic registered
[    0.610280] NET: Registered protocol family 17
[    0.610287] Registering the dns_resolver key type
[    0.610362] PM: Hibernation image not present or could not be loaded.
[    0.610365] registered taskstats version 1
[    0.610809] rtc_cmos 00:03: setting system clock to 2011-04-21 11:53:53 UTC (1303386833)
[    0.610829] Initalizing network drop monitor service
[    0.611410] Freeing unused kernel memory: 556k freed
[    0.630497] <30>udev[101]: starting version 167
[    0.642029] SCSI subsystem initialized
[    0.654039] libata version 3.00 loaded.
[    0.658717] ahci 0000:00:1f.2: version 3.0
[    0.658733] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.658768] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[    0.658799] ahci: SSS flag set, parallel bus scan disabled
[    0.658825] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    0.658827] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs
[    0.658830] ahci 0000:00:1f.2: setting latency timer to 64
[    0.691786] scsi0 : ahci
[    0.692141] scsi1 : ahci
[    0.692345] scsi2 : ahci
[    0.692517] scsi3 : ahci
[    0.692691] scsi4 : ahci
[    0.692854] scsi5 : ahci
[    0.693035] ata1: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffe900 irq 44
[    0.693038] ata2: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffe980 irq 44
[    0.693040] ata3: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffea00 irq 44
[    0.693041] ata4: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffea80 irq 44
[    0.693043] ata5: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffeb00 irq 44
[    0.693045] ata6: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffeb80 irq 44
[    1.176686] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.182348] ata1.00: ATA-8: SAMSUNG HD103SJ, 1AJ100E4, max UDMA/133
[    1.182351] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.188035] ata1.00: configured for UDMA/133
[    1.188156] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD103SJ  1AJ1 PQ: 0 ANSI: 5
[    1.193447] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.193485] sd 0:0:0:0: [sda] Write Protect is off
[    1.193487] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.193502] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.222874]  sda: sda1 sda2 sda3 < sda5 sda6 >
[    1.223206] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.273348] Refined TSC clocksource calibration: 3163.499 MHz.
[    1.273352] Switching to clocksource tsc
[    2.073356] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.079749] ata2.00: ATA-7: SAMSUNG HD154UI, 1AG01118, max UDMA7
[    2.079751] ata2.00: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    2.086194] ata2.00: configured for UDMA/133
[    2.086284] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG HD154UI  1AG0 PQ: 0 ANSI: 5
[    2.086397] sd 1:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[    2.086430] sd 1:0:0:0: [sdb] Write Protect is off
[    2.086432] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.086446] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.097027]  sdb: unknown partition table
[    2.097169] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.970023] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.976383] ata3.00: ATA-8: WDC WD20EARS-00J2GB0, 80.00A80, max UDMA/133
[    2.976386] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    2.982380] ata3.00: configured for UDMA/133
[    2.982487] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EARS-00J 80.0 PQ: 0 ANSI: 5
[    2.982614] sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    2.982647] sd 2:0:0:0: [sdc] Write Protect is off
[    2.982649] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.982664] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.007352]  sdc: unknown partition table
[    3.007493] sd 2:0:0:0: [sdc] Attached SCSI disk
[    3.920012] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.922049] ata4.00: ATA-8: WDC WD5000BEVT-00A0RT0, 01.01A01, max UDMA/133
[    3.922052] ata4.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.924738] ata4.00: configured for UDMA/133
[    3.924834] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5000BEVT-0 01.0 PQ: 0 ANSI: 5
[    3.924952] sd 3:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    3.924989] sd 3:0:0:0: [sdd] Write Protect is off
[    3.924991] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    3.925006] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.964287]  sdd: sdd1
[    3.964471] sd 3:0:0:0: [sdd] Attached SCSI disk
[    4.243346] ata5: SATA link down (SStatus 0 SControl 300)
[    5.130011] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.133002] ata6.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN02, max UDMA/100
[    5.136859] ata6.00: configured for UDMA/100
[    5.145543] scsi 5:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH22NS50  TN02 PQ: 0 ANSI: 5
[    5.158298] usbcore: registered new interface driver usbfs
[    5.158319] usbcore: registered new interface driver hub
[    5.158339] usbcore: registered new device driver usb
[    5.161586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.161617] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.161636] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    5.161639] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    5.161666] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    5.170041] ehci_hcd 0000:00:1a.7: debug port 1
[    5.170445] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    5.170447] cdrom: Uniform CD-ROM driver Revision: 3.20
[    5.170645] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    5.173921] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    5.173934] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
[    5.186675] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    5.186786] hub 1-0:1.0: USB hub found
[    5.186789] hub 1-0:1.0: 6 ports detected
[    5.186890] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    5.186902] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    5.186905] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    5.186911] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    5.200036] ehci_hcd 0000:00:1d.7: debug port 1
[    5.203922] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    5.203932] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
[    5.216675] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.216795] hub 2-0:1.0: USB hub found
[    5.216799] hub 2-0:1.0: 6 ports detected
[    5.220279] uhci_hcd: USB Universal Host Controller Interface driver
[    5.220407] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.220412] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    5.220414] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    5.220420] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    5.236716] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c800
[    5.236829] hub 3-0:1.0: USB hub found
[    5.236832] hub 3-0:1.0: 2 ports detected
[    5.236905] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    5.236910] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    5.236912] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    5.236918] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    5.246705] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c880
[    5.246843] hub 4-0:1.0: USB hub found
[    5.246846] hub 4-0:1.0: 2 ports detected
[    5.246926] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.246930] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    5.246932] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    5.246938] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    5.256695] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000cc00
[    5.256830] hub 5-0:1.0: USB hub found
[    5.256838] hub 5-0:1.0: 2 ports detected
[    5.256916] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    5.256921] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    5.256923] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.256928] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    5.266695] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c080
[    5.266840] hub 6-0:1.0: USB hub found
[    5.266843] hub 6-0:1.0: 2 ports detected
[    5.266912] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    5.266916] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    5.266918] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.266924] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    5.283369] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c400
[    5.283507] hub 7-0:1.0: USB hub found
[    5.283510] hub 7-0:1.0: 2 ports detected
[    5.283580] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.283586] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    5.283588] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    5.283593] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    5.293375] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c480
[    5.293513] hub 8-0:1.0: USB hub found
[    5.293532] hub 8-0:1.0: 2 ports detected
[    5.325630] Btrfs loaded
[    5.661621] device label media devid 1 transid 4857 /dev/sdc
[    5.687773] device label nrp devid 1 transid 42575 /dev/sdb
[    5.706693] device label home devid 1 transid 156981 /dev/sda6
[    5.717554] device label root devid 1 transid 48542 /dev/sda5
[    5.757078] device label root devid 1 transid 48542 /dev/disk/by-uuid/f394b792-ee31-4c38-990b-662a62217af0
[    5.880010] usb 3-1: new full speed USB device using uhci_hcd and address 2
[    6.110811] input: Logitech Logitech USB Headset as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.3/input/input1
[    6.110870] generic-usb 0003:046D:0A0B.0001: input,hidraw0: USB HID v1.00 Device [Logitech Logitech USB Headset] on usb-0000:00:1a.0-1/input3
[    6.110885] usbcore: registered new interface driver usbhid
[    6.110887] usbhid: USB HID core driver
[    6.320011] usb 7-1: new full speed USB device using uhci_hcd and address 2
[    6.499460] input: Razer Razer Copperhead Laser Mouse as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/input/input2
[    6.499537] generic-usb 0003:1532:0101.0002: input,hidraw1: USB HID v10.01 Mouse [Razer Razer Copperhead Laser Mouse] on usb-0000:00:1d.1-1/input0
[    6.520089] input: Razer Razer Copperhead Laser Mouse as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.1/input/input3
[    6.520135] generic-usb 0003:1532:0101.0003: input,hidraw2: USB HID v10.01 Keyboard [Razer Razer Copperhead Laser Mouse] on usb-0000:00:1d.1-1/input1
[    6.746678] usb 7-2: new low speed USB device using uhci_hcd and address 3
[    6.863344] usb 7-2: device descriptor read/64, error -71
[    7.216739] input: HID 05a4:9881 as /devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.0/input/input4
[    7.216787] generic-usb 0003:05A4:9881.0004: input,hidraw3: USB HID v1.10 Keyboard [HID 05a4:9881] on usb-0000:00:1d.1-2/input0
[    7.341459] input: HID 05a4:9881 as /devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.1/input/input5
[    7.341534] generic-usb 0003:05A4:9881.0005: input,hidraw4: USB HID v1.10 Mouse [HID 05a4:9881] on usb-0000:00:1d.1-2/input1
[    8.070763] <30>udev[663]: starting version 167
[    8.229873] vboxdrv: Found 2 processor cores.
[    8.229950] VBoxDrv: dbg - g_abExecMemory=ffffffffa0265660
[    8.229963] vboxdrv: fAsync=0 offMin=0x198 offMax=0x792
[    8.230006] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[    8.230008] vboxdrv: Successfully loaded version 4.0.4 (interface 0x00160000).
[    8.935316] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    9.023276] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    9.023301] r8169 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    9.023357] r8169 0000:02:00.0: setting latency timer to 64
[    9.023402] r8169 0000:02:00.0: irq 45 for MSI/MSI-X
[    9.023561] r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xffffc900114f6000, 20:cf:30:19:6c:04, XID 1c4000c0 IRQ 45
[    9.060204] iTCO_vendor_support: vendor-support=0
[    9.060949] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[    9.061020] iTCO_wdt: Found a ICH10 TCO device (Version=2, TCOBASE=0x0860)
[    9.061293] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.082750] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.082808] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    9.082865] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    9.082918] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    9.082973] sr 5:0:0:0: Attached scsi generic sg4 type 5
[    9.178929] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    9.178973] HDA Intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[    9.178992] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    9.212223] ACPI: acpi_idle registered with cpuidle
[    9.251673] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    9.251776] ACPI: resource 0000:00:1f.3 [io  0x0400-0x041f] conflicts with ACPI region SMRG [io 0x400-0x40f]
[    9.251778] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.315841] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input7
[    9.315888] ACPI: Power Button [PWRB]
[    9.315933] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[    9.315957] ACPI: Power Button [PWRF]
[    9.595553] nvidia: module license 'NVIDIA' taints kernel.
[    9.595556] Disabling lock debugging due to kernel taint
[   10.030944] usbcore: registered new interface driver snd-usb-audio
[   10.398529] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   10.398537] nvidia 0000:01:00.0: setting latency timer to 64
[   10.398541] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   10.398645] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  270.41.06  Mon Apr 18 14:53:56 PDT 2011
[   10.591391] ir_core: Unknown parameter `blacklist'
[   10.620660] ir_core: Unknown parameter `blacklist'
[   11.577214] fuse init (API version 7.16)
[   12.103568] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   12.110947] device label home devid 1 transid 156981 /dev/sda6
[   18.005440] device label media devid 1 transid 4857 /dev/sdc
[   23.912595] device label nrp devid 1 transid 42575 /dev/sdb
[   33.476283] r8169 0000:02:00.0: eth0: link down
[   33.476288] r8169 0000:02:00.0: eth0: link down
[   35.132104] r8169 0000:02:00.0: eth0: link up
[   43.971358] NET: Registered protocol family 10
[   44.309888] RPC: Registered udp transport module.
[   44.309890] RPC: Registered tcp transport module.
[   44.309891] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   44.329450] FS-Cache: Loaded
[   44.350684] FS-Cache: Netfs 'nfs' registered for caching
[   44.359975] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   44.905989] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   44.906013] NFSD: starting 90-second grace period
[   54.723334] eth0: no IPv6 routers present
[  281.791926] ir_core: Unknown parameter `blacklist'
[  344.313420] EXT4-fs (sda1): re-mounted. Opts: commit=0
[  371.340698] chromium-sandbo (3325): /proc/3323/oom_adj is deprecated, please use /proc/3323/oom_score_adj instead.
hda
 
Posts: 42
Joined: Thu Dec 09, 2010 2:21 am

Re: Future of the Linux-Driver

Postby hda » Thu Apr 21, 2011 8:25 pm

Here is lsmod and dmesg after booting with the v4 patched module and no attempt at blacklisting anything

lsmod:
Code: Select All Code
Module                  Size  Used by
nfsd                  287938  13
exportfs                3559  1 nfsd
nfs                   288325  0
lockd                  70352  2 nfsd,nfs
fscache                39536  1 nfs
nfs_acl                 2319  2 nfsd,nfs
auth_rpcgss            39731  2 nfsd,nfs
sunrpc                184707  16 nfsd,nfs,lockd,nfs_acl,auth_rpcgss
ipv6                  277189  42
fuse                   64542  7
cx2341x                16404  0
videobuf_dma_sg         7672  0
videobuf_dvb            4626  0
dvb_core               89875  1 videobuf_dvb
videobuf_core          15284  2 videobuf_dma_sg,videobuf_dvb
v4l2_common             7032  1 cx2341x
videodev               65175  2 cx2341x,v4l2_common
v4l2_compat_ioctl32     6716  1 videodev
ir_common               4166  0
ir_core                11608  1 ir_common
btcx_risc               3203  0
tveeprom               13161  0
nvidia              10488718  40
asus_atk0110            9835  0
intel_agp              10480  0
intel_gtt              13943  1 intel_agp
button                  4794  0
i2c_i801                7987  0
i2c_core               18740  5 v4l2_common,videodev,tveeprom,nvidia,i2c_i801
processor              23608  0
iTCO_wdt               11053  0
iTCO_vendor_support     1857  1 iTCO_wdt
snd_usb_audio          84746  2
sg                     24917  0
snd_usbmidi_lib        17889  1 snd_usb_audio
snd_rawmidi            18826  1 snd_usbmidi_lib
snd_seq_dummy           1455  0
snd_seq_oss            28052  0
snd_seq_midi_event      5332  1 snd_seq_oss
snd_seq                48705  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          5100  4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
r8169                  37952  0
mii                     3850  1 r8169
pcspkr                  1843  0
snd_hda_codec_via      52206  1
snd_hda_intel          21738  2
snd_hda_codec          73739  2 snd_hda_codec_via,snd_hda_intel
snd_hwdep               6134  2 snd_usb_audio,snd_hda_codec
snd_pcm                71032  3 snd_usb_audio,snd_hda_intel,snd_hda_codec
snd_timer              18992  2 snd_seq,snd_pcm
snd                    55132  20 snd_usb_audio,snd_usbmidi_lib,snd_rawmidi,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_via,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
evdev                   9178  6
soundcore               5986  1 snd
snd_page_alloc          7017  2 snd_hda_intel,snd_pcm
vboxnetflt             19018  0
vboxdrv              1757924  1 vboxnetflt
usbhid                 33814  0
hid                    76802  1 usbhid
vfat                   10143  0
fat                    47937  1 vfat
btrfs                 522929  4
zlib_deflate           20078  1 btrfs
crc32c                  2816  1
libcrc32c               1026  1 btrfs
ext4                  332976  1
jbd2                   69632  1 ext4
crc16                   1321  1 ext4
ext2                   62258  0
mbcache                 5649  2 ext4,ext2
uhci_hcd               21939  0
ehci_hcd               39113  0
sr_mod                 14247  0
usbcore               134923  7 snd_usb_audio,snd_usbmidi_lib,usbhid,uhci_hcd,ehci_hcd
cdrom                  35689  1 sr_mod
sd_mod                 26276  9
ahci                   20441  7
libahci                17966  1 ahci
libata                167694  2 ahci,libahci
scsi_mod              123282  4 sg,sr_mod,sd_mod,libata


dmesg:
Code: Select All Code
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.38-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110415 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Apr 17 15:18:58 CEST 2011
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/f394b792-ee31-4c38-990b-662a62217af0 ro quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
[    0.000000]  BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cff70000 (usable)
[    0.000000]  BIOS-e820: 00000000cff70000 - 00000000cff7e000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000cff7e000 - 00000000cffd0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cffd0000 - 00000000d0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI present.
[    0.000000] DMI: System manufacturer System Product Name/P5Q SE PLUS, BIOS 2204    08/28/2009
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x130000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask FE0000000 write-back
[    0.000000]   2 base 120000000 mask FF0000000 write-back
[    0.000000]   3 base 0D0000000 mask FF0000000 uncachable
[    0.000000]   4 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xcff70 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000cff70000
[    0.000000]  0000000000 - 00cfe00000 page 2M
[    0.000000]  00cfe00000 - 00cff70000 page 4k
[    0.000000] kernel direct mapping tables up to cff70000 @ 1fffa000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000130000000
[    0.000000]  0100000000 - 0130000000 page 2M
[    0.000000] kernel direct mapping tables up to 130000000 @ cff6a000-cff70000
[    0.000000] RAMDISK: 37af8000 - 37d74000
[    0.000000] ACPI: RSDP 00000000000fbb90 00024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 00000000cff70100 0005C (v01 A_M_I_ OEMXSDT  08000928 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000cff70290 000F4 (v03 A_M_I_ OEMFACP  08000928 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000cff70440 0990C (v01  A1114 A1114001 00000001 INTL 20060113)
[    0.000000] ACPI: FACS 00000000cff7e000 00040
[    0.000000] ACPI: APIC 00000000cff70390 0006C (v01 A_M_I_ OEMAPIC  08000928 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000cff70400 0003C (v01 A_M_I_ OEMMCFG  08000928 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000cff7e040 00089 (v01 A_M_I_ AMI_OEM  08000928 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000cff79d50 00038 (v01 A_M_I_ OEMHPET  08000928 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000cff79d90 000B0 (v01 A_M_I_ OEMOSFR  08000928 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000cff7e5d0 00A7C (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000130000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000130000000
[    0.000000]   NODE_DATA [000000012fffb000 - 000000012fffffff]
[    0.000000]  [ffffea0000000000-ffffea00043fffff] PMD -> [ffff88012be00000-ffff88012f7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00130000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000cff70
[    0.000000]     0: 0x00100000 -> 0x00130000
[    0.000000] On node 0 totalpages: 1048318
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3920 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 833448 pages, LIFO batch:31
[    0.000000]   Normal zone: 2688 pages used for memmap
[    0.000000]   Normal zone: 193920 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
[    0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000cff70000 - 00000000cff7e000
[    0.000000] PM: Registered nosave memory: 00000000cff7e000 - 00000000cffd0000
[    0.000000] PM: Registered nosave memory: 00000000cffd0000 - 00000000d0000000
[    0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffb00000
[    0.000000] PM: Registered nosave memory: 00000000ffb00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:2ee00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800cfc00000 s82176 r8192 d24320 u524288
[    0.000000] pcpu-alloc: s82176 r8192 d24320 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1031288
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/f394b792-ee31-4c38-990b-662a62217af0 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 4056548k/4980736k available (3795k kernel code, 787464k absent, 136724k reserved, 2307k data, 556k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000]    RCU-based detection of stalled CPUs is disabled.
[    0.000000]    Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 41943040 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 3163.324 MHz processor.
[    0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 6329.25 BogoMIPS (lpj=10544413)
[    0.003339] pid_max: default: 32768 minimum: 301
[    0.003427] Security Framework initialized
[    0.003432] AppArmor: AppArmor disabled by boot time parameter
[    0.006721] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008389] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.009192] Mount-cache hash table entries: 256
[    0.009500] Initializing cgroup subsys ns
[    0.009504] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.009505] Initializing cgroup subsys cpuacct
[    0.009529] Initializing cgroup subsys memory
[    0.009543] Initializing cgroup subsys devices
[    0.009544] Initializing cgroup subsys freezer
[    0.009546] Initializing cgroup subsys net_cls
[    0.009547] Initializing cgroup subsys blkio
[    0.009589] CPU: Physical Processor ID: 0
[    0.009590] CPU: Processor Core ID: 0
[    0.009592] mce: CPU supports 6 MCE banks
[    0.009598] CPU0: Thermal monitoring enabled (TM2)
[    0.009601] using mwait in idle threads.
[    0.010441] ACPI: Core revision 20110112
[    0.013384] Setting APIC routing to flat
[    0.013681] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.048604] CPU0: Intel(R) Core(TM)2 Duo CPU     E8500  @ 3.16GHz stepping 0a
[    0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.049997] ... version:                2
[    0.049997] ... bit width:              40
[    0.049997] ... generic registers:      2
[    0.049997] ... value mask:             000000ffffffffff
[    0.049997] ... max period:             000000007fffffff
[    0.049997] ... fixed-purpose events:   3
[    0.049997] ... event mask:             0000000700000003
[    0.056794] NMI watchdog enabled, takes one hw-pmu counter.
[    0.070016] Booting Node   0, Processors  #1
[    0.166681] NMI watchdog enabled, takes one hw-pmu counter.
[    0.169997] Brought up 2 CPUs
[    0.170000] Total of 2 processors activated (12658.82 BogoMIPS).
[    0.171724] devtmpfs: initialized
[    0.171724] NET: Registered protocol family 16
[    0.171724] ACPI: bus type pci registered
[    0.171724] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.171724] PCI: not using MMCONFIG
[    0.171724] PCI: Using configuration type 1 for base access
[    0.173364] bio: create slab <bio-0> at 0
[    0.174149] ACPI: EC: Look up EC in DSDT
[    0.174991] ACPI: Executed 1 blocks of module-level executable AML code
[    0.179690] ACPI: SSDT 00000000cff7e0d0 00277 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    0.179881] ACPI: Dynamic OEM Table Load:
[    0.179883] ACPI: SSDT           (null) 00277 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    0.180067] ACPI: SSDT 00000000cff7e350 00277 (v01 DpgPmm  P002Ist 00000012 INTL 20060113)
[    0.180259] ACPI: Dynamic OEM Table Load:
[    0.180262] ACPI: SSDT           (null) 00277 (v01 DpgPmm  P002Ist 00000012 INTL 20060113)
[    0.180384] ACPI: Interpreter enabled
[    0.180386] ACPI: (supports S0 S1 S3 S4 S5)
[    0.180401] ACPI: Using IOAPIC for interrupt routing
[    0.180415] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.181093] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.214363] ACPI: No dock devices found.
[    0.214364] HEST: Table not found.
[    0.214366] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.214419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.214535] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.214537] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.214538] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.214540] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    0.214542] pci_root PNP0A08:00: host bridge window [mem 0xd0000000-0xdfffffff]
[    0.214543] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xffffffff]
[    0.214551] pci 0000:00:00.0: [8086:2e20] type 0 class 0x000600
[    0.214579] pci 0000:00:01.0: [8086:2e21] type 1 class 0x000604
[    0.214599] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.214601] pci 0000:00:01.0: PME# disabled
[    0.214630] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
[    0.214665] pci 0000:00:1a.0: reg 20: [io  0xc800-0xc81f]
[    0.214699] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
[    0.214733] pci 0000:00:1a.1: reg 20: [io  0xc880-0xc89f]
[    0.214769] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
[    0.214802] pci 0000:00:1a.2: reg 20: [io  0xcc00-0xcc1f]
[    0.214844] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
[    0.214860] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
[    0.214919] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.214923] pci 0000:00:1a.7: PME# disabled
[    0.214940] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
[    0.214952] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
[    0.214994] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.214996] pci 0000:00:1b.0: PME# disabled
[    0.215011] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
[    0.215053] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.215055] pci 0000:00:1c.0: PME# disabled
[    0.215071] pci 0000:00:1c.1: [8086:3a42] type 1 class 0x000604
[    0.215113] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.215115] pci 0000:00:1c.1: PME# disabled
[    0.215133] pci 0000:00:1c.5: [8086:3a4a] type 1 class 0x000604
[    0.215175] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.215177] pci 0000:00:1c.5: PME# disabled
[    0.215195] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
[    0.215229] pci 0000:00:1d.0: reg 20: [io  0xc080-0xc09f]
[    0.215263] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
[    0.215296] pci 0000:00:1d.1: reg 20: [io  0xc400-0xc41f]
[    0.215331] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
[    0.215365] pci 0000:00:1d.2: reg 20: [io  0xc480-0xc49f]
[    0.215406] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
[    0.215423] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
[    0.215482] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.215485] pci 0000:00:1d.7: PME# disabled
[    0.215500] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.215543] pci 0000:00:1f.0: [8086:3a18] type 0 class 0x000601
[    0.215633] pci 0000:00:1f.2: [8086:3a22] type 0 class 0x000106
[    0.215647] pci 0000:00:1f.2: reg 10: [io  0xbc00-0xbc07]
[    0.215653] pci 0000:00:1f.2: reg 14: [io  0xb880-0xb883]
[    0.215659] pci 0000:00:1f.2: reg 18: [io  0xb800-0xb807]
[    0.215665] pci 0000:00:1f.2: reg 1c: [io  0xb480-0xb483]
[    0.215671] pci 0000:00:1f.2: reg 20: [io  0xb400-0xb41f]
[    0.215677] pci 0000:00:1f.2: reg 24: [mem 0xf9ffe800-0xf9ffefff]
[    0.215702] pci 0000:00:1f.2: PME# supported from D3hot
[    0.215705] pci 0000:00:1f.2: PME# disabled
[    0.215717] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
[    0.215729] pci 0000:00:1f.3: reg 10: [mem 0xf9fff400-0xf9fff4ff 64bit]
[    0.215745] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    0.215788] pci 0000:01:00.0: [10de:05e2] type 0 class 0x000300
[    0.215795] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
[    0.215804] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.215812] pci 0000:01:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit]
[    0.215818] pci 0000:01:00.0: reg 24: [io  0xdc00-0xdc7f]
[    0.215824] pci 0000:01:00.0: reg 30: [mem 0xfe880000-0xfe8fffff pref]
[    0.215856] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.215858] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.215860] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe8fffff]
[    0.215863] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.215893] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
[    0.215896] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.215899] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.215903] pci 0000:00:1c.0:   bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    0.215945] pci 0000:03:00.0: [14f1:8852] type 0 class 0x000400
[    0.215970] pci 0000:03:00.0: reg 10: [mem 0xfea00000-0xfebfffff 64bit]
[    0.216065] pci 0000:03:00.0: supports D1 D2
[    0.216066] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot
[    0.216071] pci 0000:03:00.0: PME# disabled
[    0.216091] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.216100] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.216102] pci 0000:00:1c.1:   bridge window [io  0xf000-0x0000] (disabled)
[    0.216105] pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfebfffff]
[    0.216110] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.216155] pci 0000:02:00.0: [10ec:8168] type 0 class 0x000200
[    0.216169] pci 0000:02:00.0: reg 10: [io  0xe800-0xe8ff]
[    0.216193] pci 0000:02:00.0: reg 18: [mem 0xfe9ff000-0xfe9fffff 64bit]
[    0.216208] pci 0000:02:00.0: reg 20: [mem 0xf8ef0000-0xf8efffff 64bit pref]
[    0.216219] pci 0000:02:00.0: reg 30: [mem 0xfe9c0000-0xfe9dffff pref]
[    0.216252] pci 0000:02:00.0: supports D1 D2
[    0.216253] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.216257] pci 0000:02:00.0: PME# disabled
[    0.220001] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
[    0.220005] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.220009] pci 0000:00:1c.5:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.220015] pci 0000:00:1c.5:   bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[    0.220071] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[    0.220081] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.220084] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.220088] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.220090] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.220091] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.220093] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.220095] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.220096] pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
[    0.220098] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
[    0.220114] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.220188] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[    0.220209] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.220255] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[    0.220278] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    0.220310] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    0.220328]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.225486] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.225518] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.225549] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[    0.225579] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.225609] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.225640] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[    0.225670] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.225701] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    0.225772] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.225775] vgaarb: loaded
[    0.225829] PCI: Using ACPI for IRQ routing
[    0.225831] PCI: pci_cache_line_size set to 64 bytes
[    0.225887] reserve RAM buffer: 000000000009ec00 - 000000000009ffff
[    0.225889] reserve RAM buffer: 00000000cff70000 - 00000000cfffffff
[    0.225979] NetLabel: Initializing
[    0.225981] NetLabel:  domain hash size = 128
[    0.225982] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.225991] NetLabel:  unlabeled traffic allowed by default
[    0.225995] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.225999] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.226002] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.233335] Switching to clocksource hpet
[    0.234331] pnp: PnP ACPI init
[    0.234344] ACPI: bus type pnp registered
[    0.234405] pnp 00:00: [bus 00-ff]
[    0.234407] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.234408] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.234410] pnp 00:00: [io  0x0d00-0xffff window]
[    0.234411] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.234413] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    0.234414] pnp 00:00: [mem 0xd0000000-0xdfffffff window]
[    0.234416] pnp 00:00: [mem 0xf0000000-0xffffffff window]
[    0.234450] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.234457] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[    0.234488] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.234490] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.234512] pnp 00:02: [dma 4]
[    0.234514] pnp 00:02: [io  0x0000-0x000f]
[    0.234515] pnp 00:02: [io  0x0081-0x0083]
[    0.234516] pnp 00:02: [io  0x0087]
[    0.234518] pnp 00:02: [io  0x0089-0x008b]
[    0.234519] pnp 00:02: [io  0x008f]
[    0.234520] pnp 00:02: [io  0x00c0-0x00df]
[    0.234541] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.234548] pnp 00:03: [io  0x0070-0x0071]
[    0.234553] pnp 00:03: [irq 8]
[    0.234572] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.234578] pnp 00:04: [io  0x0061]
[    0.234599] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.234604] pnp 00:05: [io  0x00f0-0x00ff]
[    0.234608] pnp 00:05: [irq 13]
[    0.234627] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.234740] pnp 00:06: [io  0x0000-0xffffffffffffffff disabled]
[    0.234742] pnp 00:06: [io  0x0000-0xffffffffffffffff disabled]
[    0.234743] pnp 00:06: [io  0x0290-0x029f]
[    0.234775] system 00:06: [io  0x0290-0x029f] has been reserved
[    0.234777] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.234840] pnp 00:07: [io  0x0010-0x001f]
[    0.234841] pnp 00:07: [io  0x0022-0x003f]
[    0.234844] pnp 00:07: [io  0x0044-0x004d]
[    0.234845] pnp 00:07: [io  0x0050-0x005f]
[    0.234846] pnp 00:07: [io  0x0062-0x0063]
[    0.234847] pnp 00:07: [io  0x0065-0x006f]
[    0.234849] pnp 00:07: [io  0x0072-0x007f]
[    0.234850] pnp 00:07: [io  0x0080]
[    0.234851] pnp 00:07: [io  0x0084-0x0086]
[    0.234852] pnp 00:07: [io  0x0088]
[    0.234853] pnp 00:07: [io  0x008c-0x008e]
[    0.234854] pnp 00:07: [io  0x0090-0x009f]
[    0.234856] pnp 00:07: [io  0x00a2-0x00bf]
[    0.234857] pnp 00:07: [io  0x00e0-0x00ef]
[    0.234858] pnp 00:07: [io  0x04d0-0x04d1]
[    0.234859] pnp 00:07: [io  0x0800-0x087f]
[    0.234861] pnp 00:07: [io  0x0400-0x03ff disabled]
[    0.234862] pnp 00:07: [io  0x0500-0x057f]
[    0.234863] pnp 00:07: [mem 0xfed08000-0xfed08fff]
[    0.234864] pnp 00:07: [mem 0xfed1c000-0xfed1ffff]
[    0.234866] pnp 00:07: [mem 0xfed20000-0xfed3ffff]
[    0.234867] pnp 00:07: [mem 0xfed50000-0xfed8ffff]
[    0.234913] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.234915] system 00:07: [io  0x0800-0x087f] has been reserved
[    0.234916] system 00:07: [io  0x0500-0x057f] has been reserved
[    0.234918] system 00:07: [mem 0xfed08000-0xfed08fff] has been reserved
[    0.234920] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.234922] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.234924] system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved
[    0.234926] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.234969] pnp 00:08: [mem 0xfed00000-0xfed003ff]
[    0.234990] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.235021] pnp 00:09: [mem 0xffb00000-0xffbfffff]
[    0.235023] pnp 00:09: [mem 0xfff00000-0xffffffff]
[    0.235044] pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active)
[    0.235070] pnp 00:0a: [mem 0xffc00000-0xffefffff]
[    0.235104] system 00:0a: [mem 0xffc00000-0xffefffff] has been reserved
[    0.235106] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.235141] pnp 00:0b: [io  0x0000-0xffffffffffffffff disabled]
[    0.235143] pnp 00:0b: [io  0x0000-0xffffffffffffffff disabled]
[    0.235144] pnp 00:0b: [mem 0xfec00000-0xfec00fff]
[    0.235145] pnp 00:0b: [mem 0xfee00000-0xfee00fff]
[    0.235179] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.235181] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.235183] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.235202] pnp 00:0c: [io  0x0060]
[    0.235204] pnp 00:0c: [io  0x0064]
[    0.235207] pnp 00:0c: [irq 1]
[    0.235229] pnp 00:0c: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.235396] pnp 00:0d: [io  0x03f8-0x03ff]
[    0.235400] pnp 00:0d: [irq 4]
[    0.235401] pnp 00:0d: [dma 0 disabled]
[    0.235448] pnp 00:0d: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.235469] pnp 00:0e: [mem 0xe0000000-0xefffffff]
[    0.235502] system 00:0e: [mem 0xe0000000-0xefffffff] has been reserved
[    0.235505] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.235608] pnp 00:0f: [mem 0x00000000-0x0009ffff]
[    0.235610] pnp 00:0f: [mem 0x000c0000-0x000cffff]
[    0.235611] pnp 00:0f: [mem 0x000e0000-0x000fffff]
[    0.235613] pnp 00:0f: [mem 0x00100000-0xcfffffff]
[    0.235614] pnp 00:0f: [mem 0xe0000000-0xffffffff]
[    0.235658] system 00:0f: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.235660] system 00:0f: [mem 0x000c0000-0x000cffff] has been reserved
[    0.235661] system 00:0f: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.235663] system 00:0f: [mem 0x00100000-0xcfffffff] could not be reserved
[    0.235665] system 00:0f: [mem 0xe0000000-0xffffffff] could not be reserved
[    0.235667] system 00:0f: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.235749] pnp: PnP ACPI: found 16 devices
[    0.235750] ACPI: ACPI bus type pnp unregistered
[    0.236545] Switched to NOHz mode on CPU #0
[    0.236622] Switched to NOHz mode on CPU #1
[    0.241693] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf03fffff]
[    0.241696] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.241698] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.241700] pci 0000:00:1c.1: BAR 13: assigned [io  0x2000-0x2fff]
[    0.241702] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.241703] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.241706] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe8fffff]
[    0.241708] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.241711] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
[    0.241713] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.241717] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf03fffff]
[    0.241720] pci 0000:00:1c.0:   bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    0.241724] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.241726] pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
[    0.241729] pci 0000:00:1c.1:   bridge window [mem 0xfea00000-0xfebfffff]
[    0.241732] pci 0000:00:1c.1:   bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.241737] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
[    0.241739] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.241742] pci 0000:00:1c.5:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.241745] pci 0000:00:1c.5:   bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[    0.241749] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[    0.241750] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.241754] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.241756] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.241765] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.241767] pci 0000:00:01.0: setting latency timer to 64
[    0.241771] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    0.241775] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.241778] pci 0000:00:1c.0: setting latency timer to 64
[    0.241782] pci 0000:00:1c.1: enabling device (0106 -> 0107)
[    0.241784] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.241787] pci 0000:00:1c.1: setting latency timer to 64
[    0.241791] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.241794] pci 0000:00:1c.5: setting latency timer to 64
[    0.241798] pci 0000:00:1e.0: setting latency timer to 64
[    0.241801] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.241802] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.241804] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.241805] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.241807] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff]
[    0.241808] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff]
[    0.241810] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.241811] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfe8fffff]
[    0.241813] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.241815] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.241816] pci_bus 0000:04: resource 1 [mem 0xf0000000-0xf03fffff]
[    0.241818] pci_bus 0000:04: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    0.241820] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.241821] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfebfffff]
[    0.241823] pci_bus 0000:03: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.241824] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.241826] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.241827] pci_bus 0000:02: resource 2 [mem 0xf8e00000-0xf8efffff 64bit pref]
[    0.241829] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.241830] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.241832] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.241833] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
[    0.241835] pci_bus 0000:05: resource 8 [mem 0xd0000000-0xdfffffff]
[    0.241836] pci_bus 0000:05: resource 9 [mem 0xf0000000-0xffffffff]
[    0.241884] NET: Registered protocol family 2
[    0.242010] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.242741] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.245392] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.245777] TCP: Hash tables configured (established 524288 bind 65536)
[    0.245779] TCP reno registered
[    0.245786] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.245815] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.246046] NET: Registered protocol family 1
[    0.246196] pci 0000:01:00.0: Boot video device
[    0.246203] PCI: CLS 32 bytes, default 64
[    0.246247] Unpacking initramfs...
[    0.270284] Freeing initrd memory: 2544k freed
[    0.270710] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.270713] Placing 64MB software IO TLB between ffff8800cbc00000 - ffff8800cfc00000
[    0.270714] software IO TLB at phys 0xcbc00000 - 0xcfc00000
[    0.271039] audit: initializing netlink socket (disabled)
[    0.271049] type=2000 audit(1303388279.269:1): initialized
[    0.271464] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.273150] VFS: Disk quotas dquot_6.5.2
[    0.273252] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.273401] msgmni has been set to 7927
[    0.273553] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.273556] io scheduler noop registered
[    0.273557] io scheduler deadline registered
[    0.273586] io scheduler cfq registered (default)
[    0.273666] pcieport 0000:00:01.0: setting latency timer to 64
[    0.273688] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.273723] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.273749] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.273796] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.273822] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[    0.273869] pcieport 0000:00:1c.5: setting latency timer to 64
[    0.273895] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
[    0.274012] intel_idle: MWAIT substates: 0x22220
[    0.274013] intel_idle: does not run on family 6 model 23
[    0.274024] ERST: Table is not found!
[    0.274071] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.294578] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.503998] 00:0d: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.556876] Linux agpgart interface v0.103
[    0.583373] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.583375] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.583862] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.583934] mousedev: PS/2 mouse device common for all mice
[    0.583983] rtc_cmos 00:03: RTC can wake from S4
[    0.602377] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.610057] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.610079] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.610093] cpuidle: using governor ladder
[    0.610095] cpuidle: using governor menu
[    0.610279] TCP cubic registered
[    0.610281] NET: Registered protocol family 17
[    0.610288] Registering the dns_resolver key type
[    0.610364] PM: Hibernation image not present or could not be loaded.
[    0.610367] registered taskstats version 1
[    0.610813] rtc_cmos 00:03: setting system clock to 2011-04-21 12:18:00 UTC (1303388280)
[    0.610833] Initalizing network drop monitor service
[    0.611414] Freeing unused kernel memory: 556k freed
[    0.624355] <30>udev[75]: starting version 167
[    0.635849] SCSI subsystem initialized
[    0.647850] libata version 3.00 loaded.
[    0.652530] ahci 0000:00:1f.2: version 3.0
[    0.652547] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.652582] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[    0.652612] ahci: SSS flag set, parallel bus scan disabled
[    0.652638] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    0.652640] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs
[    0.652643] ahci 0000:00:1f.2: setting latency timer to 64
[    0.686015] scsi0 : ahci
[    0.686196] scsi1 : ahci
[    0.686430] scsi2 : ahci
[    0.686558] scsi3 : ahci
[    0.686733] scsi4 : ahci
[    0.686993] scsi5 : ahci
[    0.687127] ata1: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffe900 irq 44
[    0.687130] ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 44
[    0.687132] ata3: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 44
[    0.687133] ata4: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 44
[    0.687135] ata5: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffeb00 irq 44
[    0.687137] ata6: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 44
[    1.173353] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.179012] ata1.00: ATA-8: SAMSUNG HD103SJ, 1AJ100E4, max UDMA/133
[    1.179016] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.184700] ata1.00: configured for UDMA/133
[    1.184829] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD103SJ  1AJ1 PQ: 0 ANSI: 5
[    1.190306] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.190341] sd 0:0:0:0: [sda] Write Protect is off
[    1.190343] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.190357] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.221100]  sda: sda1 sda2 sda3 < sda5 sda6 >
[    1.221434] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.273349] Refined TSC clocksource calibration: 3163.499 MHz.
[    1.273353] Switching to clocksource tsc
[    2.070011] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.076405] ata2.00: ATA-7: SAMSUNG HD154UI, 1AG01118, max UDMA7
[    2.076408] ata2.00: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    2.082853] ata2.00: configured for UDMA/133
[    2.082946] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG HD154UI  1AG0 PQ: 0 ANSI: 5
[    2.083104] sd 1:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[    2.083140] sd 1:0:0:0: [sdb] Write Protect is off
[    2.083142] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.083156] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.091780]  sdb: unknown partition table
[    2.091929] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.966680] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.971019] ata3.00: ATA-8: WDC WD20EARS-00J2GB0, 80.00A80, max UDMA/133
[    2.971022] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    2.974420] ata3.00: configured for UDMA/133
[    2.974513] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EARS-00J 80.0 PQ: 0 ANSI: 5
[    2.974623] sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    2.974668] sd 2:0:0:0: [sdc] Write Protect is off
[    2.974670] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.974685] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.415877]  sdc: unknown partition table
[    3.416027] sd 2:0:0:0: [sdc] Attached SCSI disk
[    3.913345] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.915383] ata4.00: ATA-8: WDC WD5000BEVT-00A0RT0, 01.01A01, max UDMA/133
[    3.915386] ata4.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.917857] ata4.00: configured for UDMA/133
[    3.917954] scsi 3:0:0:0: Direct-Access     ATA      WDC WD5000BEVT-0 01.0 PQ: 0 ANSI: 5
[    3.918064] sd 3:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    3.918107] sd 3:0:0:0: [sdd] Write Protect is off
[    3.918109] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    3.918124] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.217701]  sdd: sdd1
[    4.217886] sd 3:0:0:0: [sdd] Attached SCSI disk
[    4.236680] ata5: SATA link down (SStatus 0 SControl 300)
[    5.123345] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.126337] ata6.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN02, max UDMA/100
[    5.130193] ata6.00: configured for UDMA/100
[    5.138877] scsi 5:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH22NS50  TN02 PQ: 0 ANSI: 5
[    5.152429] usbcore: registered new interface driver usbfs
[    5.152452] usbcore: registered new interface driver hub
[    5.152980] usbcore: registered new device driver usb
[    5.154704] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.154730] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.154749] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    5.154752] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    5.154781] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    5.161148] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    5.161150] cdrom: Uniform CD-ROM driver Revision: 3.20
[    5.161285] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    5.166709] ehci_hcd 0000:00:1a.7: debug port 1
[    5.170607] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    5.170620] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
[    5.183342] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    5.183469] hub 1-0:1.0: USB hub found
[    5.183473] hub 1-0:1.0: 6 ports detected
[    5.183609] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    5.183620] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    5.183623] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    5.183628] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    5.196707] ehci_hcd 0000:00:1d.7: debug port 1
[    5.200578] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    5.200588] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
[    5.213345] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.214501] hub 2-0:1.0: USB hub found
[    5.214504] hub 2-0:1.0: 6 ports detected
[    5.218817] uhci_hcd: USB Universal Host Controller Interface driver
[    5.218940] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.218946] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    5.218949] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    5.218959] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    5.230040] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c800
[    5.230180] hub 3-0:1.0: USB hub found
[    5.230183] hub 3-0:1.0: 2 ports detected
[    5.230264] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    5.230269] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    5.230272] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    5.230283] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    5.243368] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c880
[    5.243507] hub 4-0:1.0: USB hub found
[    5.243510] hub 4-0:1.0: 2 ports detected
[    5.243587] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.243591] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    5.243593] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    5.243598] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    5.256694] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000cc00
[    5.256830] hub 5-0:1.0: USB hub found
[    5.256838] hub 5-0:1.0: 2 ports detected
[    5.256917] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    5.256921] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    5.256924] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.256929] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    5.273364] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c080
[    5.273503] hub 6-0:1.0: USB hub found
[    5.273506] hub 6-0:1.0: 2 ports detected
[    5.273584] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    5.273588] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    5.273590] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.273595] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    5.280038] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c400
[    5.280171] hub 7-0:1.0: USB hub found
[    5.280174] hub 7-0:1.0: 2 ports detected
[    5.280253] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.280258] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    5.280260] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    5.280272] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    5.296694] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c480
[    5.296838] hub 8-0:1.0: USB hub found
[    5.296844] hub 8-0:1.0: 2 ports detected
[    5.328794] Btrfs loaded
[    5.647911] device label media devid 1 transid 4865 /dev/sdc
[    5.671483] device label nrp devid 1 transid 42583 /dev/sdb
[    5.696630] device label home devid 1 transid 157021 /dev/sda6
[    5.707495] device label root devid 1 transid 48584 /dev/sda5
[    5.755508] device label root devid 1 transid 48584 /dev/disk/by-uuid/f394b792-ee31-4c38-990b-662a62217af0
[    5.876676] usb 3-1: new full speed USB device using uhci_hcd and address 2
[    6.107128] input: Logitech Logitech USB Headset as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.3/input/input1
[    6.107185] generic-usb 0003:046D:0A0B.0001: input,hidraw0: USB HID v1.00 Device [Logitech Logitech USB Headset] on usb-0000:00:1a.0-1/input3
[    6.107200] usbcore: registered new interface driver usbhid
[    6.107201] usbhid: USB HID core driver
[    6.316678] usb 7-1: new full speed USB device using uhci_hcd and address 2
[    6.496131] input: Razer Razer Copperhead Laser Mouse as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/input/input2
[    6.496209] generic-usb 0003:1532:0101.0002: input,hidraw1: USB HID v10.01 Mouse [Razer Razer Copperhead Laser Mouse] on usb-0000:00:1d.1-1/input0
[    6.510090] input: Razer Razer Copperhead Laser Mouse as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.1/input/input3
[    6.510136] generic-usb 0003:1532:0101.0003: input,hidraw2: USB HID v10.01 Keyboard [Razer Razer Copperhead Laser Mouse] on usb-0000:00:1d.1-1/input1
[    6.736679] usb 7-2: new low speed USB device using uhci_hcd and address 3
[    6.853343] usb 7-2: device descriptor read/64, error -71
[    7.213407] input: HID 05a4:9881 as /devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.0/input/input4
[    7.213457] generic-usb 0003:05A4:9881.0004: input,hidraw3: USB HID v1.10 Keyboard [HID 05a4:9881] on usb-0000:00:1d.1-2/input0
[    7.338129] input: HID 05a4:9881 as /devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.1/input/input5
[    7.338206] generic-usb 0003:05A4:9881.0005: input,hidraw4: USB HID v1.10 Mouse [HID 05a4:9881] on usb-0000:00:1d.1-2/input1
[    7.936508] <30>udev[665]: starting version 167
[    8.170117] vboxdrv: Found 2 processor cores.
[    8.170189] VBoxDrv: dbg - g_abExecMemory=ffffffffa0267660
[    8.170201] vboxdrv: fAsync=0 offMin=0x198 offMax=0x73d
[    8.170234] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[    8.170235] vboxdrv: Successfully loaded version 4.0.4 (interface 0x00160000).
[    8.742782] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    8.742830] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    8.742849] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    8.833165] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    8.879329] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    8.879351] r8169 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    8.879389] r8169 0000:02:00.0: setting latency timer to 64
[    8.879434] r8169 0000:02:00.0: irq 46 for MSI/MSI-X
[    8.879589] r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xffffc900110ee000, 20:cf:30:19:6c:04, XID 1c4000c0 IRQ 46
[    8.976427] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    8.976483] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    8.976538] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    8.976592] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    8.976647] sr 5:0:0:0: Attached scsi generic sg4 type 5
[    9.049244] usbcore: registered new interface driver snd-usb-audio
[    9.095737] iTCO_vendor_support: vendor-support=0
[    9.101589] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[    9.101956] iTCO_wdt: Found a ICH10 TCO device (Version=2, TCOBASE=0x0860)
[    9.102235] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.156169] ACPI: acpi_idle registered with cpuidle
[    9.208885] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    9.208890] ACPI: resource 0000:00:1f.3 [io  0x0400-0x041f] conflicts with ACPI region SMRG [io 0x400-0x40f]
[    9.208892] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.209595] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input7
[    9.209660] ACPI: Power Button [PWRB]
[    9.209720] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[    9.209766] ACPI: Power Button [PWRF]
[    9.576617] nvidia: module license 'NVIDIA' taints kernel.
[    9.576621] Disabling lock debugging due to kernel taint
[   10.160404] Linux video capture interface: v2.00
[   10.163264] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   10.163271] nvidia 0000:01:00.0: setting latency timer to 64
[   10.163275] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   10.163485] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  270.41.06  Mon Apr 18 14:53:56 PDT 2011
[   10.173956] cx23885: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
[   10.195855] cx23885: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
[   10.329473] rc_core: exports duplicate symbol ir_raw_handler_unregister (owned by ir_core)
[   10.348448] rc_core: exports duplicate symbol ir_raw_handler_unregister (owned by ir_core)
[   10.358371] rc_core: exports duplicate symbol ir_raw_handler_unregister (owned by ir_core)
[   10.368351] rc_core: exports duplicate symbol ir_raw_handler_unregister (owned by ir_core)
[   10.378397] rc_core: exports duplicate symbol ir_raw_handler_unregister (owned by ir_core)
[   11.161481] fuse init (API version 7.16)
[   11.778836] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   11.786232] device label home devid 1 transid 157021 /dev/sda6
[   18.185773] device label media devid 1 transid 4865 /dev/sdc
[   24.121090] device label nrp devid 1 transid 42583 /dev/sdb
[   33.830652] r8169 0000:02:00.0: eth0: link down
[   33.830657] r8169 0000:02:00.0: eth0: link down
[   35.517867] r8169 0000:02:00.0: eth0: link up
[   45.327870] NET: Registered protocol family 10
[   45.641484] RPC: Registered udp transport module.
[   45.641486] RPC: Registered tcp transport module.
[   45.641487] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   45.660798] FS-Cache: Loaded
[   45.681953] FS-Cache: Netfs 'nfs' registered for caching
[   45.691305] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   46.259363] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   46.259386] NFSD: starting 90-second grace period
[   55.843334] eth0: no IPv6 routers present
[   58.335766] EXT4-fs (sda1): re-mounted. Opts: commit=0
[  150.624138] chromium-sandbo (3319): /proc/3317/oom_adj is deprecated, please use /proc/3317/oom_score_adj instead.
hda
 
Posts: 42
Joined: Thu Dec 09, 2010 2:21 am

Re: Future of the Linux-Driver

Postby tilteffect » Fri May 06, 2011 3:33 pm

AndyBurns Wrote:
hda Wrote:Will try again with the v5 patch when available just to make sure I am not messing up the edits.


I might also try renaming the symbol ir_raw_handler_unregister
to ir_tbs_raw_handler_unregister in V5 which should clear up the modprobe issue and make my iMON work again.


This thread seems to have gone a bit cold. I was just wondering if work to clear up the duplicate symbols is still ongoing?

I'm running into the problem as well, but I'd really prefer to use my mceusb receiver/remote with this card which means just blacklisting rc_core isn't really an option for me.

Actually, on a side-note, blacklisting either rc_core or ir_core doesn't seem to do anything for me. Once the system is booted, I can just "rmmod rc_core" and then "modprobe cx23885", but I have not been able to set it up so that it happens on boot. :?
tilteffect
 
Posts: 2
Joined: Fri May 06, 2011 3:19 pm

Re: Future of the Linux-Driver

Postby AndyBurns » Mon May 09, 2011 3:18 am

tilteffect Wrote:This thread seems to have gone a bit cold. I was just wondering if work to clear up the duplicate symbols is still ongoing?

Yeah sorry about that, too much time spent watching TV, not enough spent fixing bugs :lol:

Shame nobody from TBS has commented :(

I also have to "rmmod rc_core" before "modprobe cx23885" but I have to use "imon.blacklist=yes" otherwise I can't rmmod rc_core, as they seem to mutually lock each each other in use.

I'll have another bash this week ...
I got fed-up waiting for open source drivers to be released and pushed to the upstream kernel, gave my card away and will not buy TBS again.
AndyBurns
 
Posts: 29
Joined: Fri Apr 15, 2011 8:04 pm

Re: Future of the Linux-Driver

Postby tilteffect » Mon May 09, 2011 3:33 am

AndyBurns Wrote:I'll have another bash this week ...


Coolio, I look forward to it. I'm getting by right now using the remote that came with the tbs6981 card, but it's just not very good (batteries keep coming loose) and the wife is beginning to lose patience.

Let my folly be a lesson to us all, never dist-upgrade a production system without trying it in a testbed first. :oops:
tilteffect
 
Posts: 2
Joined: Fri May 06, 2011 3:19 pm

Re: Future of the Linux-Driver

Postby hda » Tue May 10, 2011 3:39 am

AndyBurns Wrote:I'll have another bash this week ...


Great to see you back Andy. Looking forward to v5.
hda
 
Posts: 42
Joined: Thu Dec 09, 2010 2:21 am

Re: Future of the Linux-Driver

Postby stevellion » Tue May 10, 2011 4:07 am

Yes, definitely looking forward to v5. I'm hoping it'll work for 64-bit systems.

Actually, my 6981 arrived today, so I trashed the Windows OS on the new PC that I had and loaded Kubuntu-64-bit Natty, ready for MythTV and XBMC.

Then, I started trying to install the drivers.....

Then I came here and figured it ain't gonna work - at least for a while anyhow.

Still - new baby is due tomorrow, so that'll keep me busy for a couple of days, at least :)
stevellion
 
Posts: 20
Joined: Tue May 10, 2011 4:03 am

Re: Future of the Linux-Driver

Postby sema4 » Wed May 11, 2011 4:20 am

@AndyBurns

Thanks for the patch - was able to build the driver on x86 natty - 2.6.38-8 - and install. Card has been picked up at boot and seems happy.

This required
- v4 patch
- comment out one line of code (I2C_ANALOG)
- make
- install
- boot

I was on the verge of ditvhing the card so @Andy - your effort is very greatly appreciated - I like the card!
sema4
 
Posts: 2
Joined: Wed May 11, 2011 4:14 am

PreviousNext

Return to Linux

Who is online

Users browsing this forum: No registered users and 2 guests