You are not logged in.

#1 2019-02-26 15:23:03

itai33
Member
Registered: 2018-01-26
Posts: 11

Ethernet Adapter not working

My laptop doesn't have an Ethernet port, so I'm using an Ethernet adapter to connect the cable. It worked initially, but stopped after a few minutes. The problem is definitely with the configuration, as this works out of the box with a windows laptop I had on hand.

ip link show shows:

ip link show                                                                                    
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether e8:b1:fc:0c:7a:dd brd ff:ff:ff:ff:ff:ff
9: enp0s20u1c2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
    link/ether 50:3e:aa:85:77:a8 brd ff:ff:ff:ff:ff:ff

with the ethernet adapter being enp0s20u1c2.

I have network manager installed, here is the result of nmcli:

wlp1s0: connected to WIFI
        "Intel 7260"
        wifi (iwlwifi), E8:B1:FC:0C:7A:DD, hw, mtu 1500
        ip4 default
        inet4 10.7.133.44/20
        route4 0.0.0.0/0
        route4 10.7.128.0/20
        inet6 fe80::8d84:eec:184b:20a4/64
        route6 fe80::/64
        route6 ff00::/8

enp0s20u1c2: unavailable
        "TP-Link Ethernet"
        ethernet (cdc_ether), 50:3E:AA:85:77:A8, hw, mtu 1500

lo: unmanaged
        "lo"
        loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536

DNS configuration:
        servers: 132.76.61.2 132.76.61.1
        domains: domain.com
        interface: wlp1s0

Use "nmcli device show" to get complete information about known devices and
"nmcli connection show" to get an overview on active connection profiles.

Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage details.

Enabled services are:

systemctl list-unit-files --state=enabled
UNIT FILE                                   STATE  
autovt@.service                             enabled
dbus-org.freedesktop.NetworkManager.service enabled
dbus-org.freedesktop.nm-dispatcher.service  enabled
getty@.service                              enabled
NetworkManager-dispatcher.service           enabled
NetworkManager-wait-online.service          enabled
NetworkManager.service                      enabled
ufw.service                                 enabled
remote-fs.target                            enabled

9 unit files listed.

Please help.

Last edited by itai33 (2019-02-26 16:02:53)

Offline

#2 2019-02-26 15:33:05

bugsmanagement
Member
Registered: 2017-04-21
Posts: 201

Re: Ethernet Adapter not working

Hello there,

I see you are missing device manufacture name of the adapter? lsusb? And when it stops working, what is the output of dmesg?

Offline

#3 2019-02-26 15:37:22

itai33
Member
Registered: 2018-01-26
Posts: 11

Re: Ethernet Adapter not working

lsusb
Bus 002 Device 013: ID 2357:0602 TP-Link

The device doesn't work at any point now, here is dmesg starting from when I connect it:

[ 2873.660885] usb 2-1: USB disconnect, device number 14
[ 2873.660991] cdc_ether 2-1:2.0 enp0s20u1c2: unregister 'cdc_ether' usb-0000:00:14.0-1, CDC Ethernet Device
[ 2874.809605] usb 2-1: new high-speed USB device number 15 using xhci_hcd
[ 2874.950601] usb 2-1: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[ 2874.950607] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2874.950610] usb 2-1: Product: USB 10/100 LAN
[ 2874.950613] usb 2-1: Manufacturer: TP-LINK
[ 2874.950615] usb 2-1: SerialNumber: 503EAA8577A8
[ 2874.956872] cdc_ether 2-1:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-1, CDC Ethernet Device, 50:3e:aa:85:77:a8
[ 2875.515399] cdc_ether 2-1:2.0 enp0s20u1c2: renamed from eth0
[ 2875.541375] IPv6: ADDRCONF(NETDEV_UP): enp0s20u1c2: link is not ready

Offline

#4 2019-02-26 15:44:11

bugsmanagement
Member
Registered: 2017-04-21
Posts: 201

Re: Ethernet Adapter not working

If you know your subnet and default gateway, what happens when you set it up manually? See https://wiki.archlinux.org/index.php/Ne … IP_address

Device seems to be this https://www.tp-link.com/uk/products/det … UE200.html, correct me if I'm wrong.

EDIT: Also, what is the output of 'ip l' and 'ethtool enp0s20u1c2' when the cable is connected?

Last edited by bugsmanagement (2019-02-26 15:46:28)

Offline

#5 2019-02-26 15:56:54

itai33
Member
Registered: 2018-01-26
Posts: 11

Re: Ethernet Adapter not working

Yes that's the device.

If you know your subnet and default gateway,

I'm not sure what you mean by this.

Why I run dhcpcd this happens:

sudo dhcpcd                                                                                        
dev: loaded udev
DUID 00:01:00:01:22:29:18:9b:e8:b1:fc:0c:7a:dd
wlp1s0: IAID fc:0c:7a:dd
enp0s20u1c2: waiting for carrier
wlp1s0: soliciting an IPv6 router
wlp1s0: soliciting a DHCP lease
wlp1s0: offered 10.7.139.176 from 132.76.93.100
wlp1s0: probing address 10.7.139.176/20
wlp1s0: leased 10.7.139.176 for 1800 seconds
wlp1s0: adding route to 10.7.128.0/20
wlp1s0: adding default route via 10.7.128.245
forked to background, child pid 31905

trying to activate the connection through nmtui gives the following error message:

Could now activate connection:
Connection 'Wired connection 1' is not available on device enp0s20u1c2 because device has no carrier

I also did this:

ip route show
default via 10.7.128.245 dev wlp1s0 proto dhcp src 10.7.139.176 metric 302 
10.7.128.0/20 dev wlp1s0 proto dhcp scope link src 10.7.139.176 metric 302 

by set it up manually do you mean to add the ip address manually? because I'm not sure how to fill in the blanks here:

# ip address add address/prefix_len broadcast + dev interface

further results are:

 ip l
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether e8:b1:fc:0c:7a:dd brd ff:ff:ff:ff:ff:ff
12: enp0s20u1c2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
    link/ether 50:3e:aa:85:77:a8 brd ff:ff:ff:ff:ff:ff
ethtool enp0s20u1c2
Settings for enp0s20u1c2:
Cannot get wake-on-lan settings: Operation not permitted
	Current message level: 0x00000007 (7)
			       drv probe link
	Link detected: no

Offline

#6 2019-02-26 16:05:44

bugsmanagement
Member
Registered: 2017-04-21
Posts: 201

Re: Ethernet Adapter not working

Link detected: no

Seems to be the problem, does device have lights to indicate there is a link?

Is this directly connected to your ISP or a router? Have you tried switch cables? Your subnet, at least according to your WIFI, is /20. Though, if this directly connected to your ISP, setting a static IP may not work as the ISP didn't lend you that IP address. Though /20 is still within Private Networks.

Offline

#7 2019-02-26 16:12:32

itai33
Member
Registered: 2018-01-26
Posts: 11

Re: Ethernet Adapter not working

It doesn't have a light, switching the cable doesn't work, and it connects to an ethernet port in the wall, so directly to the ISP i guess?

Offline

#8 2019-02-26 16:27:33

seth
Member
Registered: 2012-09-03
Posts: 50,923

Re: Ethernet Adapter not working

It also has no readable settings. While usually "it's the cable, it's always the cable", in this case the communication w/ the device seems flawed.
Try a different kernel (eg. lts, maybe the behavior w/ something entirely different like grml, knoppix or a ubuntu live iso) and please post a *complete* dmesg, lsusb and "lsusb -t"

Offline

#9 2019-02-26 16:34:35

itai33
Member
Registered: 2018-01-26
Posts: 11

Re: Ethernet Adapter not working

lsusb
Bus 001 Device 002: ID 8087:8000 Intel Corp. 
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 006: ID 1bcf:2c43 Sunplus Innovation Technology Inc. 
Bus 002 Device 005: ID 04f3:040d Elan Microelectronics Corp. 
Bus 002 Device 004: ID 2047:0855 Texas Instruments Invensense Embedded MotionApp HID Sensor
Bus 002 Device 003: ID 8087:07dc Intel Corp. 
Bus 002 Device 015: ID 2357:0602 TP-Link 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 lsusb -t
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/9p, 480M
    |__ Port 1: Dev 15, If 0, Class=Communications, Driver=cdc_ether, 480M
    |__ Port 1: Dev 15, If 1, Class=CDC Data, Driver=cdc_ether, 480M
    |__ Port 4: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
    |__ Port 4: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
    |__ Port 6: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 7: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 8: Dev 6, If 0, Class=Video, Driver=uvcvideo, 480M
    |__ Port 8: Dev 6, If 1, Class=Video, Driver=uvcvideo, 480M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M

dmesg:

[    0.000000] microcode: microcode updated early to revision 0x24, date = 2018-04-02
[    0.000000] Linux version 4.20.12-arch1-1-ARCH (builduser@heftig-2027) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Sat Feb 23 15:11:34 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d06de28e-a2e4-4f0f-a5ce-cd0a12383640 rw quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    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-0x000000000006efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007876ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000078770000-0x0000000079b6ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079b70000-0x000000009c6befff] usable
[    0.000000] BIOS-e820: [mem 0x000000009c6bf000-0x000000009c8befff] type 20
[    0.000000] BIOS-e820: [mem 0x000000009c8bf000-0x000000009cebefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009cebf000-0x000000009cfbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009cfbf000-0x000000009cffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009cfff000-0x000000009cffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009d000000-0x000000009f9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000025f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by INSYDE Corp.
[    0.000000] efi:  ACPI=0x9cffe000  ACPI 2.0=0x9cffe014  SMBIOS=0x9cebef98 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 20266/Yoga2, BIOS 76CN40WW 06/27/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x25f600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-E7FFF write-protect
[    0.000000]   E8000-EFFFF write-combining
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7F80000000 write-back
[    0.000000]   1 base 0080000000 mask 7FE0000000 write-back
[    0.000000]   2 base 009D000000 mask 7FFF000000 uncachable
[    0.000000]   3 base 009E000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 00FFC00000 mask 7FFFC00000 write-protect
[    0.000000]   5 base 0100000000 mask 7F00000000 write-back
[    0.000000]   6 base 0200000000 mask 7F80000000 write-back
[    0.000000]   7 base 025F600000 mask 7FFFE00000 uncachable
[    0.000000]   8 base 025F800000 mask 7FFF800000 uncachable
[    0.000000]   9 base 0260000000 mask 7FE0000000 uncachable
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] last_pfn = 0x9d000 max_arch_pfn = 0x400000000
[    0.000000] check: Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [(____ptrval____)] 7e000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x1c2c01000, 0x1c2c01fff] PGTABLE
[    0.000000] BRK [0x1c2c02000, 0x1c2c02fff] PGTABLE
[    0.000000] BRK [0x1c2c03000, 0x1c2c03fff] PGTABLE
[    0.000000] BRK [0x1c2c04000, 0x1c2c04fff] PGTABLE
[    0.000000] BRK [0x1c2c05000, 0x1c2c05fff] PGTABLE
[    0.000000] BRK [0x1c2c06000, 0x1c2c06fff] PGTABLE
[    0.000000] BRK [0x1c2c07000, 0x1c2c07fff] PGTABLE
[    0.000000] BRK [0x1c2c08000, 0x1c2c08fff] PGTABLE
[    0.000000] BRK [0x1c2c09000, 0x1c2c09fff] PGTABLE
[    0.000000] BRK [0x1c2c0a000, 0x1c2c0afff] PGTABLE
[    0.000000] BRK [0x1c2c0b000, 0x1c2c0bfff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x36673000-0x37330fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000009CFFE014 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x000000009CFFE210 0000C4 (v01 LENOVO CB-01    00000001      01000013)
[    0.000000] ACPI: FACP 0x000000009CFEB000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: DSDT 0x000000009CFDA000 00D141 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: FACS 0x000000009CFBA000 000040
[    0.000000] ACPI: SLIC 0x000000009CFFD000 000176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x000000009CFFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000009CFF0000 00B124 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: FPDT 0x000000009CFEE000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: MSDM 0x000000009CFED000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: ASF! 0x000000009CFEC000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: HPET 0x000000009CFEA000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: APIC 0x000000009CFE9000 00008C (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: MCFG 0x000000009CFE8000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000009CFD7000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: BOOT 0x000000009CFD5000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: LPIT 0x000000009CFD4000 000094 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: ASPT 0x000000009CFD2000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: DBGP 0x000000009CFD1000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000009CFCE000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000009CFCD000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000009CFC9000 003496 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000009CFC8000 0007C7 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: BGRT 0x000000009CFC7000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x25f5fc000-0x25f5fffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000025f5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000006efff]
[    0.000000]   node   0: [mem 0x0000000000070000-0x0000000000087fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007876ffff]
[    0.000000]   node   0: [mem 0x0000000079b70000-0x000000009c6befff]
[    0.000000]   node   0: [mem 0x000000009cfff000-0x000000009cffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000025f5fffff]
[    0.000000] Zeroed struct page in unavailable ranges: 19898 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000025f5fffff]
[    0.000000] On node 0 totalpages: 2074694
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3974 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 9867 pages used for memmap
[    0.000000]   DMA32 zone: 631488 pages, LIFO batch:63
[    0.000000]   Normal zone: 22488 pages used for memmap
[    0.000000]   Normal zone: 1439232 pages, LIFO batch:63
[    0.000000] Reserving Intel graphics memory at [mem 0x9da00000-0x9f9fffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x78770000-0x79b6ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9c6bf000-0x9c8befff]
[    0.000000] PM: Registered nosave memory: [mem 0x9c8bf000-0x9cebefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cebf000-0x9cfbefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cfbf000-0x9cffefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9d000000-0x9f9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfe100fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe113000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.000000] [mem 0x9fa00000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x95/0x548 with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2042253
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d06de28e-a2e4-4f0f-a5ce-cd0a12383640 rw quiet
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7970596K/8298776K available (12293K kernel code, 1268K rwdata, 3692K rodata, 1532K init, 3936K bss, 328180K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 35812 entries in 140 pages
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.000000] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.000000] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 20736, nr_irqs: 760, preallocated irqs: 16
[    0.000000] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.000000] Console: colour dummy device 80x25
[    0.000000] printk: console [tty0] enabled
[    0.000000] ACPI: Core revision 20181003
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.019999] tsc: PIT calibration matches HPET. 1 loops
[    0.019999] tsc: Detected 2394.361 MHz processor
[    0.000013] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x228368a4100, max_idle_ns: 440795291276 ns
[    0.000026] Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.25 BogoMIPS (lpj=7981203)
[    0.000029] pid_max: default: 32768 minimum: 301
[    0.004675] LSM: Security Framework initializing
[    0.004677] Yama: becoming mindful.
[    0.004685] AppArmor: AppArmor disabled by boot time parameter
[    0.007835] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.008569] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008613] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008637] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008945] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.008946] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.008953] mce: CPU supports 7 MCE banks
[    0.008970] CPU0: Thermal monitoring enabled (TM1)
[    0.008986] process: using mwait in idle threads
[    0.008990] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.008991] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.008993] Spectre V2 : Mitigation: Full generic retpoline
[    0.008994] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.008994] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.009004] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.009005] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.009007] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.009249] Freeing SMP alternatives memory: 28K
[    0.015497] TSC deadline timer enabled
[    0.015502] smpboot: CPU0: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.026702] mce: [Hardware Error]: Machine check events logged
[    0.026705] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 6: ae0000000040110a
[    0.026712] mce: [Hardware Error]: TSC 0 ADDR ffb07640 MISC 78a0000086 
[    0.026719] mce: [Hardware Error]: PROCESSOR 0:40651 TIME 1551192670 SOCKET 0 APIC 0 microcode 24
[    0.033358] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.033424] ... version:                3
[    0.033425] ... bit width:              48
[    0.033426] ... generic registers:      4
[    0.033427] ... value mask:             0000ffffffffffff
[    0.033428] ... max period:             00007fffffffffff
[    0.033428] ... fixed-purpose events:   3
[    0.033429] ... event mask:             000000070000000f
[    0.040031] rcu: Hierarchical SRCU implementation.
[    0.060810] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.066700] smp: Bringing up secondary CPUs ...
[    0.106701] x86: Booting SMP configuration:
[    0.106703] .... node  #0, CPUs:      #1 #2 #3
[    0.187174] smp: Brought up 1 node, 4 CPUs
[    0.187174] smpboot: Max logical packages: 2
[    0.187174] smpboot: Total of 4 processors activated (19162.00 BogoMIPS)
[    0.190330] devtmpfs: initialized
[    0.190330] x86/mm: Memory block size: 128MB
[    0.190965] PM: Registering ACPI NVS region [mem 0x9cebf000-0x9cfbefff] (1048576 bytes)
[    0.190965] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.190965] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.190965] pinctrl core: initialized pinctrl subsystem
[    0.190965] RTC time: 14:51:10, date: 02/26/19
[    0.190965] NET: Registered protocol family 16
[    0.190965] audit: initializing netlink subsys (disabled)
[    0.190965] audit: type=2000 audit(1551192670.209:1): state=initialized audit_enabled=0 res=1
[    0.190965] cpuidle: using governor ladder
[    0.193359] cpuidle: using governor menu
[    0.193380] Simple Boot Flag at 0x44 set to 0x1
[    0.193406] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.193408] ACPI: bus type PCI registered
[    0.193409] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.193497] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.193515] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.193515] PCI: Using configuration type 1 for base access
[    0.193515] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.194823] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.194823] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.194823] fbcon: Taking over console
[    0.194823] ACPI: Added _OSI(Module Device)
[    0.194823] ACPI: Added _OSI(Processor Device)
[    0.194823] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.194823] ACPI: Added _OSI(Processor Aggregator Device)
[    0.194823] ACPI: Added _OSI(Linux-Dell-Video)
[    0.194823] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.222503] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.226681] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.230146] ACPI: Dynamic OEM Table Load:
[    0.230157] ACPI: SSDT 0xFFFF8CC715A0D400 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)
[    0.231137] ACPI: Dynamic OEM Table Load:
[    0.231147] ACPI: SSDT 0xFFFF8CC715FF1000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)
[    0.232182] ACPI: Dynamic OEM Table Load:
[    0.232190] ACPI: SSDT 0xFFFF8CC715A70400 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)
[    0.234082] ACPI: EC: EC started
[    0.234083] ACPI: EC: interrupt blocked
[    0.237033] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as first EC
[    0.237036] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.237039] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions
[    0.237040] ACPI: Interpreter enabled
[    0.237090] ACPI: (supports S0 S3 S4 S5)
[    0.237092] ACPI: Using IOAPIC for interrupt routing
[    0.237136] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.237776] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.257889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.257898] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.259117] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.259119] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.260228] PCI host bridge to bus 0000:00
[    0.260232] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.260234] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.260236] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.260238] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.260240] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.260242] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.260244] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.260246] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.260248] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.260250] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.260252] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.260254] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff window]
[    0.260256] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.260268] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    0.260586] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    0.260603] pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb03fffff 64bit]
[    0.260612] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.260618] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.260636] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.260923] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    0.260938] pci 0000:00:03.0: reg 0x10: [mem 0xb0518000-0xb051bfff 64bit]
[    0.261252] pci 0000:00:04.0: [8086:0a03] type 00 class 0x118000
[    0.261269] pci 0000:00:04.0: reg 0x10: [mem 0xb0510000-0xb0517fff 64bit]
[    0.261631] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    0.261685] pci 0000:00:14.0: reg 0x10: [mem 0xb0500000-0xb050ffff 64bit]
[    0.261846] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.262154] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    0.262210] pci 0000:00:16.0: reg 0x10: [mem 0xb0520000-0xb052001f 64bit]
[    0.262381] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.262715] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    0.262769] pci 0000:00:1b.0: reg 0x10: [mem 0xb051c000-0xb051ffff 64bit]
[    0.262961] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.263280] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    0.263514] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.263964] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    0.264016] pci 0000:00:1d.0: reg 0x10: [mem 0xb0524000-0xb05243ff]
[    0.264219] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.264538] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    0.265069] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[    0.265114] pci 0000:00:1f.2: reg 0x10: [io  0x3088-0x308f]
[    0.265133] pci 0000:00:1f.2: reg 0x14: [io  0x3094-0x3097]
[    0.265152] pci 0000:00:1f.2: reg 0x18: [io  0x3080-0x3087]
[    0.265171] pci 0000:00:1f.2: reg 0x1c: [io  0x3090-0x3093]
[    0.265189] pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
[    0.265208] pci 0000:00:1f.2: reg 0x24: [mem 0xb0523000-0xb05237ff]
[    0.265308] pci 0000:00:1f.2: PME# supported from D3hot
[    0.265609] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    0.265656] pci 0000:00:1f.3: reg 0x10: [mem 0xb0521000-0xb05210ff 64bit]
[    0.265708] pci 0000:00:1f.3: reg 0x20: [io  0x3040-0x305f]
[    0.266051] pci 0000:00:1f.6: [8086:9c24] type 00 class 0x118000
[    0.266118] pci 0000:00:1f.6: reg 0x10: [mem 0xb0522000-0xb0522fff 64bit]
[    0.266977] pci 0000:01:00.0: [8086:08b2] type 00 class 0x028000
[    0.267091] pci 0000:01:00.0: reg 0x10: [mem 0xb0400000-0xb0401fff 64bit]
[    0.267497] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.268117] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.268130] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb04fffff]
[    0.270094] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.270196] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.270302] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.270400] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.270498] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.270598] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.270696] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.270794] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.273351] ACPI: EC: interrupt unblocked
[    0.273351] ACPI: EC: event unblocked
[    0.273351] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.273351] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions and events
[    0.273361] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.273361] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.273366] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.273367] vgaarb: loaded
[    0.273546] ACPI: bus type USB registered
[    0.273564] usbcore: registered new interface driver usbfs
[    0.273572] usbcore: registered new interface driver hub
[    0.273602] usbcore: registered new device driver usb
[    0.273634] pps_core: LinuxPPS API ver. 1 registered
[    0.273635] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.273638] PTP clock support registered
[    0.273647] EDAC MC: Ver: 3.0.0
[    0.273896] Registered efivars operations
[    0.320090] PCI: Using ACPI for IRQ routing
[    0.338132] PCI: pci_cache_line_size set to 64 bytes
[    0.338490] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
[    0.338492] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
[    0.338493] e820: reserve RAM buffer [mem 0x78770000-0x7bffffff]
[    0.338495] e820: reserve RAM buffer [mem 0x9c6bf000-0x9fffffff]
[    0.338497] e820: reserve RAM buffer [mem 0x9d000000-0x9fffffff]
[    0.338498] e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
[    0.338642] NetLabel: Initializing
[    0.338643] NetLabel:  domain hash size = 128
[    0.338644] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.338662] NetLabel:  unlabeled traffic allowed by default
[    0.340276] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.340283] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.342325] clocksource: Switched to clocksource tsc-early
[    0.354462] VFS: Disk quotas dquot_6.6.0
[    0.354486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.354578] pnp: PnP ACPI init
[    0.355119] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.355122] system 00:00: [io  0xffff] has been reserved
[    0.355125] system 00:00: [io  0xffff] has been reserved
[    0.355127] system 00:00: [io  0xffff] has been reserved
[    0.355129] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.355131] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.355139] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.355209] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.355281] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.355287] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.355330] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.355367] pnp 00:04: Plug and Play ACPI device, IDs SYN2b2c SYN2b00 SYN0002 PNP0f13 (active)
[    0.355597] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.355600] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.355602] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.355604] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.355607] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.355609] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.355612] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.355614] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[    0.355617] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.355619] system 00:05: [mem 0x9fa20000-0x9fa20fff] has been reserved
[    0.355622] system 00:05: [mem 0x9fa10000-0x9fa1ffff] has been reserved
[    0.355627] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.356183] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.357205] pnp: PnP ACPI: found 7 devices
[    0.363481] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.363514] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.363531] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb04fffff]
[    0.363550] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.363552] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.363554] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.363556] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.363558] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.363560] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.363563] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.363565] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.363567] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.363569] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.363571] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.363573] pci_bus 0000:00: resource 15 [mem 0x9fa00000-0xfeafffff window]
[    0.363575] pci_bus 0000:01: resource 1 [mem 0xb0400000-0xb04fffff]
[    0.363790] NET: Registered protocol family 2
[    0.363980] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.364020] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.364155] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.364295] TCP: Hash tables configured (established 65536 bind 65536)
[    0.364341] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.364370] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.364448] NET: Registered protocol family 1
[    0.364454] NET: Registered protocol family 44
[    0.364466] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.380193] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x6ad took 13686 usecs
[    0.380364] PCI: CLS 64 bytes, default 64
[    0.380414] Unpacking initramfs...
[    0.630603] Freeing initrd memory: 13048K
[    0.630611] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.630613] software IO TLB: mapped [mem 0x982b9000-0x9c2b9000] (64MB)
[    0.630771] check: Scanning for low memory corruption every 60 seconds
[    0.631537] Initialise system trusted keyrings
[    0.631547] Key type blacklist registered
[    0.631607] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.633376] zbud: loaded
[    0.692948] Key type asymmetric registered
[    0.692950] Asymmetric key parser 'x509' registered
[    0.692968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.693025] io scheduler noop registered
[    0.693026] io scheduler deadline registered
[    0.693075] io scheduler cfq registered (default)
[    0.693077] io scheduler mq-deadline registered
[    0.693078] io scheduler kyber registered
[    0.693129] io scheduler bfq registered
[    0.693705] pcieport 0000:00:1c.0: Signaling PME with IRQ 40
[    0.693841] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.693938] efifb: probing for efifb
[    0.693954] efifb: showing boot graphics
[    0.699606] efifb: framebuffer at 0xa0000000, using 22528k, total 22528k
[    0.699608] efifb: mode is 3200x1800x32, linelength=12800, pages=1
[    0.699609] efifb: scrolling: redraw
[    0.699611] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.699762] Console: switching to colour frame buffer device 400x112
[    0.718814] fb0: EFI VGA frame buffer device
[    0.718829] intel_idle: MWAIT substates: 0x11142120
[    0.718830] intel_idle: v0.4.1 model 0x45
[    0.719162] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.719276] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.719286] ACPI: Lid Switch [LID0]
[    0.719334] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.719343] ACPI: Power Button [PWRB]
[    0.719391] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.719410] ACPI: Power Button [PWRF]
[    0.722528] thermal LNXTHERM:00: registered as thermal_zone0
[    0.722531] ACPI: Thermal Zone [TZ01] (53 C)
[    0.722838] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.724501] usbcore: registered new interface driver usbserial_generic
[    0.724508] usbserial: USB Serial support registered for generic
[    0.724541] rtc_cmos 00:01: RTC can wake from S4
[    0.724854] rtc_cmos 00:01: registered as rtc0
[    0.724874] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[    0.724945] intel_pstate: Intel P-state driver initializing
[    0.725218] ledtrig-cpu: registered to indicate activity on CPUs
[    0.725808] NET: Registered protocol family 10
[    0.741433] Segment Routing with IPv6
[    0.741472] NET: Registered protocol family 17
[    0.742014] RAS: Correctable Errors collector initialized.
[    0.742075] microcode: sig=0x40651, pf=0x40, revision=0x24
[    0.742209] microcode: Microcode Update Driver: v2.2.
[    0.742235] sched_clock: Marking stable (762175200, -19985382)->(761961657, -19771839)
[    0.742692] registered taskstats version 1
[    0.742701] Loading compiled-in X.509 certificates
[    0.748469] Loaded X.509 cert 'Build time autogenerated kernel key: 776384fc5a2c2a60382626663793a2852880f743'
[    0.748509] zswap: loaded using pool lzo/zbud
[    0.759176] Key type big_key registered
[    0.759749]   Magic number: 7:752:890
[    0.759788] pci 0000:00:1f.3: hash matches
[    0.759906] rtc_cmos 00:01: setting system clock to 2019-02-26 14:51:11 UTC (1551192671)
[    0.761399] Freeing unused decrypted memory: 2040K
[    0.761778] Freeing unused kernel image memory: 1532K
[    0.776836] Write protecting the kernel read-only data: 18432k
[    0.777755] Freeing unused kernel image memory: 2016K
[    0.777997] Freeing unused kernel image memory: 404K
[    0.794639] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.794640] x86/mm: Checking user space page tables
[    0.803438] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.803440] Run /init as init process
[    0.869892] Linux agpgart interface v0.103
[    0.915163] VFIO - User Level meta-driver version: 0.3
[    0.971741] checking generic (a0000000 1600000) vs hw (a0000000 10000000)
[    0.971742] fb0: switching to inteldrmfb from EFI VGA
[    0.971766] Console: switching to colour dummy device 80x25
[    0.971841] [drm] Replacing VGA console driver
[    0.980104] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    0.980106] [drm] Driver supports precise vblank timestamp query.
[    0.983477] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.030336] [drm] Initialized i915 1.6.0 20180921 for 0000:00:02.0 on minor 0
[    1.032853] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.033179] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.070124] fbcon: inteldrmfb (fb0) is primary device
[    1.633455] tsc: Refined TSC clocksource calibration: 2394.456 MHz
[    1.633469] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283c236f90, max_idle_ns: 440795217409 ns
[    1.633503] clocksource: Switched to clocksource tsc
[    2.212186] Console: switching to colour frame buffer device 240x67
[    2.240115] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.322958] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.336166] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.336236] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.345328] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.350215] ehci-pci: EHCI PCI platform driver
[    2.350560] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.350569] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    2.350593] ehci-pci 0000:00:1d.0: debug port 2
[    2.351249] SCSI subsystem initialized
[    2.354514] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.354534] ehci-pci 0000:00:1d.0: irq 23, io mem 0xb0524000
[    2.361239] libata version 3.00 loaded.
[    2.362204] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.364758] ahci 0000:00:1f.2: version 3.0
[    2.365036] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
[    2.365038] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    2.365435] scsi host0: ahci
[    2.365618] scsi host1: ahci
[    2.365701] ata1: DUMMY
[    2.365705] ata2: SATA max UDMA/133 abar m2048@0xb0523000 port 0xb0523180 irq 42
[    2.366705] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.366814] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[    2.366817] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.366819] usb usb1: Product: EHCI Host Controller
[    2.366821] usb usb1: Manufacturer: Linux 4.20.12-arch1-1-ARCH ehci_hcd
[    2.366822] usb usb1: SerialNumber: 0000:00:1d.0
[    2.366985] hub 1-0:1.0: USB hub found
[    2.366997] hub 1-0:1.0: 2 ports detected
[    2.367211] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.367221] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.368379] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    2.368389] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.368699] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[    2.368701] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.368703] usb usb2: Product: xHCI Host Controller
[    2.368705] usb usb2: Manufacturer: Linux 4.20.12-arch1-1-ARCH xhci-hcd
[    2.368707] usb usb2: SerialNumber: 0000:00:14.0
[    2.368824] hub 2-0:1.0: USB hub found
[    2.368844] hub 2-0:1.0: 9 ports detected
[    2.370570] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.370574] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.370577] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    2.370617] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
[    2.370618] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.370619] usb usb3: Product: xHCI Host Controller
[    2.370621] usb usb3: Manufacturer: Linux 4.20.12-arch1-1-ARCH xhci-hcd
[    2.370622] usb usb3: SerialNumber: 0000:00:14.0
[    2.370714] hub 3-0:1.0: USB hub found
[    2.370727] hub 3-0:1.0: 4 ports detected
[    2.681109] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.683344] ata2.00: ACPI cmd ef/10:09:00:00:00:b0 (SET FEATURES) succeeded
[    2.684086] ata2.00: NCQ Send/Recv Log not supported
[    2.684092] ata2.00: ATA-9: SAMSUNG MZMTE256HMHP-000L1, EXT43L0Q, max UDMA/133
[    2.684095] ata2.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.684791] ata2.00: ACPI cmd ef/10:09:00:00:00:b0 (SET FEATURES) succeeded
[    2.685478] ata2.00: NCQ Send/Recv Log not supported
[    2.685605] ata2.00: configured for UDMA/133
[    2.686152] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG MZMTE256 3L0Q PQ: 0 ANSI: 5
[    2.695039] sd 1:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    2.695057] sd 1:0:0:0: [sda] Write Protect is off
[    2.695060] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.695091] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.695987] random: fast init done
[    2.696704] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.703447] usb 2-1: new high-speed USB device number 2 using xhci_hcd
[    2.843893] usb 1-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    2.843898] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.844308] hub 1-1:1.0: USB hub found
[    2.844382] usb 2-1: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[    2.844388] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.844392] usb 2-1: Product: USB 10/100 LAN
[    2.844396] usb 2-1: Manufacturer: TP-LINK
[    2.844399] usb 2-1: SerialNumber: 503EAA8577A8
[    2.844494] hub 1-1:1.0: 8 ports detected
[    2.862541]  sda: sda1 sda2 sda3
[    2.864039] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.966748] usb 2-4: new full-speed USB device number 3 using xhci_hcd
[    3.107739] usb 2-4: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01
[    3.107741] usb 2-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.108356] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    3.230042] usb 2-6: new full-speed USB device number 4 using xhci_hcd
[    3.374326] usb 2-6: New USB device found, idVendor=2047, idProduct=0855, bcdDevice=11.51
[    3.374331] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.374334] usb 2-6: Product: Lenovo Yoga         
[    3.374337] usb 2-6: Manufacturer: Invensense
[    3.374340] usb 2-6: SerialNumber: 13BF846F27000500
[    3.410896] systemd[1]: systemd 241.7-2-arch 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)
[    3.426920] systemd[1]: Detected architecture x86-64.
[    3.431395] systemd[1]: Set hostname to <orange>.
[    3.503373] usb 2-7: new full-speed USB device number 5 using xhci_hcd
[    3.538450] systemd[1]: Listening on udev Kernel Socket.
[    3.539856] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.539907] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.539990] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.542646] systemd[1]: Listening on Process Core Dump Socket.
[    3.542797] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.542810] systemd[1]: Reached target Remote File Systems.
[    3.562035] EXT4-fs (sda3): re-mounted. Opts: data=ordered
[    3.566017] random: lvm: uninitialized urandom read (4 bytes read)
[    3.570944] audit: type=1130 audit(1551192674.306:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.586772] random: systemd-random-: uninitialized urandom read (512 bytes read)
[    3.588467] audit: type=1130 audit(1551192674.323:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.605469] audit: type=1325 audit(1551192674.340:4): table=filter family=2 entries=0
[    3.605559] audit: type=1300 audit(1551192674.340:4): arch=c000003e syscall=175 success=yes exit=0 a0=5629b22e8880 a1=22e1 a2=5629b1e1b400 a3=5629b22e4010 items=0 ppid=8 pid=279 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" key=(null)
[    3.605563] audit: type=1327 audit(1551192674.340:4): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F66696C746572
[    3.607224] audit: type=1130 audit(1551192674.343:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.615603] audit: type=1130 audit(1551192674.350:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.619500] systemd-journald[264]: Received request to flush runtime journal from PID 1
[    3.644134] audit: type=1130 audit(1551192674.380:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.645093] usb 2-7: New USB device found, idVendor=04f3, idProduct=040d, bcdDevice=11.11
[    3.645096] usb 2-7: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[    3.645098] usb 2-7: Product: Touchscreen
[    3.645100] usb 2-7: Manufacturer: ELAN
[    3.671362] audit: type=1325 audit(1551192674.406:8): table=filter family=10 entries=0
[    3.770041] usb 2-8: new high-speed USB device number 6 using xhci_hcd
[    3.777633] ACPI: AC Adapter [ADP1] (on-line)
[    3.831979] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.CFAN], AE_NOT_FOUND (20181003/psargs-330)
[    3.831991] ACPI Error: Method parse/execution failed \_SB.IETM._TRT, AE_NOT_FOUND (20181003/psparse-516)
[    3.840192] hidraw: raw HID events driver (C) Jiri Kosina
[    3.856935] battery: ACPI: Battery Slot [BAT1] (battery present)
[    3.873585] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input6
[    3.911246] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    3.911293] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    3.920391] usb 2-8: New USB device found, idVendor=1bcf, idProduct=2c43, bcdDevice= 0.19
[    3.920395] usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.920397] usb 2-8: Product: Lenovo EasyCamera
[    3.920399] usb 2-8: Manufacturer: J37E7K6GZ
[    3.949129] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    3.949132] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.949133] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.949134] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.949135] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    3.982087] Bluetooth: Core ver 2.22
[    3.982108] NET: Registered protocol family 31
[    3.982109] Bluetooth: HCI device and connection manager initialized
[    3.982114] Bluetooth: HCI socket layer initialized
[    3.982116] Bluetooth: L2CAP socket layer initialized
[    3.982121] Bluetooth: SCO socket layer initialized
[    4.036179] iTCO_vendor_support: vendor-support=0
[    4.044519] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    4.044593] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[    4.047394] cryptd: max_cpu_qlen set to 1000
[    4.053427] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.085095] Bluetooth: HCI UART driver ver 2.3
[    4.085098] Bluetooth: HCI UART protocol H4 registered
[    4.085099] Bluetooth: HCI UART protocol BCSP registered
[    4.085120] Bluetooth: HCI UART protocol LL registered
[    4.085121] Bluetooth: HCI UART protocol ATH3K registered
[    4.085134] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    4.085165] Bluetooth: HCI UART protocol Intel registered
[    4.085207] Bluetooth: HCI UART protocol Broadcom registered
[    4.085219] Bluetooth: HCI UART protocol QCA registered
[    4.085220] Bluetooth: HCI UART protocol AG6XX registered
[    4.085221] Bluetooth: HCI UART protocol Marvell registered
[    4.105518] AVX2 version of gcm_enc/dec engaged.
[    4.105520] AES CTR mode by8 optimization enabled
[    4.139729] Adding 10485756k swap on /dev/sda2.  Priority:-2 extents:1 across:10485756k SSFS
[    4.175055] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.176380] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.187793] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.189411] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    4.189415] cfg80211: failed to load regulatory.db
[    4.192719] intel-spi intel-spi: s25fl064k (8192 Kbytes)
[    4.206987] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input8
[    4.207063] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9
[    4.207130] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
[    4.207195] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[    4.207255] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
[    4.214916] Creating 1 MTD partitions on "intel-spi":
[    4.214921] 0x000000000000-0x000000800000 : "BIOS"
[    4.219646] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3239: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    4.219650] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.219653] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    4.219654] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    4.219656] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    4.219659] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    4.219661] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    4.264160] Intel(R) Wireless WiFi driver for Linux
[    4.264161] Copyright(c) 2003- 2015 Intel Corporation
[    4.270694] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[    4.270922] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[    4.270998] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
[    4.283956] iwlwifi 0000:01:00.0: loaded firmware version 17.3216344376.0 op_mode iwlmvm
[    4.383252] kvm: disabled by bios
[    4.426261] intel_rapl: Found RAPL domain package
[    4.426263] intel_rapl: Found RAPL domain core
[    4.426265] intel_rapl: Found RAPL domain uncore
[    4.426266] intel_rapl: Found RAPL domain dram
[    4.426269] intel_rapl: RAPL package 0 domain package locked by BIOS
[    4.426860] iwlwifi 0000:01:00.0: Detected Intel(R) Wireless N 7260, REV=0x144
[    4.450732] iwlwifi 0000:01:00.0: base HW address: e8:b1:fc:0c:7a:dd
[    4.465806] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    4.534525] psmouse serio1: synaptics: queried max coordinates: x [..5702], y [..4730]
[    4.580434] psmouse serio1: synaptics: queried min coordinates: x [1242..], y [1124..]
[    4.580444] psmouse serio1: synaptics: Your touchpad (PNP: SYN2b2c SYN2b00 SYN0002 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.
[    4.665113] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    4.667778] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[    4.675435] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126c00/0x0, board id: 2132, fw id: 1180104
[    4.733462] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[    4.737913] mousedev: PS/2 mouse device common for all mice
[    4.766875] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    4.796752] urandom_read: 2 callbacks suppressed
[    4.796753] random: polkitd: uninitialized urandom read (8 bytes read)
[    4.797242] random: polkitd: uninitialized urandom read (8 bytes read)
[    4.797249] random: polkitd: uninitialized urandom read (8 bytes read)
[    5.028459] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    5.118927] usbcore: registered new interface driver btusb
[    5.131319] Bluetooth: hci0: read Intel version: 370710018002030d00
[    5.131726] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[    5.133634] media: Linux media interface: v0.10
[    5.138185] usbcore: registered new interface driver usbhid
[    5.138186] usbhid: USB HID core driver
[    5.143721] hid-generic 0003:2047:0855.0001: hiddev0,hidraw0: USB HID v1.01 Device [Invensense Lenovo Yoga         ] on usb-0000:00:14.0-6/input0
[    5.144348] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/0003:04F3:040D.0002/input/input16
[    5.144480] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/0003:04F3:040D.0002/input/input17
[    5.144564] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/0003:04F3:040D.0002/input/input18
[    5.144669] hid-generic 0003:04F3:040D.0002: input,hiddev1,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-7/input0
[    5.158714] videodev: Linux video capture interface: v2.00
[    5.201052] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (1bcf:2c43)
[    5.217445] uvcvideo 2-8:1.0: Entity type for entity Extension 4 was not initialized!
[    5.217449] uvcvideo 2-8:1.0: Entity type for entity Extension 3 was not initialized!
[    5.217451] uvcvideo 2-8:1.0: Entity type for entity Processing 2 was not initialized!
[    5.217454] uvcvideo 2-8:1.0: Entity type for entity Camera 1 was not initialized!
[    5.217569] input: Lenovo EasyCamera: Lenovo EasyC as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/input/input20
[    5.227067] usbcore: registered new interface driver uvcvideo
[    5.227071] USB Video Class driver (1.1.1)
[    5.231083] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/0003:04F3:040D.0002/input/input21
[    5.231490] hid-multitouch 0003:04F3:040D.0002: input,hiddev0,hidraw0: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-7/input0
[    5.301951] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    5.302200] cdc_ether 2-1:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-1, CDC Ethernet Device, 50:3e:aa:85:77:a8
[    5.302258] usbcore: registered new interface driver cdc_ether
[    5.309991] cdc_ether 2-1:2.0 enp0s20u1c2: renamed from eth0
[    5.311344] Bluetooth: hci0: Intel firmware patch completed and activated
[    5.327837] IPv6: ADDRCONF(NETDEV_UP): enp0s20u1c2: link is not ready
[    5.361316] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[   10.134811] kauditd_printk_skb: 82 callbacks suppressed
[   10.134813] audit: type=1131 audit(1551192680.870:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.996582] audit: type=1131 audit(1551192685.730:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.532215] random: crng init done
[   18.532218] random: 2 urandom warning(s) missed due to ratelimiting
[   19.224961] audit: type=1006 audit(1551192689.960:51): pid=654 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   19.246168] audit: type=1130 audit(1551192689.980:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.252475] audit: type=1006 audit(1551192689.986:53): pid=817 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   19.297904] audit: type=1130 audit(1551192690.033:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.292095] audit: type=1130 audit(1551192692.026:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.316618] audit: type=1130 audit(1551192692.050:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.738299] audit: type=1131 audit(1551192705.473:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.535581] audit: type=1111 audit(1551192707.270:58): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=1546 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[   38.218585] audit: type=1111 audit(1551192708.953:59): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=1546 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[   39.006848] audit: type=1111 audit(1551192709.743:60): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=1546 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[   41.969656] audit: type=1111 audit(1551192712.703:61): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=1546 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[   42.832306] audit: type=1111 audit(1551192713.566:62): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=1546 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[   43.703278] audit: type=1111 audit(1551192714.436:63): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=1546 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[   71.902631] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[   72.487678] wlp1s0: authenticate with fc:5b:39:84:7b:81
[   72.492101] wlp1s0: send auth to fc:5b:39:84:7b:81 (try 1/3)
[   72.495344] wlp1s0: authenticated
[   72.496699] wlp1s0: associate with fc:5b:39:84:7b:81 (try 1/3)
[   72.500631] wlp1s0: RX AssocResp from fc:5b:39:84:7b:81 (capab=0x421 status=0 aid=10)
[   72.506131] wlp1s0: associated
[   72.506336] wlp1s0: deauthenticating from fc:5b:39:84:7b:81 by local choice (Reason: 3=DEAUTH_LEAVING)
[   72.518419] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[   72.522215] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[   72.648360] wlp1s0: authenticate with fc:5b:39:87:23:f1
[   72.652941] wlp1s0: send auth to fc:5b:39:87:23:f1 (try 1/3)
[   72.657242] wlp1s0: authenticated
[   72.660114] wlp1s0: associate with fc:5b:39:87:23:f1 (try 1/3)
[   72.664440] wlp1s0: RX AssocResp from fc:5b:39:87:23:f1 (capab=0x421 status=0 aid=3)
[   72.668510] wlp1s0: associated
[   72.668687] wlp1s0: deauthenticating from fc:5b:39:87:23:f1 by local choice (Reason: 3=DEAUTH_LEAVING)
[   72.681214] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[   72.810915] wlp1s0: authenticate with fc:5b:39:84:7b:81
[   72.815152] wlp1s0: send auth to fc:5b:39:84:7b:81 (try 1/3)
[   72.817885] wlp1s0: authenticated
[   72.820182] wlp1s0: associate with fc:5b:39:84:7b:81 (try 1/3)
[   72.826657] wlp1s0: RX AssocResp from fc:5b:39:84:7b:81 (capab=0x421 status=0 aid=12)
[   72.829642] wlp1s0: associated
[   72.829855] wlp1s0: deauthenticating from fc:5b:39:84:7b:81 by local choice (Reason: 3=DEAUTH_LEAVING)
[   72.972250] wlp1s0: authenticate with fc:5b:39:87:23:f1
[   72.977260] wlp1s0: send auth to fc:5b:39:87:23:f1 (try 1/3)
[   72.987175] wlp1s0: authenticated
[   72.990108] wlp1s0: associate with fc:5b:39:87:23:f1 (try 1/3)
[   72.994568] wlp1s0: RX AssocResp from fc:5b:39:87:23:f1 (capab=0x421 status=0 aid=3)
[   72.999426] wlp1s0: associated
[   72.999628] wlp1s0: deauthenticating from fc:5b:39:87:23:f1 by local choice (Reason: 3=DEAUTH_LEAVING)
[   73.144674] wlp1s0: authenticate with fc:5b:39:84:7b:81
[   73.148610] wlp1s0: send auth to fc:5b:39:84:7b:81 (try 1/3)
[   73.155770] wlp1s0: authenticated
[   73.156739] wlp1s0: associate with fc:5b:39:84:7b:81 (try 1/3)
[   73.173510] wlp1s0: RX AssocResp from fc:5b:39:84:7b:81 (capab=0x421 status=0 aid=12)
[   73.187057] wlp1s0: associated
[   73.187343] wlp1s0: deauthenticating from fc:5b:39:84:7b:81 by local choice (Reason: 3=DEAUTH_LEAVING)
[   73.327162] wlp1s0: authenticate with fc:5b:39:87:23:f1
[   73.332052] wlp1s0: send auth to fc:5b:39:87:23:f1 (try 1/3)
[   73.336736] wlp1s0: authenticated
[   73.340075] wlp1s0: associate with fc:5b:39:87:23:f1 (try 1/3)
[   73.346592] wlp1s0: RX AssocResp from fc:5b:39:87:23:f1 (capab=0x421 status=0 aid=3)
[   73.353326] wlp1s0: associated
[   73.353514] wlp1s0: deauthenticating from fc:5b:39:87:23:f1 by local choice (Reason: 3=DEAUTH_LEAVING)
[   73.523074] wlp1s0: authenticate with fc:5b:39:84:7b:81
[   73.527927] wlp1s0: send auth to fc:5b:39:84:7b:81 (try 1/3)
[   73.538764] wlp1s0: authenticated
[   73.540101] wlp1s0: associate with fc:5b:39:84:7b:81 (try 1/3)
[   73.549598] wlp1s0: RX AssocResp from fc:5b:39:84:7b:81 (capab=0x421 status=0 aid=12)
[   73.558777] wlp1s0: associated
[   73.558822] wlp1s0: Limiting TX power to 4 dBm as advertised by fc:5b:39:84:7b:81
[   73.559678] wlp1s0: deauthenticating from fc:5b:39:84:7b:81 by local choice (Reason: 3=DEAUTH_LEAVING)
[   73.736608] wlp1s0: authenticate with fc:5b:39:83:93:e1
[   73.743140] wlp1s0: send auth to fc:5b:39:83:93:e1 (try 1/3)
[   73.748611] wlp1s0: authenticated
[   73.750084] wlp1s0: associate with fc:5b:39:83:93:e1 (try 1/3)
[   73.765392] wlp1s0: RX AssocResp from fc:5b:39:83:93:e1 (capab=0x421 status=17 aid=0)
[   73.765399] wlp1s0: fc:5b:39:83:93:e1 denied association (code=17)
[   73.936938] wlp1s0: authenticate with fc:5b:39:87:23:f1
[   73.942266] wlp1s0: send auth to fc:5b:39:87:23:f1 (try 1/3)
[   73.954249] wlp1s0: authenticated
[   73.956805] wlp1s0: associate with fc:5b:39:87:23:f1 (try 1/3)
[   73.961375] wlp1s0: RX AssocResp from fc:5b:39:87:23:f1 (capab=0x421 status=0 aid=3)
[   73.965894] wlp1s0: associated
[   73.966070] wlp1s0: deauthenticating from fc:5b:39:87:23:f1 by local choice (Reason: 3=DEAUTH_LEAVING)
[   74.145416] wlp1s0: authenticate with fc:5b:39:84:7b:81
[   74.149830] wlp1s0: send auth to fc:5b:39:84:7b:81 (try 1/3)
[   74.159425] wlp1s0: authenticated
[   74.160060] wlp1s0: associate with fc:5b:39:84:7b:81 (try 1/3)
[   74.206394] wlp1s0: RX AssocResp from fc:5b:39:84:7b:81 (capab=0x421 status=0 aid=12)
[   74.208751] wlp1s0: associated
[   74.209985] wlp1s0: deauthenticating from fc:5b:39:84:7b:81 by local choice (Reason: 3=DEAUTH_LEAVING)
[   74.381167] wlp1s0: authenticate with fc:5b:39:87:23:f1
[   74.386316] wlp1s0: send auth to fc:5b:39:87:23:f1 (try 1/3)
[   74.402042] wlp1s0: authenticated
[   74.403513] wlp1s0: associate with fc:5b:39:87:23:f1 (try 1/3)
[   74.428627] wlp1s0: RX AssocResp from fc:5b:39:87:23:f1 (capab=0x421 status=17 aid=0)
[   74.428635] wlp1s0: fc:5b:39:87:23:f1 denied association (code=17)
[   74.623003] wlp1s0: authenticate with fc:5b:39:83:93:e1
[   74.627473] wlp1s0: send auth to fc:5b:39:83:93:e1 (try 1/3)
[   74.647030] wlp1s0: authenticated
[   74.650088] wlp1s0: associate with fc:5b:39:83:93:e1 (try 1/3)
[   74.661726] wlp1s0: RX AssocResp from fc:5b:39:83:93:e1 (capab=0x421 status=0 aid=5)
[   74.663026] wlp1s0: associated
[   74.678381] wlp1s0: deauthenticated from fc:5b:39:83:93:e1 (Reason: 7=CLASS3_FRAME_FROM_NONASSOC_STA)
[   74.736538] wlp1s0: authenticate with fc:5b:39:83:93:e1
[   74.742228] wlp1s0: send auth to fc:5b:39:83:93:e1 (try 1/3)
[   74.746433] wlp1s0: authenticated
[   74.750123] wlp1s0: associate with fc:5b:39:83:93:e1 (try 1/3)
[   74.764712] wlp1s0: RX AssocResp from fc:5b:39:83:93:e1 (capab=0x421 status=0 aid=5)
[   74.765877] wlp1s0: associated
[   74.903291] wlp1s0: Limiting TX power to 4 dBm as advertised by fc:5b:39:83:93:e1
[   78.011601] audit: type=1130 audit(1551192748.746:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   87.993321] audit: type=1131 audit(1551192758.730:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   99.424399] usb 2-1: USB disconnect, device number 2
[   99.424474] cdc_ether 2-1:2.0 enp0s20u1c2: unregister 'cdc_ether' usb-0000:00:14.0-1, CDC Ethernet Device
[  100.350127] usb 2-1: new high-speed USB device number 7 using xhci_hcd
[  100.491110] usb 2-1: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[  100.491117] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  100.491121] usb 2-1: Product: USB 10/100 LAN
[  100.491124] usb 2-1: Manufacturer: TP-LINK
[  100.491127] usb 2-1: SerialNumber: 503EAA8577A8
[  100.495520] cdc_ether 2-1:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-1, CDC Ethernet Device, 50:3e:aa:85:77:a8
[  101.057263] cdc_ether 2-1:2.0 enp0s20u1c2: renamed from eth0
[  101.100323] IPv6: ADDRCONF(NETDEV_UP): enp0s20u1c2: link is not ready
[  101.443023] wlp1s0: authenticate with fc:5b:39:84:7b:81
[  101.448968] wlp1s0: send auth to fc:5b:39:84:7b:81 (try 1/3)
[  101.454536] wlp1s0: authenticated
[  101.456691] wlp1s0: associate with fc:5b:39:84:7b:81 (try 1/3)
[  101.462011] wlp1s0: RX AssocResp from fc:5b:39:84:7b:81 (capab=0x421 status=0 aid=12)
[  101.468336] wlp1s0: associated
[  101.650179] wlp1s0: Limiting TX power to 4 dBm as advertised by fc:5b:39:84:7b:81
[  552.296624] usb 2-1: USB disconnect, device number 7
[  552.296666] cdc_ether 2-1:2.0 enp0s20u1c2: unregister 'cdc_ether' usb-0000:00:14.0-1, CDC Ethernet Device
[  569.300084] usb 2-2: new high-speed USB device number 8 using xhci_hcd
[  569.440896] usb 2-2: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[  569.440903] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  569.440906] usb 2-2: Product: USB 10/100 LAN
[  569.440910] usb 2-2: Manufacturer: TP-LINK
[  569.440913] usb 2-2: SerialNumber: 503EAA8577A8
[  569.447298] cdc_ether 2-2:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-2, CDC Ethernet Device, 50:3e:aa:85:77:a8
[  569.990297] cdc_ether 2-2:2.0 enp0s20u2c2: renamed from eth0
[  570.012454] IPv6: ADDRCONF(NETDEV_UP): enp0s20u2c2: link is not ready
[  585.959339] audit: type=1111 audit(1551193256.693:66): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=12374 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[  586.951873] audit: type=1111 audit(1551193257.686:67): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=12374 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[  587.650430] audit: type=1111 audit(1551193258.386:68): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=12374 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[  648.590609] usb 2-2: USB disconnect, device number 8
[  648.590662] cdc_ether 2-2:2.0 enp0s20u2c2: unregister 'cdc_ether' usb-0000:00:14.0-2, CDC Ethernet Device
[  651.060065] usb 2-2: new high-speed USB device number 9 using xhci_hcd
[  651.200973] usb 2-2: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[  651.200979] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  651.200982] usb 2-2: Product: USB 10/100 LAN
[  651.200985] usb 2-2: Manufacturer: TP-LINK
[  651.200988] usb 2-2: SerialNumber: 503EAA8577A8
[  651.205407] cdc_ether 2-2:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-2, CDC Ethernet Device, 50:3e:aa:85:77:a8
[  651.762636] cdc_ether 2-2:2.0 enp0s20u2c2: renamed from eth0
[  651.783211] IPv6: ADDRCONF(NETDEV_UP): enp0s20u2c2: link is not ready
[  861.827632] audit: type=1111 audit(1551193532.563:69): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=17223 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[  862.912349] audit: type=1111 audit(1551193533.646:70): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=17223 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[  865.696642] usb 2-2: USB disconnect, device number 9
[  865.696720] cdc_ether 2-2:2.0 enp0s20u2c2: unregister 'cdc_ether' usb-0000:00:14.0-2, CDC Ethernet Device
[  876.640013] usb 2-1: new high-speed USB device number 10 using xhci_hcd
[  876.780976] usb 2-1: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[  876.780981] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  876.780984] usb 2-1: Product: USB 10/100 LAN
[  876.780987] usb 2-1: Manufacturer: TP-LINK
[  876.780990] usb 2-1: SerialNumber: 503EAA8577A8
[  876.785233] cdc_ether 2-1:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-1, CDC Ethernet Device, 50:3e:aa:85:77:a8
[  877.343667] cdc_ether 2-1:2.0 enp0s20u1c2: renamed from eth0
[  877.360444] IPv6: ADDRCONF(NETDEV_UP): enp0s20u1c2: link is not ready
[  908.243102] audit: type=1130 audit(1551193578.976:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  908.243108] audit: type=1131 audit(1551193578.976:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  908.343635] IPv6: ADDRCONF(NETDEV_UP): enp0s20u1c2: link is not ready
[  945.614951] usb 2-1: USB disconnect, device number 10
[  945.615000] cdc_ether 2-1:2.0 enp0s20u1c2: unregister 'cdc_ether' usb-0000:00:14.0-1, CDC Ethernet Device
[  949.529939] usb 2-1: new high-speed USB device number 11 using xhci_hcd
[  949.670450] usb 2-1: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[  949.670453] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  949.670455] usb 2-1: Product: USB 10/100 LAN
[  949.670456] usb 2-1: Manufacturer: TP-LINK
[  949.670458] usb 2-1: SerialNumber: 503EAA8577A8
[  949.674347] cdc_ether 2-1:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-1, CDC Ethernet Device, 50:3e:aa:85:77:a8
[  950.237458] cdc_ether 2-1:2.0 enp0s20u1c2: renamed from eth0
[  950.260573] IPv6: ADDRCONF(NETDEV_UP): enp0s20u1c2: link is not ready
[  976.415112] audit: type=1130 audit(1551193647.150:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  976.896064] usb 2-1: USB disconnect, device number 11
[  976.896157] cdc_ether 2-1:2.0 enp0s20u1c2: unregister 'cdc_ether' usb-0000:00:14.0-1, CDC Ethernet Device
[  986.993588] audit: type=1131 audit(1551193657.730:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1000.889999] usb 2-1: new high-speed USB device number 12 using xhci_hcd
[ 1001.030786] usb 2-1: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[ 1001.030794] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1001.030798] usb 2-1: Product: USB 10/100 LAN
[ 1001.030802] usb 2-1: Manufacturer: TP-LINK
[ 1001.030806] usb 2-1: SerialNumber: 503EAA8577A8
[ 1001.037604] cdc_ether 2-1:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-1, CDC Ethernet Device, 50:3e:aa:85:77:a8
[ 1001.590192] cdc_ether 2-1:2.0 enp0s20u1c2: renamed from eth0
[ 1001.615185] IPv6: ADDRCONF(NETDEV_UP): enp0s20u1c2: link is not ready
[ 1875.040851] audit: type=1130 audit(1551194545.776:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1884.985173] audit: type=1131 audit(1551194555.720:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2164.582332] usb 2-1: USB disconnect, device number 12
[ 2164.582382] cdc_ether 2-1:2.0 enp0s20u1c2: unregister 'cdc_ether' usb-0000:00:14.0-1, CDC Ethernet Device
[ 2180.016576] audit: type=1701 audit(1551194850.753:77): auid=1000 uid=1000 gid=1000 ses=2 pid=8288 comm="kactivitymanage" exe="/usr/lib/kactivitymanagerd" sig=6 res=1
[ 2180.038822] audit: type=1130 audit(1551194850.773:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-8290-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2180.260513] audit: type=1701 audit(1551194850.996:79): auid=1000 uid=1000 gid=1000 ses=2 pid=8299 comm="kactivitymanage" exe="/usr/lib/kactivitymanagerd" sig=6 res=1
[ 2180.300638] audit: type=1130 audit(1551194851.036:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-8300-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2180.348238] audit: type=1131 audit(1551194851.083:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-8290-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2180.538816] audit: type=1131 audit(1551194851.273:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-8300-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2196.641296] audit: type=1701 audit(1551194867.376:83): auid=1000 uid=1000 gid=1000 ses=2 pid=8599 comm="kactivitymanage" exe="/usr/lib/kactivitymanagerd" sig=6 res=1
[ 2196.660283] audit: type=1130 audit(1551194867.396:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-8600-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2196.860851] audit: type=1131 audit(1551194867.596:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-8600-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2741.846306] usb 2-1: new high-speed USB device number 13 using xhci_hcd
[ 2741.988167] usb 2-1: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[ 2741.988172] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2741.988174] usb 2-1: Product: USB 10/100 LAN
[ 2741.988177] usb 2-1: Manufacturer: TP-LINK
[ 2741.988179] usb 2-1: SerialNumber: 503EAA8577A8
[ 2741.994674] cdc_ether 2-1:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-1, CDC Ethernet Device, 50:3e:aa:85:77:a8
[ 2742.551570] cdc_ether 2-1:2.0 enp0s20u1c2: renamed from eth0
[ 2742.576920] IPv6: ADDRCONF(NETDEV_UP): enp0s20u1c2: link is not ready
[ 2754.983839] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.165 DST=10.7.133.44 LEN=40 TOS=0x04 PREC=0xA0 TTL=120 ID=18065 PROTO=TCP SPT=443 DPT=38004 WINDOW=0 RES=0x00 RST URGP=0 
[ 2754.983868] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.165 DST=10.7.133.44 LEN=40 TOS=0x04 PREC=0xA0 TTL=120 ID=18066 PROTO=TCP SPT=443 DPT=38004 WINDOW=0 RES=0x00 RST URGP=0 
[ 2754.983891] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.205.229 DST=10.7.133.44 LEN=40 TOS=0x04 PREC=0xA0 TTL=120 ID=49741 PROTO=TCP SPT=443 DPT=36362 WINDOW=0 RES=0x00 RST URGP=0 
[ 2754.983914] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.205.229 DST=10.7.133.44 LEN=40 TOS=0x04 PREC=0xA0 TTL=120 ID=49742 PROTO=TCP SPT=443 DPT=36362 WINDOW=0 RES=0x00 RST URGP=0 
[ 2754.985212] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.206.14 DST=10.7.133.44 LEN=40 TOS=0x04 PREC=0xA0 TTL=120 ID=1040 PROTO=TCP SPT=443 DPT=50046 WINDOW=0 RES=0x00 RST URGP=0 
[ 2754.985240] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.206.14 DST=10.7.133.44 LEN=40 TOS=0x04 PREC=0xA0 TTL=120 ID=1041 PROTO=TCP SPT=443 DPT=50046 WINDOW=0 RES=0x00 RST URGP=0 
[ 2754.986585] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.16.163 DST=10.7.133.44 LEN=40 TOS=0x04 PREC=0xA0 TTL=120 ID=9470 PROTO=TCP SPT=443 DPT=54930 WINDOW=0 RES=0x00 RST URGP=0 
[ 2754.986648] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.16.163 DST=10.7.133.44 LEN=40 TOS=0x04 PREC=0xA0 TTL=120 ID=9471 PROTO=TCP SPT=443 DPT=54930 WINDOW=0 RES=0x00 RST URGP=0 
[ 2754.992035] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.21.238 DST=10.7.133.44 LEN=40 TOS=0x04 PREC=0xA0 TTL=120 ID=50734 PROTO=TCP SPT=443 DPT=49410 WINDOW=0 RES=0x00 RST URGP=0 
[ 2754.992063] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.21.238 DST=10.7.133.44 LEN=40 TOS=0x04 PREC=0xA0 TTL=120 ID=50735 PROTO=TCP SPT=443 DPT=49410 WINDOW=0 RES=0x00 RST URGP=0 
[ 2774.180687] audit: type=1130 audit(1551195444.916:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2783.991660] audit: type=1131 audit(1551195454.726:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2852.548082] usb 2-1: USB disconnect, device number 13
[ 2852.548179] cdc_ether 2-1:2.0 enp0s20u1c2: unregister 'cdc_ether' usb-0000:00:14.0-1, CDC Ethernet Device
[ 2854.716273] usb 2-1: new high-speed USB device number 14 using xhci_hcd
[ 2854.860555] usb 2-1: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[ 2854.860560] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2854.860562] usb 2-1: Product: USB 10/100 LAN
[ 2854.860564] usb 2-1: Manufacturer: TP-LINK
[ 2854.860566] usb 2-1: SerialNumber: 503EAA8577A8
[ 2854.865811] cdc_ether 2-1:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-1, CDC Ethernet Device, 50:3e:aa:85:77:a8
[ 2855.425503] cdc_ether 2-1:2.0 enp0s20u1c2: renamed from eth0
[ 2855.443304] IPv6: ADDRCONF(NETDEV_UP): enp0s20u1c2: link is not ready
[ 2873.660885] usb 2-1: USB disconnect, device number 14
[ 2873.660991] cdc_ether 2-1:2.0 enp0s20u1c2: unregister 'cdc_ether' usb-0000:00:14.0-1, CDC Ethernet Device
[ 2874.809605] usb 2-1: new high-speed USB device number 15 using xhci_hcd
[ 2874.950601] usb 2-1: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[ 2874.950607] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2874.950610] usb 2-1: Product: USB 10/100 LAN
[ 2874.950613] usb 2-1: Manufacturer: TP-LINK
[ 2874.950615] usb 2-1: SerialNumber: 503EAA8577A8
[ 2874.956872] cdc_ether 2-1:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-1, CDC Ethernet Device, 50:3e:aa:85:77:a8
[ 2875.515399] cdc_ether 2-1:2.0 enp0s20u1c2: renamed from eth0
[ 2875.541375] IPv6: ADDRCONF(NETDEV_UP): enp0s20u1c2: link is not ready
[ 3302.865644] audit: type=1701 audit(1551195973.600:88): auid=1000 uid=1000 gid=1000 ses=2 pid=28288 comm="dolphin" exe="/usr/bin/dolphin" sig=6 res=1
[ 3302.876490] audit: type=1130 audit(1551195973.610:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-28291-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3303.143956] audit: type=1131 audit(1551195973.880:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-28291-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3303.590564] audit: type=1130 audit(1551195974.326:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3496.387147] 8021q: 802.1Q VLAN Support v1.8
[ 3672.991453] audit: type=1111 audit(1551196343.726:92): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=2461 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[ 4346.831153] audit: type=1130 audit(1551197017.566:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4355.024183] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=151.101.17.176 DST=10.7.133.44 LEN=110 TOS=0x00 PREC=0x80 TTL=50 ID=5479 DF PROTO=TCP SPT=443 DPT=47782 WINDOW=66 RES=0x00 ACK PSH URGP=0 
[ 4356.991430] audit: type=1131 audit(1551197027.726:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4421.656454] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.23.174 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=120 ID=51336 PROTO=TCP SPT=443 DPT=44364 WINDOW=320 RES=0x00 ACK PSH URGP=0 
[ 4421.657535] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.23.174 DST=10.7.139.176 LEN=52 TOS=0x04 PREC=0xA0 TTL=120 ID=51337 PROTO=TCP SPT=443 DPT=44364 WINDOW=320 RES=0x00 ACK FIN URGP=0 
[ 4422.037982] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.23.174 DST=10.7.139.176 LEN=52 TOS=0x04 PREC=0xA0 TTL=120 ID=51381 PROTO=TCP SPT=443 DPT=44364 WINDOW=320 RES=0x00 ACK FIN URGP=0 
[ 4422.494386] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.23.174 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=120 ID=51459 PROTO=TCP SPT=443 DPT=44364 WINDOW=320 RES=0x00 ACK PSH FIN URGP=0 
[ 4422.494398] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.206.3 DST=10.7.139.176 LEN=52 TOS=0x04 PREC=0xA0 TTL=120 ID=33857 PROTO=TCP SPT=80 DPT=34050 WINDOW=240 RES=0x00 ACK FIN URGP=0 
[ 4422.941318] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.23.174 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=120 ID=51664 PROTO=TCP SPT=443 DPT=44364 WINDOW=320 RES=0x00 ACK PSH FIN URGP=0 
[ 4423.360729] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.208.37 DST=10.7.139.176 LEN=91 TOS=0x04 PREC=0xA0 TTL=120 ID=48670 PROTO=TCP SPT=443 DPT=46286 WINDOW=255 RES=0x00 ACK PSH URGP=0 
[ 4423.361724] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.208.37 DST=10.7.139.176 LEN=52 TOS=0x04 PREC=0xA0 TTL=120 ID=48672 PROTO=TCP SPT=443 DPT=46286 WINDOW=255 RES=0x00 ACK FIN URGP=0 
[ 4423.800684] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.208.37 DST=10.7.139.176 LEN=52 TOS=0x04 PREC=0xA0 TTL=120 ID=49012 PROTO=TCP SPT=443 DPT=46286 WINDOW=255 RES=0x00 ACK FIN URGP=0 
[ 4423.838231] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.208.37 DST=10.7.139.176 LEN=91 TOS=0x04 PREC=0xA0 TTL=120 ID=49457 PROTO=TCP SPT=443 DPT=46286 WINDOW=255 RES=0x00 ACK PSH FIN URGP=0 
[ 4424.439529] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.23.174 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=120 ID=52259 PROTO=TCP SPT=443 DPT=44364 WINDOW=320 RES=0x00 ACK PSH FIN URGP=0 
[ 4424.439561] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.208.37 DST=10.7.139.176 LEN=91 TOS=0x04 PREC=0xA0 TTL=120 ID=50394 PROTO=TCP SPT=443 DPT=46286 WINDOW=255 RES=0x00 ACK PSH FIN URGP=0 
[ 4425.067112] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.23.141 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=120 ID=6495 PROTO=TCP SPT=443 DPT=54996 WINDOW=255 RES=0x00 ACK PSH URGP=0 
[ 4425.068120] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.23.141 DST=10.7.139.176 LEN=64 TOS=0x04 PREC=0xA0 TTL=120 ID=6497 PROTO=TCP SPT=443 DPT=54996 WINDOW=255 RES=0x00 ACK URGP=0 
[ 4428.483210] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.106 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=120 ID=29624 PROTO=TCP SPT=443 DPT=40072 WINDOW=249 RES=0x00 ACK PSH URGP=0 
[ 4431.950228] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.163 DST=10.7.139.176 LEN=185 TOS=0x04 PREC=0xA0 TTL=120 ID=23083 PROTO=TCP SPT=443 DPT=60924 WINDOW=252 RES=0x00 ACK PSH URGP=0 
[ 4431.960153] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.163 DST=10.7.139.176 LEN=151 TOS=0x04 PREC=0xA0 TTL=120 ID=23084 PROTO=TCP SPT=443 DPT=60924 WINDOW=252 RES=0x00 ACK PSH URGP=0 
[ 4440.434502] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.206.14 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=120 ID=44073 PROTO=TCP SPT=443 DPT=37912 WINDOW=280 RES=0x00 ACK PSH URGP=0 
[ 4441.987384] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.208.37 DST=10.7.139.176 LEN=91 TOS=0x04 PREC=0xA0 TTL=120 ID=5884 PROTO=TCP SPT=443 DPT=46286 WINDOW=255 RES=0x00 ACK PSH FIN URGP=0 
[ 4442.153555] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.23.174 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=120 ID=33694 PROTO=TCP SPT=443 DPT=44426 WINDOW=265 RES=0x00 ACK PSH URGP=0 
[ 4462.146404] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.23.174 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=120 ID=44611 PROTO=TCP SPT=443 DPT=44426 WINDOW=265 RES=0x00 ACK PSH FIN URGP=0 
[ 4475.805347] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=151.101.17.176 DST=10.7.133.44 LEN=110 TOS=0x00 PREC=0x80 TTL=52 ID=5480 DF PROTO=TCP SPT=443 DPT=47782 WINDOW=66 RES=0x00 ACK PSH URGP=0 
[ 4482.200668] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.23.174 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=120 ID=55784 PROTO=TCP SPT=443 DPT=44426 WINDOW=265 RES=0x00 ACK PSH FIN URGP=0 
[ 4789.850389] audit: type=1111 audit(1551197460.586:95): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=22176 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[ 4791.081846] audit: type=1111 audit(1551197461.816:96): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=22176 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[ 5406.264253] audit: type=1111 audit(1551198077.000:97): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=22176 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[ 5407.578242] audit: type=1111 audit(1551198078.313:98): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=22176 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[ 5410.214908] audit: type=1111 audit(1551198080.950:99): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=22176 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[ 5411.790683] audit: type=1111 audit(1551198082.526:100): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=22176 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[ 5412.797979] audit: type=1111 audit(1551198083.533:101): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=22176 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[ 5919.518081] audit: type=1130 audit(1551198590.253:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5929.991257] audit: type=1131 audit(1551198600.726:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5975.464445] audit: type=1111 audit(1551198646.200:104): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-deactivate uuid=54223f11-8859-48ec-96b7-d2d2759fac95 name="WIFI" pid=11059 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[ 5975.467271] wlp1s0: deauthenticating from fc:5b:39:84:7b:81 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 5975.494033] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 5975.518472] audit: type=1130 audit(1551198646.253:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5976.842767] audit: type=1111 audit(1551198647.580:106): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=f8b4a0e5-4608-3a02-a53e-32fc629efd32 name=576972656420636F6E6E656374696F6E2031 pid=11059 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
[ 5985.990781] audit: type=1131 audit(1551198656.726:107): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5986.134864] audit: type=1111 audit(1551198656.870:108): pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=54223f11-8859-48ec-96b7-d2d2759fac95 name="WIFI" pid=11318 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[ 5986.139992] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 5986.743901] wlp1s0: authenticate with fc:5b:39:87:23:f1
[ 5986.749767] wlp1s0: send auth to fc:5b:39:87:23:f1 (try 1/3)
[ 5986.752852] wlp1s0: authenticated
[ 5986.756417] wlp1s0: associate with fc:5b:39:87:23:f1 (try 1/3)
[ 5986.760635] wlp1s0: RX AssocResp from fc:5b:39:87:23:f1 (capab=0x421 status=0 aid=3)
[ 5986.762891] wlp1s0: associated
[ 5986.762955] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[ 5986.853166] wlp1s0: Limiting TX power to 4 dBm as advertised by fc:5b:39:87:23:f1
[ 5986.865449] audit: type=1130 audit(1551198657.600:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5995.204591] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.16.142 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=118 ID=49226 PROTO=TCP SPT=443 DPT=44220 WINDOW=267 RES=0x00 ACK PSH URGP=0 
[ 5996.991216] audit: type=1131 audit(1551198667.726:110): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6003.986156] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.215.46 DST=10.7.139.176 LEN=115 TOS=0x04 PREC=0xA0 TTL=121 ID=21030 PROTO=TCP SPT=443 DPT=33080 WINDOW=1050 RES=0x00 ACK PSH URGP=0 
[ 6008.582252] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.215.46 DST=10.7.139.176 LEN=115 TOS=0x04 PREC=0xA0 TTL=121 ID=23464 PROTO=TCP SPT=443 DPT=33080 WINDOW=1050 RES=0x00 ACK PSH FIN URGP=0 
[ 6008.792322] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.16.142 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=118 ID=57218 PROTO=TCP SPT=443 DPT=44220 WINDOW=267 RES=0x00 ACK PSH FIN URGP=0 
[ 6010.671968] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.10 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=118 ID=16506 PROTO=TCP SPT=443 DPT=58120 WINDOW=275 RES=0x00 ACK PSH URGP=0 
[ 6010.672791] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.10 DST=10.7.139.176 LEN=52 TOS=0x04 PREC=0xA0 TTL=118 ID=16507 PROTO=TCP SPT=443 DPT=58120 WINDOW=275 RES=0x00 ACK FIN URGP=0 
[ 6010.985948] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.10 DST=10.7.139.176 LEN=52 TOS=0x04 PREC=0xA0 TTL=118 ID=16622 PROTO=TCP SPT=443 DPT=58120 WINDOW=275 RES=0x00 ACK FIN URGP=0 
[ 6011.262083] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.10 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=118 ID=16845 PROTO=TCP SPT=443 DPT=58120 WINDOW=275 RES=0x00 ACK PSH FIN URGP=0 
[ 6011.995980] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.10 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=118 ID=17330 PROTO=TCP SPT=443 DPT=58120 WINDOW=275 RES=0x00 ACK PSH FIN URGP=0 
[ 6013.388170] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.215.46 DST=10.7.139.176 LEN=115 TOS=0x04 PREC=0xA0 TTL=121 ID=26763 PROTO=TCP SPT=443 DPT=33080 WINDOW=1050 RES=0x00 ACK PSH FIN URGP=0 
[ 6013.462219] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.10 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=118 ID=18180 PROTO=TCP SPT=443 DPT=58120 WINDOW=275 RES=0x00 ACK PSH FIN URGP=0 
[ 6019.097580] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=216.58.215.46 DST=10.7.139.176 LEN=40 TOS=0x04 PREC=0xA0 TTL=121 ID=29829 PROTO=TCP SPT=443 DPT=33080 WINDOW=0 RES=0x00 RST URGP=0 
[ 6022.266596] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.18.10 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=118 ID=22609 PROTO=TCP SPT=443 DPT=58120 WINDOW=275 RES=0x00 ACK PSH FIN URGP=0 
[ 6027.655723] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.22.5 DST=10.7.139.176 LEN=91 TOS=0x04 PREC=0xA0 TTL=118 ID=62111 PROTO=TCP SPT=443 DPT=38246 WINDOW=1050 RES=0x00 ACK PSH URGP=0 
[ 6028.739959] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.22.5 DST=10.7.139.176 LEN=91 TOS=0x04 PREC=0xA0 TTL=118 ID=62549 PROTO=TCP SPT=443 DPT=38246 WINDOW=1050 RES=0x00 ACK PSH FIN URGP=0 
[ 6050.781657] [UFW BLOCK] IN=wlp1s0 OUT= MAC=e8:b1:fc:0c:7a:dd:00:1c:7f:65:71:9f:08:00 SRC=172.217.16.142 DST=10.7.139.176 LEN=98 TOS=0x04 PREC=0xA0 TTL=118 ID=15616 PROTO=TCP SPT=443 DPT=44220 WINDOW=267 RES=0x00 ACK PSH FIN URGP=0 

I'll try with a different kernel, but that'll take a while, since I need to learn how to do that first.

Offline

#10 2019-02-26 16:47:04

seth
Member
Registered: 2012-09-03
Posts: 50,923

Re: Ethernet Adapter not working

Just install linux-lts and select it on your bootmanager.
Can you plug the adapter into a different slot (it's usb 2.0 only anyway and there's a lot of stuff on that bus)

Also the device seems to re-appear a lot, probably usb autosuspend, try to deactivate that - https://wiki.archlinux.org/index.php/Po … utosuspend ("usbcore.autosuspend=-1" will deactivate it, nb. that power maangement tools like TLP tend to alter that value at runtime)

Offline

#11 2019-02-26 16:56:08

itai33
Member
Registered: 2018-01-26
Posts: 11

Re: Ethernet Adapter not working

To what file should I add "usbcore.autosuspend=-1"? this seems to be a different syntax than what's written in /etc/udev/rules.d/50-usb_power_save.rules

Edit: also plugging it into a different slot doesn't work, and I'll do the kernel thing as soon as some calculations are done running and I can restart the computer again.

2dit: Also after installing the linux-lts there is no extra option in grub.

Last edited by itai33 (2019-02-26 17:08:12)

Offline

#12 2019-02-26 17:22:04

loqs
Member
Registered: 2014-03-06
Posts: 17,304

Re: Ethernet Adapter not working

itai33 wrote:

2dit: Also after installing the linux-lts there is no extra option in grub.

Did you regenerate grub.cfg?

Offline

#13 2019-02-26 17:24:11

seth
Member
Registered: 2012-09-03
Posts: 50,923

Re: Ethernet Adapter not working

To what file should I add "usbcore.autosuspend=-1"?

https://wiki.archlinux.org/index.php/Ke … mmand_line

Edit: because of the kernel installation: ensure to have mounted your /boot partition when installing the kernel.

Last edited by seth (2019-02-26 17:26:29)

Offline

#14 2019-02-26 17:32:57

itai33
Member
Registered: 2018-01-26
Posts: 11

Re: Ethernet Adapter not working

loqs wrote:

Did you regenerate grub.cfg?

Yeah that was it. The lts kernel didn't help.

seth wrote:

https://wiki.archlinux.org/index.php/Ke … mmand_line

Edit: because of the kernel installation: ensure to have mounted your /boot partition when installing the kernel.

I was going to say that doing this didn't change anything, but your edit confuses me. I just installed the lts kernel through pacman and regenerated grub. Where in this process do i need to mount my boot partition? lsblk has it listed so I think it's mounted.

Offline

#15 2019-02-26 17:35:25

seth
Member
Registered: 2012-09-03
Posts: 50,923

Re: Ethernet Adapter not working

If it's listed w/ a mountpoint it's mounted, but that's not a given and an unmounted /boot partition is the #1 cause for broken kernel installations/updates (and I frankly thought installing the lts kernel would trigger a grub update)

Offline

#16 2019-02-26 17:37:19

itai33
Member
Registered: 2018-01-26
Posts: 11

Re: Ethernet Adapter not working

lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 238.5G  0 disk 
├─sda1   8:1    0   512M  0 part /boot
├─sda2   8:2    0    10G  0 part [SWAP]
└─sda3   8:3    0   228G  0 part /

I mean this seems like it has a mountpoint at boot. I will say however that I didn't choose the lts kernel at the grub screen, it just defaulted to it.

Offline

#17 2019-02-26 17:40:57

bugsmanagement
Member
Registered: 2017-04-21
Posts: 201

Re: Ethernet Adapter not working

I've come across USB adapters where ethtools reports that it couldn't read a parameter because the driver didn't support it and still worked fine. Though, what I wanted to see if it work manually nevertheless.


*EDIT:* My experience with TP-Link USB/PCI Adapters have been shoddy at best with Linux. Why I avoid them, however it worked and then stopped working. Is this a Dormitory? Have you tried it in a another computer, using the same port? Have you tested that Port with another Computer that has builtin Ethernet port?

Once you've tested with LTS, if it works, then a commit somewhere broke it.

Last edited by bugsmanagement (2019-02-26 17:46:58)

Offline

#18 2019-02-26 17:59:59

itai33
Member
Registered: 2018-01-26
Posts: 11

Re: Ethernet Adapter not working

I tried with a mac that was on hand, and it didn't work for it, which is weird, because it worked for a windows computer earlier. It didn't work with the LTS. I didn't test the port as I don't currently have a computer with a real ethernet port, I'll try tomorrow.

Offline

Board footer

Powered by FluxBB