[Risolto] Problema wi-fi scheda Broadcom BCM4313

Salve ho fatto, da qualche giorno, l’upgrade da Fedora 29 a 30.

Con la 29 la scheda per il wi-fi Broadcom BCM4313 funzionava perfettamente senza nessun problema ma dopo il passaggio alla 30 ha smesso di funzionare.
Per l’esattezza non sempre non si connette, a volte si il piu delle volte no.
Mi dice: Attivazione della connessione di rete non riuscita
Ho anche reinstallato kmod-wl

Potreste aiutarmi?
Grazie

Edit: spostato in sezione F30

https://wiki.archlinux.org/index.php/broadcom_wireless

[quote]Device works intermittently
In some cases (e.g. using BCM4331 and b43-firmwareAUR), wifi connection works intermittently. One way to fix this is to check if the card is hard-blocked or soft-blocked by kernel, and if it is, unblock it with rfkill.

[/quote]

I drive installati sembrano giusti

purtroppo ti devi applicare un po di piu e fare attenzione al wiki di archlinux
(non e’ una questione di “driver alla windows” ci devi dedicare un po di tempo e di sforzi in particolar modo se sei nuovo)

Il problema va visto passo per passo quindi , come ti avevo evidenziato , parti da rfkill

sudo rfkill list 

poi

sudo systool -m ildriver -av 

cosi vediamo i vari parm del modulo che possono tornarci utili

inizia a escludere i vari problemi , magari puo essere anche una interferenza con il bluetooth.

P.S. devi iniziare a entrare nell’ottica abbandonando il mondo del “punta & clicca”.
Non vuole essere una critica e io non sono un guru , cerco di aiutarti usando quel po di esperienza che ho e ti assicuro che il wiki di arch fa miracoli :stuck_out_tongue:

Allora Jack, intanto grazie per i consigli.

$ sudo rfkill list

0: hp-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

$ sudo systool -m wl -av

Module = "wl"

  Attributes:
    coresize            = "6463488"
    initsize            = "0"
    initstate           = "live"
    refcnt              = "0"
    taint               = "POE"
    uevent              = <store method only>

  Sections:
    .bss                = "0xffffffffc13033c0"
    .data               = "0xffffffffc11af000"
    .exit.text          = "0xffffffffc0e9a453"
    .gnu.linkonce.this_module= "0xffffffffc1303080"
    .init.text          = "0xffffffffc0c45000"
    .note.Linux         = "0xffffffffc0e9b024"
    .note.gnu.build-id  = "0xffffffffc0e9b000"
    .orc_unwind         = "0xffffffffc11ac374"
    .orc_unwind_ip      = "0xffffffffc11aad4c"
    .parainstructions   = "0xffffffffc11aee20"
    .ref.data           = "0xffffffffc1302f60"
    .rodata             = "0xffffffffc0e9b060"
    .rodata.str1.1      = "0xffffffffc11a5094"
    .rodata.str1.8      = "0xffffffffc11ae4b0"
    .smp_locks          = "0xffffffffc11aacbc"
    .strtab             = "0xffffffffc0c60838"
    .symtab             = "0xffffffffc0c46000"
    .text               = "0xffffffffc0d0f000"
    .text.unlikely      = "0xffffffffc0e98406"
    __bug_table         = "0xffffffffc1302ce4"
    __mcount_loc        = "0xffffffffc11aa6ca"
    __param             = "0xffffffffc11aed08"

Vi seguo perchè ho lo stesso problema dopo l’aggiornamento fatto ieri sera.
Silvio

[quote=ciccioduc]Allora Jack, intanto grazie per i consigli.

$ sudo rfkill list

0: hp-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

$ sudo systool -m wl -av

[code]
Module = “wl”

Attributes:
coresize = “6463488”
initsize = “0”
initstate = “live”
refcnt = “0”
taint = “POE”
uevent =

Sections:
.bss = “0xffffffffc13033c0”
.data = “0xffffffffc11af000”
.exit.text = “0xffffffffc0e9a453”
.gnu.linkonce.this_module= “0xffffffffc1303080”
.init.text = “0xffffffffc0c45000”
.note.Linux = “0xffffffffc0e9b024”
.note.gnu.build-id = “0xffffffffc0e9b000”
.orc_unwind = “0xffffffffc11ac374”
.orc_unwind_ip = “0xffffffffc11aad4c”
.parainstructions = “0xffffffffc11aee20”
.ref.data = “0xffffffffc1302f60”
.rodata = “0xffffffffc0e9b060”
.rodata.str1.1 = “0xffffffffc11a5094”
.rodata.str1.8 = “0xffffffffc11ae4b0”
.smp_locks = “0xffffffffc11aacbc”
.strtab = “0xffffffffc0c60838”
.symtab = “0xffffffffc0c46000”
.text = “0xffffffffc0d0f000”
.text.unlikely = “0xffffffffc0e98406”
__bug_table = “0xffffffffc1302ce4”
__mcount_loc = “0xffffffffc11aa6ca”
__param = “0xffffffffc11aed08”

[/code][/quote]

ho come l’impressione che wl non sia il modulo che stiamo cercando ergo:

 lsmod 

poi passiamo da dmesg

 dmesg 
$  lsmod 
Module                  Size  Used by
fuse                  131072  3
xt_CHECKSUM            16384  1
ipt_MASQUERADE         20480  3
tun                    57344  1
bridge                200704  0
stp                    16384  1 bridge
llc                    16384  2 bridge,stp
devlink                77824  0
nf_conntrack_netbios_ns    16384  1
nf_conntrack_broadcast    16384  1 nf_conntrack_netbios_ns
xt_CT                  16384  1
ip6t_rpfilter          16384  1
ip6t_REJECT            16384  2
nf_reject_ipv6         20480  1 ip6t_REJECT
xt_conntrack           16384  24
ebtable_nat            16384  1
ip6table_nat           16384  1
nf_nat_ipv6            16384  1 ip6table_nat
ip6table_mangle        16384  1
ip6table_raw           16384  1
ip6table_security      16384  1
iptable_nat            16384  1
nf_nat_ipv4            16384  2 ipt_MASQUERADE,iptable_nat
nf_nat                 40960  2 nf_nat_ipv6,nf_nat_ipv4
iptable_mangle         16384  1
iptable_raw            16384  1
iptable_security       16384  1
nf_conntrack          155648  8 xt_conntrack,nf_nat,nf_nat_ipv6,ipt_MASQUERADE,nf_conntrack_netbios_ns,nf_nat_ipv4,nf_conntrack_broadcast,xt_CT
nf_defrag_ipv6         24576  1 nf_conntrack
nf_defrag_ipv4         16384  1 nf_conntrack
libcrc32c              16384  2 nf_conntrack,nf_nat
ip_set                 49152  0
nfnetlink              16384  1 ip_set
ebtable_filter         16384  1
ebtables               40960  2 ebtable_nat,ebtable_filter
ip6table_filter        16384  1
ip6_tables             32768  7 ip6table_filter,ip6table_raw,ip6table_nat,ip6table_mangle,ip6table_security
sunrpc                425984  1
squashfs               65536  9
zstd_decompress        86016  1 squashfs
loop                   36864  18
intel_powerclamp       20480  0
iTCO_wdt               16384  0
coretemp               20480  0
iTCO_vendor_support    16384  1 iTCO_wdt
uvcvideo              114688  0
kvm_intel             303104  0
videobuf2_vmalloc      20480  1 uvcvideo
videobuf2_memops       20480  1 videobuf2_vmalloc
snd_hda_codec_realtek   126976  1
snd_hda_codec_hdmi     61440  1
videobuf2_v4l2         28672  1 uvcvideo
snd_hda_codec_generic    90112  1 snd_hda_codec_realtek
ledtrig_audio          16384  2 snd_hda_codec_generic,snd_hda_codec_realtek
videobuf2_common       57344  2 videobuf2_v4l2,uvcvideo
intel_cstate           16384  0
snd_hda_intel          45056  6
intel_uncore          135168  0
wl                   6463488  0
videodev              233472  3 videobuf2_v4l2,uvcvideo,videobuf2_common
snd_hda_codec         155648  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core           98304  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
media                  57344  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
cfg80211              794624  1 wl
hp_wmi                 16384  0
wmi_bmof               16384  0
sparse_keymap          16384  1 hp_wmi
snd_hwdep              16384  1 snd_hda_codec
joydev                 28672  0
snd_seq                86016  0
snd_seq_device         16384  1 snd_seq
snd_pcm               118784  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
i2c_i801               32768  0
lpc_ich                28672  0
rfkill                 28672  7 hp_wmi,cfg80211
snd_timer              40960  2 snd_seq,snd_pcm
mei_me                 45056  0
snd                    94208  22 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
mei                   118784  1 mei_me
soundcore              16384  1 snd
pcc_cpufreq            20480  0
acpi_cpufreq           28672  1
i915                 2179072  16
radeon               1622016  1
kvmgt                  32768  0
mdev                   24576  1 kvmgt
vfio                   36864  1 kvmgt
kvm                   737280  2 kvmgt,kvm_intel
irqbypass              16384  1 kvm
i2c_algo_bit           16384  2 radeon,i915
drm_kms_helper        208896  2 radeon,i915
ttm                   114688  1 radeon
crc32c_intel           24576  3
drm                   495616  9 drm_kms_helper,radeon,i915,ttm
serio_raw              20480  0
r8169                  90112  0
wmi                    32768  2 hp_wmi,wmi_bmof
video                  49152  1 i915
$ dmesg
    0.000000] microcode: microcode updated early to revision 0x7, date = 2018-04-23
    0.000000] Linux version 5.0.11-300.fc30.x86_64 ([email protected]) (gcc version 9.0.1 20190312 (Red Hat 9.0.1-0.10) (GCC)) #1 SMP Thu May 2 14:11:38 UTC 2019
    0.000000] Command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.0.11-300.fc30.x86_64 root=UUID=0702f2d9-8a4b-4f8b-962f-01236eaa2302 ro resume=UUID=ab67693d-1504-4223-8eaf-560068f440ba rhgb quiet
    0.000000] x86/fpu: x87 FPU will use FXSAVE
    0.000000] BIOS-provided physical RAM map:
    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable
    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009b63efff] usable
    0.000000] BIOS-e820: [mem 0x000000009b63f000-0x000000009b6befff] reserved
    0.000000] BIOS-e820: [mem 0x000000009b6bf000-0x000000009b7befff] ACPI NVS
    0.000000] BIOS-e820: [mem 0x000000009b7bf000-0x000000009b7fefff] ACPI data
    0.000000] BIOS-e820: [mem 0x000000009b7ff000-0x000000009b7fffff] usable
    0.000000] BIOS-e820: [mem 0x000000009b800000-0x000000009fffffff] reserved
    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    0.000000] BIOS-e820: [mem 0x00000000fed1b000-0x00000000fed1ffff] reserved
    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000157ffffff] usable
    0.000000] NX (Execute Disable) protection: active
    0.000000] SMBIOS 2.6 present.
    0.000000] DMI: Hewlett-Packard HP G62 Notebook PC              /143A, BIOS F.32                  08/02/2010
    0.000000] tsc: Fast TSC calibration using PIT
    0.000000] tsc: Detected 2260.825 MHz processor
    0.002571] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    0.002573] e820: remove [mem 0x000a0000-0x000fffff] usable
    0.002583] last_pfn = 0x158000 max_arch_pfn = 0x400000000
    0.002587] MTRR default type: uncachable
    0.002588] MTRR fixed ranges enabled:
    0.002590]   00000-9FFFF write-back
    0.002590]   A0000-BFFFF uncachable
    0.002591]   C0000-EFFFF write-through
    0.002592]   F0000-FFFFF write-combining
    0.002593] MTRR variable ranges enabled:
    0.002594]   0 base 000000000 mask F80000000 write-back
    0.002596]   1 base 0FFE00000 mask FFFE00000 write-protect
    0.002597]   2 base 080000000 mask FE0000000 write-back
    0.002598]   3 base 09C000000 mask FFC000000 uncachable
    0.002598]   4 base 09B800000 mask FFF800000 uncachable
    0.002599]   5 base 100000000 mask F80000000 write-back
    0.002600]   6 base 158000000 mask FF8000000 uncachable
    0.002601]   7 base 160000000 mask FE0000000 uncachable
    0.003258] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
    0.003384] last_pfn = 0x9b800 max_arch_pfn = 0x400000000
    0.016784] Base memory trampoline at (____ptrval____)] 97000 size 24576
    0.016792] BRK [0x71e01000, 0x71e01fff] PGTABLE
    0.016794] BRK [0x71e02000, 0x71e02fff] PGTABLE
    0.016796] BRK [0x71e03000, 0x71e03fff] PGTABLE
    0.016842] BRK [0x71e04000, 0x71e04fff] PGTABLE
    0.016844] BRK [0x71e05000, 0x71e05fff] PGTABLE
    0.016947] BRK [0x71e06000, 0x71e06fff] PGTABLE
    0.017249] RAMDISK: [mem 0x34ec9000-0x3675cfff]
    0.017259] ACPI: Early table checksum verification disabled
    0.017759] ACPI: RSDP 0x00000000000FE020 000024 (v02 HPQOEM)
    0.017763] ACPI: XSDT 0x000000009B7FE120 00007C (v01 HPQOEM SLIC-MPC 00000001      01000013)
    0.017770] ACPI: FACP 0x000000009B7FC000 0000F4 (v04 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
    0.017777] ACPI: DSDT 0x000000009B7ED000 00B2F6 (v02 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
    0.017780] ACPI: FACS 0x000000009B75F000 000040
    0.017783] ACPI: FACS 0x000000009B75F000 000040
    0.017786] ACPI: ASF! 0x000000009B7FD000 0000A5 (v32 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
    0.017790] ACPI: HPET 0x000000009B7FB000 000038 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
    0.017793] ACPI: APIC 0x000000009B7FA000 00008C (v02 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
    0.017797] ACPI: MCFG 0x000000009B7F9000 00003C (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
    0.017801] ACPI: SLIC 0x000000009B7EC000 000176 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
    0.017804] ACPI: BOOT 0x000000009B7E8000 000028 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
    0.017808] ACPI: ASPT 0x000000009B7E5000 000034 (v04 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
    0.017811] ACPI: WDAT 0x000000009B7E4000 000224 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
    0.017815] ACPI: SSDT 0x000000009B7E3000 0009F1 (v01 PmRef  CpuPm    00003000 INTL 20051117)
    0.017819] ACPI: SSDT 0x000000009B7E1000 001ACA (v01 AmdRef AmdTabl  00001000 INTL 20051117)
    0.017831] ACPI: Local APIC address 0xfee00000
    0.017974] No NUMA configuration found
    0.017975] Faking a node at [mem 0x0000000000000000-0x0000000157ffffff]
    0.017987] NODE_DATA(0) allocated [mem 0x157fd2000-0x157ffcfff]
    0.030762] Zone ranges:
    0.030765]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
    0.030767]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
    0.030768]   Normal   [mem 0x0000000100000000-0x0000000157ffffff]
    0.030769]   Device   empty
    0.030770] Movable zone start for each node
    0.030773] Early memory node ranges
    0.030774]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
    0.030775]   node   0: [mem 0x0000000000100000-0x000000009b63efff]
    0.030776]   node   0: [mem 0x000000009b7ff000-0x000000009b7fffff]
    0.030777]   node   0: [mem 0x0000000100000000-0x0000000157ffffff]
    0.031171] Zeroed struct page in unavailable ranges: 18980 pages
    0.031173] Initmem setup node 0 [mem 0x0000000000001000-0x0000000157ffffff]
    0.031175] On node 0 totalpages: 996828
    0.031176]   DMA zone: 64 pages used for memmap
    0.031177]   DMA zone: 21 pages reserved
    0.031178]   DMA zone: 3996 pages, LIFO batch:0
    0.031319]   DMA32 zone: 9881 pages used for memmap
    0.031320]   DMA32 zone: 632384 pages, LIFO batch:63
    0.056272]   Normal zone: 5632 pages used for memmap
    0.056275]   Normal zone: 360448 pages, LIFO batch:63
    0.068421] Reserving Intel graphics memory at [mem 0x9e000000-0x9fffffff]
    0.068617] ACPI: PM-Timer IO Port: 0x408
    0.068619] ACPI: Local APIC address 0xfee00000
    0.068642] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    0.068645] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    0.068647] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    0.068649] ACPI: IRQ0 used by override.
    0.068650] ACPI: IRQ9 used by override.
    0.068652] Using ACPI (MADT) for SMP configuration information
    0.068654] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    0.068662] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    0.068684] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    0.068686] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
    0.068686] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    0.068687] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    0.068689] PM: Registered nosave memory: [mem 0x9b63f000-0x9b6befff]
    0.068689] PM: Registered nosave memory: [mem 0x9b6bf000-0x9b7befff]
    0.068690] PM: Registered nosave memory: [mem 0x9b7bf000-0x9b7fefff]
    0.068692] PM: Registered nosave memory: [mem 0x9b800000-0x9fffffff]
    0.068692] PM: Registered nosave memory: [mem 0xa0000000-0xefffffff]
    0.068693] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
    0.068693] PM: Registered nosave memory: [mem 0xf8000000-0xfeafffff]
    0.068694] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
    0.068695] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
    0.068695] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    0.068696] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    0.068697] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
    0.068697] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
    0.068698] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
    0.068698] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1afff]
    0.068699] PM: Registered nosave memory: [mem 0xfed1b000-0xfed1ffff]
    0.068700] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    0.068700] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    0.068701] PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
    0.068702] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
    0.068704] [mem 0xa0000000-0xefffffff] available for PCI devices
    0.068705] Booting paravirtualized kernel on bare hardware
    0.068709] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
    0.364860] random: get_random_bytes called from start_kernel+0x91/0x519 with crng_init=0
    0.364873] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
    0.365316] percpu: Embedded 45 pages/cpu s147456 r8192 d28672 u262144
    0.365325] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
    0.365326] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
    0.365359] Built 1 zonelists, mobility grouping on.  Total pages: 981230
    0.365360] Policy zone: Normal
    0.365363] Kernel command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.0.11-300.fc30.x86_64 root=UUID=0702f2d9-8a4b-4f8b-962f-01236eaa2302 ro resume=UUID=ab67693d-1504-4223-8eaf-560068f440ba rhgb quiet
    0.392967] Memory: 3799992K/3987312K available (12291K kernel code, 1524K rwdata, 4024K rodata, 2204K init, 4688K bss, 187320K reserved, 0K cma-reserved)
    0.393154] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    0.393162] Kernel/User page tables isolation: enabled
    0.393185] ftrace: allocating 39069 entries in 153 pages
    0.417461] rcu: Hierarchical RCU implementation.
    0.417464] rcu: 	RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=8.
    0.417465] 	Tasks RCU enabled.
    0.417466] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    0.417467] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    0.421356] NR_IRQS: 65792, nr_irqs: 488, preallocated irqs: 16
    0.424169] Console: colour VGA+ 80x25
    0.424174] printk: console [tty0] enabled
    0.424194] ACPI: Core revision 20181213
    0.424433] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
    0.424447] hpet clockevent registered
    0.424454] APIC: Switch to symmetric I/O mode setup
    0.425041] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    0.429453] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2096a5e83a2, max_idle_ns: 440795223772 ns
    0.429469] Calibrating delay loop (skipped), value calculated using timer frequency.. 4521.65 BogoMIPS (lpj=2260825)
    0.429472] pid_max: default: 32768 minimum: 301
    0.429507] LSM: Security Framework initializing
    0.429508] Yama: becoming mindful.
    0.429513] SELinux:  Initializing.
    0.430542] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    0.431045] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    0.431077] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    0.431100] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    0.431407] mce: CPU supports 9 MCE banks
    0.431424] process: using mwait in idle threads
    0.431428] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    0.431429] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    0.431431] Spectre V2 : Mitigation: Full generic retpoline
    0.431432] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
    0.431432] Spectre V2 : Enabling Restricted Speculation for firmware calls
    0.431461] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
    0.431461] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
    0.431464] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
    0.431648] Freeing SMP alternatives memory: 36K
    0.434455] smpboot: CPU0: Intel(R) Core(TM) i3 CPU       M 350  @ 2.27GHz (family: 0x6, model: 0x25, stepping: 0x5)
    0.434455] Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver.
    0.434455] core: CPUID marked event: 'bus cycles' unavailable
    0.434455] ... version:                3
    0.434455] ... bit width:              48
    0.434455] ... generic registers:      4
    0.434455] ... value mask:             0000ffffffffffff
    0.434455] ... max period:             000000007fffffff
    0.434455] ... fixed-purpose events:   3
    0.434455] ... event mask:             000000070000000f
    0.434455] rcu: Hierarchical SRCU implementation.
    0.434933] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
    0.435035] smp: Bringing up secondary CPUs ...
    0.435151] x86: Booting SMP configuration:
    0.435152] .... node  #0, CPUs:      #1 #2 #3
    0.439538] smp: Brought up 1 node, 4 CPUs
    0.439538] smpboot: Max logical packages: 2
    0.439538] smpboot: Total of 4 processors activated (18086.60 BogoMIPS)
    0.441543] devtmpfs: initialized
    0.441543] x86/mm: Memory block size: 128MB
    0.441964] PM: Registering ACPI NVS region [mem 0x9b6bf000-0x9b7befff] (1048576 bytes)
    0.441964] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    0.441964] futex hash table entries: 2048 (order: 5, 131072 bytes)
    0.442523] pinctrl core: initialized pinctrl subsystem
    0.442651] RTC time: 11:29:48, date: 2019-05-09
    0.442805] NET: Registered protocol family 16
    0.442916] audit: initializing netlink subsys (disabled)
    0.442924] audit: type=2000 audit(1557401388.018:1): state=initialized audit_enabled=0 res=1
    0.442924] cpuidle: using governor menu
    0.442924] Simple Boot Flag at 0x44 set to 0x1
    0.442924] ACPI: bus type PCI registered
    0.442924] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    0.442924] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
    0.442924] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
    0.442924] PCI: Using configuration type 1 for base access
    0.444877] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    0.444877] cryptd: max_cpu_qlen set to 1000
    0.444877] ACPI: Added _OSI(Module Device)
    0.444877] ACPI: Added _OSI(Processor Device)
    0.444877] ACPI: Added _OSI(3.0 _SCP Extensions)
    0.444877] ACPI: Added _OSI(Processor Aggregator Device)
    0.444877] ACPI: Added _OSI(Linux-Dell-Video)
    0.444877] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
    0.444877] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
    0.456442] ACPI: 3 ACPI AML tables successfully acquired and loaded
    0.458105] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
    0.458643] ACPI: Dynamic OEM Table Load:
    0.458649] ACPI: SSDT 0xFFFF8FE292FB5800 0003F0 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
    0.459125] ACPI: Dynamic OEM Table Load:
    0.459132] ACPI: SSDT 0xFFFF8FE293859000 000891 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
    0.459868] ACPI: Dynamic OEM Table Load:
    0.459873] ACPI: SSDT 0xFFFF8FE292FB7C00 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
    0.460202] ACPI: Dynamic OEM Table Load:
    0.460207] ACPI: SSDT 0xFFFF8FE292FBD200 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
    0.461102] ACPI: EC: EC started
    0.461103] ACPI: EC: interrupt blocked
    1.303172] ACPI: \_SB_.PCI0.LPCB.EC__: Used as first EC
    1.303175] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
    1.303176] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions
    1.303177] ACPI: Interpreter enabled
    1.303218] ACPI: (supports S0 S3 S4 S5)
    1.303219] ACPI: Using IOAPIC for interrupt routing
    1.303262] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    1.303475] ACPI: watchdog: Skipping WDAT on this system because it uses RTC SRAM
    1.303516] ACPI: Enabled 10 GPEs in block 00 to 3F
    1.311245] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
    1.311250] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    1.311289] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    1.311823] PCI host bridge to bus 0000:00
    1.311826] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
    1.311827] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
    1.311829] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    1.311830] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfeafffff window]
    1.311832] pci_bus 0000:00: root bus resource [bus 00-7e]
    1.311840] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
    1.311865] DMAR: Disabling batched IOTLB flush on Ironlake
    1.311942] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
    1.311983] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    1.312062] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
    1.312074] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc03fffff 64bit]
    1.312079] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
    1.312084] pci 0000:00:02.0: reg 0x20: [io  0x4050-0x4057]
    1.312226] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
    1.312258] pci 0000:00:16.0: reg 0x10: [mem 0xc4504000-0xc450400f 64bit]
    1.312352] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    1.312449] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    1.312482] pci 0000:00:1a.0: reg 0x10: [mem 0xc450a000-0xc450a3ff]
    1.312586] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    1.312683] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    1.312715] pci 0000:00:1b.0: reg 0x10: [mem 0xc4500000-0xc4503fff 64bit]
    1.312827] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    1.312922] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    1.313039] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    1.313142] pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
    1.313258] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    1.313369] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    1.313397] pci 0000:00:1d.0: reg 0x10: [mem 0xc4509000-0xc45093ff]
    1.313506] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    1.313597] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    1.313751] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
    1.313938] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
    1.313966] pci 0000:00:1f.2: reg 0x10: [io  0x4048-0x404f]
    1.313977] pci 0000:00:1f.2: reg 0x14: [io  0x405c-0x405f]
    1.313987] pci 0000:00:1f.2: reg 0x18: [io  0x4040-0x4047]
    1.313998] pci 0000:00:1f.2: reg 0x1c: [io  0x4058-0x405b]
    1.314009] pci 0000:00:1f.2: reg 0x20: [io  0x4020-0x403f]
    1.314019] pci 0000:00:1f.2: reg 0x24: [mem 0xc4508000-0xc45087ff]
    1.314080] pci 0000:00:1f.2: PME# supported from D3hot
    1.314164] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    1.314192] pci 0000:00:1f.3: reg 0x10: [mem 0xc4506000-0xc45060ff 64bit]
    1.314221] pci 0000:00:1f.3: reg 0x20: [io  0x4000-0x401f]
    1.314376] pci 0000:01:00.0: [1002:68e0] type 00 class 0x030000
    1.314400] pci 0000:01:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
    1.314412] pci 0000:01:00.0: reg 0x18: [mem 0xc4400000-0xc441ffff 64bit]
    1.314420] pci 0000:01:00.0: reg 0x20: [io  0x3000-0x30ff]
    1.314433] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
    1.314441] pci 0000:01:00.0: enabling Extended Tags
    1.314493] pci 0000:01:00.0: supports D1 D2
    1.314508] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:01.0 (capable of 64.000 Gb/s with 5 GT/s x16 link)
    1.314589] pci 0000:01:00.1: [1002:aa68] type 00 class 0x040300
    1.314616] pci 0000:01:00.1: reg 0x10: [mem 0xc4420000-0xc4423fff 64bit]
    1.314656] pci 0000:01:00.1: enabling Extended Tags
    1.314702] pci 0000:01:00.1: supports D1 D2
    1.314782] pci 0000:00:01.0: PCI bridge to [bus 01]
    1.314784] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
    1.314786] pci 0000:00:01.0:   bridge window [mem 0xc4400000-0xc44fffff]
    1.314789] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
    1.314918] pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000
    1.315025] pci 0000:02:00.0: reg 0x10: [io  0x2000-0x20ff]
    1.315139] pci 0000:02:00.0: reg 0x18: [mem 0xc0410000-0xc0410fff 64bit pref]
    1.315209] pci 0000:02:00.0: reg 0x20: [mem 0xc0400000-0xc040ffff 64bit pref]
    1.315250] pci 0000:02:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
    1.315614] pci 0000:02:00.0: supports D1 D2
    1.315616] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    1.315977] pci 0000:00:1c.0: PCI bridge to [bus 02]
    1.315982] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
    1.315986] pci 0000:00:1c.0:   bridge window [mem 0xc3400000-0xc43fffff]
    1.315993] pci 0000:00:1c.0:   bridge window [mem 0xc0400000-0xc13fffff 64bit pref]
    1.316116] pci 0000:03:00.0: [14e4:4727] type 00 class 0x028000
    1.316188] pci 0000:03:00.0: reg 0x10: [mem 0xc2400000-0xc2403fff 64bit]
    1.316305] pci 0000:03:00.0: enabling Extended Tags
    1.316479] pci 0000:03:00.0: supports D1 D2
    1.316684] pci 0000:00:1c.2: PCI bridge to [bus 03]
    1.316689] pci 0000:00:1c.2:   bridge window [io  0x1000-0x1fff]
    1.316693] pci 0000:00:1c.2:   bridge window [mem 0xc2400000-0xc33fffff]
    1.316700] pci 0000:00:1c.2:   bridge window [mem 0xc1400000-0xc23fffff 64bit pref]
    1.316725] pci_bus 0000:04: extended config space not accessible
    1.316782] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
    1.316794] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
    1.316795] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
    1.316797] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
    1.316798] pci 0000:00:1e.0:   bridge window [mem 0xa0000000-0xfeafffff window] (subtractive decode)
    1.317325] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    1.317381] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    1.317435] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    1.317496] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    1.317549] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    1.317607] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    1.317661] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    1.317715] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 *5 6 7 11 12 14 15)
    1.332750] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 7f])
    1.332753] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    1.332836] PCI host bridge to bus 0000:7f
    1.332838] pci_bus 0000:7f: root bus resource [bus 7f]
    1.332843] pci 0000:7f:00.0: [8086:2c62] type 00 class 0x060000
    1.332893] pci 0000:7f:00.1: [8086:2d01] type 00 class 0x060000
    1.332945] pci 0000:7f:02.0: [8086:2d10] type 00 class 0x060000
    1.332991] pci 0000:7f:02.1: [8086:2d11] type 00 class 0x060000
    1.333035] pci 0000:7f:02.2: [8086:2d12] type 00 class 0x060000
    1.333079] pci 0000:7f:02.3: [8086:2d13] type 00 class 0x060000
    1.333191] ACPI: EC: interrupt unblocked
    1.333191] ACPI: EC: event unblocked
    1.333191] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
    1.333191] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
    1.333464] pci 0000:00:02.0: vgaarb: setting as boot VGA device
    1.333466] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
    1.333471] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
    1.333474] pci 0000:00:02.0: vgaarb: no bridge control possible
    1.333475] pci 0000:01:00.0: vgaarb: bridge control possible
    1.333476] vgaarb: loaded
    1.333557] SCSI subsystem initialized
    1.333557] libata version 3.00 loaded.
    1.333557] ACPI: bus type USB registered
    1.333557] usbcore: registered new interface driver usbfs
    1.333557] usbcore: registered new interface driver hub
    1.333557] usbcore: registered new device driver usb
    1.333577] pps_core: LinuxPPS API ver. 1 registered
    1.333578] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    1.333580] PTP clock support registered
    1.333604] EDAC MC: Ver: 3.0.0
    1.333604] PCI: Using ACPI for IRQ routing
    1.338971] PCI: pci_cache_line_size set to 64 bytes
    1.339060] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
    1.339062] e820: reserve RAM buffer [mem 0x9b63f000-0x9bffffff]
    1.339063] e820: reserve RAM buffer [mem 0x9b800000-0x9bffffff]
    1.339189] NetLabel: Initializing
    1.339189] NetLabel:  domain hash size = 128
    1.339190] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
    1.339209] NetLabel:  unlabeled traffic allowed by default
    1.339213] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    1.339213] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    1.340479] clocksource: Switched to clocksource tsc-early
    1.358508] VFS: Disk quotas dquot_6.6.0
    1.358534] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    1.358615] pnp: PnP ACPI init
    1.358857] pnp 00:00: disabling [io  0x164e-0x164f] because it overlaps 0000:00:1c.2 BAR 13 [io  0x1000-0x1fff]
    1.358918] system 00:00: [io  0x0680-0x069f] has been reserved
    1.358920] system 00:00: [io  0x0800-0x080f] has been reserved
    1.358921] system 00:00: [io  0x0810-0x0813] has been reserved
    1.358923] system 00:00: [io  0xffff] has been reserved
    1.358925] system 00:00: [io  0x0400-0x047f] has been reserved
    1.358926] system 00:00: [io  0x0500-0x057f] has been reserved
    1.358933] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    1.358961] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    1.358988] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
    1.359010] pnp 00:03: Plug and Play ACPI device, IDs SYN1e25 SYN1e00 SYN0002 PNP0f13 (active)
    1.359301] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
    1.359303] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
    1.359304] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
    1.359306] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
    1.359307] system 00:04: [mem 0xf0000000-0xf1ffffff] has been reserved
    1.359309] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
    1.359310] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
    1.359312] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
    1.359314] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
    1.359315] system 00:04: [mem 0xc4600000-0xc4600fff] has been reserved
    1.359320] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    1.373898] pnp: PnP ACPI: found 5 devices
    1.379955] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
    1.379996] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
    1.379998] pci 0000:02:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
    1.380037] pci 0000:01:00.0: BAR 6: assigned [mem 0xc4440000-0xc445ffff pref]
    1.380040] pci 0000:00:01.0: PCI bridge to [bus 01]
    1.380042] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
    1.380045] pci 0000:00:01.0:   bridge window [mem 0xc4400000-0xc44fffff]
    1.380047] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
    1.380051] pci 0000:02:00.0: BAR 6: assigned [mem 0xc3400000-0xc341ffff pref]
    1.380053] pci 0000:00:1c.0: PCI bridge to [bus 02]
    1.380056] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
    1.380061] pci 0000:00:1c.0:   bridge window [mem 0xc3400000-0xc43fffff]
    1.380065] pci 0000:00:1c.0:   bridge window [mem 0xc0400000-0xc13fffff 64bit pref]
    1.380073] pci 0000:00:1c.2: PCI bridge to [bus 03]
    1.380075] pci 0000:00:1c.2:   bridge window [io  0x1000-0x1fff]
    1.380081] pci 0000:00:1c.2:   bridge window [mem 0xc2400000-0xc33fffff]
    1.380086] pci 0000:00:1c.2:   bridge window [mem 0xc1400000-0xc23fffff 64bit pref]
    1.380094] pci 0000:00:1e.0: PCI bridge to [bus 04]
    1.380108] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
    1.380110] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
    1.380111] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    1.380112] pci_bus 0000:00: resource 7 [mem 0xa0000000-0xfeafffff window]
    1.380114] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
    1.380115] pci_bus 0000:01: resource 1 [mem 0xc4400000-0xc44fffff]
    1.380116] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
    1.380118] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
    1.380119] pci_bus 0000:02: resource 1 [mem 0xc3400000-0xc43fffff]
    1.380120] pci_bus 0000:02: resource 2 [mem 0xc0400000-0xc13fffff 64bit pref]
    1.380122] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
    1.380123] pci_bus 0000:03: resource 1 [mem 0xc2400000-0xc33fffff]
    1.380124] pci_bus 0000:03: resource 2 [mem 0xc1400000-0xc23fffff 64bit pref]
    1.380126] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
    1.380127] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
    1.380128] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
    1.380130] pci_bus 0000:04: resource 7 [mem 0xa0000000-0xfeafffff window]
    1.380228] NET: Registered protocol family 2
    1.380458] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
    1.380483] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    1.380567] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    1.380683] TCP: Hash tables configured (established 32768 bind 32768)
    1.380736] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    1.380754] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    1.380875] NET: Registered protocol family 1
    1.380882] NET: Registered protocol family 44
    1.380912] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
    1.381617] pci 0000:01:00.1: Linked as a consumer to 0000:01:00.0
    1.381673] PCI: CLS 64 bytes, default 64
    1.381784] Unpacking initramfs...
    1.862841] Freeing initrd memory: 25168K
    1.862874] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    1.862876] software IO TLB: mapped [mem 0x9763f000-0x9b63f000] (64MB)
    1.865654] Initialise system trusted keyrings
    1.865667] Key type blacklist registered
    1.865712] workingset: timestamp_bits=36 max_order=20 bucket_order=0
    1.867316] zbud: loaded
    1.868143] Platform Keyring initialized
    2.118228] alg: No test for 842 (842-generic)
    2.119358] alg: No test for 842 (842-scomp)
    2.154766] NET: Registered protocol family 38
    2.154770] Key type asymmetric registered
    2.154771] Asymmetric key parser 'x509' registered
    2.154797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
    2.154847] io scheduler mq-deadline registered
    2.154848] io scheduler kyber registered
    2.154925] io scheduler bfq registered
    2.155005] atomic64_test: passed for x86-64 platform with CX8 and with SSE
    2.155704] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    2.155726] intel_idle: MWAIT substates: 0x1120
    2.155727] intel_idle: v0.4.1 model 0x25
    2.155964] intel_idle: lapic_timer_reliable_states 0xffffffff
    2.157426] ACPI: AC Adapter [ADP1] (on-line)
    2.157545] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
    2.157553] ACPI: Lid Switch [LID0]
    2.157587] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
    2.157594] ACPI: Power Button [PWRB]
    2.157627] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    2.157705] ACPI: Power Button [PWRF]
    2.176859] thermal LNXTHERM:00: registered as thermal_zone0
    2.176862] ACPI: Thermal Zone [TSZ0] (0 C)
    2.177227] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    2.185445] Non-volatile memory driver v1.3
    2.185491] Linux agpgart interface v0.103
    2.186345] ahci 0000:00:1f.2: version 3.0
    2.186580] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    2.186583] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pio slum part ems apst 
    2.190095] scsi host0: ahci
    2.190562] scsi host1: ahci
    2.191070] scsi host2: ahci
    2.191424] scsi host3: ahci
    2.191549] ata1: SATA max UDMA/133 abar m2048@0xc4508000 port 0xc4508100 irq 24
    2.191551] ata2: SATA max UDMA/133 abar m2048@0xc4508000 port 0xc4508180 irq 24
    2.191552] ata3: DUMMY
    2.191553] ata4: DUMMY
    2.191676] battery: ACPI: Battery Slot [BAT0] (battery absent)
    2.191685] libphy: Fixed MDIO Bus: probed
    2.191820] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    2.191828] ehci-pci: EHCI PCI platform driver
    2.192044] ehci-pci 0000:00:1a.0: EHCI Host Controller
    2.192104] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    2.192127] ehci-pci 0000:00:1a.0: debug port 2
    2.196078] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    2.196094] ehci-pci 0000:00:1a.0: irq 16, io mem 0xc450a000
    2.202567] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    2.202649] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
    2.202653] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    2.202655] usb usb1: Product: EHCI Host Controller
    2.202657] usb usb1: Manufacturer: Linux 5.0.11-300.fc30.x86_64 ehci_hcd
    2.202659] usb usb1: SerialNumber: 0000:00:1a.0
    2.202835] hub 1-0:1.0: USB hub found
    2.202846] hub 1-0:1.0: 3 ports detected
    2.203131] ehci-pci 0000:00:1d.0: EHCI Host Controller
    2.203190] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    2.203205] ehci-pci 0000:00:1d.0: debug port 2
    2.207136] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    2.207173] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc4509000
    2.213595] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    2.213722] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
    2.213724] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    2.213725] usb usb2: Product: EHCI Host Controller
    2.213726] usb usb2: Manufacturer: Linux 5.0.11-300.fc30.x86_64 ehci_hcd
    2.213728] usb usb2: SerialNumber: 0000:00:1d.0
    2.213891] hub 2-0:1.0: USB hub found
    2.213901] hub 2-0:1.0: 3 ports detected
    2.214061] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    2.214065] ohci-pci: OHCI PCI platform driver
    2.214076] uhci_hcd: USB Universal Host Controller Interface driver
    2.214126] usbcore: registered new interface driver usbserial_generic
    2.214131] usbserial: USB Serial support registered for generic
    2.214171] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    2.221117] i8042: Detected active multiplexing controller, rev 1.1
    2.223641] serio: i8042 KBD port at 0x60,0x64 irq 1
    2.223647] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    2.223678] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    2.223700] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    2.223721] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    2.223835] mousedev: PS/2 mouse device common for all mice
    2.224219] rtc_cmos 00:01: RTC can wake from S4
    2.224583] rtc_cmos 00:01: registered as rtc0
    2.224588] rtc_cmos 00:01: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    2.224814] device-mapper: uevent: version 1.0.3
    2.224975] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: [email protected]
    2.225393] hidraw: raw HID events driver (C) Jiri Kosina
    2.225483] usbcore: registered new interface driver usbhid
    2.225484] usbhid: USB HID core driver
    2.225680] drop_monitor: Initializing network drop monitor service
    2.225961] Initializing XFRM netlink socket
    2.226257] NET: Registered protocol family 10
    2.232021] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
    2.232906] Segment Routing with IPv6
    2.232938] mip6: Mobile IPv6
    2.232942] NET: Registered protocol family 17
    2.233387] RAS: Correctable Errors collector initialized.
    2.233424] microcode: sig=0x20655, pf=0x10, revision=0x7
    2.233480] microcode: Microcode Update Driver: v2.2.
    2.233501] sched_clock: Marking stable (2230685979, 2788049)->(2375406527, -141932499)
    2.233947] registered taskstats version 1
    2.233964] Loading compiled-in X.509 certificates
    2.336303] Loaded X.509 cert 'Fedora kernel signing key: 5220b06bfbd7eaf2f0f5b07ae858adaf2e5850c1'
    2.336352] zswap: loaded using pool lzo/zbud
    2.340089] Key type big_key registered
    2.343638] Key type encrypted registered
    2.343650] ima: No TPM chip found, activating TPM-bypass!
    2.343656] ima: Allocated hash algorithm: sha1
    2.343666] No architecture policies found
    2.344126]   Magic number: 3:760:478
    2.344135] rtc rtc0: hash matches
    2.344300] rtc_cmos 00:01: setting system clock to 2019-05-09T11:29:50 UTC (1557401390)
    2.502442] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    2.502485] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    2.502797] ata1.00: ATA-10: KINGSTON SA400S37240G, SBFKB1D2, max UDMA/133
    2.502800] ata1.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 32), AA
    2.503113] ata1.00: configured for UDMA/133
    2.513747] scsi 0:0:0:0: Direct-Access     ATA      KINGSTON SA400S3 B1D2 PQ: 0 ANSI: 5
    2.514035] sd 0:0:0:0: Attached scsi generic sg0 type 0
    2.514137] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
    2.514170] sd 0:0:0:0: [sda] Write Protect is off
    2.514173] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    2.514216] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    2.515214]  sda: sda1 sda2 sda3 sda4
    2.516645] sd 0:0:0:0: [sda] Attached SCSI disk
    2.521567] usb 1-1: new high-speed USB device number 2 using ehci-pci
    2.521812] ata2.00: ATAPI: hp       CDDVDW TS-L633N, 0300, max UDMA/100
    2.537542] usb 2-1: new high-speed USB device number 2 using ehci-pci
    2.541859] ata2.00: configured for UDMA/100
    2.558665] scsi 1:0:0:0: CD-ROM            hp       CDDVDW TS-L633N  0300 PQ: 0 ANSI: 5
    2.604221] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    2.604223] cdrom: Uniform CD-ROM driver Revision: 3.20
    2.604731] sr 1:0:0:0: Attached scsi CD-ROM sr0
    2.604845] sr 1:0:0:0: Attached scsi generic sg1 type 5
    2.650322] usb 1-1: New USB device found, idVendor=8087, idProduct=0020, bcdDevice= 0.00
    2.650327] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    2.650986] hub 1-1:1.0: USB hub found
    2.651163] hub 1-1:1.0: 6 ports detected
    2.666122] usb 2-1: New USB device found, idVendor=8087, idProduct=0020, bcdDevice= 0.00
    2.666125] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    2.666537] hub 2-1:1.0: USB hub found
    2.666750] hub 2-1:1.0: 8 ports detected
    2.887563] tsc: Refined TSC clocksource calibration: 2260.999 MHz
    2.887574] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x20974a4d8bb, max_idle_ns: 440795246623 ns
    2.887633] clocksource: Switched to clocksource tsc
    2.927542] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
    3.021297] usb 1-1.3: New USB device found, idVendor=04f2, idProduct=b1aa, bcdDevice=59.53
    3.021300] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    3.021302] usb 1-1.3: Product: HP Webcam-101
    3.021304] usb 1-1.3: Manufacturer: Chicony Corp.
    3.548093] random: fast init done
    3.700227] psmouse serio2: synaptics: queried max coordinates: x ..5888], y ..4844]
    3.769730] psmouse serio2: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04771/0xe40000/0xa0400/0x0, board id: 0, fw id: 639099
    3.814082] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input9
    4.367914] Freeing unused decrypted memory: 2040K
    4.368932] Freeing unused kernel image memory: 2204K
    4.374525] Write protecting the kernel read-only data: 18432k
    4.375933] Freeing unused kernel image memory: 2020K
    4.376204] Freeing unused kernel image memory: 72K
    4.409558] x86/mm: Checked W+X mappings: passed, no W+X pages found.
    4.409569] rodata_test: all tests were successful
    4.409571] x86/mm: Checking user space page tables
    4.442549] x86/mm: Checked W+X mappings: passed, no W+X pages found.
    4.442555] Run /init as init process
    4.470905] systemd[1]: systemd v241-8.git9ef65cb.fc30 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)
    4.482675] systemd[1]: Detected architecture x86-64.
    4.482680] systemd[1]: Running in initial RAM disk.
    4.487725] systemd[1]: Set hostname to <localhost.localdomain>.
    4.594440] random: systemd: uninitialized urandom read (16 bytes read)
    4.594490] systemd[1]: Reached target Local File Systems.
    4.594624] random: systemd: uninitialized urandom read (16 bytes read)
    4.594647] systemd[1]: Reached target Timers.
    4.594687] random: systemd: uninitialized urandom read (16 bytes read)
    4.594846] systemd[1]: Listening on udev Kernel Socket.
    4.595132] systemd[1]: Listening on Journal Socket.
    4.595384] systemd[1]: Listening on udev Control Socket.
    4.595695] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
    4.961973] audit: type=1130 audit(1557401393.116:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    4.984919] audit: type=1130 audit(1557401393.139:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    5.299451] audit: type=1130 audit(1557401393.453:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    5.479892] audit: type=1130 audit(1557401393.632:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    5.500566] audit: type=1130 audit(1557401393.653:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    5.512742] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
    5.523288] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    5.527329] libphy: r8169: probed
    5.527624] r8169 0000:02:00.0 eth0: RTL8102e, 90:fb:a6:a8:f2:88, XID 24e, IRQ 25
    5.653352] r8169 0000:02:00.0 enp2s0: renamed from eth0
    5.727248] VFIO - User Level meta-driver version: 0.3
    5.845946] [drm] radeon kernel modesetting enabled.
    5.845985] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
    5.846068] ATPX version 1, functions 0x000000bf
    5.846272] radeon 0000:01:00.0: enabling device (0000 -> 0003)
    5.846778] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68E0 0x103C:0x143A 0x00).
    5.938167] pci 0000:00:00.0: Intel HD Graphics Chipset
    5.938195] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    5.938725] pci 0000:00:00.0: detected 32768K stolen memory
    5.938800] [drm] Replacing VGA console driver
    5.939303] Console: switching to colour dummy device 80x25
    5.976505] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    5.976507] [drm] Driver supports precise vblank timestamp query.
    5.997866] vga_switcheroo: enabled
    6.011665] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
    6.011671] radeon 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
    6.011969] ATOM BIOS: HP
    6.012054] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    6.012056] radeon 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
    6.012063] [drm] Detected VRAM RAM=1024M, BAR=256M
    6.012064] [drm] RAM width 64bits DDR
    6.012134] [TTM] Zone  kernel: Available graphics memory: 1915766 kiB
    6.012135] [TTM] Initializing pool allocator
    6.012140] [TTM] Initializing DMA pool allocator
    6.012163] [drm] radeon: 1024M of VRAM memory ready
    6.012164] [drm] radeon: 1024M of GTT memory ready.
    6.012175] [drm] Loading CEDAR Microcode
    6.012300] [drm] Internal thermal controller with fan control
    6.016823] [drm] radeon: dpm initialized
    6.016916] [drm] GART: num cpu pages 262144, num gpu pages 262144
    6.023817] [drm] PCIE GART of 1024M enabled (table at 0x000000000014C000).
    6.023959] radeon 0000:01:00.0: WB enabled
    6.023963] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0x(____ptrval____)
    6.023964] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0x(____ptrval____)
    6.024349] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0x(____ptrval____)
    6.024351] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    6.024352] [drm] Driver supports precise vblank timestamp query.
    6.024353] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
    6.024423] radeon 0000:01:00.0: radeon: using MSI.
    6.024454] [drm] radeon: irq initialized.
    6.038039] [drm] RC6 disabled, disabling runtime PM support
    6.041406] [drm] ring test on 0 succeeded in 1 usecs
    6.041413] [drm] ring test on 3 succeeded in 2 usecs
    6.219071] [drm] ring test on 5 succeeded in 1 usecs
    6.219077] [drm] UVD initialized successfully.
    6.219389] [drm] ib test on ring 0 succeeded in 0 usecs
    6.219501] [drm] ib test on ring 3 succeeded in 0 usecs
    6.371117] [drm] ib test on ring 5 succeeded
    6.428629] [drm] radeon atom DIG backlight initialized
    6.428632] [drm] Radeon Display Connectors
    6.428633] [drm] Connector 0:
    6.428634] [drm]   LVDS-2
    6.428636] [drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
    6.428637] [drm]   Encoders:
    6.428639] [drm]     LCD1: INTERNAL_UNIPHY
    6.428640] [drm] Connector 1:
    6.428641] [drm]   HDMI-A-1
    6.428642] [drm]   HPD1
    6.428644] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
    6.428644] [drm]   Encoders:
    6.428645] [drm]     DFP1: INTERNAL_UNIPHY1
    6.428646] [drm] Connector 2:
    6.428647] [drm]   VGA-2
    6.428649] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
    6.428650] [drm]   Encoders:
    6.428651] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
    6.463953] [drm] Cannot find any crtc or sizes
    6.495672] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
    6.496202] [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 1
    6.499048] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
    6.499834] acpi device:01: registered as cooling_device4
    6.499970] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
    6.500096] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
    6.502232] ACPI: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
    6.502812] acpi device:0a: registered as cooling_device5
    6.502867] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:01/input/input15
    6.502952] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
    6.513834] fbcon: inteldrmfb (fb0) is primary device
    7.288645] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
    7.288900] [drm:ironlake_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
    7.305106] Console: switching to colour frame buffer device 170x48
    7.324714] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    7.468721] audit: type=1130 audit(1557401395.623:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    7.508905] [drm] Cannot find any crtc or sizes
    7.518321] audit: type=1130 audit(1557401395.672:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    7.536009] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    7.838843] audit: type=1130 audit(1557401395.993:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    7.838855] audit: type=1131 audit(1557401395.993:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    8.029586] audit: type=1130 audit(1557401396.184:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    8.044995] audit: type=1131 audit(1557401396.199:12): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    8.051742] audit: type=1131 audit(1557401396.206:13): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    8.055202] audit: type=1131 audit(1557401396.209:14): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    8.266851] systemd-journald[225]: Received SIGTERM from PID 1 (systemd).
    8.310035] printk: systemd: 22 output lines suppressed due to ratelimiting
    9.006619] SELinux:  policy capability network_peer_controls=1
    9.006620] SELinux:  policy capability open_perms=1
    9.006621] SELinux:  policy capability extended_socket_class=1
    9.006621] SELinux:  policy capability always_check_network=0
    9.006622] SELinux:  policy capability cgroup_seclabel=1
    9.006623] SELinux:  policy capability nnp_nosuid_transition=1
    9.035006] systemd[1]: Successfully loaded SELinux policy in 539.330ms.
    9.062185] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
    9.115434] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 43.498ms.
    9.121692] systemd[1]: systemd v241-8.git9ef65cb.fc30 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)
    9.133694] systemd[1]: Detected architecture x86-64.
    9.135005] systemd[1]: Set hostname to <localhost.localdomain>.
    9.381053] systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly.
    9.385373] systemd[1]: /usr/lib/systemd/system/rpc-statd.service:14: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
    9.392830] systemd[1]: /usr/lib/systemd/system/nfs-blkmap.service:10: PIDFile= references path below legacy directory /var/run/, updating /var/run/blkmapd.pid → /run/blkmapd.pid; please update the unit file accordingly.
    9.416486] systemd[1]: /usr/lib/systemd/system/chronyd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/chrony/chronyd.pid → /run/chrony/chronyd.pid; please update the unit file accordingly.
    9.458979] systemd[1]: /etc/systemd/system/teamviewerd.service:8: PIDFile= references path below legacy directory /var/run/, updating /var/run/teamviewerd.pid → /run/teamviewerd.pid; please update the unit file accordingly.
    9.463063] systemd[1]: /usr/lib/systemd/system/sssd.service:11: PIDFile= references path below legacy directory /var/run/, updating /var/run/sssd.pid → /run/sssd.pid; please update the unit file accordingly.
    9.465858] systemd[1]: /usr/lib/systemd/system/mdmonitor.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/mdadm/mdadm.pid → /run/mdadm/mdadm.pid; please update the unit file accordingly.
    9.634570] EXT4-fs (sda1): re-mounted. Opts: (null)
   10.029808] systemd-journald[474]: File /run/log/journal/b3589d369beb4f749f1526bee669f3c7/system.journal corrupted or uncleanly shut down, renaming and replacing.
   10.061137] systemd-journald[474]: Received request to flush runtime journal from PID 1
   10.613498] kauditd_printk_skb: 37 callbacks suppressed
   10.613500] audit: type=1130 audit(1557394198.767:52): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
   10.627668] audit: type=1130 audit(1557394198.782:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-backlight@backlight:acpi_video1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
   10.695272] audit: type=1130 audit(1557394198.849:54): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-backlight@backlight:radeon_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
   10.708906] audit: type=1130 audit(1557394198.863:55): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
   10.712763] ACPI: watchdog: Skipping WDAT on this system because it uses RTC SRAM
   10.712852] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20181213/utaddress-204)
   10.712860] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
   10.712864] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.P0P2.PEGP.GPIO) (20181213/utaddress-204)
   10.712869] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_GPE.GPIO) (20181213/utaddress-204)
   10.712875] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20181213/utaddress-204)
   10.712880] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
   10.712881] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.P0P2.PEGP.GPIO) (20181213/utaddress-204)
   10.712886] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_GPE.GPIO) (20181213/utaddress-204)
   10.712891] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20181213/utaddress-204)
   10.712896] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
   10.712897] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.P0P2.PEGP.GPIO) (20181213/utaddress-204)
   10.712902] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_GPE.GPIO) (20181213/utaddress-204)
   10.712907] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20181213/utaddress-204)
   10.712911] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
   10.712912] lpc_ich: Resource conflict(s) found affecting gpio_ich
   10.739915] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
   10.822908] media: Linux media interface: v0.10
   10.824548] hp_wmi: query 0xd returned error 0x5
   10.824648] input: HP WMI hotkeys as /devices/virtual/input/input16
   10.850019] cfg80211: Loading compiled-in X.509 certificates for regulatory database
   10.851526] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
   10.895168] wl: loading out-of-tree module taints kernel.
   10.895175] wl: module license 'MIXED/Proprietary' taints kernel.
   10.895176] Disabling lock debugging due to kernel taint
   10.899935] wl: module verification failed: signature and/or required key missing - tainting kernel
   10.915618] videodev: Linux video capture interface: v2.00
   10.945002] snd_hda_intel 0000:00:1b.0: Linked as a consumer to 0000:00:02.0
   10.945078] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
   10.946583] eth0: Broadcom BCM4727 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)

   10.948901] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
   10.994255] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
   11.006826] audit: type=1130 audit(1557394199.161:56): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
   11.011128] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC270: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
   11.011133] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
   11.011135] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
   11.011137] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
   11.011139] snd_hda_codec_realtek hdaudioC0D0:    inputs:
   11.011142] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
   11.011144] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
   11.056923] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
   11.057055] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
   11.070928] uvcvideo: Found UVC 1.00 device HP Webcam-101 (04f2:b1aa)
   11.074905] uvcvideo 1-1.3:1.0: Entity type for entity Processing 2 was not initialized!
   11.074909] uvcvideo 1-1.3:1.0: Entity type for entity Camera 1 was not initialized!
   11.074912] uvcvideo 1-1.3:1.0: Entity type for entity Extension 4 was not initialized!
   11.075050] input: HP Webcam-101: HP Webcam-101 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input20
   11.077429] usbcore: registered new interface driver uvcvideo
   11.077430] USB Video Class driver (1.1.1)
   11.080350] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
   11.090826] iTCO_vendor_support: vendor-support=0
   11.094996] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
   11.095089] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
   11.102903] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
   11.143485] mei mei::55213584-9a29-4916-badf-0fb7ed682aeb:01: Could not read FW version
   11.143489] mei mei::55213584-9a29-4916-badf-0fb7ed682aeb:01: FW version command failed -5
   11.157250] wl 0000:03:00.0 wlp3s0: renamed from eth0
   11.265576] audit: type=1130 audit(1557394199.419:57): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
   11.360670] audit: type=1130 audit(1557394199.515:58): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
   11.419368] audit: type=1130 audit(1557394199.573:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
   11.419374] audit: type=1131 audit(1557394199.573:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
   11.453686] loop: module loaded
   11.493989] squashfs: version 4.0 (2009/01/31) Phillip Lougher
   11.593001] audit: type=1130 audit(1557394199.747:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
   11.803327] RPC: Registered named UNIX socket transport module.
   11.803330] RPC: Registered udp transport module.
   11.803331] RPC: Registered tcp transport module.
   11.803332] RPC: Registered tcp NFSv4.1 backchannel transport module.
   12.816599] random: crng init done
   12.816602] random: 7 urandom warning(s) missed due to ratelimiting
   14.958628] RTL8201CP Ethernet r8169-200:00: attached PHY driver [RTL8201CP Ethernet] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
   15.043674] r8169 0000:02:00.0 enp2s0: Link is Down
   16.352073] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
   16.385818] tun: Universal TUN/TAP device driver, 1.6
   16.389390] virbr0: port 1(virbr0-nic) entered blocking state
   16.389394] virbr0: port 1(virbr0-nic) entered disabled state
   16.389506] device virbr0-nic entered promiscuous mode
   16.660209] virbr0: port 1(virbr0-nic) entered blocking state
   16.660214] virbr0: port 1(virbr0-nic) entered listening state
   16.777432] virbr0: port 1(virbr0-nic) entered disabled state
   34.649611] fuse init (API version 7.28)
   35.768261] rfkill: input handler disabled
   37.373771] show_signal: 4 callbacks suppressed
   37.373774] traps: light-locker[1964] trap int3 ip:7fb7a902e1c5 sp:7ffdcb94b060 error:0 in libglib-2.0.so.0.6000.1[7fb7a8ff3000+82000]
   66.472034] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control off
   66.472050] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
   69.242944] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
   87.065381] r8169 0000:02:00.0 enp2s0: Link is Down
  141.233743] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control off
  146.548079] ERROR @wl_cfg80211_disconnect : 
  146.548081] error (-1)
  148.918447] ERROR @wl_cfg80211_scan : 
  148.918450] WLC_SCAN error (-22)
  281.430372] ERROR @wl_cfg80211_scan : 
  281.430376] WLC_SCAN error (-22)

SE non ci sono controindicazioni che non conosco penso si possa usare la soluzione qui proposta:

https://forum.fedoraonline.it/viewtopic.php?id=25371

ho provato la soluzione questo il mio risultato:

(root@localhost ~)# dnf install akmod-wl kernel-devel

(omesso la ricerca dei repo)

Package akmod-wl-6.30.223.271-24.fc30.i686 is already installed.
Package kernel-devel-5.0.9-200.fc29.i686 is already installed.
Package kernel-devel-5.0.10-200.fc29.i686 is already installed.
Package kernel-devel-5.0.11-300.fc30.i686 is already installed.
Dipendenze risolte.
Nessuna operazione da compiere.
Fatto!

Continua a non collegarsi. Ciccioduc può fare la stessa prova.
Attendo la vostra opinione
Silvio

Il modello della scheda è diverso, ma potrebbe essere lo stesso problema?

https://ask.fedoraproject.org/t/cant-connect-to-wifi-after-update-bcm4360-with-broadcom-wl-driver/482

O anche questo

https://ask.fedoraproject.org/t/wifi-not-working-on-mac-mini-after-installing-fedora/827/6

Il problema è sempre delle Broadcom.
Ho fatto aggiornamento. Ancora non va. Penso che la cosa migliore sia aspettare l’aggiornamento che attiva tutto.

Silvio ho provato

dnf install akmod-wl kernel-devel

Ma non cambia nulla

[quote=alciregi]Il modello della scheda è diverso, ma potrebbe essere lo stesso problema?

https://ask.fedoraproject.org/t/cant-connect-to-wifi-after-update-bcm4360-with-broadcom-wl-driver/482

O anche questo

https://ask.fedoraproject.org/t/wifi-not-working-on-mac-mini-after-installing-fedora/827/6[/quote]

Risolto seguendo questo post https://ask.fedoraproject.org/t/wifi-not-working-on-mac-mini-after-installing-fedora/827/6

In pratica ho aggiunto

[device]
wifi.scan-rand-mac-address=no

in /etc/NetworkManager/NetworkManager.conf

Ciccioduc ho messo la riga in fondo ma non va lo stesso.
Ho sbagliato qualcosa?

[logging]

When debugging NetworkManager, enabling debug logging is of great help.

Logfiles contain no passwords and little sensitive information. But please

check before posting the file online. You can also personally hand over the

logfile to a NM developer to treat it confidential. Meet us on #nm on freenode.

Please post full logfiles except minimal modifications of private data.

You can also change the log-level at runtime via

$ nmcli general logging level TRACE domains ALL

However, usually it’s cleaner to enable debug logging

in the configuration and restart NetworkManager so that

debug logging is enabled from the start.

You will find the logfiles in syslog, for example via

$ journalctl -u NetworkManager

Note that debug logging of NetworkManager can be quite verbose. Some messages

might be rate-limited by the logging daemon (see RateLimitIntervalSec, RateLimitBurst

in man journald.conf).

#level=TRACE
#domains=ALL

[device]
#wifi.scan-rand-mac-address=no

Ciao Silvio,
no e’ un parametro che va messo proprio cosi’.

Puoi incollare direttamente questo nel terminale:

# echo -e '\n[device]\nwifi.scan-rand-mac-address=no\n' >> /etc/NetworkManager/NetworkManager.conf

[quote=silvio]Ciccioduc ho messo la riga in fondo ma non va lo stesso.
Ho sbagliato qualcosa?

[logging]

When debugging NetworkManager, enabling debug logging is of great help.

Logfiles contain no passwords and little sensitive information. But please

check before posting the file online. You can also personally hand over the

logfile to a NM developer to treat it confidential. Meet us on #nm on freenode.

Please post full logfiles except minimal modifications of private data.

You can also change the log-level at runtime via

$ nmcli general logging level TRACE domains ALL

However, usually it’s cleaner to enable debug logging

in the configuration and restart NetworkManager so that

debug logging is enabled from the start.

You will find the logfiles in syslog, for example via

$ journalctl -u NetworkManager

Note that debug logging of NetworkManager can be quite verbose. Some messages

might be rate-limited by the logging daemon (see RateLimitIntervalSec, RateLimitBurst

in man journald.conf).

#level=TRACE
#domains=ALL

[device]
#wifi.scan-rand-mac-address=no[/quote]

Non devi scrivere

 #wifi.scan-rand-mac-address=no 

ma bensì

 wifi.scan-rand-mac-address=no 

Piccola nota sul simbolo #:
[list=*]
]davanti ad un comando significa che il comando va lanciato come root;/]
]in uno script o in un file di configurazione significa “non tener conto di quanto è scritto su questa riga”./]
[/list]

[Risolto]
Per dirla come una persona conosciuta molto tempo fa “Finziona”.

Come sempre qui nel forum ho avuto indicazioni su come risolvere il mio problema ed ho imparato nuove cose.

Grazie a tutti.
Silvio