Sürekli Wi-Fi Kesinti (Driver kurmama rağmen)!

Başlatan gorkfi, 27 Ocak 2020 - 14:52:07

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

gorkfi

Merhaba, benimle benzer sorun yaşayan birinin konusuna yazmıştım fakat yeni konu açmam tavsiye edildiği için açtım. Dizüstümle evimdeki internete bağlanıyorum fakat hem sinyal gücü düşük vaziyette hem de bazen kullanamıyorum hatta komple bilgisayarımdan wifi sembolü kayboluyor. Aynı interneti cep telefonumdan rahatlıkla kullanıyorum ve sıkıntı yaşamıyorum.
Realtek cihazlar için çipset olan bir konudan ben de indirdim fakat işime yaramadı hala sorunum devam ediyor.

Lütfen yardımcı olabilecek varsa fikirlernizi bekliyorum, dizüstüm artık daha çok önem teşkil ediyor.

Empat

Ağ kartlarıyla ilgili konu açarken, sorununuzun daha sağlıklı ve hızlı çözümlenebilmesi için aşağıdaki çıktıları iletinize kod etiketi içerisinde ekleyin:

Aşağıdaki komutla, sisteminizdeki ağa bağlanmak için kullanılan cihazlar ve sürücüleri hakkında bilgi alabileceğimiz inxi adlı aracı yükleyin.
sudo apt install inxi

İşletim sistemini ve sürüm bilgisini görüntüler.
cat /etc/lsb-release

Çekirdek sürümü ve işlemci mimarisini görüntüler.
uname -a

Bilgisayarda bulunan pci aygıtları görüntüler.
lspci

Bilgisayarda bulunan USB birimleri görüntüler.
lsusb

]Tüm bağlantı bilgilerinin rfkill durumunu görüntüler.
rfkill list all

Ağ bilgileri ve donanım özelliklerini görüntüler.
sudo lshw -C network

Ağın tüm arayüzlerini görüntüler.
ifconfig

Ağın kablosuz özellikli arayüzlerini görüntüler.
iwconfig

Algılanan kablosuz ağlarla ilgili çeşitli bilgileri görüntüler.
iwlist scanning

Yüklü modülleri listeler.
lsmod

Çekirdekten gelen durum ve sürücü mesajlarını görüntüler.
dmesg

"dmesg" mesajlarının son kısımlarını görüntüler.
dmesg | tail

Ağa bağlanmak için kullanılan cihazları ve sürücülerini görüntüler.
inxi -N
Everything for me is just Peace - Love - Coding. Also, as they say: I am a programmer, I have no life!

gorkfi

[mention=651292]@Empat[/mention] Ekliyorum
[mention=651292]@Empat[/mention]
gorkem@gorkem-hp-notebook:~$ lsusb
Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 0bda:b006 Realtek Semiconductor Corp.
Bus 002 Device 002: ID 04f2:b50d Chicony Electronics Co., Ltd
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


gorkem@gorkem-hp-notebook:~$ rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no


gorkem@gorkem-hp-notebook:~$ sudo lshw -C network
  *-network                 
       açıklama: Eternet interface
       ürün: RTL810xE PCI Express Fast Ethernet controller
       üretici: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       mantıksal ad: eno1
       sürüm: 07
       serial: b0:5a:da:d0:70:b8
       kapasite: 100Mbit/s
       genişlik: 64 bits
       saat: 33MHz
       kapasiteler: pm msi pciexpress msix vpd bus_master cap_list rom eternet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       yapılandırma: autonegotiation=on broadcast=yes driver=r8169 firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII
       kaynaklar: irq:38 ioport:e000(boyut=256) bellek:fe914000-fe914fff bellek:fe910000-fe913fff bellek:fe900000-fe90ffff
  *-network
       açıklama: Kablosuz arayüz
       ürün: RTL8723BE PCIe Wireless Network Adapter
       üretici: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       mantıksal ad: wlo1
       sürüm: 00
       serial: 18:4f:32:bc:ec:43
       genişlik: 64 bits
       saat: 33MHz
       kapasiteler: pm msi pciexpress bus_master cap_list eternet physical wireless
       yapılandırma: broadcast=yes driver=rtl8723be driverversion=5.3.0-26-generic firmware=N/A ip=192.168.1.110 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       kaynaklar: irq:51 ioport:d000(boyut=256) bellek:fe800000-fe803fff


gorkem@gorkem-hp-notebook:~$ ifconfig
eno1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether b0:5a:da:d0:70:b8  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 879  bytes 87556 (87.5 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 879  bytes 87556 (87.5 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlo1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.110  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::236c:eeaa:fcdb:98b8  prefixlen 64  scopeid 0x20<link>
        ether 18:4f:32:bc:ec:43  txqueuelen 1000  (Ethernet)
        RX packets 5168  bytes 4312911 (4.3 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 6067  bytes 1001340 (1.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


gorkem@gorkem-hp-notebook:~$ iwconfig
lo        no wireless extensions.

wlo1      IEEE 802.11  ESSID:"TurkTelekom_T6CE3" 
          Mode:Managed  Frequency:2.412 GHz  Access Point: C4:71:54:C4:6C:E3   
          Bit Rate=7.2 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Power Management:off
          Link Quality=40/70  Signal level=-70 dBm 
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:1269   Missed beacon:0

eno1      no wireless extensions.


gorkem@gorkem-hp-notebook:~$ iwlist scanning
lo        Interface doesn't support scanning.

wlo1      Scan completed :
          Cell 01 - Address: C4:71:54:C4:6C:E3
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=42/70  Signal level=-68 dBm 
                    Encryption key:on
                    ESSID:"TurkTelekom_T6CE3"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=00000001d71fd4d3
                    Extra: Last beacon: 548788ms ago
                    IE: Unknown: 00115475726B54656C656B6F6D5F5436434533
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 030101
                    IE: Unknown: 050400010000
                    IE: Unknown: 2A0104
                    IE: Unknown: 2F0104
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 32040C121860
                    IE: Unknown: 2D1ABC191BFFFF000001000000000000000000000000000000000000
                    IE: Unknown: 3D1601080400000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F080500000000000040
                    IE: Unknown: DD1D0050F204104A000110104400010210570001011049000600372A000120
                    IE: Unknown: DD090010180203000C0000
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: 46057200010000

eno1      Interface doesn't support scanning.


gorkem@gorkem-hp-notebook:~$ lsmod
Module                  Size  Used by
rfcomm                 81920  4
ccm                    20480  6
bnep                   24576  2
nls_iso8859_1          16384  1
edac_mce_amd           32768  0
ccp                    86016  0
uvcvideo               94208  0
kvm                   651264  0
irqbypass              16384  1 kvm
videobuf2_vmalloc      20480  1 uvcvideo
videobuf2_memops       20480  1 videobuf2_vmalloc
videobuf2_v4l2         24576  1 uvcvideo
crct10dif_pclmul       16384  1
crc32_pclmul           16384  0
videobuf2_common       49152  2 videobuf2_v4l2,uvcvideo
videodev              208896  3 videobuf2_v4l2,uvcvideo,videobuf2_common
mc                     53248  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
ghash_clmulni_intel    16384  0
btusb                  57344  0
btrtl                  20480  1 btusb
amdgpu               4108288  38
btbcm                  16384  1 btusb
btintel                24576  1 btusb
aesni_intel           372736  4
bluetooth             573440  33 btrtl,btintel,btbcm,bnep,btusb,rfcomm
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
ecdh_generic           16384  1 bluetooth
cryptd                 24576  2 crypto_simd,ghash_clmulni_intel
ecc                    32768  1 ecdh_generic
rtl8723be             118784  0
btcoexist             335872  1 rtl8723be
joydev                 28672  0
input_leds             16384  0
glue_helper            16384  1 aesni_intel
rtl8723_common         24576  1 rtl8723be
serio_raw              20480  0
rtl_pci                28672  1 rtl8723be
rtlwifi                94208  4 rtl_pci,rtl8723be,btcoexist,rtl8723_common
mac80211              847872  3 rtl_pci,rtl8723be,rtlwifi
snd_hda_codec_realtek   118784  1
snd_hda_codec_generic    81920  1 snd_hda_codec_realtek
hp_wmi                 16384  0
cfg80211              704512  2 rtlwifi,mac80211
wmi_bmof               16384  0
sparse_keymap          16384  1 hp_wmi
amd_iommu_v2           20480  1 amdgpu
ledtrig_audio          16384  2 snd_hda_codec_generic,snd_hda_codec_realtek
k10temp                16384  0
fam15h_power           16384  0
rtsx_pci_ms            24576  0
gpu_sched              32768  1 amdgpu
libarc4                16384  1 mac80211
snd_hda_codec_hdmi     57344  1
memstick               20480  1 rtsx_pci_ms
snd_hda_intel          49152  8
snd_hda_codec         131072  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
ttm                   102400  1 amdgpu
snd_hda_core           90112  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hwdep              20480  1 snd_hda_codec
snd_pcm               102400  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
drm_kms_helper        180224  1 amdgpu
snd_seq_midi           20480  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            36864  1 snd_seq_midi
hp_accel               28672  0
snd_seq                69632  2 snd_seq_midi,snd_seq_midi_event
drm                   483328  20 gpu_sched,drm_kms_helper,amdgpu,ttm
i2c_algo_bit           16384  1 amdgpu
fb_sys_fops            16384  1 drm_kms_helper
lis3lv02d              24576  1 hp_accel
syscopyarea            16384  1 drm_kms_helper
input_polldev          20480  1 lis3lv02d
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
snd_timer              36864  2 snd_seq,snd_pcm
snd                    86016  27 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
hp_wireless            16384  0
soundcore              16384  1 snd
sch_fq_codel           20480  6
mac_hid                16384  0
parport_pc             36864  0
ppdev                  24576  0
lp                     20480  0
parport                53248  3 parport_pc,lp,ppdev
ip_tables              32768  0
x_tables               40960  1 ip_tables
autofs4                45056  2
rtsx_pci_sdmmc         28672  0
ahci                   40960  2
psmouse               151552  0
i2c_piix4              28672  0
libahci                32768  1 ahci
r8169                  81920  0
realtek                20480  0
rtsx_pci               69632  2 rtsx_pci_sdmmc,rtsx_pci_ms
wmi                    32768  2 hp_wmi,wmi_bmof
i2c_scmi               20480  0
video                  49152  0

dmesg
[    0.000000] Linux version 5.3.0-26-generic (buildd@lgw01-amd64-039) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #28~18.04.1-Ubuntu SMP Wed Dec 18 16:40:14 UTC 2019 (Ubuntu 5.3.0-26.28~18.04.1-generic 5.3.13)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic root=UUID=5e409e0a-2505-474d-85ed-e59e716a8bde ro quiet splash vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai 
[    0.000000] random: get_random_u32 called from bsp_init_amd+0x207/0x2c0 with crng_init=0
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cd598fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cd599000-0x00000000cd692fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cd693000-0x00000000cd6d9fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cd6da000-0x00000000cdb80fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cdb81000-0x00000000cdeaafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cdeab000-0x00000000cdefcfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000cdefd000-0x00000000ce095fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ce096000-0x00000000ce563fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ce564000-0x00000000ceaf0fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ceaf1000-0x00000000ceff7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ceff8000-0x00000000ceffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-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 0x00000000fedc0000-0x00000000fedc0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000020effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0xcdea7698  ACPI=0xcd6b9000  ACPI 2.0=0xcd6b9000  SMBIOS=0xf05b0  MPS=0xfd630
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: HP HP Pavilion Notebook /80B5, BIOS F.45 04/28/2017
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1796.555 MHz processor
[    0.002710] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002712] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002719] last_pfn = 0x20f000 max_arch_pfn = 0x400000000
[    0.002726] MTRR default type: uncachable
[    0.002727] MTRR fixed ranges enabled:
[    0.002729]   00000-9FFFF write-back
[    0.002729]   A0000-BFFFF write-through
[    0.002730]   C0000-FFFFF write-protect
[    0.002731] MTRR variable ranges enabled:
[    0.002733]   0 base 000000000000 mask FFFF80000000 write-back
[    0.002734]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.002735]   2 base 0000C0000000 mask FFFFF0000000 write-back
[    0.002736]   3 base 0000CF000000 mask FFFFFF000000 uncachable
[    0.002737]   4 disabled
[    0.002738]   5 disabled
[    0.002738]   6 disabled
[    0.002738]   7 disabled
[    0.002740] TOM2: 000000022f000000 aka 8944M
[    0.003195] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT 
[    0.003388] total RAM covered: 3312M
[    0.003917] Found optimal setting for mtrr clean up
[    0.003919]  gran_size: 64K chunk_size: 32M num_reg: 4  lose cover RAM: 0G
[    0.004141] e820: update [mem 0xcf000000-0xffffffff] usable ==> reserved
[    0.004150] last_pfn = 0xcf000 max_arch_pfn = 0x400000000
[    0.008869] found SMP MP-table at [mem 0x000fd870-0x000fd87f]
[    0.008905] esrt: Reserving ESRT space from 0x00000000cdea7698 to 0x00000000cdea76d0.
[    0.008930] check: Scanning 1 areas for low memory corruption
[    0.008937] Using GB pages for direct mapping
[    0.008941] BRK [0x112a01000, 0x112a01fff] PGTABLE
[    0.008945] BRK [0x112a02000, 0x112a02fff] PGTABLE
[    0.008946] BRK [0x112a03000, 0x112a03fff] PGTABLE
[    0.008992] BRK [0x112a04000, 0x112a04fff] PGTABLE
[    0.008993] BRK [0x112a05000, 0x112a05fff] PGTABLE
[    0.009198] BRK [0x112a06000, 0x112a06fff] PGTABLE
[    0.009261] BRK [0x112a07000, 0x112a07fff] PGTABLE
[    0.009340] BRK [0x112a08000, 0x112a08fff] PGTABLE
[    0.009343] BRK [0x112a09000, 0x112a09fff] PGTABLE
[    0.009447] BRK [0x112a0a000, 0x112a0afff] PGTABLE
[    0.009567] BRK [0x112a0b000, 0x112a0bfff] PGTABLE
[    0.009662] BRK [0x112a0c000, 0x112a0cfff] PGTABLE
[    0.009746] RAMDISK: [mem 0x33103000-0x35878fff]
[    0.009759] ACPI: Early table checksum verification disabled
[    0.009767] ACPI: RSDP 0x00000000CD6B9000 000024 (v02 HPQOEM)
[    0.009770] ACPI: XSDT 0x00000000CD6B9098 0000B4 (v01 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.009779] ACPI: FACP 0x00000000CD6CB2A8 00010C (v05 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.009785] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20190703/tbfadt-624)
[    0.009790] ACPI: DSDT 0x00000000CD6B91E0 0120C1 (v02 HPQOEM 80B5     01072009 ACPI 20120913)
[    0.009793] ACPI: FACS 0x00000000CDB7DC80 000040
[    0.009795] ACPI: APIC 0x00000000CD6CB3B8 00007E (v03 HPQOEM 80B5     01072009 HP   00010013)
[    0.009798] ACPI: FPDT 0x00000000CD6CB438 000044 (v01 HPQOEM 80B5     01072009 HP   00010013)
[    0.009801] ACPI: FIDT 0x00000000CD6CB480 00009C (v01 HPQOEM 80B5     01072009 HP   00010013)
[    0.009804] ACPI: MCFG 0x00000000CD6CB520 00003C (v01 HPQOEM 80B5     01072009 HP   00010013)
[    0.009806] ACPI: BOOT 0x00000000CD6CB560 000028 (v01 HPQOEM 80B5     01072009 HP   00010013)
[    0.009808] ACPI: HPET 0x00000000CD6CB588 000038 (v01 HPQOEM 80B5     01072009 HP   00000005)
[    0.009811] ACPI: UEFI 0x00000000CD6CB5C0 000042 (v01 HPQOEM 80B5     00000000 HP   00000000)
[    0.009813] ACPI: IVRS 0x00000000CD6CB608 0000D0 (v02 HPQOEM 80B5     00000001 HP   00000000)
[    0.009816] ACPI: SSDT 0x00000000CD6CB6D8 000854 (v01 HPQOEM 80B5     00000001 ACPI 00000001)
[    0.009818] ACPI: SSDT 0x00000000CD6CBF30 00873A (v02 HPQOEM 80B5     00000002 ACPI 04000000)
[    0.009821] ACPI: CRAT 0x00000000CD6D4670 000550 (v01 HPQOEM 80B5     00000001 HP   00000001)
[    0.009823] ACPI: SSDT 0x00000000CD6D4BC0 00147F (v01 HPQOEM 80B5     00000001 ACPI 20120913)
[    0.009826] ACPI: SSDT 0x00000000CD6D6040 000A7F (v01 HPQOEM 80B5     00000001 ACPI 20120913)
[    0.009828] ACPI: SSDT 0x00000000CD6D6AC0 0006E6 (v01 HPQOEM 80B5     00000001 ACPI 20120913)
[    0.009831] ACPI: SSDT 0x00000000CD6D71A8 0015F0 (v01 HPQOEM 80B5     00000001 ACPI 20120913)
[    0.009834] ACPI: SSDT 0x00000000CD6D8798 000FDB (v01 HPQOEM 80B5     00000001 ACPI 20120913)
[    0.009836] ACPI: BGRT 0x00000000CD6D9778 000038 (v01 HPQOEM 80B5     01072009 HP   00010013)
[    0.009850] ACPI: Local APIC address 0xfee00000
[    0.009972] No NUMA configuration found
[    0.009973] Faking a node at [mem 0x0000000000000000-0x000000020effffff]
[    0.009984] NODE_DATA(0) allocated [mem 0x20efd5000-0x20effffff]
[    0.010312] Zone ranges:
[    0.010313]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010314]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010315]   Normal   [mem 0x0000000100000000-0x000000020effffff]
[    0.010316]   Device   empty
[    0.010317] Movable zone start for each node
[    0.010319] Early memory node ranges
[    0.010320]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.010321]   node   0: [mem 0x0000000000100000-0x00000000cd598fff]
[    0.010322]   node   0: [mem 0x00000000cdefd000-0x00000000ce095fff]
[    0.010323]   node   0: [mem 0x00000000ce564000-0x00000000ceaf0fff]
[    0.010324]   node   0: [mem 0x00000000ceff8000-0x00000000ceffffff]
[    0.010324]   node   0: [mem 0x0000000100000000-0x000000020effffff]
[    0.010552] Zeroed struct page in unavailable ranges: 9114 pages
[    0.010555] Initmem setup node 0 [mem 0x0000000000001000-0x000000020effffff]
[    0.010557] On node 0 totalpages: 1952870
[    0.010559]   DMA zone: 64 pages used for memmap
[    0.010559]   DMA zone: 25 pages reserved
[    0.010560]   DMA zone: 3999 pages, LIFO batch:0
[    0.010695]   DMA32 zone: 13108 pages used for memmap
[    0.010696]   DMA32 zone: 838855 pages, LIFO batch:63
[    0.040209]   Normal zone: 17344 pages used for memmap
[    0.040210]   Normal zone: 1110016 pages, LIFO batch:63
[    0.077667] ACPI: PM-Timer IO Port: 0x808
[    0.077669] ACPI: Local APIC address 0xfee00000
[    0.077679] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.077689] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
[    0.077693] IOAPIC[1]: apic_id 1, version 33, address 0xfec01000, GSI 24-55
[    0.077696] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.077698] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.077699] ACPI: IRQ0 used by override.
[    0.077701] ACPI: IRQ9 used by override.
[    0.077702] Using ACPI (MADT) for SMP configuration information
[    0.077704] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.077720] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.077752] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.077754] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.077755] PM: Registered nosave memory: [mem 0xcd599000-0xcd692fff]
[    0.077756] PM: Registered nosave memory: [mem 0xcd693000-0xcd6d9fff]
[    0.077756] PM: Registered nosave memory: [mem 0xcd6da000-0xcdb80fff]
[    0.077757] PM: Registered nosave memory: [mem 0xcdb81000-0xcdeaafff]
[    0.077758] PM: Registered nosave memory: [mem 0xcdeab000-0xcdefcfff]
[    0.077759] PM: Registered nosave memory: [mem 0xce096000-0xce563fff]
[    0.077761] PM: Registered nosave memory: [mem 0xceaf1000-0xceff7fff]
[    0.077763] PM: Registered nosave memory: [mem 0xcf000000-0xf7ffffff]
[    0.077763] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.077764] PM: Registered nosave memory: [mem 0xfc000000-0xfeb7ffff]
[    0.077764] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.077765] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.077765] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.077766] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.077766] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.077767] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.077767] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.077768] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.077769] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.077769] PM: Registered nosave memory: [mem 0xfed90000-0xfedbffff]
[    0.077770] PM: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
[    0.077770] PM: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
[    0.077771] PM: Registered nosave memory: [mem 0xfedc2000-0xfedc8fff]
[    0.077771] PM: Registered nosave memory: [mem 0xfedc9000-0xfeffffff]
[    0.077772] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.077775] [mem 0xcf000000-0xf7ffffff] available for PCI devices
[    0.077776] Booting paravirtualized kernel on bare hardware
[    0.077782] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.077792] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.079406] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u524288
[    0.079415] pcpu-alloc: s184320 r8192 d28672 u524288 alloc=1*2097152
[    0.079416] pcpu-alloc: [0] 0 1 2 3
[    0.079463] Built 1 zonelists, mobility grouping on.  Total pages: 1922329
[    0.079465] Policy zone: Normal
[    0.079467] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic root=UUID=5e409e0a-2505-474d-85ed-e59e716a8bde ro quiet splash vt.handoff=1
[    0.083864] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.086038] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.086086] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.120963] Calgary: detecting Calgary via BIOS EBDA area
[    0.120966] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.190914] Memory: 7486024K/7811480K available (14339K kernel code, 2370K rwdata, 4668K rodata, 2660K init, 5076K bss, 325456K reserved, 0K cma-reserved)
[    0.191138] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.191164] ftrace: allocating 42927 entries in 168 pages
[    0.213167] rcu: Hierarchical RCU implementation.
[    0.213171] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.213173] Tasks RCU enabled.
[    0.213174] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.213174] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.216900] NR_IRQS: 524544, nr_irqs: 1000, preallocated irqs: 16
[    0.217187] vt handoff: transparent VT on vt#1
[    0.217197] Console: colour dummy device 80x25
[    0.217208] printk: console [tty0] enabled
[    0.217243] ACPI: Core revision 20190703
[    0.217447] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.217468] APIC: Switch to symmetric I/O mode setup
[    0.244814] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.261470] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x19e5734932a, max_idle_ns: 440795228882 ns
[    0.261481] Calibrating delay loop (skipped), value calculated using timer frequency.. 3593.11 BogoMIPS (lpj=7186220)
[    0.261484] pid_max: default: 32768 minimum: 301
[    0.265557] LSM: Security Framework initializing
[    0.265576] Yama: becoming mindful.
[    0.265672] AppArmor: AppArmor initialized
[    0.265842] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.265919] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.266189] *** VALIDATE proc ***
[    0.266288] *** VALIDATE cgroup1 ***
[    0.266290] *** VALIDATE cgroup2 ***
[    0.266386] LVT offset 1 assigned for vector 0xf9
[    0.266397] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.266398] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.266405] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.266407] Spectre V2 : Mitigation: Full AMD retpoline
[    0.266408] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.266410] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.266663] Freeing SMP alternatives memory: 40K
[    0.379374] smpboot: CPU0: AMD A10-8700P Radeon R6, 10 Compute Cores 4C+6G (family: 0x15, model: 0x60, stepping: 0x1)
[    0.379556] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.379563] ... version:                0
[    0.379564] ... bit width:              48
[    0.379564] ... generic registers:      6
[    0.379565] ... value mask:             0000ffffffffffff
[    0.379565] ... max period:             00007fffffffffff
[    0.379566] ... fixed-purpose events:   0
[    0.379566] ... event mask:             000000000000003f
[    0.379634] rcu: Hierarchical SRCU implementation.
[    0.380618] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.380739] smp: Bringing up secondary CPUs ...
[    0.380923] x86: Booting SMP configuration:
[    0.380925] .... node  #0, CPUs:      #1
[    0.381474] TSC synchronization [CPU#0 -> CPU#1]:
[    0.381474] Measured 367023892 cycles TSC warp between CPUs, turning off TSC clock.
[    0.381474] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.381717]  #2 #3
[    0.381966] smp: Brought up 1 node, 4 CPUs
[    0.381966] smpboot: Max logical packages: 1
[    0.381966] smpboot: Total of 4 processors activated (14372.44 BogoMIPS)
[    0.383188] devtmpfs: initialized
[    0.383188] x86/mm: Memory block size: 128MB
[    0.386152] PM: Registering ACPI NVS region [mem 0xcd6da000-0xcdb80fff] (4878336 bytes)
[    0.386152] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.386152] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.386152] pinctrl core: initialized pinctrl subsystem
[    0.386152] PM: RTC time: 16:18:43, date: 2020-01-27
[    0.386419] NET: Registered protocol family 16
[    0.386579] audit: initializing netlink subsys (disabled)
[    0.386613] audit: type=2000 audit(1580141923.148:1): state=initialized audit_enabled=0 res=1
[    0.386613] EISA bus registered
[    0.386613] cpuidle: using governor ladder
[    0.386613] cpuidle: using governor menu
[    0.386613] Simple Boot Flag at 0x47 set to 0x1
[    0.386613] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.386613] ACPI: bus type PCI registered
[    0.386613] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.386613] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.386613] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.386613] PCI: Using configuration type 1 for base access
[    0.389920] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.389920] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.397696] ACPI: Added _OSI(Module Device)
[    0.397698] ACPI: Added _OSI(Processor Device)
[    0.397699] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.397700] ACPI: Added _OSI(Processor Aggregator Device)
[    0.397701] ACPI: Added _OSI(Linux-Dell-Video)
[    0.397703] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.397704] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.424277] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.428836] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.433725] ACPI: EC: EC started
[    0.433727] ACPI: EC: interrupt blocked
[    1.220669] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[    1.220674] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.220675] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    1.220676] ACPI: Interpreter enabled
[    1.220717] ACPI: (supports S0 S3 S4 S5)
[    1.220720] ACPI: Using IOAPIC for interrupt routing
[    1.220785] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.221247] ACPI: Enabled 3 GPEs in block 00 to 1F
[    1.227218] ACPI: Power Resource [P0SA] (off)
[    1.227250] ACPI: Power Resource [P3SA] (off)
[    1.230276] ACPI: Power Resource [P0U3] (off)
[    1.230314] ACPI: Power Resource [P3U3] (off)
[    1.231922] ACPI: Power Resource [P0U2] (off)
[    1.231952] ACPI: Power Resource [P3U2] (off)
[    1.231986] ACPI: Power Resource [P0SD] (off)
[    1.232022] ACPI: Power Resource [P3SD] (off)
[    1.232052] ACPI: Power Resource [P0ST] (on)
[    1.232085] ACPI: Power Resource [P3ST] (on)
[    1.234404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    1.234413] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    1.234772] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    1.234978] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    1.234980] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.235000] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    1.235457] PCI host bridge to bus 0000:00
[    1.235460] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    1.235461] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    1.235462] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    1.235463] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.235464] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.235465] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    1.235466] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfed3ffff window]
[    1.235467] pci_bus 0000:00: root bus resource [mem 0xfedca000-0xffffffff window]
[    1.235469] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.235481] pci 0000:00:00.0: [1022:1576] type 00 class 0x060000
[    1.235612] pci 0000:00:00.2: [1022:1577] type 00 class 0x080600
[    1.235745] pci 0000:00:01.0: [1002:9874] type 00 class 0x030000
[    1.235763] pci 0000:00:01.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.235771] pci 0000:00:01.0: reg 0x18: [mem 0xf0800000-0xf0ffffff 64bit pref]
[    1.235777] pci 0000:00:01.0: reg 0x20: [io  0xf000-0xf0ff]
[    1.235782] pci 0000:00:01.0: reg 0x24: [mem 0xfeb00000-0xfeb3ffff]
[    1.235787] pci 0000:00:01.0: reg 0x30: [mem 0xfeb40000-0xfeb5ffff pref]
[    1.235791] pci 0000:00:01.0: enabling Extended Tags
[    1.235800] pci 0000:00:01.0: BAR 0: assigned to efifb
[    1.235833] pci 0000:00:01.0: supports D1 D2
[    1.235835] pci 0000:00:01.0: PME# supported from D1 D2 D3hot
[    1.235947] pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
[    1.235963] pci 0000:00:01.1: reg 0x10: [mem 0xfeb64000-0xfeb67fff 64bit]
[    1.235987] pci 0000:00:01.1: enabling Extended Tags
[    1.236018] pci 0000:00:01.1: supports D1 D2
[    1.236099] pci 0000:00:02.0: [1022:157b] type 00 class 0x060000
[    1.236198] pci 0000:00:02.2: [1022:157c] type 01 class 0x060400
[    1.236237] pci 0000:00:02.2: enabling Extended Tags
[    1.236281] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    1.236378] pci 0000:00:02.3: [1022:157c] type 01 class 0x060400
[    1.236416] pci 0000:00:02.3: enabling Extended Tags
[    1.236458] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    1.236551] pci 0000:00:02.4: [1022:157c] type 01 class 0x060400
[    1.236589] pci 0000:00:02.4: enabling Extended Tags
[    1.236631] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    1.236724] pci 0000:00:03.0: [1022:157b] type 00 class 0x060000
[    1.236817] pci 0000:00:03.1: [1022:157c] type 01 class 0x060400
[    1.236855] pci 0000:00:03.1: enabling Extended Tags
[    1.236932] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    1.237036] pci 0000:00:08.0: [1022:1578] type 00 class 0x108000
[    1.237050] pci 0000:00:08.0: reg 0x10: [mem 0xf1000000-0xf101ffff 64bit pref]
[    1.237054] pci 0000:00:08.0: reg 0x18: [mem 0xfe600000-0xfe6fffff]
[    1.237059] pci 0000:00:08.0: reg 0x1c: [mem 0xfeb6f000-0xfeb6ffff]
[    1.237067] pci 0000:00:08.0: reg 0x24: [mem 0xfeb6a000-0xfeb6bfff]
[    1.237178] pci 0000:00:09.0: [1022:157d] type 00 class 0x060000
[    1.237272] pci 0000:00:09.2: [1022:157a] type 00 class 0x040300
[    1.237281] pci 0000:00:09.2: reg 0x10: [mem 0xfeb60000-0xfeb63fff]
[    1.237314] pci 0000:00:09.2: PME# supported from D0 D3hot D3cold
[    1.237418] pci 0000:00:10.0: [1022:7914] type 00 class 0x0c0330
[    1.237445] pci 0000:00:10.0: reg 0x10: [mem 0xfeb68000-0xfeb69fff 64bit]
[    1.237558] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    1.237664] pci 0000:00:11.0: [1022:7901] type 00 class 0x010601
[    1.237684] pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
[    1.237693] pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
[    1.237701] pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
[    1.237709] pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
[    1.237717] pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
[    1.237725] pci 0000:00:11.0: reg 0x24: [mem 0xfeb6d000-0xfeb6d3ff]
[    1.237770] pci 0000:00:11.0: PME# supported from D3hot
[    1.237934] pci 0000:00:12.0: [1022:7908] type 00 class 0x0c0320
[    1.237953] pci 0000:00:12.0: reg 0x10: [mem 0xfeb6c000-0xfeb6c0ff]
[    1.238068] pci 0000:00:12.0: supports D1 D2
[    1.238069] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.238204] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    1.238376] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    1.238559] pci 0000:00:18.0: [1022:1570] type 00 class 0x060000
[    1.238691] pci 0000:00:18.1: [1022:1571] type 00 class 0x060000
[    1.238821] pci 0000:00:18.2: [1022:1572] type 00 class 0x060000
[    1.238909] pci 0000:00:18.3: [1022:1573] type 00 class 0x060000
[    1.239002] pci 0000:00:18.4: [1022:1574] type 00 class 0x060000
[    1.239081] pci 0000:00:18.5: [1022:1575] type 00 class 0x060000
[    1.239228] pci 0000:01:00.0: [10ec:5229] type 00 class 0xff0000
[    1.239250] pci 0000:01:00.0: reg 0x10: [mem 0xfea00000-0xfea00fff]
[    1.239353] pci 0000:01:00.0: supports D1 D2
[    1.239354] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    1.239459] pci 0000:00:02.2: PCI bridge to [bus 01]
[    1.239466] pci 0000:00:02.2:   bridge window [mem 0xfea00000-0xfeafffff]
[    1.239539] pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000
[    1.239565] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    1.239588] pci 0000:02:00.0: reg 0x18: [mem 0xfe914000-0xfe914fff 64bit pref]
[    1.239603] pci 0000:02:00.0: reg 0x20: [mem 0xfe910000-0xfe913fff 64bit pref]
[    1.239612] pci 0000:02:00.0: reg 0x30: [mem 0xfe900000-0xfe90ffff pref]
[    1.239693] pci 0000:02:00.0: supports D1 D2
[    1.239694] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.239814] pci 0000:00:02.3: PCI bridge to [bus 02]
[    1.239818] pci 0000:00:02.3:   bridge window [io  0xe000-0xefff]
[    1.239821] pci 0000:00:02.3:   bridge window [mem 0xfe900000-0xfe9fffff]
[    1.239889] pci 0000:03:00.0: [10ec:b723] type 00 class 0x028000
[    1.239916] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    1.239938] pci 0000:03:00.0: reg 0x18: [mem 0xfe800000-0xfe803fff 64bit]
[    1.240041] pci 0000:03:00.0: supports D1 D2
[    1.240042] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.240183] pci 0000:00:02.4: PCI bridge to [bus 03]
[    1.240188] pci 0000:00:02.4:   bridge window [io  0xd000-0xdfff]
[    1.240190] pci 0000:00:02.4:   bridge window [mem 0xfe800000-0xfe8fffff]
[    1.240299] pci 0000:04:00.0: [1002:6900] type 00 class 0x038000
[    1.240347] pci 0000:04:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    1.240364] pci 0000:04:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    1.240375] pci 0000:04:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    1.240385] pci 0000:04:00.0: reg 0x24: [mem 0xfe700000-0xfe73ffff]
[    1.240395] pci 0000:04:00.0: reg 0x30: [mem 0xfe740000-0xfe75ffff pref]
[    1.240406] pci 0000:04:00.0: enabling Extended Tags
[    1.240528] pci 0000:04:00.0: supports D1 D2
[    1.240598] pci 0000:04:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x8 link at 0000:00:03.1 (capable of 63.008 Gb/s with 8 GT/s x8 link)
[    1.240694] pci 0000:00:03.1: PCI bridge to [bus 04]
[    1.240698] pci 0000:00:03.1:   bridge window [io  0xc000-0xcfff]
[    1.240700] pci 0000:00:03.1:   bridge window [mem 0xfe700000-0xfe7fffff]
[    1.240704] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    1.242700] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 *10 11 14 15)
[    1.242819] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    1.242883] ACPI: PCI Interrupt Link [LNKC] (IRQs *4 5 7 10 11 14 15)
[    1.242957] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 *11 14 15)
[    1.243025] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 *11 14 15)
[    1.243082] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    1.243140] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 *5 7 10 11 14 15)
[    1.243196] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    1.244620] ACPI: EC: interrupt unblocked
[    1.244631] ACPI: EC: event unblocked
[    1.244639] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.244642] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions and events
[    1.244866] SCSI subsystem initialized
[    1.245510] libata version 3.00 loaded.
[    1.245541] pci 0000:00:01.0: vgaarb: setting as boot VGA device
[    1.245541] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.245541] pci 0000:00:01.0: vgaarb: bridge control possible
[    1.245545] vgaarb: loaded
[    1.245567] ACPI: bus type USB registered
[    1.245585] usbcore: registered new interface driver usbfs
[    1.245592] usbcore: registered new interface driver hub
[    1.245649] usbcore: registered new device driver usb
[    1.245732] pps_core: LinuxPPS API ver. 1 registered
[    1.245733] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.245737] PTP clock support registered
[    1.245769] EDAC MC: Ver: 3.0.0
[    1.245769] Registered efivars operations
[    1.245769] PCI: Using ACPI for IRQ routing
[    1.247377] PCI: pci_cache_line_size set to 64 bytes
[    1.247441] e820: reserve RAM buffer [mem 0xcd599000-0xcfffffff]
[    1.247443] e820: reserve RAM buffer [mem 0xce096000-0xcfffffff]
[    1.247444] e820: reserve RAM buffer [mem 0xceaf1000-0xcfffffff]
[    1.247445] e820: reserve RAM buffer [mem 0xcf000000-0xcfffffff]
[    1.247446] e820: reserve RAM buffer [mem 0x20f000000-0x20fffffff]
[    1.247608] NetLabel: Initializing
[    1.247609] NetLabel:  domain hash size = 128
[    1.247609] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.247628] NetLabel:  unlabeled traffic allowed by default
[    1.247647] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.247647] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    1.250721] clocksource: Switched to clocksource hpet
[    1.269317] VFS: Disk quotas dquot_6.6.0
[    1.269357] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.269410] *** VALIDATE hugetlbfs ***
[    1.269612] AppArmor: AppArmor Filesystem Enabled
[    1.269704] pnp: PnP ACPI init
[    1.269981] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    1.269989] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.270082] system 00:01: [mem 0xb0000000-0xcfffffff] could not be reserved
[    1.270085] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.270180] system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    1.270183] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.270391] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.270535] pnp 00:04: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[    1.270561] pnp 00:05: Plug and Play ACPI device, IDs SYN1ef0 PNP0f13 (active)
[    1.270855] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    1.270859] system 00:06: [io  0x040b] has been reserved
[    1.270860] system 00:06: [io  0x04d6] has been reserved
[    1.270862] system 00:06: [io  0x0c00-0x0c01] has been reserved
[    1.270863] system 00:06: [io  0x0c14] has been reserved
[    1.270864] system 00:06: [io  0x0c50-0x0c51] has been reserved
[    1.270865] system 00:06: [io  0x0c52] has been reserved
[    1.270867] system 00:06: [io  0x0c6c] has been reserved
[    1.270868] system 00:06: [io  0x0c6f] has been reserved
[    1.270869] system 00:06: [io  0x0cd0-0x0cd1] has been reserved
[    1.270870] system 00:06: [io  0x0cd2-0x0cd3] has been reserved
[    1.270872] system 00:06: [io  0x0cd4-0x0cd5] has been reserved
[    1.270873] system 00:06: [io  0x0cd6-0x0cd7] has been reserved
[    1.270874] system 00:06: [io  0x0cd8-0x0cdf] has been reserved
[    1.270875] system 00:06: [io  0x0800-0x089f] has been reserved
[    1.270876] system 00:06: [io  0x0b20-0x0b3f] has been reserved
[    1.270877] system 00:06: [io  0x0900-0x090f] has been reserved
[    1.270878] system 00:06: [io  0x0910-0x091f] has been reserved
[    1.270880] system 00:06: [io  0xfe00-0xfefe] has been reserved
[    1.270882] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.270883] system 00:06: [mem 0xfec01000-0xfec01fff] could not be reserved
[    1.270885] system 00:06: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    1.270886] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.270887] system 00:06: [mem 0xfed80000-0xfed8ffff] has been reserved
[    1.270888] system 00:06: [mem 0xfed61000-0xfed70fff] has been reserved
[    1.270890] system 00:06: [mem 0xfec10000-0xfec10fff] has been reserved
[    1.270891] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    1.270895] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.272362] pnp: PnP ACPI: found 7 devices
[    1.274447] thermal_sys: Registered thermal governor 'fair_share'
[    1.274449] thermal_sys: Registered thermal governor 'bang_bang'
[    1.274450] thermal_sys: Registered thermal governor 'step_wise'
[    1.274451] thermal_sys: Registered thermal governor 'user_space'
[    1.274451] thermal_sys: Registered thermal governor 'power_allocator'
[    1.278967] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.279032] pci 0000:00:02.2: PCI bridge to [bus 01]
[    1.279039] pci 0000:00:02.2:   bridge window [mem 0xfea00000-0xfeafffff]
[    1.279046] pci 0000:00:02.3: PCI bridge to [bus 02]
[    1.279048] pci 0000:00:02.3:   bridge window [io  0xe000-0xefff]
[    1.279052] pci 0000:00:02.3:   bridge window [mem 0xfe900000-0xfe9fffff]
[    1.279058] pci 0000:00:02.4: PCI bridge to [bus 03]
[    1.279060] pci 0000:00:02.4:   bridge window [io  0xd000-0xdfff]
[    1.279063] pci 0000:00:02.4:   bridge window [mem 0xfe800000-0xfe8fffff]
[    1.279069] pci 0000:00:03.1: PCI bridge to [bus 04]
[    1.279071] pci 0000:00:03.1:   bridge window [io  0xc000-0xcfff]
[    1.279074] pci 0000:00:03.1:   bridge window [mem 0xfe700000-0xfe7fffff]
[    1.279077] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    1.279084] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    1.279085] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    1.279086] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    1.279087] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.279088] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.279089] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.279090] pci_bus 0000:00: resource 10 [mem 0xd0000000-0xfed3ffff window]
[    1.279092] pci_bus 0000:00: resource 11 [mem 0xfedca000-0xffffffff window]
[    1.279093] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    1.279094] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    1.279095] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    1.279097] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    1.279098] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
[    1.279099] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
[    1.279100] pci_bus 0000:04: resource 1 [mem 0xfe700000-0xfe7fffff]
[    1.279101] pci_bus 0000:04: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    1.279276] NET: Registered protocol family 2
[    1.279547] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    1.279778] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.280362] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    1.280725] TCP: Hash tables configured (established 65536 bind 65536)
[    1.280935] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.281021] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.281268] NET: Registered protocol family 1
[    1.281279] NET: Registered protocol family 44
[    1.281308] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.281319] pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
[    1.281888] pci 0000:00:10.0: PME# does not work under D0, disabling it
[    1.301901] pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x6a0 took 19516 usecs
[    1.301939] pci 0000:04:00.0: disabling ATS (broken on this device)
[    1.301944] PCI: CLS 0 bytes, default 64
[    1.302052] Trying to unpack rootfs image as initramfs...
[    1.909490] Freeing initrd memory: 40408K
[    1.909788] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    1.910278] pci 0000:00:00.2: can't derive routing for PCI INT A
[    1.910279] pci 0000:00:00.2: PCI INT A: not connected
[    1.910603] pci 0000:00:01.0: Adding to iommu group 0
[    1.910671] pci 0000:00:01.0: Using iommu direct mapping
[    1.910707] pci 0000:00:01.1: Adding to iommu group 0
[    1.910771] pci 0000:00:02.0: Adding to iommu group 1
[    1.910793] pci 0000:00:02.2: Adding to iommu group 1
[    1.910812] pci 0000:00:02.3: Adding to iommu group 1
[    1.910832] pci 0000:00:02.4: Adding to iommu group 1
[    1.910920] pci 0000:00:03.0: Adding to iommu group 2
[    1.910942] pci 0000:00:03.1: Adding to iommu group 2
[    1.911065] pci 0000:00:08.0: Adding to iommu group 3
[    1.911155] pci 0000:00:09.0: Adding to iommu group 4
[    1.911174] pci 0000:00:09.2: Adding to iommu group 4
[    1.911298] pci 0000:00:10.0: Adding to iommu group 5
[    1.911418] pci 0000:00:11.0: Adding to iommu group 6
[    1.911505] pci 0000:00:12.0: Adding to iommu group 7
[    1.911641] pci 0000:00:14.0: Adding to iommu group 8
[    1.911665] pci 0000:00:14.3: Adding to iommu group 8
[    1.911804] pci 0000:00:18.0: Adding to iommu group 9
[    1.911824] pci 0000:00:18.1: Adding to iommu group 9
[    1.911844] pci 0000:00:18.2: Adding to iommu group 9
[    1.911865] pci 0000:00:18.3: Adding to iommu group 9
[    1.911887] pci 0000:00:18.4: Adding to iommu group 9
[    1.911910] pci 0000:00:18.5: Adding to iommu group 9
[    1.911931] pci 0000:01:00.0: Adding to iommu group 1
[    1.911951] pci 0000:02:00.0: Adding to iommu group 1
[    1.911971] pci 0000:03:00.0: Adding to iommu group 1
[    1.912016] pci 0000:04:00.0: Adding to iommu group 2
[    1.913144] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    1.913146] pci 0000:00:00.2: AMD-Vi: Extended features (0x37ef22294ada):
[    1.913148]  PPR NX GT IA GA PC GA_vAPIC
[    1.913152] AMD-Vi: Interrupt remapping enabled
[    1.913152] AMD-Vi: Virtual APIC enabled
[    1.913688] AMD-Vi: Lazy IO/TLB flushing enabled
[    1.915525] amd_uncore: AMD NB counters detected
[    1.915870] LVT offset 0 assigned for vector 0x400
[    1.915942] perf: AMD IBS detected (0x000007ff)
[    1.915950] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    1.916059] check: Scanning for low memory corruption every 60 seconds
[    1.919134] Initialise system trusted keyrings
[    1.919156] Key type blacklist registered
[    1.919483] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    1.921170] zbud: loaded
[    1.922037] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.922619] fuse: init (API version 7.31)
[    1.922829] Platform Keyring initialized
[    1.929007] Key type asymmetric registered
[    1.929011] Asymmetric key parser 'x509' registered
[    1.929083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.929250] io scheduler mq-deadline registered
[    1.930021] pcieport 0000:00:02.2: PME: Signaling with IRQ 26
[    1.930219] pcieport 0000:00:02.3: PME: Signaling with IRQ 27
[    1.930378] pcieport 0000:00:02.4: PME: Signaling with IRQ 28
[    1.930543] pcieport 0000:00:03.1: PME: Signaling with IRQ 30
[    1.930575] pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    1.931127] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.931362] efifb: probing for efifb
[    1.931391] efifb: Ignoring BGRT: unexpected or invalid BMP data
[    1.931392] efifb: framebuffer at 0xd0000000, using 1984k, total 1984k
[    1.931393] efifb: mode is 800x600x32, linelength=3328, pages=1
[    1.931393] efifb: scrolling: redraw
[    1.931395] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.931486] fbcon: Deferring console take-over
[    1.931487] fb0: EFI VGA frame buffer device
[    1.990482] ACPI: AC Adapter [ACAD] (off-line)
[    1.990617] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.990630] ACPI: Power Button [PWRB]
[    1.990678] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    1.990684] ACPI: Lid Switch [LID]
[    1.990715] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.990734] ACPI: Power Button [PWRF]
[    1.994595] thermal LNXTHERM:00: registered as thermal_zone0
[    1.994597] ACPI: Thermal Zone [THRM] (0 C)
[    1.994974] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.998179] Linux agpgart interface v0.103
[    2.002850] loop: module loaded
[    2.003560] libphy: Fixed MDIO Bus: probed
[    2.003561] tun: Universal TUN/TAP device driver, 1.6
[    2.003910] PPP generic driver version 2.4.2
[    2.003996] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.004004] ehci-pci: EHCI PCI platform driver
[    2.004361] ehci-pci 0000:00:12.0: EHCI Host Controller
[    2.004368] ehci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
[    2.004382] ehci-pci 0000:00:12.0: debug port 2
[    2.004466] ehci-pci 0000:00:12.0: irq 18, io mem 0xfeb6c000
[    2.017704] ehci-pci 0000:00:12.0: USB 2.0 started, EHCI 1.00
[    2.018010] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    2.018015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.018017] usb usb1: Product: EHCI Host Controller
[    2.018019] usb usb1: Manufacturer: Linux 5.3.0-26-generic ehci_hcd
[    2.018021] usb usb1: SerialNumber: 0000:00:12.0
[    2.018327] hub 1-0:1.0: USB hub found
[    2.018354] hub 1-0:1.0: 2 ports detected
[    2.018631] ehci-platform: EHCI generic platform driver
[    2.018669] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.018685] ohci-pci: OHCI PCI platform driver
[    2.018704] ohci-platform: OHCI generic platform driver
[    2.018716] uhci_hcd: USB Universal Host Controller Interface driver
[    2.019008] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    2.019017] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    2.019240] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000410
[    2.019796] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    2.019799] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.019801] usb usb2: Product: xHCI Host Controller
[    2.019803] usb usb2: Manufacturer: Linux 5.3.0-26-generic xhci-hcd
[    2.019804] usb usb2: SerialNumber: 0000:00:10.0
[    2.020053] hub 2-0:1.0: USB hub found
[    2.020082] hub 2-0:1.0: 4 ports detected
[    2.020622] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    2.020629] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
[    2.020635] xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
[    2.026138] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.026169] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
[    2.026171] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.026172] usb usb3: Product: xHCI Host Controller
[    2.026174] usb usb3: Manufacturer: Linux 5.3.0-26-generic xhci-hcd
[    2.026175] usb usb3: SerialNumber: 0000:00:10.0
[    2.026367] hub 3-0:1.0: USB hub found
[    2.026379] hub 3-0:1.0: 4 ports detected
[    2.026716] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.027506] battery: ACPI: Battery Slot [BAT0] (battery present)
[    2.034690] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.034695] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.035140] mousedev: PS/2 mouse device common for all mice
[    2.035422] rtc_cmos 00:03: RTC can wake from S4
[    2.035582] rtc_cmos 00:03: registered as rtc0
[    2.035605] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.035614] i2c /dev entries driver
[    2.035700] device-mapper: uevent: version 1.0.3
[    2.035801] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[    2.035839] platform eisa.0: Probing EISA bus 0
[    2.035843] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    2.035845] platform eisa.0: Cannot allocate resource for EISA slot 1
[    2.035847] platform eisa.0: Cannot allocate resource for EISA slot 2
[    2.035848] platform eisa.0: Cannot allocate resource for EISA slot 3
[    2.035849] platform eisa.0: Cannot allocate resource for EISA slot 4
[    2.035851] platform eisa.0: Cannot allocate resource for EISA slot 5
[    2.035852] platform eisa.0: Cannot allocate resource for EISA slot 6
[    2.035853] platform eisa.0: Cannot allocate resource for EISA slot 7
[    2.035855] platform eisa.0: Cannot allocate resource for EISA slot 8
[    2.035856] platform eisa.0: EISA: Detected 0 cards
[    2.035952] ledtrig-cpu: registered to indicate activity on CPUs
[    2.035957] EFI Variables Facility v0.08 2004-May-17
[    2.042637] x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
[    2.043018] NET: Registered protocol family 10
[    2.046958] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.054583] Segment Routing with IPv6
[    2.054637] NET: Registered protocol family 17
[    2.054773] Key type dns_resolver registered
[    2.055330] RAS: Correctable Errors collector initialized.
[    2.055414] microcode: CPU0: patch_level=0x06006110
[    2.055425] microcode: CPU1: patch_level=0x06006110
[    2.055470] microcode: CPU2: patch_level=0x06006110
[    2.055484] microcode: CPU3: patch_level=0x06006110
[    2.055535] microcode: Microcode Update Driver: v2.2.
[    2.055753] registered taskstats version 1
[    2.055770] Loading compiled-in X.509 certificates
[    2.058889] Loaded X.509 cert 'Build time autogenerated kernel key: 8098f9b3401d48cb244b138af0c5bac131caef8a'
[    2.058983] zswap: loaded using pool lzo/zbud
[    2.069425] Key type big_key registered
[    2.074523] Key type encrypted registered
[    2.074537] AppArmor: AppArmor sha1 policy hashing enabled
[    2.075279] ima: No TPM chip found, activating TPM-bypass!
[    2.075284] ima: Allocated hash algorithm: sha1
[    2.075297] No architecture policies found
[    2.075310] evm: Initialising EVM extended attributes:
[    2.075312] evm: security.selinux
[    2.075312] evm: security.SMACK64
[    2.075313] evm: security.SMACK64EXEC
[    2.075313] evm: security.SMACK64TRANSMUTE
[    2.075314] evm: security.SMACK64MMAP
[    2.075314] evm: security.apparmor
[    2.075314] evm: security.ima
[    2.075315] evm: security.capability
[    2.075316] evm: HMAC attrs: 0x1
[    2.075956] PM:   Magic number: 4:965:338
[    2.076016] tty tty59: hash matches
[    2.076315] rtc_cmos 00:03: setting system clock to 2020-01-27T16:18:45 UTC (1580141925)
[    2.076707] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.077185] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    2.080271] Freeing unused decrypted memory: 2040K
[    2.082397] Freeing unused kernel image memory: 2660K
[    2.101715] Write protecting the kernel read-only data: 22528k
[    2.103375] Freeing unused kernel image memory: 2008K
[    2.104604] Freeing unused kernel image memory: 1476K
[    2.116426] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.116434] Run /init as init process
[    2.357709] usb 2-1: new high-speed USB device number 2 using xhci_hcd
[    2.357736] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.518052] usb 1-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
[    2.518056] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.519513] hub 1-1:1.0: USB hub found
[    2.519667] hub 1-1:1.0: 4 ports detected
[    2.548307] usb 2-1: New USB device found, idVendor=04f2, idProduct=b50d, bcdDevice=19.16
[    2.548310] usb 2-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.548312] usb 2-1: Product: HP Truevision HD
[    2.548313] usb 2-1: Manufacturer: Generic
[    2.548315] usb 2-1: SerialNumber: 200901010001
[    2.558508] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.559214] acpi device:02: registered as cooling_device4
[    2.559305] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    2.559573] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[    2.559955] acpi device:0e: registered as cooling_device5
[    2.560069] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:01/input/input6
[    2.681530] usb 2-2: new full-speed USB device number 3 using xhci_hcd
[    2.681639] rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002)
[    2.707908] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.707913] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    2.708539] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.710347] ahci 0000:00:11.0: version 3.0
[    2.710873] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    2.710877] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
[    2.712334] libphy: r8169: probed
[    2.712636] r8169 0000:02:00.0 eth0: RTL8106e, b0:5a:da:d0:70:b8, XID 449, IRQ 39
[    2.720911] scsi host0: ahci
[    2.721528] scsi host1: ahci
[    2.721618] ata1: SATA max UDMA/133 abar m1024@0xfeb6d000 port 0xfeb6d100 irq 40
[    2.721621] ata2: SATA max UDMA/133 abar m1024@0xfeb6d000 port 0xfeb6d180 irq 41
[    2.829046] r8169 0000:02:00.0 eno1: renamed from eth0
[    2.852326] usb 2-2: config 1 interface 1 altsetting 0 endpoint 0x3 has wMaxPacketSize 0, skipping
[    2.852330] usb 2-2: config 1 interface 1 altsetting 0 endpoint 0x83 has wMaxPacketSize 0, skipping
[    2.864311] usb 2-2: New USB device found, idVendor=0bda, idProduct=b006, bcdDevice= 2.00
[    2.864315] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.864317] usb 2-2: Product: Bluetooth Radio
[    2.864318] usb 2-2: Manufacturer: Realtek
[    2.864319] usb 2-2: SerialNumber: 00e04c000001
[    3.193681] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.193731] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.197714] ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX1P2C, max UDMA/100
[    3.197718] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.198590] ata2.00: ATAPI: hp       DVDRW  GUB0N, UB00, max UDMA/133
[    3.203198] ata2.00: configured for UDMA/133
[    3.203278] ata1.00: configured for UDMA/100
[    3.203657] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 2C   PQ: 0 ANSI: 5
[    3.204091] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.204331] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.204334] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    3.204370] sd 0:0:0:0: [sda] Write Protect is off
[    3.204373] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.204436] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.207149] random: fast init done
[    3.208534] scsi 1:0:0:0: CD-ROM            hp       DVDRW  GUB0N     UB00 PQ: 0 ANSI: 5
[    3.227156] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.227182] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.227186] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.289602] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.289609] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.290042] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.290180] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    3.367308]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[    3.368958] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.464221] psmouse serio1: synaptics: queried max coordinates: x [..5656], y [..4712]
[    3.496149] psmouse serio1: synaptics: queried min coordinates: x [1326..], y [1200..]
[    3.496162] psmouse serio1: synaptics: Your touchpad (PNP: SYN1ef0 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    3.558804] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x12e800/0x0, board id: 2997, fw id: 1665536
[    3.599895] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[    9.048049] random: crng init done
[    9.048054] random: 7 urandom warning(s) missed due to ratelimiting
[    9.203350] fbcon: Taking over console
[    9.203613] Console: switching to colour frame buffer device 100x37
[    9.255119] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[   11.305921] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[   11.326230] systemd[1]: Detected architecture x86-64.
[   11.335120] systemd[1]: Set hostname to <gorkem-hp-notebook>.
[   14.524962] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   14.525353] systemd[1]: Created slice System Slice.
[   14.525581] systemd[1]: Listening on Journal Socket.
[   14.550491] systemd[1]: Starting Load Kernel Modules...
[   14.568437] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   14.568621] systemd[1]: Listening on udev Control Socket.
[   14.570136] systemd[1]: Starting Set the console keyboard layout...
[   14.901761] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
[   15.271850] systemd-journald[329]: Received request to flush runtime journal from PID 1
[   15.419730] lp: driver loaded but no devices found
[   15.423761] ppdev: user-space parallel port driver
[   15.445737] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k FS
[   18.592937] input: HP Wireless hotkeys as /devices/virtual/input/input8
[   18.930184] hp_accel: laptop model unknown, using default axes configuration
[   18.946808] lis3lv02d: 8 bits 3DC sensor found
[   18.977810] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input9
[   19.351203] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[   19.351575] snd_hda_intel 0000:00:09.2: enabling device (0004 -> 0006)
[   19.404006] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input10
[   19.624009] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[   19.693840] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20190703/dsopcode-203)
[   19.693855] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   19.693866] No Local Variables are initialized for Method [HWMC]
[   19.693869] Initialized Arguments for Method [HWMC]:  (2 arguments defined for method invocation)
[   19.693870]   Arg0:   0000000000f4b8b3 <Obj>           Integer 0000000000000002
[   19.693880]   Arg1:   00000000387c2ebf <Obj>           Buffer(20) 53 45 43 55 01 00 00 00
[   19.693893] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20190703/psparse-531)
[   19.693908] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20190703/psparse-531)
[   19.693996] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20190703/dsopcode-203)
[   19.694004] No Local Variables are initialized for Method [HWMC]
[   19.694006] Initialized Arguments for Method [HWMC]:  (2 arguments defined for method invocation)
[   19.694007]   Arg0:   0000000000f4b8b3 <Obj>           Integer 0000000000000002
[   19.694012]   Arg1:   0000000043f9c564 <Obj>           Buffer(20) 53 45 43 55 01 00 00 00
[   19.694022] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20190703/psparse-531)
[   19.694033] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20190703/psparse-531)
[   19.694121] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20190703/dsopcode-203)
[   19.694129] No Local Variables are initialized for Method [HWMC]
[   19.694131] Initialized Arguments for Method [HWMC]:  (2 arguments defined for method invocation)
[   19.694132]   Arg0:   0000000000f4b8b3 <Obj>           Integer 0000000000000002
[   19.694136]   Arg1:   00000000387c2ebf <Obj>           Buffer(20) 53 45 43 55 01 00 00 00
[   19.694146] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20190703/psparse-531)
[   19.694156] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20190703/psparse-531)
[   19.694257] input: HP WMI hotkeys as /devices/virtual/input/input11
[   19.694593] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20190703/dsopcode-203)
[   19.694603] No Local Variables are initialized for Method [HWMC]
[   19.694605] Initialized Arguments for Method [HWMC]:  (2 arguments defined for method invocation)
[   19.694606]   Arg0:   0000000000f4b8b3 <Obj>           Integer 0000000000000002
[   19.694611]   Arg1:   0000000043f9c564 <Obj>           Buffer(20) 53 45 43 55 01 00 00 00
[   19.694621] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20190703/psparse-531)
[   19.694633] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20190703/psparse-531)
[   19.694714] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20190703/dsopcode-203)
[   19.694723] No Local Variables are initialized for Method [HWMC]
[   19.694725] Initialized Arguments for Method [HWMC]:  (2 arguments defined for method invocation)
[   19.694726]   Arg0:   0000000000f4b8b3 <Obj>           Integer 0000000000000003
[   19.694730]   Arg1:   00000000387c2ebf <Obj>           Buffer(20) 53 45 43 55 01 00 00 00
[   19.694740] ACPI Error: Aborting method \HWMC due to previous error (AE_AML_BUFFER_LIMIT) (20190703/psparse-531)
[   19.694750] ACPI Error: Aborting method \_SB.WMID.WMAA due to previous error (AE_AML_BUFFER_LIMIT) (20190703/psparse-531)
[   19.696269] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   19.780316] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3227: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   19.780322] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   19.780324] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   19.780326] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   19.780327] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   19.780330] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[   19.780332] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[   19.792412] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:09.2/sound/card1/input12
[   19.792501] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:09.2/sound/card1/input13
[   19.809219] rtlwifi: loading out-of-tree module taints kernel.
[   19.809360] rtlwifi: module verification failed: signature and/or required key missing - tainting kernel
[   20.157207] rtl8723be 0000:03:00.0: enabling device (0000 -> 0003)
[   20.171788] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[   20.182938] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   20.183319] rtlwifi: rtlwifi: wireless switch is on
[   20.456746] cryptd: max_cpu_qlen set to 1000
[   20.572258] Bluetooth: Core ver 2.22
[   20.572304] NET: Registered protocol family 31
[   20.572305] Bluetooth: HCI device and connection manager initialized
[   20.572314] Bluetooth: HCI socket layer initialized
[   20.572318] Bluetooth: L2CAP socket layer initialized
[   20.572323] Bluetooth: SCO socket layer initialized
[   20.616247] AVX2 version of gcm_enc/dec engaged.
[   20.616252] AES CTR mode by8 optimization enabled
[   20.679787] [drm] amdgpu kernel modesetting enabled.
[   20.679855] vga_switcheroo: detected switching method \_SB_.PCI0.VGA_.ATPX handle
[   20.681598] ATPX version 1, functions 0x00000003
[   20.682152] Parsing CRAT table with 1 nodes
[   20.682165] Creating topology SYSFS entries
[   20.682204] Topology: Add APU node [0x0:0x0]
[   20.682204] Finished initializing topology
[   20.682425] amdgpu 0000:00:01.0: remove_conflicting_pci_framebuffers: bar 0: 0xd0000000 -> 0xdfffffff
[   20.682428] amdgpu 0000:00:01.0: remove_conflicting_pci_framebuffers: bar 2: 0xf0800000 -> 0xf0ffffff
[   20.682430] amdgpu 0000:00:01.0: remove_conflicting_pci_framebuffers: bar 5: 0xfeb00000 -> 0xfeb3ffff
[   20.682433] checking generic (d0000000 1f0000) vs hw (d0000000 10000000)
[   20.682434] fb0: switching to amdgpudrmfb from EFI VGA
[   20.682659] Console: switching to colour dummy device 80x25
[   20.682733] amdgpu 0000:00:01.0: vgaarb: deactivate vga console
[   20.683703] [drm] initializing kernel modesetting (CARRIZO 0x1002:0x9874 0x103C:0x80B5 0xC5).
[   20.693138] usbcore: registered new interface driver btusb
[   20.696242] Bluetooth: hci0: RTL: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723

[   20.699362] Bluetooth: hci0: RTL: rom_version status=0 version=1

[   20.699373] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723b_fw.bin

[   20.742475] [drm] register mmio base: 0xFEB00000
[   20.742478] [drm] register mmio size: 262144
[   20.742489] [drm] add ip block number 0 <vi_common>
[   20.742490] [drm] add ip block number 1 <gmc_v8_0>
[   20.742491] [drm] add ip block number 2 <cz_ih>
[   20.742492] [drm] add ip block number 3 <gfx_v8_0>
[   20.742493] [drm] add ip block number 4 <sdma_v3_0>
[   20.742495] [drm] add ip block number 5 <powerplay>
[   20.742496] [drm] add ip block number 6 <dm>
[   20.742497] [drm] add ip block number 7 <uvd_v6_0>
[   20.742499] [drm] add ip block number 8 <vce_v3_0>
[   20.742500] [drm] add ip block number 9 <acp_ip>
[   20.756894] [drm] BIOS signature incorrect 1e 0
[   20.756985] ATOM BIOS: BR46326.001
[   20.757044] [drm] UVD is enabled in physical mode
[   20.757046] [drm] VCE enabled in physical mode
[   20.757185] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[   20.757197] amdgpu 0000:00:01.0: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[   20.757200] amdgpu 0000:00:01.0: GART: 1024M 0x000000FF00000000 - 0x000000FF3FFFFFFF
[   20.757218] [drm] Detected VRAM RAM=512M, BAR=512M
[   20.757220] [drm] RAM width 64bits UNKNOWN
[   20.757400] [TTM] Zone  kernel: Available graphics memory: 3825146 KiB
[   20.757401] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[   20.757402] [TTM] Initializing pool allocator
[   20.757410] [TTM] Initializing DMA pool allocator
[   20.757505] [drm] amdgpu: 512M of VRAM memory ready
[   20.757511] [drm] amdgpu: 3072M of GTT memory ready.
[   20.757533] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   20.757576] [drm] PCIE GART of 1024M enabled (table at 0x000000F4001D5000).
[   20.867894] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723b_config.bin

[   20.867953] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
[   20.867968] Bluetooth: hci0: RTL: cfg_sz -2, total sz 22496

[   21.163650] mc: Linux media interface: v0.10
[   21.187901] videodev: Linux video capture interface: v2.00
[   21.961514] amdgpu: [powerplay] hwmgr_sw_init smu backed is smu8_smu
[   22.200215] [drm] Found UVD firmware Version: 1.87 Family ID: 11
[   22.200252] [drm] UVD ENC is disabled
[   22.360293] [drm] Found VCE firmware Version: 52.4 Binary ID: 3
[   22.362684] smu version 18.56.00
[   22.367633] [drm] DM_PPLIB: values for Engine clock
[   22.367637] [drm] DM_PPLIB: 300000
[   22.367638] [drm] DM_PPLIB: 360000
[   22.367639] [drm] DM_PPLIB: 423530
[   22.367640] [drm] DM_PPLIB: 514290
[   22.367640] [drm] DM_PPLIB: 626090
[   22.367640] [drm] DM_PPLIB: 720000
[   22.367642] [drm] DM_PPLIB: Validation clocks:
[   22.367642] [drm] DM_PPLIB:    engine_max_clock: 72000
[   22.367643] [drm] DM_PPLIB:    memory_max_clock: 80000
[   22.367643] [drm] DM_PPLIB:    level           : 8
[   22.367645] [drm] DM_PPLIB: values for Display clock
[   22.367645] [drm] DM_PPLIB: 300000
[   22.367645] [drm] DM_PPLIB: 400000
[   22.367646] [drm] DM_PPLIB: 496560
[   22.367646] [drm] DM_PPLIB: 626090
[   22.367647] [drm] DM_PPLIB: 685720
[   22.367647] [drm] DM_PPLIB: 757900
[   22.367648] [drm] DM_PPLIB: Validation clocks:
[   22.367648] [drm] DM_PPLIB:    engine_max_clock: 72000
[   22.367648] [drm] DM_PPLIB:    memory_max_clock: 80000
[   22.367649] [drm] DM_PPLIB:    level           : 8
[   22.367650] [drm] DM_PPLIB: values for Memory clock
[   22.367650] [drm] DM_PPLIB: 333000
[   22.367651] [drm] DM_PPLIB: 800000
[   22.367651] [drm] DM_PPLIB: Validation clocks:
[   22.367652] [drm] DM_PPLIB:    engine_max_clock: 72000
[   22.367652] [drm] DM_PPLIB:    memory_max_clock: 80000
[   22.367652] [drm] DM_PPLIB:    level           : 8
[   22.389686] [drm] Display Core initialized with v3.2.35!
[   22.398420] [drm] SADs count is: -2, don't need to read it
[   22.400031] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   22.400032] [drm] Driver supports precise vblank timestamp query.
[   22.426229] [drm] UVD initialized successfully.
[   22.625823] [drm] VCE initialized successfully.
[   22.632618] kfd kfd: Allocated 3969056 bytes on gart
[   22.636500] Topology: Add APU node [0x9874:0x1002]
[   22.636507] kfd kfd: added device 1002:9874
[   22.638592] [drm] fb mappable at 0x20F7B8000
[   22.638596] [drm] vram apper at 0x20F000000
[   22.638598] [drm] size 4325376
[   22.638599] [drm] fb depth is 24
[   22.638600] [drm]    pitch is 5632
[   22.651893] fbcon: amdgpudrmfb (fb0) is primary device
[   22.652603] Console: switching to colour frame buffer device 170x48
[   22.652685] amdgpu 0000:00:01.0: fb0: amdgpudrmfb frame buffer device
[   22.664484] uvcvideo: Found UVC 1.00 device HP Truevision HD (04f2:b50d)
[   22.675691] [drm] Initialized amdgpu 3.33.0 20150101 for 0000:00:01.0 on minor 0
[   22.675843] amdgpu 0000:04:00.0: remove_conflicting_pci_framebuffers: bar 0: 0xe0000000 -> 0xefffffff
[   22.675845] amdgpu 0000:04:00.0: remove_conflicting_pci_framebuffers: bar 2: 0xf0000000 -> 0xf01fffff
[   22.675847] amdgpu 0000:04:00.0: remove_conflicting_pci_framebuffers: bar 5: 0xfe700000 -> 0xfe73ffff
[   22.675866] amdgpu 0000:04:00.0: enabling device (0000 -> 0003)
[   22.676113] [drm] initializing kernel modesetting (TOPAZ 0x1002:0x6900 0x103C:0x80B5 0x81).
[   22.683482] uvcvideo 2-1:1.0: Entity type for entity Extension 4 was not initialized!
[   22.683486] uvcvideo 2-1:1.0: Entity type for entity Processing 2 was not initialized!
[   22.683488] uvcvideo 2-1:1.0: Entity type for entity Camera 1 was not initialized!
[   22.683591] input: HP Truevision HD: HP Truevision as /devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.0/input/input14
[   22.683708] usbcore: registered new interface driver uvcvideo
[   22.683709] USB Video Class driver (1.1.1)
[   22.734602] [drm] register mmio base: 0xFE700000
[   22.734606] [drm] register mmio size: 262144
[   22.734610] [drm] PCIE atomic ops is not supported
[   22.734629] [drm] add ip block number 0 <vi_common>
[   22.734630] [drm] add ip block number 1 <gmc_v7_0>
[   22.734631] [drm] add ip block number 2 <iceland_ih>
[   22.734632] [drm] add ip block number 3 <gfx_v8_0>
[   22.734633] [drm] add ip block number 4 <sdma_v2_4>
[   22.734634] [drm] add ip block number 5 <powerplay>
[   22.734639] amdgpu 0000:04:00.0: kfd not supported on this ASIC
[   22.810049] ATOM BIOS: BR46116.001
[   22.810092] vga_switcheroo: enabled
[   22.810114] [drm] GPU posting now...
[   22.814708] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[   22.851988] kvm: disabled by bios
[   22.898836] kvm: disabled by bios
[   22.938801] kvm: disabled by bios
[   22.978787] kvm: disabled by bios
[   23.088854] MCE: In-kernel MCE decoding enabled.
[   23.176476] EDAC amd64: Node 0: DRAM ECC disabled.
[   23.176478] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   23.206368] EDAC amd64: Node 0: DRAM ECC disabled.
[   23.206371] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   23.250234] EDAC amd64: Node 0: DRAM ECC disabled.
[   23.250237] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   23.294205] EDAC amd64: Node 0: DRAM ECC disabled.
[   23.294208] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   23.385704] amdgpu 0000:04:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[   23.385707] amdgpu 0000:04:00.0: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[   23.386051] [drm] Detected VRAM RAM=2048M, BAR=256M
[   23.386052] [drm] RAM width 64bits DDR3
[   23.386088] [drm] amdgpu: 2048M of VRAM memory ready
[   23.386095] [drm] amdgpu: 3072M of GTT memory ready.
[   23.386120] [drm] GART: num cpu pages 65536, num gpu pages 65536
[   23.386579] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[   23.386687] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   23.386688] [drm] Driver supports precise vblank timestamp query.
[   24.372805] rtl8723be 0000:03:00.0 wlo1: renamed from wlan0
[   24.447122] amdgpu: [powerplay] hwmgr_sw_init smu backed is iceland_smu
[   24.688746] amdgpu: [powerplay] can't get the mac of 5
[   24.914955] [drm] Initialized amdgpu 3.33.0 20150101 for 0000:04:00.0 on minor 1
[   32.397843] amdgpu: [powerplay] VI should always have 2 performance levels
[   32.484113] amdgpu 0000:04:00.0: GPU pci config reset
[   34.138911] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[   34.143270] amdgpu: [powerplay] can't get the mac of 5
[   40.393839] amdgpu: [powerplay] VI should always have 2 performance levels
[   40.480906] amdgpu 0000:04:00.0: GPU pci config reset
[   57.775540] audit: type=1400 audit(1580141981.196:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=890 comm="apparmor_parser"
[   57.775547] audit: type=1400 audit(1580141981.196:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=890 comm="apparmor_parser"
[   57.775550] audit: type=1400 audit(1580141981.196:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=890 comm="apparmor_parser"
[   57.776915] audit: type=1400 audit(1580141981.196:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=887 comm="apparmor_parser"
[   57.776921] audit: type=1400 audit(1580141981.196:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=887 comm="apparmor_parser"
[   57.776924] audit: type=1400 audit(1580141981.196:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=887 comm="apparmor_parser"
[   57.776927] audit: type=1400 audit(1580141981.196:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=887 comm="apparmor_parser"
[   57.777315] audit: type=1400 audit(1580141981.196:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=891 comm="apparmor_parser"
[   57.777435] audit: type=1400 audit(1580141981.196:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=892 comm="apparmor_parser"
[   57.779172] audit: type=1400 audit(1580141981.200:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=894 comm="apparmor_parser"
[   58.880404] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   58.880407] Bluetooth: BNEP filters: protocol multicast
[   58.880417] Bluetooth: BNEP socket layer initialized
[   59.131059] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[   59.135618] amdgpu: [powerplay] can't get the mac of 5
[   64.841737] amdgpu: [powerplay] VI should always have 2 performance levels
[   64.928578] amdgpu 0000:04:00.0: GPU pci config reset
[   66.762418] Generic PHY r8169-200:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[   67.026395] r8169 0000:02:00.0 eno1: Link is Down
[   68.798255] wlo1: authenticate with c4:71:54:c4:6c:e3
[   68.808411] wlo1: send auth to c4:71:54:c4:6c:e3 (try 1/3)
[   68.811205] wlo1: authenticated
[   68.813642] wlo1: associate with c4:71:54:c4:6c:e3 (try 1/3)
[   68.819806] wlo1: RX AssocResp from c4:71:54:c4:6c:e3 (capab=0x1411 status=0 aid=2)
[   68.820044] wlo1: associated
[   68.899263] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[   71.224038] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[   71.228801] amdgpu: [powerplay] can't get the mac of 5
[   77.321757] amdgpu: [powerplay] VI should always have 2 performance levels
[   77.409645] amdgpu 0000:04:00.0: GPU pci config reset
[   86.523863] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[   86.528526] amdgpu: [powerplay] can't get the mac of 5
[   90.637164] Bluetooth: RFCOMM TTY layer initialized
[   90.637179] Bluetooth: RFCOMM socket layer initialized
[   90.637204] Bluetooth: RFCOMM ver 1.11
[   93.074788] amdgpu: [powerplay] VI should always have 2 performance levels
[   93.161980] amdgpu 0000:04:00.0: GPU pci config reset
[   95.146496] rfkill: input handler disabled
[   95.307538] psmouse serio1: TouchPad at isa0060/serio1/input0 lost sync at byte 4
[   95.308626] psmouse serio1: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[   95.317563] psmouse serio1: TouchPad at isa0060/serio1/input0 - driver resynced.
[  305.481802] rtlwifi: AP off, try to reconnect now
[  305.481839] wlo1: Connection to AP c4:71:54:c4:6c:e3 lost
[  308.734982] wlo1: authenticate with c4:71:54:c4:6c:e3
[  308.754283] wlo1: send auth to c4:71:54:c4:6c:e3 (try 1/3)
[  308.757414] wlo1: authenticated
[  308.761605] wlo1: associate with c4:71:54:c4:6c:e3 (try 1/3)
[  308.765459] wlo1: RX AssocResp from c4:71:54:c4:6c:e3 (capab=0x1411 status=0 aid=2)
[  308.765752] wlo1: associated
[  725.778760] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[  725.783598] amdgpu: [powerplay] can't get the mac of 5
[  732.041676] amdgpu: [powerplay] VI should always have 2 performance levels
[  732.127780] amdgpu 0000:04:00.0: GPU pci config reset
[  781.824501] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[  781.829054] amdgpu: [powerplay] can't get the mac of 5
[  788.093836] amdgpu: [powerplay] VI should always have 2 performance levels
[  788.181660] amdgpu 0000:04:00.0: GPU pci config reset


gorkem@gorkem-hp-notebook:~$ dmesg | tail
[  308.765459] wlo1: RX AssocResp from c4:71:54:c4:6c:e3 (capab=0x1411 status=0 aid=2)
[  308.765752] wlo1: associated
[  725.778760] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[  725.783598] amdgpu: [powerplay] can't get the mac of 5
[  732.041676] amdgpu: [powerplay] VI should always have 2 performance levels
[  732.127780] amdgpu 0000:04:00.0: GPU pci config reset
[  781.824501] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[  781.829054] amdgpu: [powerplay] can't get the mac of 5
[  788.093836] amdgpu: [powerplay] VI should always have 2 performance levels
[  788.181660] amdgpu 0000:04:00.0: GPU pci config reset


gorkem@gorkem-hp-notebook:~$ inxi -N
Network:   Card-1: Realtek RTL810xE PCIE Fast Ethernet controller
           driver: r8169
           Card-2: Realtek RTL8723BE PCIe Wireless Network Adapter
           driver: rtl8723be

icarus

Aynı sürücü bende mevcut, çok çile çektirdi ancak güncel kernelde artık böyle bir problem yaşatmamakta sizde neden devam ediyor acaba garip.

gorkfi

[mention=651299]@icarus[/mention] Maalesef çok çile çektiriyor. Bilgisayarımı kullanamıyorum internet sürekli gidiyor geliyor, ve kayboluyor  :-\ bir de bu dizüstünde rapor ve tez yazmam gerekecek ileride. Çok endişelenmeye başladım.