You are not logged in.

#1 2016-04-04 13:41:39

zuggg
Member
Registered: 2016-04-04
Posts: 3

Touchpad issue on Asus UX305F

Hi,

I am still relatively new to Arch, and I need some help. My touchpad just stopped working after suspend. I ran pacman -Syu afterwards, to no avail. Now the weird part is that the touchpad does not seem to be recognized anymore. First, synaptics is not even loaded, as was hinted by the error given by the synclient command :

Couldn't find synaptics properties. No synaptics driver loaded?

This prompted me to check the content of ~/.local/share/xorg/Xorg.0.log :

[     3.435] 
X.Org X Server 1.18.2
Release Date: 2016-03-11
[     3.435] X Protocol Version 11, Revision 0
[     3.435] Build Operating System: Linux 4.2.5-1-ARCH x86_64 
[     3.436] Current Operating System: Linux zug_laptop 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64
[     3.436] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda4 rw
[     3.436] Build Date: 25 March 2016  08:54:41AM
[     3.436]  
[     3.436] Current version of pixman: 0.34.0
[     3.436] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     3.436] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.436] (==) Log file: "/home/simon/.local/share/xorg/Xorg.0.log", Time: Mon Apr  4 14:41:21 2016
[     3.438] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     3.438] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.439] (==) No Layout section.  Using the first Screen section.
[     3.439] (==) No screen section available. Using defaults.
[     3.439] (**) |-->Screen "Default Screen Section" (0)
[     3.439] (**) |   |-->Monitor "<default monitor>"
[     3.439] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     3.439] (==) Automatically adding devices
[     3.439] (==) Automatically enabling devices
[     3.439] (==) Automatically adding GPU devices
[     3.439] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.445] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     3.445] 	Entry deleted from font path.
[     3.445] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     3.445] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     3.445] 	Entry deleted from font path.
[     3.445] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     3.445] (**) FontPath set to:
	/home/simon/.local/share/fonts,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[     3.445] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.445] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.445] (II) Loader magic: 0x819d20
[     3.445] (II) Module ABI versions:
[     3.445] 	X.Org ANSI C Emulation: 0.4
[     3.445] 	X.Org Video Driver: 20.0
[     3.445] 	X.Org XInput driver : 22.1
[     3.445] 	X.Org Server Extension : 9.0
[     3.446] (++) using VT number 1

[     3.446] (--) controlling tty is VT number 1, auto-enabling KeepTty
[     3.447] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[     3.448] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.448] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[     3.450] (--) PCI:*(0:0:2:0) 8086:161e:1043:181d rev 8, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, I/O @ 0x0000f000/64
[     3.450] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     3.450] (II) LoadModule: "glx"
[     3.451] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.463] (II) Module glx: vendor="X.Org Foundation"
[     3.463] 	compiled for 1.18.2, module version = 1.0.0
[     3.463] 	ABI class: X.Org Server Extension, version 9.0
[     3.463] (==) AIGLX enabled
[     3.463] (==) Matched intel as autoconfigured driver 0
[     3.463] (==) Matched intel as autoconfigured driver 1
[     3.463] (==) Matched modesetting as autoconfigured driver 2
[     3.463] (==) Matched fbdev as autoconfigured driver 3
[     3.463] (==) Matched vesa as autoconfigured driver 4
[     3.463] (==) Assigned the driver to the xf86ConfigLayout
[     3.463] (II) LoadModule: "intel"
[     3.463] (WW) Warning, couldn't open module intel
[     3.463] (II) UnloadModule: "intel"
[     3.463] (II) Unloading intel
[     3.463] (EE) Failed to load module "intel" (module does not exist, 0)
[     3.463] (II) LoadModule: "modesetting"
[     3.464] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.464] (II) Module modesetting: vendor="X.Org Foundation"
[     3.464] 	compiled for 1.18.2, module version = 1.18.2
[     3.464] 	Module class: X.Org Video Driver
[     3.464] 	ABI class: X.Org Video Driver, version 20.0
[     3.464] (II) LoadModule: "fbdev"
[     3.464] (WW) Warning, couldn't open module fbdev
[     3.464] (II) UnloadModule: "fbdev"
[     3.464] (II) Unloading fbdev
[     3.464] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     3.464] (II) LoadModule: "vesa"
[     3.465] (WW) Warning, couldn't open module vesa
[     3.465] (II) UnloadModule: "vesa"
[     3.465] (II) Unloading vesa
[     3.465] (EE) Failed to load module "vesa" (module does not exist, 0)
[     3.465] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.465] (II) modeset(0): using drv /dev/dri/card0
[     3.465] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[     3.465] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     3.465] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     3.465] (==) modeset(0): RGB weight 888
[     3.465] (==) modeset(0): Default visual is TrueColor
[     3.465] (II) Loading sub module "glamoregl"
[     3.465] (II) LoadModule: "glamoregl"
[     3.465] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     3.476] (II) Module glamoregl: vendor="X.Org Foundation"
[     3.476] 	compiled for 1.18.2, module version = 1.0.0
[     3.476] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.476] (II) glamor: OpenGL accelerated X.org driver based.
[     3.515] (II) glamor: EGL version 1.4 (DRI2):
[     3.524] (II) modeset(0): glamor initialized
[     3.525] (II) modeset(0): Output eDP-1 has no monitor section
[     3.630] (II) modeset(0): Output HDMI-1 has no monitor section
[     3.631] (II) modeset(0): EDID for output eDP-1
[     3.631] (II) modeset(0): Manufacturer: AUO  Model: 212d  Serial#: 0
[     3.631] (II) modeset(0): Year: 2013  Week: 0
[     3.631] (II) modeset(0): EDID Version: 1.4
[     3.631] (II) modeset(0): Digital Display Input
[     3.631] (II) modeset(0): 6 bits per channel
[     3.631] (II) modeset(0): Digital interface is DisplayPort
[     3.631] (II) modeset(0): Max Image Size [cm]: horiz.: 29  vert.: 17
[     3.631] (II) modeset(0): Gamma: 2.20
[     3.631] (II) modeset(0): No DPMS capabilities specified
[     3.631] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     3.631] (II) modeset(0): First detailed timing is preferred mode
[     3.631] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     3.631] (II) modeset(0): redX: 0.596 redY: 0.345   greenX: 0.320 greenY: 0.584
[     3.631] (II) modeset(0): blueX: 0.148 blueY: 0.123   whiteX: 0.302 whiteY: 0.331
[     3.631] (II) modeset(0): Manufacturer's mask: 0
[     3.631] (II) modeset(0): Supported detailed timing:
[     3.631] (II) modeset(0): clock: 138.5 MHz   Image Size:  293 x 165 mm
[     3.631] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     3.631] (II) modeset(0): v_active: 1080  v_sync: 1088  v_sync_end 1102 v_blanking: 1110 v_border: 0
[     3.631] (II) modeset(0): Unknown vendor-specific block f
[     3.631] (II) modeset(0):  AUO
[     3.631] (II) modeset(0):  B133HAN02.1
[     3.631] (II) modeset(0): EDID (in hex):
[     3.631] (II) modeset(0): 	00ffffffffffff0006af2d2100000000
[     3.631] (II) modeset(0): 	00170104951d11780292279858529526
[     3.631] (II) modeset(0): 	1f4d5400000001010101010101010101
[     3.631] (II) modeset(0): 	0101010101011d3680a070381e403020
[     3.631] (II) modeset(0): 	8e0025a5100000180000000f00000000
[     3.631] (II) modeset(0): 	00000000000000000020000000fe0041
[     3.631] (II) modeset(0): 	554f0a202020202020202020000000fe
[     3.631] (II) modeset(0): 	004231333348414e30322e31200a0006
[     3.631] (II) modeset(0): Printing probed modes for output eDP-1
[     3.631] (II) modeset(0): Modeline "1920x1080"x60.0  138.53  1920 1968 2000 2080  1080 1088 1102 1110 -hsync -vsync (66.6 kHz eP)
[     3.631] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     3.631] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     3.631] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     3.631] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     3.631] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     3.631] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     3.631] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     3.631] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     3.631] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     3.631] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     3.631] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     3.631] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     3.631] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     3.631] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     3.631] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     3.631] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     3.631] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     3.631] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     3.631] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     3.736] (II) modeset(0): EDID for output HDMI-1
[     3.736] (II) modeset(0): Output eDP-1 connected
[     3.736] (II) modeset(0): Output HDMI-1 disconnected
[     3.736] (II) modeset(0): Using exact sizes for initial modes
[     3.736] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     3.736] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     3.737] (==) modeset(0): DPI set to (96, 96)
[     3.737] (II) Loading sub module "fb"
[     3.737] (II) LoadModule: "fb"
[     3.737] (II) Loading /usr/lib/xorg/modules/libfb.so
[     3.738] (II) Module fb: vendor="X.Org Foundation"
[     3.738] 	compiled for 1.18.2, module version = 1.0.0
[     3.738] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.738] (==) Depth 24 pixmap format is 32 bpp
[     3.837] (==) modeset(0): Backing store enabled
[     3.837] (==) modeset(0): Silken mouse enabled
[     3.838] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     3.839] (==) modeset(0): DPMS enabled
[     3.839] (II) modeset(0): [DRI2] Setup complete
[     3.839] (II) modeset(0): [DRI2]   DRI driver: i965
[     3.839] (II) modeset(0): [DRI2]   VDPAU driver: i965
[     3.851] (--) RandR disabled
[     3.865] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     3.865] (II) AIGLX: enabled GLX_ARB_create_context
[     3.865] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     3.865] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     3.865] (II) AIGLX: enabled GLX_INTEL_swap_event
[     3.865] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     3.865] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     3.865] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     3.865] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[     3.865] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     3.865] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     3.865] (II) AIGLX: Loaded and initialized i965
[     3.865] (II) GLX: Initialized DRI2 GL provider for screen 0
[     3.866] (II) modeset(0): Damage tracking initialized
[     3.866] (II) modeset(0): Setting screen physical size to 508 x 285
[     3.927] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     3.927] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     3.927] (**) Power Button: Applying InputClass "system-keyboard"
[     3.927] (II) LoadModule: "evdev"
[     3.927] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     3.929] (II) Module evdev: vendor="X.Org Foundation"
[     3.929] 	compiled for 1.18.0, module version = 2.10.1
[     3.929] 	Module class: X.Org XInput Driver
[     3.929] 	ABI class: X.Org XInput driver, version 22.1
[     3.930] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 12 paused 0
[     3.930] (II) Using input driver 'evdev' for 'Power Button'
[     3.930] (**) Power Button: always reports core events
[     3.930] (**) evdev: Power Button: Device: "/dev/input/event3"
[     3.930] (--) evdev: Power Button: Vendor 0 Product 0x1
[     3.930] (--) evdev: Power Button: Found keys
[     3.931] (II) evdev: Power Button: Configuring as keyboard
[     3.931] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
[     3.931] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     3.931] (**) Option "xkb_rules" "evdev"
[     3.931] (**) Option "xkb_layout" "fr"
[     3.952] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     3.952] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     3.952] (**) Video Bus: Applying InputClass "system-keyboard"
[     3.952] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 13 paused 0
[     3.952] (II) Using input driver 'evdev' for 'Video Bus'
[     3.952] (**) Video Bus: always reports core events
[     3.952] (**) evdev: Video Bus: Device: "/dev/input/event8"
[     3.952] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     3.952] (--) evdev: Video Bus: Found keys
[     3.952] (II) evdev: Video Bus: Configuring as keyboard
[     3.952] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16/event8"
[     3.952] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     3.952] (**) Option "xkb_rules" "evdev"
[     3.952] (**) Option "xkb_layout" "fr"
[     3.953] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     3.953] (II) No input driver specified, ignoring this device.
[     3.953] (II) This device may have been added with another device file.
[     3.953] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     3.953] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     3.953] (**) Sleep Button: Applying InputClass "system-keyboard"
[     3.954] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 14 paused 0
[     3.954] (II) Using input driver 'evdev' for 'Sleep Button'
[     3.954] (**) Sleep Button: always reports core events
[     3.954] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[     3.954] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[     3.954] (--) evdev: Sleep Button: Found keys
[     3.954] (II) evdev: Sleep Button: Configuring as keyboard
[     3.954] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2"
[     3.954] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     3.954] (**) Option "xkb_rules" "evdev"
[     3.954] (**) Option "xkb_layout" "fr"
[     3.954] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[     3.954] (II) No input driver specified, ignoring this device.
[     3.954] (II) This device may have been added with another device file.
[     3.955] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
[     3.955] (II) No input driver specified, ignoring this device.
[     3.955] (II) This device may have been added with another device file.
[     3.955] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event13)
[     3.955] (II) No input driver specified, ignoring this device.
[     3.955] (II) This device may have been added with another device file.
[     3.955] (II) config/udev: Adding input device USB2.0 UVC HD Webcam (/dev/input/event10)
[     3.955] (**) USB2.0 UVC HD Webcam: Applying InputClass "evdev keyboard catchall"
[     3.955] (**) USB2.0 UVC HD Webcam: Applying InputClass "system-keyboard"
[     3.956] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 15 paused 0
[     3.956] (II) Using input driver 'evdev' for 'USB2.0 UVC HD Webcam'
[     3.956] (**) USB2.0 UVC HD Webcam: always reports core events
[     3.956] (**) evdev: USB2.0 UVC HD Webcam: Device: "/dev/input/event10"
[     3.956] (--) evdev: USB2.0 UVC HD Webcam: Vendor 0x64e Product 0x9700
[     3.956] (--) evdev: USB2.0 UVC HD Webcam: Found keys
[     3.956] (II) evdev: USB2.0 UVC HD Webcam: Configuring as keyboard
[     3.956] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input18/event10"
[     3.956] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam" (type: KEYBOARD, id 9)
[     3.956] (**) Option "xkb_rules" "evdev"
[     3.956] (**) Option "xkb_layout" "fr"
[     3.956] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[     3.956] (II) No input driver specified, ignoring this device.
[     3.956] (II) This device may have been added with another device file.
[     3.956] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
[     3.956] (II) No input driver specified, ignoring this device.
[     3.956] (II) This device may have been added with another device file.
[     3.957] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
[     3.957] (II) No input driver specified, ignoring this device.
[     3.957] (II) This device may have been added with another device file.
[     3.957] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[     3.957] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     3.957] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     3.957] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 16 paused 0
[     3.957] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[     3.957] (**) Asus WMI hotkeys: always reports core events
[     3.957] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event9"
[     3.957] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[     3.957] (--) evdev: Asus WMI hotkeys: Found keys
[     3.957] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[     3.957] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input17/event9"
[     3.957] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 10)
[     3.957] (**) Option "xkb_rules" "evdev"
[     3.957] (**) Option "xkb_layout" "fr"
[     3.958] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     3.958] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     3.958] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     3.958] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 17 paused 0
[     3.958] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     3.958] (**) AT Translated Set 2 keyboard: always reports core events
[     3.958] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[     3.958] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     3.958] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     3.958] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     3.958] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     3.958] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[     3.958] (**) Option "xkb_rules" "evdev"
[     3.958] (**) Option "xkb_layout" "fr"
[     3.959] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[     3.959] (II) No input driver specified, ignoring this device.
[     3.959] (II) This device may have been added with another device file.
[     4.119] (II) modeset(0): EDID vendor "AUO", prod id 8493
[     4.119] (II) modeset(0): Printing DDC gathered Modelines:
[     4.119] (II) modeset(0): Modeline "1920x1080"x0.0  138.53  1920 1968 2000 2080  1080 1088 1102 1110 -hsync -vsync (66.6 kHz eP)

(I did not know about those errors, can they be related to my problem? Everything worked fine just before.)
This log was produced after removing my /etc/X11/xorg.conf.d/50-synaptics.conf file (posted below), but it is no different from before.

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
	Option "VertTwoFingerScroll" "on"
	Option "HorizTwoFingerScroll" "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
        MatchDevicePath "/dev/input/event*"
EndSection

Section "InputClass"
        Identifier "touchpad ignore duplicates"
        MatchIsTouchpad "on"
        MatchOS "Linux"
        MatchDevicePath "/dev/input/mouse*"
        Option "Ignore" "on"
EndSection

I can't even find the device with xinput :

xinput
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[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)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Sleep Button                            	id=8	[slave  keyboard (3)]
    ↳ USB2.0 UVC HD Webcam                    	id=9	[slave  keyboard (3)]
    ↳ Asus WMI hotkeys                        	id=10	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=11	[slave  keyboard (3)]

Any clue about what is going on?
Thank you.

Last edited by zuggg (2016-04-04 14:01:49)

Offline

#2 2016-04-05 00:02:14

Ambrevar
Member
Registered: 2011-08-14
Posts: 212
Website

Re: Touchpad issue on Asus UX305F

Have you checked this out? https://wiki.archlinux.org/index.php/To … .2Fsuspend

If that does not help:

1. Naive suggestion, but maybe a hardware switch? Try Fn-F9. (Or something similar, just took a wild guess from Google Image.)
2. Many modern BIOS / UEFI now come with mouse support. If this is your case, is the touchpad working there?
3. xinput depends on udev discovery. Have you changed any udev rule? Have a look there: https://wiki.archlinux.org/index.php/Ud … leshooting.

Offline

#3 2016-04-05 11:42:27

zuggg
Member
Registered: 2016-04-04
Posts: 3

Re: Touchpad issue on Asus UX305F

I should mention that the problem is permanent, not just after suspend. I tried what is recommended in the wiki. Also tried fn+f9, but it does not work.
There is no mouse support in my UEFI.

I tried to debug udev, adding

udev_log="debug"

to /etc/udev/udev.conf, but the log is not anywhere in /var/log.
This is the only udev rule I have:

99-udisks2.rules
ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1"

The laptop is working fine with a USB mouse.

Offline

#4 2016-04-06 03:52:56

Ambrevar
Member
Registered: 2011-08-14
Posts: 212
Website

Re: Touchpad issue on Asus UX305F

Try a live boot, Arch and/or a different system.

Offline

#5 2016-04-18 11:51:11

zuggg
Member
Registered: 2016-04-04
Posts: 3

Re: Touchpad issue on Asus UX305F

Sorry for the late answer. I tried live booting under Ubuntu 15.10, and the mousepad still does not work.
The function key fn+f9 does work, though. I am starting to feel like my issue is hardware related.

Offline

Board footer

Powered by FluxBB