Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to use both buttons on ELANTECH touchpad

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
User111
Posts: 16
Joined: 2019-01-25 18:49

How to use both buttons on ELANTECH touchpad

#1 Post by User111 »

I have noticed that: every notebook has, on the touchpad, double buttons one for simulate left button and another for right button. Yesterday, the procedure which I follows doesn't permit to use both button on the touchpad:

- click left button > OK
- click right button > the system shows me command associated with left button

my laptop is Asus E406SA. How to resolve this?

Code: Select all

root@debian:/home/matteo/Scrivania# xinput list
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ ZLY ZELOTES GAME MOUSE                  	id=10	[slave  pointer  (2)]
⎜   ↳ ELAN1200:00 04F3:303E Touchpad          	id=12	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Asus Wireless Radio Control             	id=7	[slave  keyboard (3)]
    ↳ Video Bus                               	id=8	[slave  keyboard (3)]
    ↳ Sleep Button                            	id=9	[slave  keyboard (3)]
    ↳ USB2.0 VGA UVC WebCam                   	id=11	[slave  keyboard (3)]
    ↳ Asus WMI hotkeys                        	id=13	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=14	[slave  keyboard (3)]
root@debian:/home/matteo/Scrivania# 

Code: Select all

my 40-libinput.conf

..Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Tapping" "on"
        Option "ClickMethod" "clickfinger"
        Option "TappingButtonMap" "lmr"
EndSection
..

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: How to use both buttons on ELANTECH touchpad

#2 Post by Head_on_a_Stick »

Please post the output of

Code: Select all

xinput list-props 12
Is there anything in dmesg or the systemd-journal relating to the touchpad?

Perhaps try the kernel from stretch-backports, that machine is pretty shiny so support may be sub-optimal with the stock kernel.
deadbang

User111
Posts: 16
Joined: 2019-01-25 18:49

Re: How to use both buttons on ELANTECH touchpad

#3 Post by User111 »

Code: Select all

Device 'ELAN1200:00 04F3:303E Touchpad':
	Device Enabled (140):	1
	Coordinate Transformation Matrix (142):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	libinput Tapping Enabled (295):	1
	libinput Tapping Enabled Default (296):	0
	libinput Tapping Drag Enabled (297):	1
	libinput Tapping Drag Enabled Default (298):	1
	libinput Tapping Drag Lock Enabled (299):	0
	libinput Tapping Drag Lock Enabled Default (300):	0
	libinput Tapping Button Mapping Enabled (301):	0, 1
	libinput Tapping Button Mapping Default (302):	1, 0
	libinput Accel Speed (277):	0.000000
	libinput Accel Speed Default (278):	0.000000
	libinput Natural Scrolling Enabled (282):	0
	libinput Natural Scrolling Enabled Default (283):	0
	libinput Send Events Modes Available (262):	1, 1
	libinput Send Events Mode Enabled (263):	0, 0
	libinput Send Events Mode Enabled Default (264):	0, 0
	libinput Left Handed Enabled (284):	0
	libinput Left Handed Enabled Default (285):	0
	libinput Scroll Methods Available (286):	1, 1, 0
	libinput Scroll Method Enabled (287):	1, 0, 0
	libinput Scroll Method Enabled Default (288):	1, 0, 0
	libinput Click Methods Available (303):	1, 1
	libinput Click Method Enabled (304):	0, 1
	libinput Click Method Enabled Default (305):	1, 0
	libinput Middle Emulation Enabled (291):	0
	libinput Middle Emulation Enabled Default (292):	0
	libinput Disable While Typing Enabled (306):	1
	libinput Disable While Typing Enabled Default (307):	1
	Device Node (265):	"/dev/input/event7"
	Device Product ID (266):	1267, 12350
	libinput Drag Lock Buttons (293):	<no items>
	libinput Horizontal Scroll Enabled (294):	1
root@debian:/home/matteo/Scrivania# 
What do you mean with
Is there anything in dmesg or the systemd-journal relating to the touchpad?
?

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: How to use both buttons on ELANTECH touchpad

#4 Post by bw123 »

You need to look up "clickfinger" there is no right/left button. Why did you set clickfinger method if you want separate buttonareas?
http://who-t.blogspot.com/2018/04/gnome ... ur-by.html
User111 wrote: I have noticed that: every notebook has, on the touchpad, double buttons...
Definitely not true, some have no buttons, some have one button, some have three buttons. Mine has two on bottom and two on top, for a total of four.
resigned by AI ChatGPT

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: How to use both buttons on ELANTECH touchpad

#5 Post by Head_on_a_Stick »

User111 wrote:What do you mean with
Is there anything in dmesg or the systemd-journal relating to the touchpad?
?
Run the commands

Code: Select all

dmesg
journalctl -b
And see if there are any errors or messages relating to the touchpad (`grep` is useful here).

But anyway I think bw123 may have nailed this one.
deadbang

User111
Posts: 16
Joined: 2019-01-25 18:49

Re: How to use both buttons on ELANTECH touchpad

#6 Post by User111 »

Code: Select all

root@debian:/home/matteo/Scrivania# dmesg
[    0.000000] Linux version 4.9.0-8-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.130-2 (2018-10-27)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-8-amd64 root=UUID=f59a39e1-49ab-4b2a-acda-7b91bf058dfe ro quiet
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000040000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x00000000798e2fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000798e3000-0x000000007a0e0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a0e1000-0x000000007a66dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a66e000-0x000000007ade0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ade1000-0x000000007b876fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b877000-0x000000007b8eefff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007b8ef000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0x7b797e98  ACPI=0x7a6f0000  ACPI 2.0=0x7a6f0000  SMBIOS=0x7b192000  SMBIOS 3.0=0x7b191000 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x180000 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-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07C000000 mask FFC000000 uncachable
[    0.000000]   2 base 100000000 mask F80000000 write-back
[    0.000000]   3 base 090000000 mask FF0000000 write-through
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x000000007b797e98 to 0x000000007b797ed0.
[    0.000000] Base memory trampoline at [ffff9d8580098000] 98000 size 24576
[    0.000000] BRK [0x16533a000, 0x16533afff] PGTABLE
[    0.000000] BRK [0x16533b000, 0x16533bfff] PGTABLE
[    0.000000] BRK [0x16533c000, 0x16533cfff] PGTABLE
[    0.000000] BRK [0x16533d000, 0x16533dfff] PGTABLE
[    0.000000] BRK [0x16533e000, 0x16533efff] PGTABLE
[    0.000000] BRK [0x16533f000, 0x16533ffff] PGTABLE
[    0.000000] BRK [0x165340000, 0x165340fff] PGTABLE
[    0.000000] BRK [0x165341000, 0x165341fff] PGTABLE
[    0.000000] BRK [0x165342000, 0x165342fff] PGTABLE
[    0.000000] BRK [0x165343000, 0x165343fff] PGTABLE
[    0.000000] BRK [0x165344000, 0x165344fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x35ccb000-0x36e5cfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007A6F0000 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x000000007A6F0098 0000AC (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007A702660 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007A6F01D0 01248A (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000007ADC7E80 000040
[    0.000000] ACPI: APIC 0x000000007A702770 000068 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007A7027D8 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000007A702820 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: ECDT 0x000000007A7028C0 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000006)
[    0.000000] ACPI: MCFG 0x000000007A702988 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x000000007A7029C8 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007A703130 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007A7033C0 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 0x000000007A703540 000042 (v01 _ASUS_ Notebook 00000000      00000000)
[    0.000000] ACPI: LPIT 0x000000007A703588 000104 (v01 _ASUS_ Notebook 00000005 MSFT 0100000D)
[    0.000000] ACPI: BGRT 0x000000007A703690 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: TPM2 0x000000007A7036C8 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: CSRT 0x000000007A703700 00014C (v00 INTEL  LANFORDC 00000005 MSFT 0100000D)
[    0.000000] ACPI: SSDT 0x000000007A703850 0005F2 (v01 CpuDpf CpuDptf  00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007A703E48 001C18 (v01 DptfTb DptfTab  00001000 INTL 20061109)
[    0.000000] ACPI: MSDM 0x000000007A095F18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x17fffb000-0x17fffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000003efff]
[    0.000000]   node   0: [mem 0x0000000000040000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001effffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x00000000798e2fff]
[    0.000000]   node   0: [mem 0x000000007a0e1000-0x000000007a66dfff]
[    0.000000]   node   0: [mem 0x000000007b8ef000-0x000000007bffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.000000] On node 0 totalpages: 1020701
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7695 pages used for memmap
[    0.000000]   DMA32 zone: 492417 pages, LIFO batch:31
[    0.000000]   Normal zone: 8192 pages used for memmap
[    0.000000]   Normal zone: 524288 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x000000007ce00000-0x000000007edfffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[    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] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0003f000-0x0003ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x1f000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x798e3000-0x7a0e0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a66e000-0x7ade0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ade1000-0x7b876fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b877000-0x7b8eefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7c000000-0x7cdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ce00000-0x7edfffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ee00000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed05fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed06000-0xfed06fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed07000-0xfed07fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
[    0.000000] e820: [mem 0x7ee00000-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: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff9d86ffc00000 s105304 r8192 d29864 u1048576
[    0.000000] pcpu-alloc: s105304 r8192 d29864 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1004728
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-8-amd64 root=UUID=f59a39e1-49ab-4b2a-acda-7b91bf058dfe ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3792360K/4082804K available (6267K kernel code, 1159K rwdata, 2872K rodata, 1420K init, 688K bss, 290444K reserved, 0K cma-reserved)
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[    0.000000] NR_IRQS:33024 nr_irqs:512 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Detected 1600.000 MHz processor
[    0.000049] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.00 BogoMIPS (lpj=6400000)
[    0.000057] pid_max: default: 32768 minimum: 301
[    0.000101] ACPI: Core revision 20160831
[    0.039881] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.042206] Security Framework initialized
[    0.042210] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.042222] AppArmor: AppArmor disabled by boot time parameter
[    0.042775] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.045105] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.046149] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.046161] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.046859] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.046862] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.046876] mce: CPU supports 6 MCE banks
[    0.046893] process: using mwait in idle threads
[    0.046900] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.046903] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[    0.046909] Spectre V2 : Mitigation: Full generic retpoline
[    0.046910] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.047491] Freeing SMP alternatives memory: 24K
[    0.066005] ftrace: allocating 25291 entries in 99 pages
[    0.097324] smpboot: Max logical packages: 1
[    0.098750] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.138467] TSC deadline timer enabled
[    0.138472] smpboot: CPU0: Intel(R) Celeron(R) CPU  N3060  @ 1.60GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[    0.138482] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.138520] ... version:                3
[    0.138522] ... bit width:              40
[    0.138523] ... generic registers:      2
[    0.138525] ... value mask:             000000ffffffffff
[    0.138526] ... max period:             0000007fffffffff
[    0.138527] ... fixed-purpose events:   3
[    0.138528] ... event mask:             0000000700000003
[    0.140106] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.140590] x86: Booting SMP configuration:
[    0.140592] .... node  #0, CPUs:      #1
[    0.142849] x86: Booted up 1 node, 2 CPUs
[    0.142853] smpboot: Total of 2 processors activated (6400.00 BogoMIPS)
[    0.144325] devtmpfs: initialized
[    0.144543] x86/mm: Memory block size: 128MB
[    0.154103] PM: Registering ACPI NVS region [mem 0x0003f000-0x0003ffff] (4096 bytes)
[    0.154108] PM: Registering ACPI NVS region [mem 0x7a66e000-0x7ade0fff] (7811072 bytes)
[    0.154805] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.154820] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.154922] pinctrl core: initialized pinctrl subsystem
[    0.155292] NET: Registered protocol family 16
[    0.170810] cpuidle: using governor ladder
[    0.186835] cpuidle: using governor menu
[    0.186912] ACPI: bus type PCI registered
[    0.186916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.187119] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.187124] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.187162] PCI: Using configuration type 1 for base access
[    0.199302] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.200138] ACPI: Added _OSI(Module Device)
[    0.200140] ACPI: Added _OSI(Processor Device)
[    0.200142] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.200144] ACPI: Added _OSI(Processor Aggregator Device)
[    0.200150] ACPI : EC: EC started
[    0.200151] ACPI : EC: interrupt blocked
[    0.203386] ACPI: \: Used as first EC
[    0.203390] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.203393] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.203975] ACPI: Executed 1 blocks of module-level executable AML code
[    0.220457] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.234477] ACPI: Dynamic OEM Table Load:
[    0.234494] ACPI: SSDT 0xFFFF9D86FA716000 0006B8 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.235188] ACPI: Dynamic OEM Table Load:
[    0.235199] ACPI: SSDT 0xFFFF9D86FA725800 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.236451] ACPI: Dynamic OEM Table Load:
[    0.236461] ACPI: SSDT 0xFFFF9D86FA715200 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.237056] ACPI: Dynamic OEM Table Load:
[    0.237065] ACPI: SSDT 0xFFFF9D86FA6E6840 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.238771] ACPI : EC: EC stopped
[    0.238774] ACPI : EC: EC started
[    0.238776] ACPI : EC: interrupt blocked
[    0.239212] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[    0.239217] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.239220] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions
[    0.239222] ACPI: Interpreter enabled
[    0.239283] ACPI: (supports S0 S3 S4 S5)
[    0.239285] ACPI: Using IOAPIC for interrupt routing
[    0.239373] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.243187] ACPI: Power Resource [ID3C] (off)
[    0.245765] ACPI: Power Resource [USBC] (on)
[    0.257490] ACPI: Power Resource [CLK0] (off)
[    0.257936] ACPI: Power Resource [CLK0] (off)
[    0.258071] ACPI: Power Resource [CLK1] (off)
[    0.269859] ACPI: Power Resource [FN00] (off)
[    0.271530] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.271544] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.272937] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.274194] PCI host bridge to bus 0000:00
[    0.274200] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.274204] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.274208] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.274212] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.274216] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.274219] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.274222] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.274225] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.274229] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.274248] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[    0.274699] pci 0000:00:02.0: [8086:22b1] type 00 class 0x030000
[    0.274726] pci 0000:00:02.0: reg 0x10: [mem 0x80000000-0x80ffffff 64bit]
[    0.274741] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.274752] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.275113] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[    0.275139] pci 0000:00:0b.0: reg 0x10: [mem 0x81320000-0x81320fff 64bit]
[    0.275549] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[    0.275580] pci 0000:00:14.0: reg 0x10: [mem 0x81300000-0x8130ffff 64bit]
[    0.275686] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.275924] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.276047] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[    0.276071] pci 0000:00:1a.0: reg 0x10: [mem 0x81100000-0x811fffff]
[    0.276084] pci 0000:00:1a.0: reg 0x14: [mem 0x81000000-0x810fffff]
[    0.276185] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.276530] pci 0000:00:1b.0: [8086:2284] type 00 class 0x040300
[    0.276564] pci 0000:00:1b.0: reg 0x10: [mem 0x81310000-0x81313fff 64bit]
[    0.276682] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.276881] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.277155] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[    0.278683] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.279116] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.279389] pci 0000:00:1c.2: [8086:22cc] type 01 class 0x060400
[    0.280977] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.281512] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.281633] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[    0.282050] pci 0000:00:1f.3: [8086:2292] type 00 class 0x0c0500
[    0.282106] pci 0000:00:1f.3: reg 0x10: [mem 0x81318000-0x8131801f]
[    0.282225] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.283293] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.284181] pci 0000:02:00.0: [168c:0036] type 00 class 0x028000
[    0.284234] pci 0000:02:00.0: reg 0x10: [mem 0x81200000-0x8127ffff 64bit]
[    0.284331] pci 0000:02:00.0: reg 0x30: [mem 0x81280000-0x8128ffff pref]
[    0.284479] pci 0000:02:00.0: supports D1 D2
[    0.284482] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.284599] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.293497] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.293507] pci 0000:00:1c.2:   bridge window [mem 0x81200000-0x812fffff]
[    1.330932] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
[    1.331121] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.331304] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.331486] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.331668] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.331849] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.332027] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.332206] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.344503] ACPI: Enabled 3 GPEs in block 00 to 3F
[    1.344792] ACPI : EC: interrupt unblocked
[    1.344816] ACPI : EC: event unblocked
[    1.344831] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.344836] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions and events
[    1.345105] vgaarb: setting as boot device: PCI:0000:00:02.0
[    1.345111] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.345118] vgaarb: loaded
[    1.345120] vgaarb: bridge control possible 0000:00:02.0
[    1.345270] Registered efivars operations
[    1.351583] PCI: Using ACPI for IRQ routing
[    1.362651] PCI: pci_cache_line_size set to 64 bytes
[    1.362793] e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
[    1.362798] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    1.362800] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    1.362802] e820: reserve RAM buffer [mem 0x798e3000-0x7bffffff]
[    1.362805] e820: reserve RAM buffer [mem 0x7a66e000-0x7bffffff]
[    1.363238] clocksource: Switched to clocksource refined-jiffies
[    1.383981] VFS: Disk quotas dquot_6.6.0
[    1.384050] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.384279] pnp: PnP ACPI init
[    1.384460] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.385133] system 00:01: [io  0x0680-0x069f] has been reserved
[    1.385138] system 00:01: [io  0x0400-0x047f] has been reserved
[    1.385142] system 00:01: [io  0x0500-0x05fe] has been reserved
[    1.385149] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.385364] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.385509] system 00:03: [io  0x0240-0x0259] has been reserved
[    1.385513] system 00:03: [io  0x0380-0x038f] has been reserved
[    1.385520] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.385657] pnp 00:04: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    1.388623] system 00:05: [mem 0x8131e000-0x8131efff] has been reserved
[    1.388628] system 00:05: [mem 0x8131c000-0x8131cfff] has been reserved
[    1.388640] system 00:05: [mem 0x8131b000-0x8131bfff] has been reserved
[    1.388645] system 00:05: [mem 0x81319000-0x81319fff] has been reserved
[    1.388652] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.388778] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    1.388782] system 00:06: [mem 0xfea00000-0xfeafffff] has been reserved
[    1.388786] system 00:06: [mem 0xfed01000-0xfed01fff] has been reserved
[    1.388790] system 00:06: [mem 0xfed03000-0xfed03fff] has been reserved
[    1.388793] system 00:06: [mem 0xfed06000-0xfed06fff] has been reserved
[    1.388797] system 00:06: [mem 0xfed08000-0xfed09fff] has been reserved
[    1.388802] system 00:06: [mem 0xfed80000-0xfedbffff] could not be reserved
[    1.388806] system 00:06: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    1.388810] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.388816] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.390452] pnp: PnP ACPI: found 7 devices
[    1.400397] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.400426] clocksource: Switched to clocksource acpi_pm
[    1.400577] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    1.400585] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    1.400591] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    1.400736] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.400740] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.400744] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.400748] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.400752] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.400756] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.400770] pci 0000:00:1c.0: BAR 14: assigned [mem 0x81400000-0x815fffff]
[    1.400781] pci 0000:00:1c.0: BAR 15: assigned [mem 0x81600000-0x817fffff 64bit pref]
[    1.400789] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    1.400796] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.400824] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.400893] pci 0000:00:1c.0:   bridge window [mem 0x81400000-0x815fffff]
[    1.400941] pci 0000:00:1c.0:   bridge window [mem 0x81600000-0x817fffff 64bit pref]
[    1.401032] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    1.401100] pci 0000:00:1c.2:   bridge window [mem 0x81200000-0x812fffff]
[    1.401234] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    1.401237] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    1.401240] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    1.401243] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.401246] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.401250] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.401253] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    1.401256] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[    1.401260] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    1.401263] pci_bus 0000:01: resource 1 [mem 0x81400000-0x815fffff]
[    1.401266] pci_bus 0000:01: resource 2 [mem 0x81600000-0x817fffff 64bit pref]
[    1.401271] pci_bus 0000:02: resource 1 [mem 0x81200000-0x812fffff]
[    1.401651] NET: Registered protocol family 2
[    1.402170] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    1.402345] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.402537] TCP: Hash tables configured (established 32768 bind 32768)
[    1.402613] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.402658] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.402899] NET: Registered protocol family 1
[    1.402951] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.403604] PCI: CLS 64 bytes, default 64
[    1.403742] Unpacking initramfs...
[    2.069638] Freeing initrd memory: 17992K
[    2.069696] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.069702] software IO TLB [mem 0x6e29e000-0x7229e000] (64MB) mapped at [ffff9d85ee29e000-ffff9d85f229dfff]
[    2.070679] audit: initializing netlink subsys (disabled)
[    2.070727] audit: type=2000 audit(1549202660.051:1): initialized
[    2.071688] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[    2.071780] zbud: loaded
[    2.074245] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    2.074351] io scheduler noop registered
[    2.074353] io scheduler deadline registered
[    2.074385] io scheduler cfq registered (default)
[    2.077859] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    2.077907] pcie_pme 0000:00:1c.0:pcie001: service driver pcie_pme loaded
[    2.078113] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    2.078117] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    2.078164] pcie_pme 0000:00:1c.2:pcie001: service driver pcie_pme loaded
[    2.078197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.078285] pciehp 0000:00:1c.0:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    2.078431] pciehp 0000:00:1c.0:pcie004: service driver pciehp loaded
[    2.078446] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.078512] efifb: probing for efifb
[    2.078548] efifb: framebuffer at 0x90000000, using 1920k, total 1920k
[    2.078552] efifb: mode is 800x600x32, linelength=3200, pages=1
[    2.078552] efifb: scrolling: redraw
[    2.078557] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.082568] Console: switching to colour frame buffer device 100x37
[    2.086263] fb0: EFI VGA frame buffer device
[    2.086286] intel_idle: MWAIT substates: 0x33000020
[    2.086290] intel_idle: v0.4.1 model 0x4C
[    2.086537] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.090139] GHES: HEST is not enabled!
[    2.090297] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.110847] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.111781] Linux agpgart interface v0.103
[    2.111998] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    2.112000] AMD IOMMUv2 functionality not available on this system
[    2.112726] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    2.112729] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.116846] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.117140] mousedev: PS/2 mouse device common for all mice
[    2.117295] rtc_cmos 00:00: RTC can wake from S4
[    2.117566] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    2.117614] rtc_cmos 00:00: alarms up to one day, y3k, 242 bytes nvram
[    2.117634] intel_pstate: Intel P-state driver initializing
[    2.118285] ledtrig-cpu: registered to indicate activity on CPUs
[    2.120773] NET: Registered protocol family 10
[    2.122940] mip6: Mobile IPv6
[    2.122955] NET: Registered protocol family 17
[    2.122977] mpls_gso: MPLS GSO support
[    2.124729] microcode: sig=0x406c4, pf=0x1, revision=0x40e
[    2.125307] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    2.127896] registered taskstats version 1
[    2.127999] zswap: loaded using pool lzo/zbud
[    2.128386] ima: No TPM chip found, activating TPM-bypass!
[    2.128478] ima: Allocated hash algorithm: sha256
[    2.129647] rtc_cmos 00:00: setting system clock to 2019-02-03 14:04:20 UTC (1549202660)
[    2.129950] PM: Hibernation image not present or could not be loaded.
[    2.130042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.131623] Freeing unused kernel memory: 1420K
[    2.131626] Write protecting the kernel read-only data: 12288k
[    2.132867] Freeing unused kernel memory: 1908K
[    2.138677] Freeing unused kernel memory: 1224K
[    2.147258] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.204481] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.205006] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.205078] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.273351] sdhci: Secure Digital Host Controller Interface driver
[    2.273352] sdhci: Copyright(c) Pierre Ossman
[    2.304882] ACPI Error: [\_SB_.PCI0.SBRG.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    2.305036] ACPI Error: Method parse/execution failed [\_TZ.FN00._ON] (Node ffff9d86fb1cb550), AE_NOT_FOUND (20160831/psparse-543)
[    2.305207] acpi PNP0C0B:00: Failed to change power state to D0
[    2.305308] ACPI Error: [\_SB_.PCI0.SBRG.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    2.305450] ACPI Error: Method parse/execution failed [\_TZ.FN00._ON] (Node ffff9d86fb1cb550), AE_NOT_FOUND (20160831/psparse-543)
[    2.305615] acpi PNP0C0B:00: Failed to set initial power state
[    2.305710] acpi PNP0C0B:00: Cannot transition from (unknown) to D3hot
[    2.306998] thermal LNXTHERM:00: registered as thermal_zone0
[    2.307001] ACPI: Thermal Zone [TZ01] (35 C)
[    2.309767] thermal LNXTHERM:01: registered as thermal_zone1
[    2.309769] ACPI: Thermal Zone [THRM] (35 C)
[    2.315818] ACPI: bus type USB registered
[    2.315877] usbcore: registered new interface driver usbfs
[    2.315900] usbcore: registered new interface driver hub
[    2.315955] usbcore: registered new device driver usb
[    2.346705] SSE version of gcm_enc/dec engaged.
[    3.084740] tsc: Refined TSC clocksource calibration: 1599.948 MHz
[    3.084774] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x170ff3c37d3, max_idle_ns: 440795211487 ns
[    3.316549] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    3.338286] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    3.338946] hidraw: raw HID events driver (C) Jiri Kosina
[    3.352265] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.352282] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.353479] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01509810
[    3.353488] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    3.353739] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.353742] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.353745] usb usb1: Product: xHCI Host Controller
[    3.353747] usb usb1: Manufacturer: Linux 4.9.0-8-amd64 xhci-hcd
[    3.353749] usb usb1: SerialNumber: 0000:00:14.0
[    3.354074] hub 1-0:1.0: USB hub found
[    3.354102] hub 1-0:1.0: 7 ports detected
[    3.355465] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.355473] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.355572] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    3.355575] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.355577] usb usb2: Product: xHCI Host Controller
[    3.355580] usb usb2: Manufacturer: Linux 4.9.0-8-amd64 xhci-hcd
[    3.355582] usb usb2: SerialNumber: 0000:00:14.0
[    3.355847] hub 2-0:1.0: USB hub found
[    3.355872] hub 2-0:1.0: 6 ports detected
[    3.382189] mmc1: SDHCI controller on ACPI [80860F14:01] using ADMA
[    3.535328] mmc1: new HS200 MMC card at address 0001
[    3.539821] mmcblk1: mmc1:0001 DF4064 58.2 GiB 
[    3.540695] mmcblk1boot0: mmc1:0001 DF4064 partition 1 4.00 MiB
[    3.541698] mmcblk1boot1: mmc1:0001 DF4064 partition 2 4.00 MiB
[    3.542827] mmcblk1rpmb: mmc1:0001 DF4064 partition 3 4.00 MiB
[    3.548053]  mmcblk1: p1 p2 p3
[    3.551773] random: fast init done
[    3.680491] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    3.695907] PM: Starting manual resume from disk
[    3.695917] PM: Hibernation image partition 179:3 present
[    3.695919] PM: Looking for hibernation image.
[    3.696484] PM: Image not found (code -22)
[    3.696486] PM: Hibernation image not present or could not be loaded.
[    3.827416] usb 1-2: New USB device found, idVendor=1d57, idProduct=ad17
[    3.827421] usb 1-2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    3.827424] usb 1-2: Product: ZELOTES GAME MOUSE
[    3.827426] usb 1-2: Manufacturer: ZLY
[    3.841073] usbcore: registered new interface driver usbhid
[    3.841075] usbhid: USB HID core driver
[    3.842759] input: ZLY ZELOTES GAME MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:1D57:AD17.0002/input/input1
[    3.843195] hid-generic 0003:1D57:AD17.0002: input,hidraw0: USB HID v1.10 Mouse [ZLY ZELOTES GAME MOUSE] on usb-0000:00:14.0-2/input0
[    3.896183] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.948424] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    4.090929] usb 1-3: New USB device found, idVendor=13d3, idProduct=3490
[    4.090943] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.108866] clocksource: Switched to clocksource tsc
[    4.158449] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.205282] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    4.205585] systemd[1]: Detected architecture x86-64.
[    4.206158] systemd[1]: Set hostname to <debian>.
[    4.212429] usb 1-4: new high-speed USB device number 4 using xhci_hcd
[    4.375328] usb 1-4: New USB device found, idVendor=13d3, idProduct=5a07
[    4.375333] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    4.375336] usb 1-4: Product: USB2.0 VGA UVC WebCam
[    4.375338] usb 1-4: Manufacturer: Azurewave
[    4.375341] usb 1-4: SerialNumber: 0x0001
[    4.413221] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.413652] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.414196] systemd[1]: Created slice User and Session Slice.
[    4.414382] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.414561] systemd[1]: Listening on udev Control Socket.
[    4.414678] systemd[1]: Listening on Syslog Socket.
[    4.414862] systemd[1]: Listening on Journal Socket.
[    4.481628] lp: driver loaded but no devices found
[    4.485924] ppdev: user-space parallel port driver
[    4.490791] EXT4-fs (mmcblk1p2): re-mounted. Opts: errors=remount-ro
[    4.618590] systemd-journald[193]: Received request to flush runtime journal from PID 1
[    4.804808] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.807024] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    4.808376] ACPI: Lid Switch [LID]
[    4.808478] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[    4.808482] ACPI: Sleep Button [SLPB]
[    4.808569] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    4.808572] ACPI: Power Button [PWRF]
[    4.810484] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5
[    4.815604] ACPI Error: [\_SB_.PCI0.SBRG.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    4.815713] ACPI Error: Method parse/execution failed [\_SB.STR3._TMP] (Node ffff9d86fb1fe2d0), AE_NOT_FOUND (20160831/psparse-543)
[    4.815830] thermal thermal_zone5: failed to read out thermal zone (-5)
[    4.818236] ACPI Error: [\_SB_.PCI0.SBRG.H_EC.ECAV] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
[    4.818340] ACPI Error: Method parse/execution failed [\_SB.STR4._TMP] (Node ffff9d86fb1fe9b0), AE_NOT_FOUND (20160831/psparse-543)
[    4.818456] thermal thermal_zone8: failed to read out thermal zone (-5)
[    4.833818] [drm] Initialized
[    4.869219] ACPI: AC Adapter [AC0] (off-line)
[    4.912713] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    4.919143] ACPI: Battery Slot [BAT0] (battery present)
[    4.926798] [drm] Memory usable by graphics device = 2048M
[    4.926803] checking generic (90000000 1e0000) vs hw (90000000 10000000)
[    4.926804] fb: switching to inteldrmfb from EFI VGA
[    4.926868] Console: switching to colour dummy device 80x25
[    4.927346] [drm] Replacing VGA console driver
[    4.927481] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.927482] [drm] Driver supports precise vblank timestamp query.
[    4.942383] wmi: Mapper loaded
[    4.947926] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.985328] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    4.986180] EFI Variables Facility v0.08 2004-May-17
[    4.990640] input: ELAN1200:00 04F3:303E Touchpad as /devices/pci0000:00/808622C1:03/i2c-0/i2c-ELAN1200:00/0018:04F3:303E.0001/input/input7
[    4.991327] hid-multitouch 0018:04F3:303E.0001: input,hidraw1: I2C HID v1.00 Mouse [ELAN1200:00 04F3:303E] on i2c-ELAN1200:00
[    5.012504] pstore: using zlib compression
[    5.012560] pstore: Registered efi as persistent store backend
[    5.023400] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.045064] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[    5.083780] ath: phy0: Set BT/WLAN RX diversity capability
[    5.092940] ath: phy0: Enable LNA combining
[    5.101749] ath: phy0: ASPM enabled: 0x43
[    5.101753] ath: EEPROM regdomain: 0x6a
[    5.101754] ath: EEPROM indicates we should expect a direct regpair map
[    5.101757] ath: Country alpha2 being used: 00
[    5.101758] ath: Regpair used: 0x6a
[    5.114804] Adding 4081660k swap on /dev/mmcblk1p3.  Priority:-1 extents:1 across:4081660k SSFS
[    5.137639] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    5.138065] ieee80211 phy0: Atheros AR9565 Rev:2 mem=0xffffaa0bc0c80000, irq=18
[    5.189935] iTCO_vendor_support: vendor-support=0
[    5.192860] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    5.192966] iTCO_wdt: Found a Braswell SoC TCO device (Version=3, TCOBASE=0x0460)
[    5.194796] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    5.233142] intel_rapl: Found RAPL domain package
[    5.233146] intel_rapl: Found RAPL domain core
[    5.233317] asus_wmi: ASUS WMI generic driver loaded
[    5.235059] asus_wmi: Initialization: 0x1
[    5.235127] asus_wmi: BIOS WMI version: 7.9
[    5.235204] asus_wmi: SFUN value: 0xa0877
[    5.238371] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input9
[    5.268411] asus_wmi: Number of fans: 1
[    5.462242] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.462259] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
[    5.545662] ath9k 0000:02:00.0 wlp2s0: renamed from wlan0
[    5.822639] fbcon: inteldrmfb (fb0) is primary device
[    6.128336] media: Linux media interface: v0.10
[    6.152210] Linux video capture interface: v2.00
[    6.164081] Bluetooth: Core ver 2.22
[    6.164642] NET: Registered protocol family 31
[    6.164643] Bluetooth: HCI device and connection manager initialized
[    6.164649] Bluetooth: HCI socket layer initialized
[    6.164653] Bluetooth: L2CAP socket layer initialized
[    6.164663] Bluetooth: SCO socket layer initialized
[    6.177559] usbcore: registered new interface driver btusb
[    6.181529] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    6.181532] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.181535] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    6.181536] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.181538] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.181541] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1b
[    6.185785] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (13d3:5a07)
[    6.187773] uvcvideo 1-4:1.0: Entity type for entity Extension 4 was not initialized!
[    6.187779] uvcvideo 1-4:1.0: Entity type for entity Processing 2 was not initialized!
[    6.187782] uvcvideo 1-4:1.0: Entity type for entity Camera 1 was not initialized!
[    6.188188] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input10
[    6.188654] usbcore: registered new interface driver uvcvideo
[    6.188655] USB Video Class driver (1.1.1)
[    6.191791] usb 1-3: firmware: direct-loading firmware ar3k/AthrBT_0x31010100.dfu
[    6.232460] usb 1-3: firmware: direct-loading firmware ar3k/ramps_0x31010100_40.dfu
[    6.237705] usbcore: registered new interface driver ath3k
[    6.237930] usb 1-3: USB disconnect, device number 3
[    6.265468] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    6.265942] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    6.544720] usb 1-3: new full-speed USB device number 5 using xhci_hcd
[    7.089515] Console: switching to colour frame buffer device 170x48
[    7.115230] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    7.396625] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    7.410871] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    7.433079] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    7.661214] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    8.675217] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    8.729808] wlp2s0: authenticate with a4:b1:e9:34:a7:45
[    8.742759] wlp2s0: send auth to a4:b1:e9:34:a7:45 (try 1/3)
[    8.744958] wlp2s0: authenticated
[    8.752220] wlp2s0: associate with a4:b1:e9:34:a7:45 (try 1/3)
[    8.756058] wlp2s0: RX AssocResp from a4:b1:e9:34:a7:45 (capab=0x411 status=0 aid=6)
[    8.756252] wlp2s0: associated
[    8.798383] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   11.897563] usb 1-3: New USB device found, idVendor=13d3, idProduct=3490
[   11.897567] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   12.534271] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.534273] Bluetooth: BNEP filters: protocol multicast
[   12.534281] Bluetooth: BNEP socket layer initialized
[   27.667310] python[1219]: segfault at 10 ip 0000559d891e216f sp 00007ffde731e570 error 4 in python2.7[559d89075000+322000]
[   32.871766] random: crng init done
[   32.871774] random: 7 urandom warning(s) missed due to ratelimiting
[ 1303.179662] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=77565 end=77566) time 10 us, min 763, max 767, scanline start 758, end 767
[ 1414.967614] usb 1-1: new high-speed USB device number 6 using xhci_hcd
[ 1415.109686] usb 1-1: New USB device found, idVendor=03f0, idProduct=5711
[ 1415.109702] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1415.109713] usb 1-1: Product: Photosmart C4100 series
[ 1415.109721] usb 1-1: Manufacturer: HP
[ 1415.109730] usb 1-1: SerialNumber: MY789J13Y704J7
[ 1416.137115] usblp 1-1:1.1: usblp0: USB Bidirectional printer dev 6 if 1 alt 0 proto 2 vid 0x03F0 pid 0x5711
[ 1416.137176] usbcore: registered new interface driver usblp
[ 1416.148898] SCSI subsystem initialized
[ 1416.155181] usb-storage 1-1:1.3: USB Mass Storage device detected
[ 1416.198926] scsi host0: usb-storage 1-1:1.3
[ 1416.199125] usbcore: registered new interface driver usb-storage
[ 1416.201257] usbcore: registered new interface driver uas
[ 1417.230544] scsi 0:0:0:0: Direct-Access     HP       Photosmart C4180 1.00 PQ: 0 ANSI: 2
[ 1417.281542] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 1417.323935] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 1421.393098] usblp0: removed
[ 1421.400397] usblp 1-1:1.1: usblp0: USB Bidirectional printer dev 6 if 1 alt 0 proto 2 vid 0x03F0 pid 0x5711
[ 1799.606739] usblp0: removed
[ 1799.608370] Did not find alt setting 1 for intf 0, config 1
[ 2381.472237] Did not find alt setting 1 for intf 0, config 1
[ 2539.215151] Did not find alt setting 1 for intf 0, config 1
[ 2569.217187] Did not find alt setting 1 for intf 0, config 1
[ 2599.217543] Did not find alt setting 1 for intf 0, config 1
[ 2629.218384] Did not find alt setting 1 for intf 0, config 1
[ 2659.219191] Did not find alt setting 1 for intf 0, config 1
[ 2689.220030] Did not find alt setting 1 for intf 0, config 1
[ 2719.220435] Did not find alt setting 1 for intf 0, config 1
[ 2749.220750] Did not find alt setting 1 for intf 0, config 1
[ 2779.220814] Did not find alt setting 1 for intf 0, config 1
[ 2809.221175] Did not find alt setting 1 for intf 0, config 1
[ 2839.222162] Did not find alt setting 1 for intf 0, config 1
[ 2869.222413] Did not find alt setting 1 for intf 0, config 1
[ 2899.222748] Did not find alt setting 1 for intf 0, config 1
[ 2929.223162] Did not find alt setting 1 for intf 0, config 1
[ 2959.224002] Did not find alt setting 1 for intf 0, config 1
[ 2989.224728] Did not find alt setting 1 for intf 0, config 1
[ 3019.225193] Did not find alt setting 1 for intf 0, config 1
[ 3049.228862] Did not find alt setting 1 for intf 0, config 1
[ 3079.228963] Did not find alt setting 1 for intf 0, config 1
[ 3109.229384] Did not find alt setting 1 for intf 0, config 1
[ 3139.230449] Did not find alt setting 1 for intf 0, config 1
[ 3169.230496] Did not find alt setting 1 for intf 0, config 1
[ 3199.230670] Did not find alt setting 1 for intf 0, config 1
[ 3229.230924] Did not find alt setting 1 for intf 0, config 1
[ 3259.231037] Did not find alt setting 1 for intf 0, config 1
[ 3289.231557] Did not find alt setting 1 for intf 0, config 1
[ 3319.231497] Did not find alt setting 1 for intf 0, config 1
[ 3349.231460] Did not find alt setting 1 for intf 0, config 1
[ 3379.231505] Did not find alt setting 1 for intf 0, config 1
[ 3409.231300] Did not find alt setting 1 for intf 0, config 1
[ 3439.231571] Did not find alt setting 1 for intf 0, config 1
[ 3469.231458] Did not find alt setting 1 for intf 0, config 1
[ 3499.231825] Did not find alt setting 1 for intf 0, config 1
[ 3529.231607] Did not find alt setting 1 for intf 0, config 1
[ 3559.231969] Did not find alt setting 1 for intf 0, config 1
[ 3589.231891] Did not find alt setting 1 for intf 0, config 1
[ 3619.231961] Did not find alt setting 1 for intf 0, config 1
[ 3649.231836] Did not find alt setting 1 for intf 0, config 1
[ 3679.233479] Did not find alt setting 1 for intf 0, config 1
[ 3709.233350] Did not find alt setting 1 for intf 0, config 1
[ 3739.233174] Did not find alt setting 1 for intf 0, config 1
[ 3769.233484] Did not find alt setting 1 for intf 0, config 1
[ 3803.962886] Did not find alt setting 1 for intf 0, config 1
[ 3848.968000] Did not find alt setting 1 for intf 0, config 1
[ 3878.969078] Did not find alt setting 1 for intf 0, config 1
[ 3908.970283] Did not find alt setting 1 for intf 0, config 1
[ 3938.971196] Did not find alt setting 1 for intf 0, config 1
[ 3968.971734] Did not find alt setting 1 for intf 0, config 1
[ 3998.972871] Did not find alt setting 1 for intf 0, config 1
[ 4028.973508] Did not find alt setting 1 for intf 0, config 1
[ 4058.973853] Did not find alt setting 1 for intf 0, config 1
[ 4088.974472] Did not find alt setting 1 for intf 0, config 1
[ 4189.207002] Did not find alt setting 1 for intf 0, config 1
[ 4191.207548] Did not find alt setting 1 for intf 0, config 1
[ 4408.894460] Did not find alt setting 1 for intf 0, config 1
[ 4517.528399] Did not find alt setting 1 for intf 0, config 1
[ 5078.298437] Did not find alt setting 1 for intf 0, config 1
[ 5937.056084] Did not find alt setting 1 for intf 0, config 1
[ 5967.058882] Did not find alt setting 1 for intf 0, config 1
[ 5997.059812] Did not find alt setting 1 for intf 0, config 1
[ 6027.060507] Did not find alt setting 1 for intf 0, config 1
[ 6057.061352] Did not find alt setting 1 for intf 0, config 1
[ 6086.799610] usb 1-1: reset high-speed USB device number 6 using xhci_hcd
[ 6092.744166] usb 1-1: USB disconnect, device number 6
[ 6092.744289] xhci_hcd 0000:00:14.0: ERROR: unexpected command completion code 0x13.
[ 6092.744335] usb 1-1: Not enough bandwidth for altsetting 0
[ 6092.744344] usblp: can't set desired altsetting 0 on interface 1
[ 6100.563192] usb 1-1: new high-speed USB device number 7 using xhci_hcd
[ 6100.706146] usb 1-1: New USB device found, idVendor=03f0, idProduct=5711
[ 6100.706160] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6100.706170] usb 1-1: Product: Photosmart C4100 series
[ 6100.706177] usb 1-1: Manufacturer: HP
[ 6100.706184] usb 1-1: SerialNumber: MY789J13Y704J7
[ 6100.712753] usblp 1-1:1.1: usblp0: USB Bidirectional printer dev 7 if 1 alt 0 proto 2 vid 0x03F0 pid 0x5711
[ 6100.713119] usb-storage 1-1:1.3: USB Mass Storage device detected
[ 6100.716816] scsi host0: usb-storage 1-1:1.3
[ 6101.744806] scsi 0:0:0:0: Direct-Access     HP       Photosmart C4180 1.00 PQ: 0 ANSI: 2
[ 6101.749521] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 6101.761823] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 6106.921101] usblp0: removed
[ 6106.923700] usblp 1-1:1.1: usblp0: USB Bidirectional printer dev 7 if 1 alt 0 proto 2 vid 0x03F0 pid 0x5711
the command "journalctl -b" shows too much information, what kind of results could be useful?

User111
Posts: 16
Joined: 2019-01-25 18:49

Re: How to use both buttons on ELANTECH touchpad

#7 Post by User111 »

bw123 wrote:You need to look up "clickfinger" there is no right/left button. Why did you set clickfinger method if you want separate buttonareas?
http://who-t.blogspot.com/2018/04/gnome ... ur-by.html
User111 wrote: I have noticed that: every notebook has, on the touchpad, double buttons...
Definitely not true, some have no buttons, some have one button, some have three buttons. Mine has two on bottom and two on top, for a total of four.
mine has two buttons (in the left and right lower corner)

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: How to use both buttons on ELANTECH touchpad

#8 Post by Head_on_a_Stick »

User111 wrote:the command "journalctl -b" shows too much information
So did dmesg but that didn't stop you spamming the boards with it :mrgreen:
User111 wrote:what kind of results could be useful?
Any errors or warnings.

Anyway there's nothing in dmesg so journalctl will probably be the same.

Try the backported kernel, it's worth a shot and you can always remove it later if it doesn't help.

http://forums.debian.net/viewtopic.php?f=16&t=139003
deadbang

Post Reply