You are not logged in.

#1 2016-02-22 23:45:24

shevson
Member
Registered: 2016-02-22
Posts: 13

Power Button not working in Arch - no events of power button

First of all Hello to everybody, I'm a newbie here and just started using Arch Linux.
I came upon a very weird problem after installing my Arch - my power button is not working (ofc in the OS, laptop boots up normally). It's not being detected, I tried looking for any events by running acpi_listen with acpid, journalctl -f, xev etc - nothing!
It looks like it's not detected or anything.
My laptop is Dell XPS 13 (2015) 9343 model. I followed the installation guide, being guided by my friend who's been working with Arch Linux for a year now and I believe I did everything I should have, yet the power button is somehow 'dead' to my OS.
I tried looking for similar topics both here on Arch forums and generally with the help of uncle Google, but no luck. I really ran out of ideas, as I mentioned I'm new to Arch, my Linux knowledge was limited to distros like Ubuntu or Mint, so I can't think of a place where I should start looking for the problem. I thought of bootloader config, but I don't want to mess it up without having some strong and confirmed ideas what to do with it.
Has anyone came across a situation similar to this one? Any help will be greatly appreciated.
I didn't really know what should I "attach" to this question, so if any of the outputs are needed just let me know.
Thanks

Offline

#2 2016-02-22 23:51:26

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,634

Re: Power Button not working in Arch - no events of power button

Let's start with the basics. Install the evtest package and post the output of sudo evtest.  You can kill it with Ctrl-C when it asks to select an event number.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2016-02-23 00:25:12

shevson
Member
Registered: 2016-02-22
Posts: 13

Re: Power Button not working in Arch - no events of power button

This is the output of evtest. I see some "Power Button" on event2, that's a good sign I guess.

sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:	AT Translated Set 2 keyboard
/dev/input/event1:	Lid Switch
/dev/input/event2:	Power Button
/dev/input/event3:	Sleep Button
/dev/input/event4:	Power Button
/dev/input/event5:	PC Speaker
/dev/input/event6:	Video Bus
/dev/input/event7:	DLL0665:01 06CB:76AD Touchpad
/dev/input/event8:	Dell WMI hotkeys
/dev/input/event9:	broadwell-rt286 Headset
/dev/input/event10:	Integrated_Webcam_HD
/dev/input/event11:	HDA Intel HDMI HDMI/DP,pcm=3
/dev/input/event12:	HDA Intel HDMI HDMI/DP,pcm=7
/dev/input/event13:	HDA Intel HDMI HDMI/DP,pcm=8
Select the device event number [0-13]: ^C

Offline

#4 2016-02-23 00:38:21

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,634

Re: Power Button not working in Arch - no events of power button

It is smile  There is also one on event 4.
Try this.  sudo od -x /dev/input/event2  And push the button.  If nothing happens, push it a a dozen more times.  Do you see any hex output when you push the button ?
Do the same thing for event 4.   

Also, if you can find your Xorg log and post it (be sure to use BBCode code tags)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#5 2016-02-24 10:50:54

shevson
Member
Registered: 2016-02-22
Posts: 13

Re: Power Button not working in Arch - no events of power button

Ok, so I tried it both on event 2 and 4.
On event2 I pushed it a couple times, no hex output appeared, but there was a reaction - power menu popped out (I have set in my XFCE power manager to Ask, when I click the power button and so it did).
On event4 some hexoutput appeared and power menu asked me again.
Here's what came out:

 sudo od -x /dev/input/event4
0000000 9676 56cd 0000 0000 94e7 0006 0000 0000
0000020 0001 0074 0001 0000 9676 56cd 0000 0000
0000040 94e7 0006 0000 0000 0000 0000 0000 0000
0000060 9676 56cd 0000 0000 9505 0006 0000 0000
0000100 0001 0074 0000 0000 9676 56cd 0000 0000
0000120 9505 0006 0000 0000 0000 0000 0000 0000

Here's Xorg log:

[     2.777] 
X.Org X Server 1.18.1
Release Date: 2016-02-08
[     2.777] X Protocol Version 11, Revision 0
[     2.777] Build Operating System: Linux 4.2.5-1-ARCH x86_64 
[     2.777] Current Operating System: Linux localhost 4.4.1-2-ARCH #1 SMP PREEMPT Wed Feb 3 13:12:33 UTC 2016 x86_64
[     2.777] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=3975629a-603c-4046-8a9a-6b298fa83404 rw
[     2.777] Build Date: 11 February 2016  09:57:03AM
[     2.777]  
[     2.777] Current version of pixman: 0.34.0
[     2.777] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     2.777] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     2.777] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 24 00:04:39 2016
[     2.777] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     2.777] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     2.779] (==) No Layout section.  Using the first Screen section.
[     2.779] (==) No screen section available. Using defaults.
[     2.779] (**) |-->Screen "Default Screen Section" (0)
[     2.779] (**) |   |-->Monitor "<default monitor>"
[     2.780] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     2.780] (==) Automatically adding devices
[     2.780] (==) Automatically enabling devices
[     2.780] (==) Automatically adding GPU devices
[     2.780] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     2.781] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     2.781] 	Entry deleted from font path.
[     2.781] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     2.781] 	Entry deleted from font path.
[     2.781] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     2.781] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     2.781] 	Entry deleted from font path.
[     2.781] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     2.781] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[     2.781] (==) ModulePath set to "/usr/lib/xorg/modules"
[     2.781] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     2.781] (II) Loader magic: 0x81ad60
[     2.781] (II) Module ABI versions:
[     2.781] 	X.Org ANSI C Emulation: 0.4
[     2.781] 	X.Org Video Driver: 20.0
[     2.781] 	X.Org XInput driver : 22.1
[     2.781] 	X.Org Server Extension : 9.0
[     2.782] (++) using VT number 7

[     2.782] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     2.783] (II) xfree86: Adding drm device (/dev/dri/card0)
[     2.784] (--) PCI:*(0:0:2:0) 8086:1616:1028:0665 rev 9, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, I/O @ 0x0000f000/64
[     2.784] (II) Open ACPI successful (/var/run/acpid.socket)
[     2.785] (II) LoadModule: "glx"
[     2.785] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     2.800] (II) Module glx: vendor="X.Org Foundation"
[     2.800] 	compiled for 1.18.1, module version = 1.0.0
[     2.800] 	ABI class: X.Org Server Extension, version 9.0
[     2.800] (==) AIGLX enabled
[     2.800] (==) Matched intel as autoconfigured driver 0
[     2.800] (==) Matched intel as autoconfigured driver 1
[     2.800] (==) Matched modesetting as autoconfigured driver 2
[     2.800] (==) Matched fbdev as autoconfigured driver 3
[     2.800] (==) Matched vesa as autoconfigured driver 4
[     2.800] (==) Assigned the driver to the xf86ConfigLayout
[     2.800] (II) LoadModule: "intel"
[     2.800] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     2.804] (II) Module intel: vendor="X.Org Foundation"
[     2.804] 	compiled for 1.18.1, module version = 2.99.917
[     2.804] 	Module class: X.Org Video Driver
[     2.804] 	ABI class: X.Org Video Driver, version 20.0
[     2.804] (II) LoadModule: "modesetting"
[     2.804] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     2.805] (II) Module modesetting: vendor="X.Org Foundation"
[     2.805] 	compiled for 1.18.1, module version = 1.18.1
[     2.805] 	Module class: X.Org Video Driver
[     2.805] 	ABI class: X.Org Video Driver, version 20.0
[     2.805] (II) LoadModule: "fbdev"
[     2.805] (WW) Warning, couldn't open module fbdev
[     2.805] (II) UnloadModule: "fbdev"
[     2.805] (II) Unloading fbdev
[     2.805] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     2.805] (II) LoadModule: "vesa"
[     2.805] (WW) Warning, couldn't open module vesa
[     2.805] (II) UnloadModule: "vesa"
[     2.805] (II) Unloading vesa
[     2.805] (EE) Failed to load module "vesa" (module does not exist, 0)
[     2.805] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     2.805] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[     2.805] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[     2.805] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[     2.805] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     2.811] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20151010
[     2.811] (II) intel(0): SNA compiled from 2.99.917-552-ge41040f
[     2.812] (WW) Falling back to old probe method for modesetting
[     2.812] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 5500
[     2.812] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[     2.812] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     2.812] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     2.812] (==) intel(0): RGB weight 888
[     2.812] (==) intel(0): Default visual is TrueColor
[     2.813] (II) intel(0): Output eDP1 has no monitor section
[     2.826] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     2.826] (II) intel(0): Enabled output eDP1
[     2.826] (II) intel(0): Output DP1 has no monitor section
[     2.826] (II) intel(0): Enabled output DP1
[     2.826] (II) intel(0): Output HDMI1 has no monitor section
[     2.826] (II) intel(0): Enabled output HDMI1
[     2.826] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     2.826] (II) intel(0): Output VIRTUAL1 has no monitor section
[     2.826] (II) intel(0): Enabled output VIRTUAL1
[     2.826] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[     2.826] (==) intel(0): TearFree disabled
[     2.826] (==) intel(0): DPI set to (96, 96)
[     2.826] (II) Loading sub module "dri2"
[     2.826] (II) LoadModule: "dri2"
[     2.826] (II) Module "dri2" already built-in
[     2.826] (II) Loading sub module "present"
[     2.826] (II) LoadModule: "present"
[     2.826] (II) Module "present" already built-in
[     2.827] (II) UnloadModule: "modesetting"
[     2.827] (II) Unloading modesetting
[     2.827] (==) Depth 24 pixmap format is 32 bpp
[     2.831] (II) intel(0): SNA initialized with Broadwell (gen8) backend
[     2.831] (==) intel(0): Backing store enabled
[     2.831] (==) intel(0): Silken mouse enabled
[     2.831] (II) intel(0): HW Cursor enabled
[     2.831] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     2.832] (==) intel(0): DPMS enabled
[     2.832] (==) intel(0): Display hotplug detection enabled
[     2.832] (II) intel(0): [DRI2] Setup complete
[     2.832] (II) intel(0): [DRI2]   DRI driver: i965
[     2.832] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     2.832] (II) intel(0): direct rendering: DRI2 enabled
[     2.833] (II) intel(0): hardware support for Present enabled
[     2.833] (--) RandR disabled
[     2.864] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     2.864] (II) AIGLX: enabled GLX_ARB_create_context
[     2.864] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     2.864] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     2.864] (II) AIGLX: enabled GLX_INTEL_swap_event
[     2.864] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     2.864] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     2.864] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     2.864] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     2.864] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     2.864] (II) AIGLX: Loaded and initialized i965
[     2.864] (II) GLX: Initialized DRI2 GL provider for screen 0
[     2.868] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     2.868] (II) intel(0): Setting screen physical size to 508 x 285
[     2.915] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[     2.915] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     2.915] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     2.915] (**) Power Button: Applying InputClass "keyboard-layout"
[     2.915] (II) LoadModule: "evdev"
[     2.915] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     2.918] (II) Module evdev: vendor="X.Org Foundation"
[     2.918] 	compiled for 1.18.0, module version = 2.10.1
[     2.918] 	Module class: X.Org XInput Driver
[     2.918] 	ABI class: X.Org XInput driver, version 22.1
[     2.918] (II) Using input driver 'evdev' for 'Power Button'
[     2.918] (**) Power Button: always reports core events
[     2.918] (**) evdev: Power Button: Device: "/dev/input/event4"
[     2.918] (--) evdev: Power Button: Vendor 0 Product 0x1
[     2.918] (--) evdev: Power Button: Found keys
[     2.918] (II) evdev: Power Button: Configuring as keyboard
[     2.918] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[     2.918] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     2.918] (**) Option "xkb_rules" "evdev"
[     2.918] (**) Option "xkb_layout" "pl"
[     2.935] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     2.935] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     2.935] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     2.935] (**) Video Bus: Applying InputClass "keyboard-layout"
[     2.935] (II) Using input driver 'evdev' for 'Video Bus'
[     2.935] (**) Video Bus: always reports core events
[     2.935] (**) evdev: Video Bus: Device: "/dev/input/event8"
[     2.935] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     2.935] (--) evdev: Video Bus: Found keys
[     2.935] (II) evdev: Video Bus: Configuring as keyboard
[     2.935] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11/event8"
[     2.935] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     2.935] (**) Option "xkb_rules" "evdev"
[     2.935] (**) Option "xkb_layout" "pl"
[     2.936] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     2.936] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     2.936] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     2.936] (**) Power Button: Applying InputClass "keyboard-layout"
[     2.936] (II) Using input driver 'evdev' for 'Power Button'
[     2.936] (**) Power Button: always reports core events
[     2.936] (**) evdev: Power Button: Device: "/dev/input/event2"
[     2.936] (--) evdev: Power Button: Vendor 0 Product 0x1
[     2.936] (--) evdev: Power Button: Found keys
[     2.936] (II) evdev: Power Button: Configuring as keyboard
[     2.936] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[     2.936] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     2.936] (**) Option "xkb_rules" "evdev"
[     2.936] (**) Option "xkb_layout" "pl"
[     2.936] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     2.936] (II) No input driver specified, ignoring this device.
[     2.936] (II) This device may have been added with another device file.
[     2.936] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[     2.936] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     2.936] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     2.936] (**) Sleep Button: Applying InputClass "keyboard-layout"
[     2.936] (II) Using input driver 'evdev' for 'Sleep Button'
[     2.936] (**) Sleep Button: always reports core events
[     2.936] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[     2.936] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[     2.936] (--) evdev: Sleep Button: Found keys
[     2.936] (II) evdev: Sleep Button: Configuring as keyboard
[     2.936] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[     2.936] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     2.936] (**) Option "xkb_rules" "evdev"
[     2.937] (**) Option "xkb_layout" "pl"
[     2.937] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[     2.937] (II) No input driver specified, ignoring this device.
[     2.937] (II) This device may have been added with another device file.
[     2.937] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
[     2.937] (II) No input driver specified, ignoring this device.
[     2.937] (II) This device may have been added with another device file.
[     2.937] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event13)
[     2.937] (II) No input driver specified, ignoring this device.
[     2.937] (II) This device may have been added with another device file.
[     2.938] (II) config/udev: Adding input device Integrated_Webcam_HD (/dev/input/event10)
[     2.938] (**) Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
[     2.938] (**) Integrated_Webcam_HD: Applying InputClass "libinput keyboard catchall"
[     2.938] (**) Integrated_Webcam_HD: Applying InputClass "keyboard-layout"
[     2.938] (II) Using input driver 'evdev' for 'Integrated_Webcam_HD'
[     2.938] (**) Integrated_Webcam_HD: always reports core events
[     2.938] (**) evdev: Integrated_Webcam_HD: Device: "/dev/input/event10"
[     2.938] (--) evdev: Integrated_Webcam_HD: Vendor 0xbda Product 0x5682
[     2.938] (--) evdev: Integrated_Webcam_HD: Found keys
[     2.938] (II) evdev: Integrated_Webcam_HD: Configuring as keyboard
[     2.938] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input13/event10"
[     2.938] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD" (type: KEYBOARD, id 10)
[     2.938] (**) Option "xkb_rules" "evdev"
[     2.938] (**) Option "xkb_layout" "pl"
[     2.938] (II) config/udev: Adding input device DLL0665:01 06CB:76AD Touchpad (/dev/input/event7)
[     2.938] (**) DLL0665:01 06CB:76AD Touchpad: Applying InputClass "evdev touchpad catchall"
[     2.938] (**) DLL0665:01 06CB:76AD Touchpad: Applying InputClass "evdev touchscreen catchall"
[     2.938] (**) DLL0665:01 06CB:76AD Touchpad: Applying InputClass "libinput touchpad catchall"
[     2.938] (**) DLL0665:01 06CB:76AD Touchpad: Applying InputClass "libinput touchscreen catchall"
[     2.939] (**) DLL0665:01 06CB:76AD Touchpad: Applying InputClass "touchpad"
[     2.939] (II) LoadModule: "libinput"
[     2.939] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     2.941] (II) Module libinput: vendor="X.Org Foundation"
[     2.941] 	compiled for 1.18.0, module version = 0.16.0
[     2.942] 	Module class: X.Org XInput Driver
[     2.942] 	ABI class: X.Org XInput driver, version 22.1
[     2.942] (II) Using input driver 'libinput' for 'DLL0665:01 06CB:76AD Touchpad'
[     2.942] (**) DLL0665:01 06CB:76AD Touchpad: always reports core events
[     2.942] (**) Option "Device" "/dev/input/event7"
[     2.942] (**) Option "_source" "server/udev"
[     2.944] (II) input device 'DLL0665:01 06CB:76AD Touchpad', /dev/input/event7 is tagged by udev as: Touchpad Touchscreen
[     2.944] (II) input device 'DLL0665:01 06CB:76AD Touchpad', /dev/input/event7 is a touchpad
[     2.976] (**) Option "Tapping" "on"
[     2.976] (**) Option "AccelSpeed" "1"
[     2.976] (**) Option "config_info" "udev:/sys/devices/pci0000:00/INT3433:00/i2c-1/i2c-DLL0665:01/0018:06CB:76AD.0001/input/input9/event7"
[     2.976] (II) XINPUT: Adding extended input device "DLL0665:01 06CB:76AD Touchpad" (type: TOUCHPAD, id 11)
[     2.977] (**) Option "AccelerationScheme" "none"
[     2.977] (**) DLL0665:01 06CB:76AD Touchpad: (accel) selected scheme none/0
[     2.977] (**) DLL0665:01 06CB:76AD Touchpad: (accel) acceleration factor: 2.000
[     2.977] (**) DLL0665:01 06CB:76AD Touchpad: (accel) acceleration threshold: 4
[     2.978] (II) input device 'DLL0665:01 06CB:76AD Touchpad', /dev/input/event7 is tagged by udev as: Touchpad Touchscreen
[     2.978] (II) input device 'DLL0665:01 06CB:76AD Touchpad', /dev/input/event7 is a touchpad
[     2.978] (II) config/udev: Adding input device DLL0665:01 06CB:76AD Touchpad (/dev/input/mouse0)
[     2.978] (**) DLL0665:01 06CB:76AD Touchpad: Applying InputClass "touchpad"
[     2.978] (II) Using input driver 'libinput' for 'DLL0665:01 06CB:76AD Touchpad'
[     2.978] (**) DLL0665:01 06CB:76AD Touchpad: always reports core events
[     2.978] (**) Option "Device" "/dev/input/mouse0"
[     2.978] (**) Option "_source" "server/udev"
[     3.010] (II) failed to create input device '/dev/input/mouse0'.
[     3.010] (EE) libinput: DLL0665:01 06CB:76AD Touchpad: Failed to create a device for /dev/input/mouse0
[     3.010] (EE) PreInit returned 2 for "DLL0665:01 06CB:76AD Touchpad"
[     3.010] (II) UnloadModule: "libinput"
[     3.010] (II) config/udev: Adding input device broadwell-rt286 Headset (/dev/input/event9)
[     3.010] (II) No input driver specified, ignoring this device.
[     3.010] (II) This device may have been added with another device file.
[     3.010] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     3.010] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     3.010] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     3.010] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-layout"
[     3.010] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     3.010] (**) AT Translated Set 2 keyboard: always reports core events
[     3.010] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[     3.010] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     3.010] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     3.010] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     3.010] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     3.010] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[     3.010] (**) Option "xkb_rules" "evdev"
[     3.010] (**) Option "xkb_layout" "pl"
[     3.011] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     3.011] (II) No input driver specified, ignoring this device.
[     3.011] (II) This device may have been added with another device file.
[     3.011] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event6)
[     3.011] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     3.011] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     3.011] (**) Dell WMI hotkeys: Applying InputClass "keyboard-layout"
[     3.011] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[     3.011] (**) Dell WMI hotkeys: always reports core events
[     3.011] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event6"
[     3.011] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[     3.011] (--) evdev: Dell WMI hotkeys: Found keys
[     3.011] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[     3.011] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event6"
[     3.011] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 13)
[     3.011] (**) Option "xkb_rules" "evdev"
[     3.011] (**) Option "xkb_layout" "pl"
[     4.826] (II) intel(0): EDID vendor "SHP", prod id 5152
[     4.826] (II) intel(0): Printing DDC gathered Modelines:
[     4.826] (II) intel(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)

Offline

#6 2016-02-24 18:24:15

shevson
Member
Registered: 2016-02-22
Posts: 13

Re: Power Button not working in Arch - no events of power button

I tried to do some diggings on my own, and I found out that there might be a problem for Xfce-power-manger (which I'm using) when there are 2 power buttons detected. This is the output of /proc/bus/input/devices with 2 power button entries:

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
U: Uniq=
H: Handlers=kbd event2
B: PROP=0
B: EV=3
B: KEY=10000000000000 0

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
U: Uniq=
H: Handlers=kbd event4
B: PROP=0
B: EV=3
B: KEY=10000000000000 0

So I'm guessing that one of them is probably my PrtScr button which is also a power button... for my Wifi. The question is - how can I help xfce power manager help distinguish between them two? I think this might be causing all the trouble...

Offline

#7 2016-03-16 20:08:09

shevson
Member
Registered: 2016-02-22
Posts: 13

Re: Power Button not working in Arch - no events of power button

Bump. I could really use some help.. I'm stuck and my button still doesn't work. I figured that it is recognized, but I have to push it like 50 times and very fast (don't really know which factor is more important here, but eventually after I push it like a crazy person it pops up my xfce power management menu, as I have selected the "Ask" option). Why is this happening? Button event should be recognized immediately, I know it's not a hardware issue, cause the button worked just fine under Windows. Any suggestions...?

Offline

#8 2016-07-06 09:01:33

shevson
Member
Registered: 2016-02-22
Posts: 13

Re: Power Button not working in Arch - no events of power button

So, couple of months has passed and I kept working without a properly functioning Power Button, trying to just work around it somehow (with key shortcuts etc). I was hoping some new kernel updates would "fix it for me" but the issue is still here, unfortunately. I believe my knowledge about Arch has grown since, but the problem seems to be tougher than I thought it would be. The interesting thing is I think I'm the only owner of XPS 13 9343 that has encountered this kind of issue with it. I'm currently thinking about reinstalling my system completely, but before I do that I wanted to get some more info from more experienced Arch users, so if any of you has got any idea what else I could do/check/fix then please, help a fella out...

Offline

#9 2016-07-06 09:20:54

madpierre
Member
Registered: 2016-05-27
Posts: 188

Re: Power Button not working in Arch - no events of power button

Try changing your Power Manager setting to "Shutdown", clear your saved sessions, logout (don't save the session), login, then try the button. I should add, hold the button for for fifteen seconds or so- sometimes the response can be slow.

Last edited by madpierre (2016-07-06 09:29:27)

Offline

#10 2016-09-24 01:36:14

mmayla
Member
Registered: 2016-09-24
Posts: 2

Re: Power Button not working in Arch - no events of power button

I have Thinkpad t460p and I thought that I have the same problem.

But after this

madpierre wrote:

hold the button for for fifteen seconds or so- sometimes the response can be slow

I figured that was the problem, I didn't hold the button long enough. Though the hold time for my power button is around 3 seconds or less.

Last edited by mmayla (2016-09-24 01:47:28)

Offline

#11 2021-06-09 03:21:27

AWel1
Member
Registered: 2021-06-07
Posts: 1

Re: Power Button not working in Arch - no events of power button

madpierre wrote:

hold the button for for fifteen seconds or so- sometimes the response can be slow

I'm using Thinkpad x1 gen7 and I found holding the power button for several seconds(1 second for me) could work(suspend in my case). wink

Offline

#12 2021-06-09 06:27:51

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,208

Re: Power Button not working in Arch - no events of power button

Please don't necrobump 5 year old threads.

Closing.

Offline

Board footer

Powered by FluxBB