Project

General

Profile

tbs 6922

Added by hacksat hacksat over 7 years ago

Hello everyone, I bought a tbs 6922 card, I tried various guides but have failed to do as the card of tvheadend, I have ubuntu 4.14 the tvh version 4.1-2405 HTS Tvheadend geb495a0 ~ ~ there is some trusty guide follow specific, I installed the card's specific drive

wget http://www.tbsiptv.com/download/common/tbs-linux-drivers_v170330.zip
waiting for answers, thanks


Replies (52)

RE: tbs 6922 - Added by saen acro over 7 years ago

I hope you mean Ubuntu 14.04 ;)
first driver compilation is before tvheadend and every else program which will use tuner as device

be 100% shure by run command

dmesg | grep frontend

example of tbs 6905

$ dmesg | grep frontend
[   26.110359] TBSECP3 driver 0000:01:00.0: DVB: registering adapter 0 frontend 0 (MXL5XX)...
[   26.228845] TBSECP3 driver 0000:01:00.0: DVB: registering adapter 1 frontend 0 (MXL5XX)...
[   26.348873] TBSECP3 driver 0000:01:00.0: DVB: registering adapter 2 frontend 0 (MXL5XX)...
[   26.468860] TBSECP3 driver 0000:01:00.0: DVB: registering adapter 3 frontend 0 (MXL5XX)...
[   26.588931] TBSECP3 driver 0000:01:00.0: DVB: registering adapter 4 frontend 0 (MXL5XX)...
[   26.708845] TBSECP3 driver 0000:01:00.0: DVB: registering adapter 5 frontend 0 (MXL5XX)...
[   26.828856] TBSECP3 driver 0000:01:00.0: DVB: registering adapter 6 frontend 0 (MXL5XX)...
[   26.948862] TBSECP3 driver 0000:01:00.0: DVB: registering adapter 7 frontend 0 (MXL5XX)...

read this
https://github.com/tbsdtv/linux_media/wiki

RE: tbs 6922 - Added by Sean Micklem over 7 years ago

You may also find this rather lengthy article useful, particularly if you're in the USA or Canada or someplace near those countries:

https://freetoairamerica.wordpress.com/2016/11/24/the-never-final-always-subject-to-revision-article-on-how-to-build-a-satellite-tv-pvr-distribution-system-using-tvheadend/

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

hi, thanks for your answer, you use ubuntu 14.04 :)
I followed the guide who sent me gently @saen acro, but nothing does not it does not work I repeated the procedure two times to be sure, but we do not seem to make tbs in DVB Inputs> TV adapters

http://prntscr.com/ey6585

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

thank you Sean Sean Micklem, but my tvheadend does not recognize the right card tbs6922, i have this in my tvh http://prntscr.com/ey6585

RE: tbs 6922 - Added by Mark Clarkstone over 7 years ago

domenic ciciarelli wrote:

thank you Sean Sean Micklem, but my tvheadend does not recognize the right card tbs6922, i have this in my tvh http://prntscr.com/ey6585

Firstly, check that your devices are seen in dmesg - just like saen acro's example above. If not install the drivers.

If you have installed the drivers, what user is tvheadend running as?

To see why tvheadend isn't seeing your drivers, view the log or stop the tvheadend service & manually start it..

sudo service tvheadend stop
sudo -u hts /usr/bin/tvheadend -c /home/hts/.hts/tvheadend

Do you see the adapters being used in the output?

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

hi,
comand: dmesg | grep frontend
i have this when sent this comand

http://prntscr.com/eybbtn

RE: tbs 6922 - Added by saen acro over 7 years ago

No device instaled
share all dmesg log

dmesg >> dmesg.txt

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

thanks
the command I Launched

dmesg

me from the list of all access and no trace of TBS
And can this be, I Followed the guidance Perfectly All His Steps Twice

RE: tbs 6922 - Added by saen acro over 7 years ago

Share

lspci
lsusb

to see TBS there must have instaled tbs driver

RE: tbs 6922 - Added by saen acro over 7 years ago

domenic ciciarelli wrote:

thanks i have this
http://prntscr.com/eycdlf


First connect device ;)

lspci | grep Multimedia
01:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 04)
03:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 04)
06:00.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
06:00.1 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05)
06:00.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
06:00.4 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (rev 05)

lsusb
Bus 001 Device 004: ID 15a4:9016 Afatech Technologies, Inc. AF9015 DVB-T USB2.0  

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

saen acro wrote:

domenic ciciarelli wrote:

thanks i have this
http://prntscr.com/eycdlf


First connect device ;)

[...]

tbs6922se the board and connected I rechecked What It's okay, everything seems to be ok, I ripetutto driving but no, what's happening?

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

I repeated the guide but not word

i see this guide
https://github.com/tbsdtv/linux_media/wiki
you showed me but no work :(

RE: tbs 6922 - Added by Mark Clarkstone over 7 years ago

domenic ciciarelli wrote:

I repeated the guide but not word

i see this guide
https://github.com/tbsdtv/linux_media/wiki
you showed me but no work :(

It may be possible that your card is:

  • Dead.
  • Not getting enough power.
  • Or incompatible with your motherboard.

Use a Live CD or something to see if it appears in lsusb, or try it in another machine.

There might be other options you can try, but at the moment I can't think of any, someone else may chime in however.

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

I changed the motherboard, I tried a fare Installation, MA nothing to rate does not install, windows scam works THIS tbs6922
http://prntscr.com/eydkd8

I also tried this guide tbs same but to no avail
sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
1.wget http://www.tbsdtv.com/download/document/common/tbs-linux-drivers_v170206.zip
2.unzip tbs-linux-drivers_v170206.zip
3. tar jxvf linux-tbs-drivers.tar.bz2
4. cd linux-tbs-drivers
5. ./v4l/tbs-x86_64.sh
6. make -j4
7.make install
8.restart

now i have this
http://prntscr.com/eydlcu

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

perhaps as I told him labuttavo =) has recognized it or am I wrong?
root@server:/home/server# lspci | grep Multimedia
01:00.0 Multimedia controller: Philips Semiconductors SAA7160 (rev 03)

RE: tbs 6922 - Added by Mark Clarkstone over 7 years ago

domenic ciciarelli wrote:

perhaps as I told him labuttavo =) has recognized it or am I wrong?
root@server:/home/server# lspci | grep Multimedia
01:00.0 Multimedia controller: Philips Semiconductors SAA7160 (rev 03)

That would appear to be it.

Now check dmesg for any errors :p

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

yeah...I have a list, but there seems no errors

RE: tbs 6922 - Added by saen acro over 7 years ago

Give us log of dmesg

mostly

dmesg | grep firmware
dmesg | grep frontend

most better full dmesg

alternative driver
https://bitbucket.org/updatelee/v4l-updatelee

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

hi, thanks
i have this

root@server:~# dmesg | grep firmware
[ 3.025041] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
root@server:~# dmesg | grep frontend
root@server:~#

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

dmesg is immense :)

RE: tbs 6922 - Added by saen acro over 7 years ago

domenic ciciarelli come spiegare quel risultato da "DMESG", che non si si può prochetetete è importante
Post result of DMESG add censora of sensitive bank account with is inside :D

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

root@server:~# dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.2.0-27-generic (buildd@lcy01-23) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #32~14.04.1-Ubuntu SMP Fri Jan 22 15:32:26 UTC 2016 (Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-27-generic.efi.signed root=UUID=903fdb98-694f-4a8e-b747-af669e839089 ro
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] tseg: 009f000000
[    0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009c8e1fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009c8e2000-0x000000009ca26fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009ca27000-0x000000009ca37fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009ca38000-0x000000009cf88fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009cf89000-0x000000009e42dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009e42e000-0x000000009e48ffff] type 20
[    0.000000] BIOS-e820: [mem 0x000000009e490000-0x000000009e490fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009e491000-0x000000009e498fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009e499000-0x000000009e8e1fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009e8e2000-0x000000009eff2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009eff3000-0x000000009effffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ESRT=0x9e42cb98  ACPI=0x9ca2a000  ACPI 2.0=0x9ca2a000  SMBIOS=0xf04c0  MPS=0xfd490
[    0.000000] esrt: Reserving ESRT space from 0x000000009e42cb98 to 0x000000009e42cbd0.
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUS All Series/AM1M-A, BIOS 1301 08/19/2015
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x23f000 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 write-through
[    0.000000]   C0000-CEFFF write-protect
[    0.000000]   CF000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FF80000000 write-back
[    0.000000]   1 base 0080000000 mask FFE0000000 write-back
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000023f000000 aka 9200M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT
[    0.000000] e820: update [mem 0xa0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x9f000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd720-0x000fd72f] mapped at [ffff8800000fd720]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01ff3000, 0x01ff3fff] PGTABLE
[    0.000000] BRK [0x01ff4000, 0x01ff4fff] PGTABLE
[    0.000000] BRK [0x01ff5000, 0x01ff5fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23ee00000-0x23effffff]
[    0.000000]  [mem 0x23ee00000-0x23effffff] page 2M
[    0.000000] BRK [0x01ff6000, 0x01ff6fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x220000000-0x23edfffff]
[    0.000000]  [mem 0x220000000-0x23edfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x21fffffff]
[    0.000000]  [mem 0x200000000-0x21fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x9c8e1fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0x9c7fffff] page 2M
[    0.000000]  [mem 0x9c800000-0x9c8e1fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x9e490000-0x9e490fff]
[    0.000000]  [mem 0x9e490000-0x9e490fff] page 4k
[    0.000000] BRK [0x01ff7000, 0x01ff7fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x9e499000-0x9e8e1fff]
[    0.000000]  [mem 0x9e499000-0x9e5fffff] page 4k
[    0.000000]  [mem 0x9e600000-0x9e7fffff] page 2M
[    0.000000]  [mem 0x9e800000-0x9e8e1fff] page 4k
[    0.000000] BRK [0x01ff8000, 0x01ff8fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x9eff3000-0x9effffff]
[    0.000000]  [mem 0x9eff3000-0x9effffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x359ba000-0x36cd4fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000009CA2A000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000009CA2A080 000074 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000009CA30DF8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20150619/tbfadt-654)
[    0.000000] ACPI: DSDT 0x000000009CA2A188 006C6A (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000009CF7FE80 000040
[    0.000000] ACPI: APIC 0x000000009CA30F08 00007E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000009CA30F88 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000009CA30FD0 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x000000009CA31010 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x000000009CA36990 001204 (v01 AMD    CPMCMN   00000001 INTL 20051117)
[    0.000000] ACPI: BGRT 0x000000009CA310A0 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000009CA310D8 000E58 (v01 AMD    AGESA    00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000009CA31F30 0046B7 (v02 AMD    AGESA    00000002 MSFT 04000000)
[    0.000000] ACPI: CRAT 0x000000009CA365E8 0003A8 (v01 AMD    AGESA    00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x23eff8000-0x23effcfff]
[    0.000000]  [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880236e00000-ffff88023e5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000023effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000009c8e1fff]
[    0.000000]   node   0: [mem 0x000000009e490000-0x000000009e490fff]
[    0.000000]   node   0: [mem 0x000000009e499000-0x000000009e8e1fff]
[    0.000000]   node   0: [mem 0x000000009eff3000-0x000000009effffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000023effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023effffff]
[    0.000000] On node 0 totalpages: 1948888
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 26 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 9973 pages used for memmap
[    0.000000]   DMA32 zone: 638265 pages, LIFO batch:31
[    0.000000]   Normal zone: 20416 pages used for memmap
[    0.000000]   Normal zone: 1306624 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
[    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 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9c8e2000-0x9ca26fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9ca27000-0x9ca37fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9ca38000-0x9cf88fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cf89000-0x9e42dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x9e42e000-0x9e48ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9e491000-0x9e498fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9e8e2000-0x9eff2fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9f000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x9f000000-0xfebfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88023ec00000 s96728 r8192 d30248 u524288
[    0.000000] pcpu-alloc: s96728 r8192 d30248 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: 1918409
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-27-generic.efi.signed root=UUID=903fdb98-694f-4a8e-b747-af669e839089 ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7355096K/7795552K available (7940K kernel code, 1243K rwdata, 3816K rodata, 1468K init, 1292K bss, 440456K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:16640 nr_irqs:1000 16
[    0.000000]  Offload RCU callbacks from all CPUs
[    0.000000]  Offload RCU callbacks from CPUs: 0-3.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2046.210 MHz processor
[    0.000044] Calibrating delay loop (skipped), value calculated using timer frequency.. 4092.42 BogoMIPS (lpj=8184840)
[    0.000058] pid_max: default: 32768 minimum: 301
[    0.000073] ACPI: Core revision 20150619
[    0.013151] ACPI: All ACPI Tables successfully acquired
[    0.016667] Security Framework initialized
[    0.016690] AppArmor: AppArmor initialized
[    0.016696] Yama: becoming mindful.
[    0.017616] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.020944] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.022484] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.022514] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.022906] Initializing cgroup subsys blkio
[    0.022917] Initializing cgroup subsys memory
[    0.022935] Initializing cgroup subsys devices
[    0.022948] Initializing cgroup subsys freezer
[    0.022956] Initializing cgroup subsys net_cls
[    0.022965] Initializing cgroup subsys perf_event
[    0.022974] Initializing cgroup subsys net_prio
[    0.022982] Initializing cgroup subsys hugetlb
[    0.023022] CPU: Physical Processor ID: 0
[    0.023028] CPU: Processor Core ID: 0
[    0.023035] mce: CPU supports 6 MCE banks
[    0.023049] LVT offset 1 assigned for vector 0xf9
[    0.023060] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.023066] Last level dTLB entries: 4KB 512, 2MB 256, 4MB 128, 1GB 0
[    0.023540] Freeing SMP alternatives memory: 28K (ffffffff81ea7000 - ffffffff81eae000)
[    0.027233] Ignoring BGRT: invalid status 0 (expected 1)
[    0.036037] ftrace: allocating 30981 entries in 122 pages
[    0.054454] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.201543] smpboot: CPU0: AMD Athlon(tm) 5350 APU with Radeon(tm) R3 (fam: 16, model: 00, stepping: 01)
[    0.201595] Performance Events: AMD PMU driver.
[    0.201606] ... version:                0
[    0.201612] ... bit width:              48
[    0.201617] ... generic registers:      4
[    0.201623] ... value mask:             0000ffffffffffff
[    0.201629] ... max period:             00007fffffffffff
[    0.201635] ... fixed-purpose events:   0
[    0.201640] ... event mask:             000000000000000f
[    0.202818] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.202995] x86: Booting SMP configuration:
[    0.203003] .... node  #0, CPUs:      #1 #2 #3
[    0.212968] x86: Booted up 1 node, 4 CPUs
[    0.212986] smpboot: Total of 4 processors activated (16369.68 BogoMIPS)
[    0.214018] devtmpfs: initialized
[    0.220731] evm: security.selinux
[    0.220738] evm: security.SMACK64
[    0.220744] evm: security.SMACK64EXEC
[    0.220749] evm: security.SMACK64TRANSMUTE
[    0.220755] evm: security.SMACK64MMAP
[    0.220760] evm: security.ima
[    0.220765] evm: security.capability
[    0.220884] PM: Registering ACPI NVS region [mem 0x9ca38000-0x9cf88fff] (5574656 bytes)
[    0.221031] PM: Registering ACPI NVS region [mem 0x9e491000-0x9e498fff] (32768 bytes)
[    0.221167] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.221302] pinctrl core: initialized pinctrl subsystem
[    0.221475] RTC time: 18:51:10, date: 04/19/17
[    0.221681] NET: Registered protocol family 16
[    0.230190] cpuidle: using governor ladder
[    0.234384] cpuidle: using governor menu
[    0.234580] ACPI: bus type PCI registered
[    0.234589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.234748] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.234761] PCI: not using MMCONFIG
[    0.234768] PCI: Using configuration type 1 for base access
[    0.234774] PCI: Using configuration type 1 for extended access
[    0.238895] ACPI: Added _OSI(Module Device)
[    0.238903] ACPI: Added _OSI(Processor Device)
[    0.238909] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.238916] ACPI: Added _OSI(Processor Aggregator Device)
[    0.242386] ACPI: Executed 1 blocks of module-level executable AML code
[    0.249120] ACPI: Interpreter enabled
[    0.249135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580)
[    0.249150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580)
[    0.249181] ACPI: (supports S0 S3 S4 S5)
[    0.249188] ACPI: Using IOAPIC for interrupt routing
[    0.249225] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.249299] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.249343] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.258231] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.258248] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.258530] acpi PNP0A08:00: _OSC: platform does not support [PME]
[    0.258793] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
[    0.259219] PCI host bridge to bus 0000:00
[    0.259229] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.259238] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.259246] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.259254] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.259261] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.259269] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.259280] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.259291] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
[    0.259311] pci 0000:00:00.0: [1022:1536] type 00 class 0x060000
[    0.259465] pci 0000:00:01.0: [1002:9830] type 00 class 0x030000
[    0.259499] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.259514] pci 0000:00:01.0: reg 0x18: [mem 0xd0000000-0xd07fffff 64bit pref]
[    0.259524] pci 0000:00:01.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.259535] pci 0000:00:01.0: reg 0x24: [mem 0xfeb00000-0xfeb3ffff]
[    0.259545] pci 0000:00:01.0: reg 0x30: [mem 0xfeb40000-0xfeb5ffff pref]
[    0.259574] pci 0000:00:01.0: supports D1 D2
[    0.259577] pci 0000:00:01.0: PME# supported from D1 D2 D3hot
[    0.259686] pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
[    0.259718] pci 0000:00:01.1: reg 0x10: [mem 0xfeb64000-0xfeb67fff 64bit]
[    0.259778] pci 0000:00:01.1: supports D1 D2
[    0.259876] pci 0000:00:02.0: [1022:1538] type 00 class 0x060000
[    0.260014] pci 0000:00:02.2: [1022:1439] type 01 class 0x060400
[    0.260095] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.260154] pci 0000:00:02.2: System wakeup disabled by ACPI
[    0.260225] pci 0000:00:02.4: [1022:1439] type 01 class 0x060400
[    0.260306] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.260422] pci 0000:00:02.5: [1022:1439] type 01 class 0x060400
[    0.260503] pci 0000:00:02.5: PME# supported from D0 D3hot D3cold
[    0.260643] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
[    0.260687] pci 0000:00:10.0: reg 0x10: [mem 0xfeb68000-0xfeb69fff 64bit]
[    0.260773] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    0.260834] pci 0000:00:10.0: System wakeup disabled by ACPI
[    0.260911] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[    0.260945] pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
[    0.260956] pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
[    0.260968] pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
[    0.260979] pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
[    0.260990] pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
[    0.261002] pci 0000:00:11.0: reg 0x24: [mem 0xfeb6e000-0xfeb6e3ff]
[    0.261038] pci 0000:00:11.0: PME# supported from D3hot
[    0.261147] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[    0.261166] pci 0000:00:12.0: reg 0x10: [mem 0xfeb6d000-0xfeb6dfff]
[    0.261273] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.261341] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[    0.261370] pci 0000:00:12.2: reg 0x10: [mem 0xfeb6c000-0xfeb6c0ff]
[    0.261443] pci 0000:00:12.2: supports D1 D2
[    0.261446] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.261505] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.261576] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[    0.261594] pci 0000:00:13.0: reg 0x10: [mem 0xfeb6b000-0xfeb6bfff]
[    0.261701] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.261771] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[    0.261799] pci 0000:00:13.2: reg 0x10: [mem 0xfeb6a000-0xfeb6a0ff]
[    0.261873] pci 0000:00:13.2: supports D1 D2
[    0.261876] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.261929] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.261998] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[    0.262159] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[    0.262189] pci 0000:00:14.2: reg 0x10: [mem 0xfeb60000-0xfeb63fff 64bit]
[    0.262253] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.262307] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.262372] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[    0.262548] pci 0000:00:18.0: [1022:1530] type 00 class 0x060000
[    0.262664] pci 0000:00:18.1: [1022:1531] type 00 class 0x060000
[    0.262776] pci 0000:00:18.2: [1022:1532] type 00 class 0x060000
[    0.262889] pci 0000:00:18.3: [1022:1533] type 00 class 0x060000
[    0.263008] pci 0000:00:18.4: [1022:1534] type 00 class 0x060000
[    0.263120] pci 0000:00:18.5: [1022:1535] type 00 class 0x060000
[    0.263324] pci 0000:01:00.0: [1131:7160] type 00 class 0x048000
[    0.263373] pci 0000:01:00.0: reg 0x10: [mem 0xfea00000-0xfeafffff 64bit]
[    0.263465] pci 0000:01:00.0: supports D1 D2
[    0.263468] pci 0000:01:00.0: PME# supported from D0 D1 D2
[    0.263544] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.263566] pci 0000:00:02.2: PCI bridge to [bus 01]
[    0.263580] pci 0000:00:02.2:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.263683] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.263724] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.263750] pci 0000:02:00.0: reg 0x18: [mem 0xfe900000-0xfe900fff 64bit]
[    0.263767] pci 0000:02:00.0: reg 0x20: [mem 0xd0800000-0xd0803fff 64bit pref]
[    0.263830] pci 0000:02:00.0: supports D1 D2
[    0.263833] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.263873] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.269547] pci 0000:00:02.4: PCI bridge to [bus 02]
[    0.269567] pci 0000:00:02.4:   bridge window [io  0xe000-0xefff]
[    0.269573] pci 0000:00:02.4:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.269581] pci 0000:00:02.4:   bridge window [mem 0xd0800000-0xd08fffff 64bit pref]
[    0.269723] pci 0000:03:00.0: [1b21:1142] type 00 class 0x0c0330
[    0.269774] pci 0000:03:00.0: reg 0x10: [mem 0xfe800000-0xfe807fff 64bit]
[    0.269887] pci 0000:03:00.0: PME# supported from D3cold
[    0.269926] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.277551] pci 0000:00:02.5: PCI bridge to [bus 03]
[    0.277575] pci 0000:00:02.5:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.278475] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 *11 14 15)
[    0.278586] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 *15)
[    0.278700] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 14 15)
[    0.278813] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 *14 15)
[    0.278908] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 *11 14 15)
[    0.278985] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 *10 11 14 15)
[    0.279062] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[    0.279139] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    0.279638] vgaarb: setting as boot device: PCI:0000:00:01.0
[    0.279647] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.279662] vgaarb: loaded
[    0.279668] vgaarb: bridge control possible 0000:00:01.0
[    0.280087] SCSI subsystem initialized
[    0.280208] libata version 3.00 loaded.
[    0.280249] ACPI: bus type USB registered
[    0.280286] usbcore: registered new interface driver usbfs
[    0.280307] usbcore: registered new interface driver hub
[    0.280342] usbcore: registered new device driver usb
[    0.280670] PCI: Using ACPI for IRQ routing
[    0.289443] PCI: pci_cache_line_size set to 64 bytes
[    0.289523] e820: reserve RAM buffer [mem 0x9c8e2000-0x9fffffff]
[    0.289528] e820: reserve RAM buffer [mem 0x9e491000-0x9fffffff]
[    0.289530] e820: reserve RAM buffer [mem 0x9e8e2000-0x9fffffff]
[    0.289533] e820: reserve RAM buffer [mem 0x9f000000-0x9fffffff]
[    0.289535] e820: reserve RAM buffer [mem 0x23f000000-0x23fffffff]
[    0.289725] NetLabel: Initializing
[    0.289732] NetLabel:  domain hash size = 128
[    0.289737] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.289761] NetLabel:  unlabeled traffic allowed by default
[    0.289881] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.289892] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.291965] clocksource: Switched to clocksource hpet
[    0.302250] AppArmor: AppArmor Filesystem Enabled
[    0.302384] pnp: PnP ACPI init
[    0.302598] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.302611] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.302742] system 00:01: [mem 0xa0000000-0xbfffffff] has been reserved
[    0.302753] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.303018] system 00:02: [io  0x0300-0x031f] has been reserved
[    0.303027] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.303035] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.303044] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.303508] pnp 00:03: [dma 0 disabled]
[    0.303684] pnp 00:03: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.303752] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.303801] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.303893] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.303904] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.304300] pnp 00:07: [dma 0 disabled]
[    0.304379] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.304813] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    0.304822] system 00:08: [io  0x040b] has been reserved
[    0.304830] system 00:08: [io  0x04d6] has been reserved
[    0.304838] system 00:08: [io  0x0c00-0x0c01] has been reserved
[    0.304848] system 00:08: [io  0x0c14] has been reserved
[    0.304856] system 00:08: [io  0x0c50-0x0c51] has been reserved
[    0.304864] system 00:08: [io  0x0c52] has been reserved
[    0.304871] system 00:08: [io  0x0c6c] has been reserved
[    0.304879] system 00:08: [io  0x0c6f] has been reserved
[    0.304886] system 00:08: [io  0x0cd0-0x0cd1] has been reserved
[    0.304894] system 00:08: [io  0x0cd2-0x0cd3] has been reserved
[    0.304902] system 00:08: [io  0x0cd4-0x0cd5] has been reserved
[    0.304909] system 00:08: [io  0x0cd6-0x0cd7] has been reserved
[    0.304917] system 00:08: [io  0x0cd8-0x0cdf] has been reserved
[    0.304925] system 00:08: [io  0x0800-0x089f] could not be reserved
[    0.304933] system 00:08: [io  0x0b20-0x0b3f] has been reserved
[    0.304940] system 00:08: [io  0x0900-0x090f] has been reserved
[    0.304948] system 00:08: [io  0x0910-0x091f] has been reserved
[    0.304956] system 00:08: [io  0xfe00-0xfefe] has been reserved
[    0.304965] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.304973] system 00:08: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.304982] system 00:08: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.304990] system 00:08: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.304998] system 00:08: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.305007] system 00:08: [mem 0xfed00000-0xfed00fff] could not be reserved
[    0.305015] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    0.305025] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.305320] pnp: PnP ACPI: found 9 devices
[    0.313487] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.313539] pci 0000:00:02.2: PCI bridge to [bus 01]
[    0.313552] pci 0000:00:02.2:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.313566] pci 0000:00:02.4: PCI bridge to [bus 02]
[    0.313575] pci 0000:00:02.4:   bridge window [io  0xe000-0xefff]
[    0.313585] pci 0000:00:02.4:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.313595] pci 0000:00:02.4:   bridge window [mem 0xd0800000-0xd08fffff 64bit pref]
[    0.313610] pci 0000:00:02.5: PCI bridge to [bus 03]
[    0.313621] pci 0000:00:02.5:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.313636] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.313639] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.313642] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.313645] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.313649] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.313652] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.313655] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
[    0.313659] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.313662] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.313665] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.313668] pci_bus 0000:02: resource 2 [mem 0xd0800000-0xd08fffff 64bit pref]
[    0.313672] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.313726] NET: Registered protocol family 2
[    0.314032] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.314314] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.314606] TCP: Hash tables configured (established 65536 bind 65536)
[    0.314683] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.314743] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.314884] NET: Registered protocol family 1
[    0.314918] pci 0000:00:01.0: Video device with shadowed ROM
[    0.508350] PCI: CLS 64 bytes, default 64
[    0.508485] Trying to unpack rootfs image as initramfs...
[    0.982989] Freeing initrd memory: 19564K (ffff8800359ba000 - ffff880036cd5000)
[    0.983067] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.983076] software IO TLB [mem 0x8b01f000-0x8f01f000] (64MB) mapped at [ffff88008b01f000-ffff88008f01efff]
[    0.983181] perf: AMD NB counters detected
[    0.983189] perf: AMD L2I counters detected
[    0.983394] microcode: CPU0: patch_level=0x0700010b
[    0.983407] microcode: CPU1: patch_level=0x0700010b
[    0.983425] microcode: CPU2: patch_level=0x0700010b
[    0.983441] microcode: CPU3: patch_level=0x0700010b
[    0.983553] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[    0.983569] LVT offset 0 assigned for vector 0x400
[    0.983594] perf: AMD IBS detected (0x000000ff)
[    0.983742] Scanning for low memory corruption every 60 seconds
[    0.984358] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.984394] Initialise system trusted keyring
[    0.984430] audit: initializing netlink subsys (disabled)
[    0.984469] audit: type=2000 audit(1492627870.872:1): initialized
[    0.985006] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.985013] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.987671] zpool: loaded
[    0.987678] zbud: loaded
[    0.987971] VFS: Disk quotas dquot_6.6.0
[    0.988032] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.988875] fuse init (API version 7.23)
[    0.989111] Key type big_key registered
[    0.989748] Key type asymmetric registered
[    0.989757] Asymmetric key parser 'x509' registered
[    0.989785] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.989865] io scheduler noop registered
[    0.989875] io scheduler deadline registered (default)
[    0.989933] io scheduler cfq registered
[    0.990450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.990466] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.990527] efifb: probing for efifb
[    0.990556] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90001000000, using 3072k, total 3072k
[    0.990567] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.990573] efifb: scrolling: redraw
[    0.990579] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.994480] Console: switching to colour frame buffer device 128x48
[    0.998222] fb0: EFI VGA frame buffer device
[    0.998379] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.998447] ACPI: Power Button [PWRB]
[    0.998543] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.998601] ACPI: Power Button [PWRF]
[    0.998726] ACPI: acpi_idle registered with cpuidle
[    0.999261] GHES: HEST is not enabled!
[    0.999466] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.019915] 00:07: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.022677] Linux agpgart interface v0.103
[    1.026847] brd: module loaded
[    1.028512] loop: module loaded
[    1.028935] libphy: Fixed MDIO Bus: probed
[    1.028974] tun: Universal TUN/TAP device driver, 1.6
[    1.029014] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[    1.029140] PPP generic driver version 2.4.2
[    1.029478] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.029529] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[    1.029780] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x00000410
[    1.030052] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.030106] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.030162] usb usb1: Product: xHCI Host Controller
[    1.030201] usb usb1: Manufacturer: Linux 4.2.0-27-generic xhci-hcd
[    1.030250] usb usb1: SerialNumber: 0000:00:10.0
[    1.032032] hub 1-0:1.0: USB hub found
[    1.033605] hub 1-0:1.0: 2 ports detected
[    1.035327] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.036896] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    1.038524] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.040200] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.041833] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.043466] usb usb2: Product: xHCI Host Controller
[    1.045091] usb usb2: Manufacturer: Linux 4.2.0-27-generic xhci-hcd
[    1.046739] usb usb2: SerialNumber: 0000:00:10.0
[    1.048565] hub 2-0:1.0: USB hub found
[    1.050196] hub 2-0:1.0: 2 ports detected
[    1.051997] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.053606] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[    1.115538] xhci_hcd 0000:03:00.0: hcc params 0x0200e081 hci version 0x100 quirks 0x00000010
[    1.117363] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.119025] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.120691] usb usb3: Product: xHCI Host Controller
[    1.122331] usb usb3: Manufacturer: Linux 4.2.0-27-generic xhci-hcd
[    1.123982] usb usb3: SerialNumber: 0000:03:00.0
[    1.125789] hub 3-0:1.0: USB hub found
[    1.127402] hub 3-0:1.0: 2 ports detected
[    1.129110] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.130705] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[    1.132371] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.134022] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.135632] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.137213] usb usb4: Product: xHCI Host Controller
[    1.138771] usb usb4: Manufacturer: Linux 4.2.0-27-generic xhci-hcd
[    1.140332] usb usb4: SerialNumber: 0000:03:00.0
[    1.142069] hub 4-0:1.0: USB hub found
[    1.143626] hub 4-0:1.0: 2 ports detected
[    1.145280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.146810] ehci-pci: EHCI PCI platform driver
[    1.148440] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.149980] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 5
[    1.151553] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.153143] ehci-pci 0000:00:12.2: debug port 1
[    1.154740] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb6c000
[    1.167405] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.169063] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.170625] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.172189] usb usb5: Product: EHCI Host Controller
[    1.173714] usb usb5: Manufacturer: Linux 4.2.0-27-generic ehci_hcd
[    1.175255] usb usb5: SerialNumber: 0000:00:12.2
[    1.177040] hub 5-0:1.0: USB hub found
[    1.178557] hub 5-0:1.0: 4 ports detected
[    1.180406] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.181921] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 6
[    1.183473] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.185039] ehci-pci 0000:00:13.2: debug port 1
[    1.186613] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb6a000
[    1.199385] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.201025] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002
[    1.202541] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.204059] usb usb6: Product: EHCI Host Controller
[    1.205558] usb usb6: Manufacturer: Linux 4.2.0-27-generic ehci_hcd
[    1.207066] usb usb6: SerialNumber: 0000:00:13.2
[    1.208829] hub 6-0:1.0: USB hub found
[    1.210346] hub 6-0:1.0: 4 ports detected
[    1.212061] ehci-platform: EHCI generic platform driver
[    1.213589] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.215105] ohci-pci: OHCI PCI platform driver
[    1.216743] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.218232] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 7
[    1.219762] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb6d000
[    1.279365] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.280875] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.282373] usb usb7: Product: OHCI PCI host controller
[    1.283888] usb usb7: Manufacturer: Linux 4.2.0-27-generic ohci_hcd
[    1.285403] usb usb7: SerialNumber: 0000:00:12.0
[    1.287246] hub 7-0:1.0: USB hub found
[    1.288734] hub 7-0:1.0: 4 ports detected
[    1.290510] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.291985] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 8
[    1.293477] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb6b000
[    1.351313] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.352806] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.354288] usb usb8: Product: OHCI PCI host controller
[    1.355785] usb usb8: Manufacturer: Linux 4.2.0-27-generic ohci_hcd
[    1.357275] usb usb8: SerialNumber: 0000:00:13.0
[    1.359049] hub 8-0:1.0: USB hub found
[    1.360531] hub 8-0:1.0: 4 ports detected
[    1.362209] ohci-platform: OHCI generic platform driver
[    1.363698] uhci_hcd: USB Universal Host Controller Interface driver
[    1.365254] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.367212] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.368707] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.370458] mousedev: PS/2 mouse device common for all mice
[    1.372209] rtc_cmos 00:05: RTC can wake from S4
[    1.373816] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.375300] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.376780] i2c /dev entries driver
[    1.378364] device-mapper: uevent: version 1.0.3
[    1.379993] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: [email protected]
[    1.381532] ledtrig-cpu: registered to indicate activity on CPUs
[    1.383063] EFI Variables Facility v0.08 2004-May-17
[    1.390419] PCCT header not found.
[    1.392289] NET: Registered protocol family 10
[    1.394081] NET: Registered protocol family 17
[    1.395595] Key type dns_resolver registered
[    1.397697] Loading compiled-in X.509 certificates
[    1.400839] Loaded X.509 cert 'Build time autogenerated kernel key: 736e2f9ea1b4728a15ac169b1869267e1128d6e8'
[    1.402389] registered taskstats version 1
[    1.403938] zswap: loading zswap
[    1.405439] zswap: using zbud pool
[    1.406933] zswap: using lzo compressor
[    1.411220] Key type trusted registered
[    1.417348] Key type encrypted registered
[    1.418839] AppArmor: AppArmor sha1 policy hashing enabled
[    1.420339] ima: No TPM chip found, activating TPM-bypass!
[    1.421852] evm: HMAC attrs: 0x1
[    1.423833]   Magic number: 13:663:898
[    1.425489] rtc_cmos 00:05: setting system clock to 2017-04-19 18:51:11 UTC (1492627871)
[    1.427350] acpi-cpufreq: overriding BIOS provided _PSD data
[    1.429164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.430663] EDD information not available.
[    1.432280] PM: Hibernation image not present or could not be loaded.
[    1.432948] Freeing unused kernel memory: 1468K (ffffffff81d38000 - ffffffff81ea7000)
[    1.434499] Write protecting the kernel read-only data: 12288k
[    1.436457] Freeing unused kernel memory: 240K (ffff8800017c4000 - ffff880001800000)
[    1.438229] Freeing unused kernel memory: 280K (ffff880001bba000 - ffff880001c00000)
[    1.457422] systemd-udevd[119]: starting version 204
[    1.488913] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.490556] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    1.492316] ahci 0000:00:11.0: version 3.0
[    1.492509] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.494146] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio
[    1.496590] scsi host0: ahci
[    1.500146] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0xffffc90000e6e000, 2c:56:dc:9b:df:44, XID 0c000800 IRQ 40
[    1.501891] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.502944] scsi host1: ahci
[    1.503165] ata1: SATA max UDMA/133 abar m1024@0xfeb6e000 port 0xfeb6e100 irq 39
[    1.503168] ata2: SATA max UDMA/133 abar m1024@0xfeb6e000 port 0xfeb6e180 irq 39
[    1.522897] usb 6-2: new high-speed USB device number 2 using ehci-pci
[    1.749967] usb 6-2: New USB device found, idVendor=07b8, idProduct=e004
[    1.751729] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.753452] usb 6-2: Product: USB 2.0 All-in-1 Card Reader
[    1.755166] usb 6-2: Manufacturer: Generic
[    1.756859] usb 6-2: SerialNumber: 051207035146002930
[    1.766475] usb-storage 6-2:1.0: USB Mass Storage device detected
[    1.768410] scsi host2: usb-storage 6-2:1.0
[    1.770189] usbcore: registered new interface driver usb-storage
[    1.774216] usbcore: registered new interface driver uas
[    1.830833] ata2: SATA link down (SStatus 0 SControl 300)
[    1.978686] tsc: Refined TSC clocksource calibration: 2046.162 MHz
[    1.980414] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1d7e85ac54d, max_idle_ns: 440795255456 ns
[    2.002678] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.004565] ata1.00: ATA-9: KINGSTON SUV300S37A120G, SAFM11.K, max UDMA/133
[    2.006293] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.008177] ata1.00: configured for UDMA/133
[    2.010156] scsi 0:0:0:0: Direct-Access     ATA      KINGSTON SUV300S 11.K PQ: 0 ANSI: 5
[    2.012394] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    2.012468] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.016145] sd 0:0:0:0: [sda] Write Protect is off
[    2.017962] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.017996] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.022185]  sda: sda1 sda2 sda3
[    2.024597] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.075276] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    2.180456] random: init urandom read with 15 bits of entropy available
[    2.219354] init: plymouth-upstart-bridge main process (184) terminated with status 1
[    2.221307] init: plymouth-upstart-bridge main process ended, respawning
[    2.233728] init: plymouth-upstart-bridge main process (194) terminated with status 1
[    2.235756] init: plymouth-upstart-bridge main process ended, respawning
[    2.245780] init: plymouth-upstart-bridge main process (204) terminated with status 1
[    2.247677] init: plymouth-upstart-bridge main process ended, respawning
[    2.373082] Adding 7794684k swap on /dev/sda3.  Priority:-1 extents:1 across:7794684k SSFS
[    2.469972] systemd-udevd[320]: starting version 204
[    2.472903] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    2.525186] wmi: Mapper loaded
[    2.552197] lp: driver loaded but no devices found
[    2.602672] parport_pc 00:03: reported by Plug and Play ACPI
[    2.602772] parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE]
[    2.631637] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.662755] audit: type=1400 audit(1492627872.733:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=378 comm="apparmor_parser" 
[    2.662781] audit: type=1400 audit(1492627872.733:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=378 comm="apparmor_parser" 
[    2.662789] audit: type=1400 audit(1492627872.733:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=378 comm="apparmor_parser" 
[    2.663587] audit: type=1400 audit(1492627872.733:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=378 comm="apparmor_parser" 
[    2.663600] audit: type=1400 audit(1492627872.733:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=378 comm="apparmor_parser" 
[    2.664006] audit: type=1400 audit(1492627872.733:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=378 comm="apparmor_parser" 
[    2.674815] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.676376] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.688173] [drm] Initialized drm 1.1.0 20060810
[    2.699295] MCE: In-kernel MCE decoding enabled.
[    2.703552] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[    2.706307] lp0: using parport0 (interrupt-driven).
[    2.724711] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input5
[    2.732154] EDAC MC: Ver: 3.0.0
[    2.746937] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    2.746945] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.746950] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.746953] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    2.746956] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x0
[    2.746959] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    2.746964] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    2.746967] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    2.746971] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    2.785295] AMD64 EDAC driver v3.4.0
[    2.785386] EDAC amd64: DRAM ECC disabled.
[    2.785395] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    2.785395]  Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[    2.785395]  (Note that use of the override may cause unknown side effects.)
[    2.786939] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input6
[    2.787085] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input7
[    2.787300] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input8
[    2.787448] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:14.2/sound/card1/input9
[    2.787663] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
[    2.799403] scsi 2:0:0:0: Direct-Access     Generic  2.0 Reader   -CF 1.20 PQ: 0 ANSI: 0 CCS
[    2.831002] scsi 2:0:0:1: Direct-Access     Generic  2.0 Reader   -SM 1.20 PQ: 0 ANSI: 0 CCS
[    2.840935] random: nonblocking pool is initialized
[    2.861091] [drm] radeon kernel modesetting enabled.
[    2.863258] scsi 2:0:0:2: Direct-Access     Generic  2.0 Reader   -SD 1.20 PQ: 0 ANSI: 0 CCS
[    2.894262] scsi 2:0:0:3: Direct-Access     Generic  2.0 Reader   -MS 1.20 PQ: 0 ANSI: 0 CCS
[    2.895054] AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
[    2.895060] AMD IOMMUv2 functionality not available on this system
[    2.902893] r8169 0000:02:00.0 eth0: link down
[    2.902932] Found CRAT image with size=936
[    2.902935] Parsing CRAT table with 1 nodes
[    2.902940] Found CU entry in CRAT table with proximity_domain=0 caps=0
[    2.902942] CU CPU: cores=4 id_base=0
[    2.902944] Found memory entry in CRAT table with proximity_domain=0
[    2.902946] Found memory entry in CRAT table with proximity_domain=0
[    2.902948] Found cache entry in CRAT table with processor_id=0
[    2.902950] Found cache entry in CRAT table with processor_id=0
[    2.902952] Found cache entry in CRAT table with processor_id=0
[    2.902955] Found cache entry in CRAT table with processor_id=1
[    2.902956] Found cache entry in CRAT table with processor_id=1
[    2.902958] Found cache entry in CRAT table with processor_id=1
[    2.902959] Found cache entry in CRAT table with processor_id=2
[    2.902961] Found cache entry in CRAT table with processor_id=2
[    2.902963] Found cache entry in CRAT table with processor_id=2
[    2.902964] Found cache entry in CRAT table with processor_id=3
[    2.902966] Found cache entry in CRAT table with processor_id=3
[    2.902967] Found cache entry in CRAT table with processor_id=3
[    2.902969] Creating topology SYSFS entries
[    2.903010] Finished initializing topology ret=0
[    2.903041] r8169 0000:02:00.0 eth0: link down
[    2.903089] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    2.907580] kfd kfd: Initialized module
[    2.908036] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[    2.908041] fb: switching to radeondrmfb from EFI VGA
[    2.908097] Console: switching to colour dummy device 80x25
[    2.908883] [drm] initializing kernel modesetting (KABINI 0x1002:0x9830 0x1043:0x8623).
[    2.908910] [drm] register mmio base: 0xFEB00000
[    2.908913] [drm] register mmio size: 262144
[    2.908920] [drm] doorbell mmio base: 0xD0000000
[    2.908922] [drm] doorbell mmio size: 8388608
[    2.908976] ATOM BIOS: AMD
[    2.909065] radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
[    2.909069] radeon 0000:00:01.0: GTT: 2048M 0x0000000020000000 - 0x000000009FFFFFFF
[    2.909072] [drm] Detected VRAM RAM=512M, BAR=256M
[    2.909074] [drm] RAM width 128bits DDR
[    2.911969] [TTM] Zone  kernel: Available graphics memory: 3795684 kiB
[    2.911976] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    2.911978] [TTM] Initializing pool allocator
[    2.911991] [TTM] Initializing DMA pool allocator
[    2.912035] [drm] radeon: 512M of VRAM memory ready
[    2.912038] [drm] radeon: 2048M of GTT memory ready.
[    2.912063] [drm] Loading kabini Microcode
[    2.915613] AVX version of gcm_enc/dec engaged.
[    2.915619] AES CTR mode by8 optimization enabled
[    2.927233] scsi 2:0:0:4: Direct-Access     Generic  2.0 Reader   -xD 1.20 PQ: 0 ANSI: 0 CCS
[    2.930059] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    2.930372] sd 2:0:0:1: Attached scsi generic sg2 type 0
[    2.930705] sd 2:0:0:2: Attached scsi generic sg3 type 0
[    2.930984] sd 2:0:0:3: Attached scsi generic sg4 type 0
[    2.931251] sd 2:0:0:4: Attached scsi generic sg5 type 0
[    2.933248] [drm] Internal thermal controller without fan control
[    2.936901] [drm] radeon: dpm initialized
[    2.937274] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    2.938274] sd 2:0:0:1: [sdc] Attached SCSI removable disk
[    2.939266] sd 2:0:0:2: [sdd] Attached SCSI removable disk
[    2.941278] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
[    2.941304] sd 2:0:0:3: [sde] Attached SCSI removable disk
[    2.941838] [drm] GART: num cpu pages 524288, num gpu pages 524288
[    2.961288] sd 2:0:0:4: [sdf] Attached SCSI removable disk
[    2.967934] [drm] PCIE GART of 2048M enabled (table at 0x0000000000324000).
[    2.968140] radeon 0000:00:01.0: WB enabled
[    2.968164] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff8802343abc00
[    2.968168] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000020000c04 and cpu addr 0xffff8802343abc04
[    2.968172] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000020000c08 and cpu addr 0xffff8802343abc08
[    2.968176] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff8802343abc0c
[    2.968180] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000020000c10 and cpu addr 0xffff8802343abc10
[    2.969098] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000076c98 and cpu addr 0xffffc90001836c98
[    2.978665] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000020000c18 and cpu addr 0xffff8802343abc18
[    2.978673] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000020000c1c and cpu addr 0xffff8802343abc1c
[    2.978677] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.978679] [drm] Driver supports precise vblank timestamp query.
[    2.978731] radeon 0000:00:01.0: radeon: using MSI.
[    2.978774] [drm] radeon: irq initialized.
[    2.984187] clocksource: Switched to clocksource tsc
[    2.985169] [drm] ring test on 0 succeeded in 2 usecs
[    2.985281] [drm] ring test on 1 succeeded in 3 usecs
[    2.985303] [drm] ring test on 2 succeeded in 3 usecs
[    2.985746] [drm] ring test on 3 succeeded in 4 usecs
[    2.985756] [drm] ring test on 4 succeeded in 4 usecs
[    3.049248] [drm] ring test on 5 succeeded in 1 usecs
[    3.080530] ppdev: user-space parallel port driver
[    3.098951] kvm: Nested Virtualization enabled
[    3.098960] kvm: Nested Paging enabled
[    3.109425] asus_wmi: ASUS WMI generic driver loaded
[    3.112348] asus_wmi: Initialization: 0x0
[    3.112393] asus_wmi: BIOS WMI version: 0.9
[    3.112478] asus_wmi: SFUN value: 0x0
[    3.113097] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input11
[    3.126330] [drm] UVD initialized successfully.
[    3.131204] asus_wmi: Number of fans: 1
[    3.244127] [drm] ring test on 6 succeeded in 16 usecs
[    3.244145] [drm] ring test on 7 succeeded in 3 usecs
[    3.244147] [drm] VCE initialized successfully.
[    3.247144] [drm] ib test on ring 0 succeeded in 0 usecs
[    3.745143] [drm] ib test on ring 1 succeeded in 0 usecs
[    4.244684] [drm] ib test on ring 2 succeeded in 0 usecs
[    4.244790] [drm] ib test on ring 3 succeeded in 0 usecs
[    4.244851] [drm] ib test on ring 4 succeeded in 0 usecs
[    4.594882] r8169 0000:02:00.0 eth0: link up
[    4.594903] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    4.764215] [drm] ib test on ring 5 succeeded
[    4.784804] [drm] ib test on ring 6 succeeded
[    4.785414] [drm] ib test on ring 7 succeeded
[    4.786746] [drm] Radeon Display Connectors
[    4.786749] [drm] Connector 0:
[    4.786751] [drm]   DVI-D-1
[    4.786753] [drm]   HPD1
[    4.786756] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[    4.786758] [drm]   Encoders:
[    4.786760] [drm]     DFP1: INTERNAL_UNIPHY
[    4.786762] [drm] Connector 1:
[    4.786763] [drm]   HDMI-A-1
[    4.786765] [drm]   HPD2
[    4.786767] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[    4.786769] [drm]   Encoders:
[    4.786770] [drm]     DFP2: INTERNAL_UNIPHY
[    4.786772] [drm] Connector 2:
[    4.786773] [drm]   VGA-1
[    4.786775] [drm]   DDC: 0x65c0 0x65c0 0x65c4 0x65c4 0x65c8 0x65c8 0x65cc 0x65cc
[    4.786777] [drm]   Encoders:
[    4.786779] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    4.804450] radeon 0000:00:01.0: No connectors reported connected with modes
[    4.804464] [drm] Cannot find any crtc or sizes - going 1024x768
[    4.805770] [drm] fb mappable at 0xC0728000
[    4.805772] [drm] vram apper at 0xC0000000
[    4.805774] [drm] size 3145728
[    4.805776] [drm] fb depth is 24
[    4.805777] [drm]    pitch is 4096
[    4.805956] fbcon: radeondrmfb (fb0) is primary device
[    4.806220] Console: switching to colour frame buffer device 128x48
[    4.809965] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[    4.809968] radeon 0000:00:01.0: registered panic notifier
[    4.829008] [drm] Initialized radeon 2.43.0 20080528 for 0000:00:01.0 on minor 0
[    7.672664] init: failsafe main process (559) killed by TERM signal
[    7.765145] audit: type=1400 audit(1492627877.840:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=926 comm="apparmor_parser" 
[    7.765842] audit: type=1400 audit(1492627877.844:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=924 comm="apparmor_parser" 
[    7.765857] audit: type=1400 audit(1492627877.844:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=924 comm="apparmor_parser" 
[    7.765867] audit: type=1400 audit(1492627877.844:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=924 comm="apparmor_parser" 
[    7.766654] audit: type=1400 audit(1492627877.844:12): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=924 comm="apparmor_parser" 
[    7.766664] audit: type=1400 audit(1492627877.844:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=924 comm="apparmor_parser" 
[    7.767086] audit: type=1400 audit(1492627877.844:14): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=924 comm="apparmor_parser" 
[    8.124089] init: plymouth-upstart-bridge main process ended, respawning

this one? :)

RE: tbs 6922 - Added by saen acro over 7 years ago

device not recognized
test on other motherboard
pci_bus do not detect any device
test with UEFI off

RE: tbs 6922 - Added by hacksat hacksat over 7 years ago

This is the second motherboard :(
Only with windows works this card, Could it be the version of ubuntu?
Or the card has been damaged, but I have never used it before now

(1-25/52)