Touchpad not recognized on Asus Zenbook UX303LA

Hello,
I recently purchased an Asus Zenbook UX303LA and just installed Arch on it today. So far everything has been working (display, wireless, audio), but I'm having some issues with the trackpad. It doesn't appear to be recognized correctly and is showing up as a PS/2 Logitech Wheel Mouse. I'm not sure how to find out what modules I need, or even what the logical next steps are in debugging. Any help would be appreciated!
39: PS/2 00.0: 10500 PS/2 Mouse
[Created at input.249]
Unique ID: AH6Q.U5GX9Ignjc0
Hardware Class: mouse
Model: "PS/2 Logitech Wheel Mouse"
Vendor: 0x0002
Device: 0x0001 "PS/2 Logitech Wheel Mouse"
Compatible to: int 0x0210 0x0003
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event12, /dev/input/by-path/platform-i8042-serio-4-event-mouse, /dev/input/by-path/platform-i8042-serio-4-mouse
Device Number: char 13:63 (char 13:33)
Driver Info #0:
Buttons: 3
Wheels: 0
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Here is lspci and lsusb:
$ lspci
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:04.0 Signal processing controller: Intel Corporation Device 0a03 (rev 0b)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
00:1f.6 Signal processing controller: Intel Corporation 8 Series Thermal (rev 04)
02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 6b)
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 8087:07dc Intel Corp.
Bus 001 Device 003: ID 03eb:8a31 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ dmesg
[ 5.723709] input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input17
I'm not sure what else would be of use for debugging, but I'm happy to try anything.

Hi,
By now, the drivers have been merged into mainline linux. I got my zenbook ux303ln yesterday and decided to try it out. I've got some problems with it. The mouse cursor just stays in the middle of the screen and cannot be moved. I can click though. I got the kernel from the mainline AUR repo, version 4.0-rc3. Tested it both under gnome and cinnamon.
Has someone else got it working with the mainline kernel? Does anyone have some suggestions on what I should try next?
dmesg output with 3.18 kernel:
[ 1.636871] input: PS/2 FocalTech FocalTech Touchpad in mouse emulation mode as /devices/platform/i8042/serio4/input/input17
With mainline kernel:
[ 1.236838] input: FocalTechPS/2 FocalTech FocalTech Touchpad as /devices/platform/i8042/serio4/input/input15
EDIT: Appending xorg output. Seems ok to me though.
[ 8.416]
X.Org X Server 1.17.1
Release Date: 2015-02-10
[ 8.416] X Protocol Version 11, Revision 0
[ 8.416] Build Operating System: Linux 3.18.6-1-ARCH x86_64
[ 8.416] Current Operating System: Linux shigeru 4.0.0-1-mainline #1 SMP PREEMPT Fri Mar 13 16:53:42 UTC 2015 x86_64
[ 8.416] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-mainline root=UUID=d2590669-5d13-4b8c-8e9e-0fdd61ff24db rw quiet
[ 8.416] Build Date: 22 February 2015 12:50:32PM
[ 8.416]
[ 8.416] Current version of pixman: 0.32.6
[ 8.416] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 8.416] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.416] (==) Log file: "/home/karl/.local/share/xorg/Xorg.0.log", Time: Sat Mar 14 14:46:21 2015
[ 8.421] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 8.421] (==) No Layout section. Using the first Screen section.
[ 8.421] (==) No screen section available. Using defaults.
[ 8.421] (**) |-->Screen "Default Screen Section" (0)
[ 8.421] (**) | |-->Monitor "<default monitor>"
[ 8.422] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 8.422] (==) Automatically adding devices
[ 8.422] (==) Automatically enabling devices
[ 8.422] (==) Automatically adding GPU devices
[ 8.426] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[ 8.426] Entry deleted from font path.
[ 8.426] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[ 8.427] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 8.427] Entry deleted from font path.
[ 8.427] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 8.428] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 8.428] Entry deleted from font path.
[ 8.428] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 8.428] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 8.428] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 8.428] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 8.428] (II) Loader magic: 0x815d80
[ 8.428] (II) Module ABI versions:
[ 8.428] X.Org ANSI C Emulation: 0.4
[ 8.428] X.Org Video Driver: 19.0
[ 8.428] X.Org XInput driver : 21.0
[ 8.428] X.Org Server Extension : 9.0
[ 8.429] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[ 8.430] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 8.431] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[ 8.432] (--) PCI:*(0:0:2:0) 8086:1616:1043:183d rev 9, Mem @ 0xf5000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 8.432] (--) PCI: (0:3:0:0) 10de:1341:1043:12df rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 8.432] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 8.432] (II) LoadModule: "glx"
[ 8.433] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 8.445] (II) Module glx: vendor="X.Org Foundation"
[ 8.445] compiled for 1.17.1, module version = 1.0.0
[ 8.445] ABI class: X.Org Server Extension, version 9.0
[ 8.445] (==) AIGLX enabled
[ 8.445] (==) Matched intel as autoconfigured driver 0
[ 8.445] (==) Matched intel as autoconfigured driver 1
[ 8.445] (==) Matched modesetting as autoconfigured driver 2
[ 8.445] (==) Matched fbdev as autoconfigured driver 3
[ 8.445] (==) Matched vesa as autoconfigured driver 4
[ 8.445] (==) Assigned the driver to the xf86ConfigLayout
[ 8.445] (II) LoadModule: "intel"
[ 8.445] (WW) Warning, couldn't open module intel
[ 8.445] (II) UnloadModule: "intel"
[ 8.445] (II) Unloading intel
[ 8.445] (EE) Failed to load module "intel" (module does not exist, 0)
[ 8.445] (II) LoadModule: "modesetting"
[ 8.445] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 8.446] (II) Module modesetting: vendor="X.Org Foundation"
[ 8.446] compiled for 1.17.1, module version = 1.17.1
[ 8.446] Module class: X.Org Video Driver
[ 8.446] ABI class: X.Org Video Driver, version 19.0
[ 8.446] (II) LoadModule: "fbdev"
[ 8.446] (WW) Warning, couldn't open module fbdev
[ 8.446] (II) UnloadModule: "fbdev"
[ 8.446] (II) Unloading fbdev
[ 8.446] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 8.446] (II) LoadModule: "vesa"
[ 8.446] (WW) Warning, couldn't open module vesa
[ 8.446] (II) UnloadModule: "vesa"
[ 8.446] (II) Unloading vesa
[ 8.446] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 8.446] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 8.446] (++) using VT number 1
[ 8.446] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 8.447] (II) modeset(0): using drv /dev/dri/card0
[ 8.447] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 8.447] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 8.447] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 8.447] (==) modeset(0): RGB weight 888
[ 8.447] (==) modeset(0): Default visual is TrueColor
[ 8.447] (II) Loading sub module "glamoregl"
[ 8.447] (II) LoadModule: "glamoregl"
[ 8.447] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 8.455] (II) Module glamoregl: vendor="X.Org Foundation"
[ 8.455] compiled for 1.17.1, module version = 1.0.0
[ 8.455] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.455] (II) glamor: OpenGL accelerated X.org driver based.
[ 8.490] (II) glamor: EGL version 1.4 (DRI2):
[ 8.505] (II) modeset(0): glamor initialized
[ 8.505] (II) Loading sub module "dri2"
[ 8.505] (II) LoadModule: "dri2"
[ 8.505] (II) Module "dri2" already built-in
[ 8.505] (II) modeset(0): Output eDP-0 has no monitor section
[ 8.505] (II) modeset(0): Output DisplayPort-0 has no monitor section
[ 8.505] (II) modeset(0): Output HDMI-0 has no monitor section
[ 8.506] (II) modeset(0): Output HDMI-1 has no monitor section
[ 8.506] (II) modeset(0): EDID for output eDP-0
[ 8.506] (II) modeset(0): Manufacturer: CMN Model: 1361 Serial#: 0
[ 8.506] (II) modeset(0): Year: 2014 Week: 7
[ 8.506] (II) modeset(0): EDID Version: 1.4
[ 8.506] (II) modeset(0): Digital Display Input
[ 8.506] (II) modeset(0): 8 bits per channel
[ 8.506] (II) modeset(0): Digital interface is DisplayPort
[ 8.506] (II) modeset(0): Max Image Size [cm]: horiz.: 29 vert.: 17
[ 8.506] (II) modeset(0): Gamma: 2.20
[ 8.506] (II) modeset(0): No DPMS capabilities specified
[ 8.506] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 8.506] (II) modeset(0): First detailed timing is preferred mode
[ 8.506] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 8.506] (II) modeset(0): redX: 0.640 redY: 0.340 greenX: 0.308 greenY: 0.615
[ 8.506] (II) modeset(0): blueX: 0.150 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
[ 8.506] (II) modeset(0): Manufacturer's mask: 0
[ 8.506] (II) modeset(0): Supported detailed timing:
[ 8.506] (II) modeset(0): clock: 138.8 MHz Image Size: 293 x 165 mm
[ 8.506] (II) modeset(0): h_active: 1920 h_sync: 1966 h_sync_end 1996 h_blank_end 2080 h_border: 0
[ 8.506] (II) modeset(0): v_active: 1080 v_sync: 1082 v_sync_end 1086 v_blanking: 1112 v_border: 0
[ 8.506] (II) modeset(0): Supported detailed timing:
[ 8.506] (II) modeset(0): clock: 92.5 MHz Image Size: 293 x 165 mm
[ 8.506] (II) modeset(0): h_active: 1920 h_sync: 1966 h_sync_end 1996 h_blank_end 2080 h_border: 0
[ 8.506] (II) modeset(0): v_active: 1080 v_sync: 1082 v_sync_end 1086 v_blanking: 1112 v_border: 0
[ 8.506] (II) modeset(0): CMN
[ 8.506] (II) modeset(0): N133HSE-EA3
[ 8.506] (II) modeset(0): EDID (in hex):
[ 8.506] (II) modeset(0): 00ffffffffffff000dae611300000000
[ 8.506] (II) modeset(0): 07180104a51d117802ce85a3574e9d26
[ 8.506] (II) modeset(0): 12505400000001010101010101010101
[ 8.506] (II) modeset(0): 010101010101363680a0703820402e1e
[ 8.506] (II) modeset(0): 240025a510000018242480a070382040
[ 8.506] (II) modeset(0): 2e1e240025a510000018000000fe0043
[ 8.506] (II) modeset(0): 4d4e0a202020202020202020000000fe
[ 8.506] (II) modeset(0): 004e3133334853452d4541330a2000a1
[ 8.506] (II) modeset(0): Printing probed modes for output eDP-0
[ 8.506] (II) modeset(0): Modeline "1920x1080"x60.0 138.78 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
[ 8.506] (II) modeset(0): Modeline "1920x1080"x40.0 92.52 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)
[ 8.506] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 8.506] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 8.506] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 8.506] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 8.506] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 8.506] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 8.506] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 8.506] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 8.506] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 8.506] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 8.506] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 8.506] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 8.506] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 8.506] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 8.506] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 8.506] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 8.506] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 8.506] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 8.506] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 8.506] (II) modeset(0): EDID for output DisplayPort-0
[ 8.506] (II) modeset(0): EDID for output HDMI-0
[ 8.507] (II) modeset(0): EDID for output HDMI-1
[ 8.507] (II) modeset(0): Output eDP-0 connected
[ 8.507] (II) modeset(0): Output DisplayPort-0 disconnected
[ 8.507] (II) modeset(0): Output HDMI-0 disconnected
[ 8.507] (II) modeset(0): Output HDMI-1 disconnected
[ 8.507] (II) modeset(0): Using exact sizes for initial modes
[ 8.507] (II) modeset(0): Output eDP-0 using initial mode 1920x1080
[ 8.507] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 8.507] (==) modeset(0): DPI set to (96, 96)
[ 8.507] (II) Loading sub module "fb"
[ 8.507] (II) LoadModule: "fb"
[ 8.507] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 8.508] (II) Module fb: vendor="X.Org Foundation"
[ 8.508] compiled for 1.17.1, module version = 1.0.0
[ 8.508] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.508] (==) Depth 24 pixmap format is 32 bpp
[ 8.564] (==) modeset(0): Backing store enabled
[ 8.564] (==) modeset(0): Silken mouse enabled
[ 8.564] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 8.565] (==) modeset(0): DPMS enabled
[ 8.565] (II) modeset(0): [DRI2] Setup complete
[ 8.565] (II) modeset(0): [DRI2] DRI driver: i965
[ 8.565] (II) modeset(0): [DRI2] VDPAU driver: i965
[ 8.579] (--) RandR disabled
[ 8.598] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 8.598] (II) AIGLX: enabled GLX_ARB_create_context
[ 8.598] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 8.598] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 8.598] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 8.598] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 8.598] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 8.598] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 8.598] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 8.598] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 8.598] (II) AIGLX: Loaded and initialized i965
[ 8.598] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 8.601] (II) modeset(0): Setting screen physical size to 508 x 285
[ 8.638] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 8.638] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 8.638] (II) LoadModule: "evdev"
[ 8.638] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 8.640] (II) Module evdev: vendor="X.Org Foundation"
[ 8.640] compiled for 1.16.2, module version = 2.9.1
[ 8.640] Module class: X.Org XInput Driver
[ 8.640] ABI class: X.Org XInput driver, version 21.0
[ 8.641] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 12 paused 0
[ 8.641] (II) Using input driver 'evdev' for 'Power Button'
[ 8.641] (**) Power Button: always reports core events
[ 8.641] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 8.641] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 8.641] (--) evdev: Power Button: Found keys
[ 8.641] (II) evdev: Power Button: Configuring as keyboard
[ 8.641] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
[ 8.641] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 8.641] (**) Option "xkb_rules" "evdev"
[ 8.641] (**) Option "xkb_model" "pc104"
[ 8.641] (**) Option "xkb_layout" "us"
[ 8.654] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 8.654] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 8.655] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 13 paused 0
[ 8.655] (II) Using input driver 'evdev' for 'Video Bus'
[ 8.655] (**) Video Bus: always reports core events
[ 8.655] (**) evdev: Video Bus: Device: "/dev/input/event9"
[ 8.655] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 8.655] (--) evdev: Video Bus: Found keys
[ 8.655] (II) evdev: Video Bus: Configuring as keyboard
[ 8.655] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17/event9"
[ 8.655] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 8.655] (**) Option "xkb_rules" "evdev"
[ 8.655] (**) Option "xkb_model" "pc104"
[ 8.655] (**) Option "xkb_layout" "us"
[ 8.655] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 8.655] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 8.655] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 14 paused 0
[ 8.655] (II) Using input driver 'evdev' for 'Video Bus'
[ 8.655] (**) Video Bus: always reports core events
[ 8.655] (**) evdev: Video Bus: Device: "/dev/input/event10"
[ 8.655] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 8.655] (--) evdev: Video Bus: Found keys
[ 8.655] (II) evdev: Video Bus: Configuring as keyboard
[ 8.655] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input18/event10"
[ 8.655] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 8.655] (**) Option "xkb_rules" "evdev"
[ 8.655] (**) Option "xkb_model" "pc104"
[ 8.655] (**) Option "xkb_layout" "us"
[ 8.656] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 8.656] (II) No input driver specified, ignoring this device.
[ 8.656] (II) This device may have been added with another device file.
[ 8.656] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 8.656] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 8.656] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 15 paused 0
[ 8.656] (II) Using input driver 'evdev' for 'Sleep Button'
[ 8.656] (**) Sleep Button: always reports core events
[ 8.656] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[ 8.656] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 8.656] (--) evdev: Sleep Button: Found keys
[ 8.656] (II) evdev: Sleep Button: Configuring as keyboard
[ 8.656] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2"
[ 8.656] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 8.656] (**) Option "xkb_rules" "evdev"
[ 8.656] (**) Option "xkb_model" "pc104"
[ 8.656] (**) Option "xkb_layout" "us"
[ 8.657] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[ 8.657] (II) No input driver specified, ignoring this device.
[ 8.657] (II) This device may have been added with another device file.
[ 8.657] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[ 8.657] (II) No input driver specified, ignoring this device.
[ 8.657] (II) This device may have been added with another device file.
[ 8.657] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[ 8.657] (II) No input driver specified, ignoring this device.
[ 8.657] (II) This device may have been added with another device file.
[ 8.657] (II) config/udev: Adding input device USB2.0 UVC HD Webcam (/dev/input/event12)
[ 8.657] (**) USB2.0 UVC HD Webcam: Applying InputClass "evdev keyboard catchall"
[ 8.658] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 16 paused 0
[ 8.658] (II) Using input driver 'evdev' for 'USB2.0 UVC HD Webcam'
[ 8.658] (**) USB2.0 UVC HD Webcam: always reports core events
[ 8.658] (**) evdev: USB2.0 UVC HD Webcam: Device: "/dev/input/event12"
[ 8.658] (--) evdev: USB2.0 UVC HD Webcam: Vendor 0x64e Product 0x9700
[ 8.658] (--) evdev: USB2.0 UVC HD Webcam: Found keys
[ 8.658] (II) evdev: USB2.0 UVC HD Webcam: Configuring as keyboard
[ 8.658] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input19/event12"
[ 8.658] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam" (type: KEYBOARD, id 10)
[ 8.658] (**) Option "xkb_rules" "evdev"
[ 8.658] (**) Option "xkb_model" "pc104"
[ 8.658] (**) Option "xkb_layout" "us"
[ 8.658] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[ 8.658] (II) No input driver specified, ignoring this device.
[ 8.658] (II) This device may have been added with another device file.
[ 8.658] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
[ 8.658] (II) No input driver specified, ignoring this device.
[ 8.658] (II) This device may have been added with another device file.
[ 8.658] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event5)
[ 8.658] (II) No input driver specified, ignoring this device.
[ 8.658] (II) This device may have been added with another device file.
[ 8.658] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[ 8.658] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 8.659] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 17 paused 0
[ 8.659] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[ 8.659] (**) Asus WMI hotkeys: always reports core events
[ 8.659] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event8"
[ 8.659] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[ 8.659] (--) evdev: Asus WMI hotkeys: Found keys
[ 8.659] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[ 8.659] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event8"
[ 8.659] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
[ 8.659] (**) Option "xkb_rules" "evdev"
[ 8.659] (**) Option "xkb_model" "pc104"
[ 8.659] (**) Option "xkb_layout" "us"
[ 8.659] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 8.659] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 8.659] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 18 paused 0
[ 8.659] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 8.659] (**) AT Translated Set 2 keyboard: always reports core events
[ 8.659] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 8.659] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 8.659] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 8.659] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 8.659] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 8.659] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 8.659] (**) Option "xkb_rules" "evdev"
[ 8.659] (**) Option "xkb_model" "pc104"
[ 8.659] (**) Option "xkb_layout" "us"
[ 8.660] (II) config/udev: Adding input device FocalTechPS/2 FocalTech FocalTech Touchpad (/dev/input/event11)
[ 8.660] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: Applying InputClass "evdev touchpad catchall"
[ 8.660] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 19 paused 0
[ 8.660] (II) Using input driver 'evdev' for 'FocalTechPS/2 FocalTech FocalTech Touchpad'
[ 8.660] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: always reports core events
[ 8.660] (**) evdev: FocalTechPS/2 FocalTech FocalTech Touchpad: Device: "/dev/input/event11"
[ 8.660] (--) evdev: FocalTechPS/2 FocalTech FocalTech Touchpad: Vendor 0x2 Product 0x12
[ 8.660] (--) evdev: FocalTechPS/2 FocalTech FocalTech Touchpad: Found 1 mouse buttons
[ 8.660] (--) evdev: FocalTechPS/2 FocalTech FocalTech Touchpad: Found absolute axes
[ 8.660] (--) evdev: FocalTechPS/2 FocalTech FocalTech Touchpad: Found absolute multitouch axes
[ 8.660] (--) evdev: FocalTechPS/2 FocalTech FocalTech Touchpad: Found x and y absolute axes
[ 8.660] (--) evdev: FocalTechPS/2 FocalTech FocalTech Touchpad: Found absolute touchpad.
[ 8.660] (II) evdev: FocalTechPS/2 FocalTech FocalTech Touchpad: Configuring as touchpad
[ 8.660] (**) evdev: FocalTechPS/2 FocalTech FocalTech Touchpad: YAxisMapping: buttons 4 and 5
[ 8.660] (**) evdev: FocalTechPS/2 FocalTech FocalTech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 8.660] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input16/event11"
[ 8.660] (II) XINPUT: Adding extended input device "FocalTechPS/2 FocalTech FocalTech Touchpad" (type: TOUCHPAD, id 13)
[ 8.660] (II) evdev: FocalTechPS/2 FocalTech FocalTech Touchpad: initialized for absolute axes.
[ 8.660] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: (accel) keeping acceleration scheme 1
[ 8.660] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: (accel) acceleration profile 0
[ 8.660] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: (accel) acceleration factor: 2.000
[ 8.660] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: (accel) acceleration threshold: 4
[ 8.661] (II) config/udev: Adding input device FocalTechPS/2 FocalTech FocalTech Touchpad (/dev/input/mouse0)
[ 8.661] (II) No input driver specified, ignoring this device.
[ 8.661] (II) This device may have been added with another device file.
[ 8.661] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 8.661] (II) No input driver specified, ignoring this device.
[ 8.661] (II) This device may have been added with another device file.
[ 9.195] (II) modeset(0): EDID vendor "CMN", prod id 4961
[ 9.195] (II) modeset(0): Printing DDC gathered Modelines:
[ 9.195] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
[ 9.195] (II) modeset(0): Modeline "1920x1080"x0.0 92.52 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)
[ 10.039] (II) modeset(0): EDID vendor "CMN", prod id 4961
[ 10.039] (II) modeset(0): Printing DDC gathered Modelines:
[ 10.039] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
[ 10.039] (II) modeset(0): Modeline "1920x1080"x0.0 92.52 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)
EDIT2:
The error was that I had not installed xf86-input-synaptics. I didn't think this would be needed since it isn't a synaptic touchpad. A bit confusing. Now everything works great, I really recommend trying the mainline kernel if you got a zenbook UX303.
Regards,
Karl
Last edited by Hylleman (2015-03-14 16:39:40)

Similar Messages

  • Yoga 2 Pro touchpad not recognized as precision touchpad on Windows 10

    Hi all, I was really delighted to see Synaptics drivers being available for the Yoga 2 Pro for Windows 10 on your site yesterday. However, I am really confused to see that the Yoga 2 Pro touchpad is not recognized as a precision touchpad. Does the hardware not allow it or is it Synaptic's fault or what else? I'd really love to have these settings: http://twitter.com/Daniel_Rubino/statuses/617023404911239168The Synaptics driver you provide doesn't allow me to change what happens when I tap with 3 fingers (btw, Cortana isn't activated by your driver anyway - it simply doesn't work) and I'd like to select by myself what should happen when I swipe with 3 fingers. Why do you stick to the Synaptics driver settings, if it's integrated into Windows 10? Thanks for any help and best regardsSebastian

    Also, 3 finger tap doesn't trigger Cortana over here... Please integrate the touchpad into Win 10 settings and let Windows handle all the stuff.

  • Replaced keyboard bezel, but touchpad not recognized

    I have T410, Windows 7, BIOS 1.44 (recently updated) and a few days ago the touchpad buttons stopped working. I could move the cursor with the touchpad but I couldn't select anything by either tapping the touchpad or using any of the buttons. When I would disable the touchpad and selct the option of only using the trackpoint then the trackpoint (upper) buttons were fine (I'd lost the red rubbery thing for the trackpoint a while back so couldn't really stick with that option).
    So, I figured I must have messed up the buttons somehow (I suspect liquid or something although I don't remember having spilled anything). I ordered a new keyboard bezel and installed it, but now the computer does not recognize that the touchpad is installed at all. I tried installing new hardware but its not there, reinstalling the drivers but the install wizard says there's no Synaptics device installed. When I press Fn and F8 I get the message that I must enable the trackpoing and touchapd in BIOS. I went into BIOS but under Configure - Keyboard/Mouse there is nothing at all about trackpoint or touchpad (just some fn and cntrl options). (My BIOS is unusually slow when moving between the different categories for some reason too)
    I thought maybe the wires that connect the touchpad are the culprit but with the old bezel the touchpad could still move the cursor so I'm thinking it must be something else.
    I'm using a wireless mouse without a problem, but having dropped $80 on the new touchpad, I really want to make it functional.
    Any help is appreciated.
    thanks!

    So, I got the trackpoint to work now by installing the Synaptics driver from their website. The touchpad is still not working. I'm even more convinced this is not a matter of corrupt BIOS but rather something else because after I installed the new keyboard bezel the trackpoint did not work either and could not be found in BIOS but now works with a new driver.
    I still can't install the Ultranav driver because I still get the message No synaptics device found.
    Any other ideas on how I can get the driver to recognize that the hardware is installed?

  • My iPod Nano 7th is not recognized by my ASUS 11.6 mini PC with Windows 8 and IE 10.  Any suggestions?  Thanks.  Lily

    My iPod Nano 7th is not recognized by Windows 8 in my ASUS 11.6 mini PC with IE 10.  Any suggestions? Thanks.  Brownalex

    Hey Brownalex,
    I'd follow the steps in this article if your iPod nano doesn't appear in iTunes and also doesn't appear as a disk drive in My Computer:
    iPod not recognized in 'My Computer' and in iTunes for Windows
    http://support.apple.com/kb/TS1369
    Hope that helps,
    David

  • XP Prof installation on Tecra A9 PTS52E - SATA HDD is not recognized

    Hi all,
    I have a brandnew Tecra A9 (PTS52E) with Vista Business installed. However, I need XP Prof and have a slipstreamed XP-SP2 CD. The SATA Disk is not recognized from XP setup, so I need a 'F6' driver.
    There are a lot of howtos about doing this for the 945 chipset, but I couldn't solve this on my A9 (Mobile 965 Express Chipset). I don't want to buy a USB-Floppydisk drive just for one-time-installation. So I have to build the driver (iastor.sys and more) in the XP setup disc.
    Some problems: there seems to be no easy way to do this, because intel only provides *.inf files for the ICH8R (=RAID) controller, which doesn't exist in the A9. So I have to edit the *.inf files, correct?
    Another thing: I saw in another posting here the discussion about switching from AHCI to compatibility mode in BIOS. I can't find a way to change this setting.
    Aargh, I need this Notebook for my work, on a A8 (which also is mine) I installed XP without any problems.
    Can anyone help?
    Thank you,
    Michael
    Message was edited by: michael-cologne

    Hi,
    now i have a new problem: the last reboot after installation finished leads to bluescreen and immediately reboot (so I can't see the stop-message)
    During installation the reboot from Harddisk works.
    But so far:
    you need the latest Intel Chipset Driver:
    http://downloadcenter.intel.com/T8Clearance.aspx?url=/13499/a08/infinst_autol.exe&agr=N&ProductID=2800&DwnldID=134 99&lang=deu
    Next you must extract the files in a temp directory:
    IATA75 _ENU.exe -a -a -pC:\temp\AHCI
    Now edit the file iaahci.inf:
    you have to change all the ICH8R related entries (R means RAID, which isn't supported in that A9 version of the chipset) to ICH8. Also change the related PCI-device IDs from 0x8086h/0x2821h (Vendor/Device ID) to 0x8086h/0x2824h.
    The best way I think is to copy all ICH8R related sections and replace "ICH8R" with "ICH8" and "2821" with "2824".
    As you need the driver during installation, you also have to change these settings in txtsetup.oem.
    The next steps I found in a ASUS forum (they have similar problems):
    create a new (personalized) installation CD for Windows XP
    STEP 1: Modify the original XP installation files
    a) Copy all the files and directories of the XP installation disk to your hard drive
    Ex: form D:*.* (your installation CD) to C:/XP/*.* (your HD)
    b) Create the following directory path:
    XP\$OEM$\$1\drivers\SATA
    c) Copy all the files of the Intel Matrix Storage Manager (see solution I) to that directory: XP\$OEM$\$1\drivers\SATA
    iaAhci.inf, iaAhci.cat, iaStor.inf, iaStor.cat, iaStor.sys, and TxtSetup.oem.
    d) Copy iaStor.sys to XP\i386 directory
    e) Modify the file TXTSETUP.SIF located at: XP\i386
    => You can read and understand what you are doing reading Adding OEM drivers to Windows Setup at http://www.windowsserverx64.com/CSK/technical_articles/hardware/56.aspx (really nice article form Robert. Thanks)
    Use: notepad.exe to edit it.
    e.1) Under [HardwareIdsDatabase] add the following lines
    right after GenFloppyDisk = "flpydisk"
    PCI\VEN_8086&DEV_2821&CC_0106 = "iaStor"
    PCI\VEN_8086&DEV_2824&CC_0106 = "iaStor"
    and before PCI\VEN_8086&DEV_1230 = "intelide",
    Note: dont touch any other line. Be carefull, the name iaStor => is case sensitive.
    e.2) under [SourceDisksFiles] add
    iaStor.sys = 1,,_x,4,1
    Note: There are several [SourceDisksFiles] sections. I added the line in all the existing sections.
    e.3) under [SCSI.Load] add
    iaStor = iastor.sys,4
    e.4) under [SCSI] add
    iaStor = "Intel(R) 82801HEM/HBM SATA AHCI Controller (Mobile ICH8M-E/M)"
    Note: If your controller is a different one, use the right one. Read the contents of the TxtSetup.oem file for more information.
    f) Create a new file called (use notepad) WINNT.SIF and locate it at: XP\i386
    [Data]
    AutoPartition=0
    MsDosInitiated=0
    UnattendedInstall=Yes
    [Unattended]
    UnattendMode=ProvideDefault
    OemPreinstall=Yes
    OemSkipEula=Yes
    NoWaitAfterTextMode=1
    NoWaitAfterGUIMode=1
    WaitForReboot=No
    TargetPath=WINDOWS
    DriverSigningPolicy=Ignore
    OemPnPDriversPath="driversSATA"
    [GuiUnattended]
    OEMSkipWelcome = 1
    [UserData]
    ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    FullName=EnterYourName
    OrgName=EnterYourOrgName
    Note: Use your own product key
    Now use a tool to create a bootable CD. I prefer "AutoStreamer" because I also have to slipstream SP2 into my XP Prof. CD.
    With it you generate an iso image. Burn it to disk and that's it.
    Like I've said: installation works well, just the last reboot from disk creates a bluescreen and therefor a bootloop.
    Regards,
    Michael

  • Problems with shuffle gen. 2 not recognized by computer or itunes

    Hello to all who may help me solve my problem.
    I received a Gen. 2 Shuffle with 1GB several years ago, and used it over that time.  It has lasted longer than 2 laptops and I hate to throw it away if it isn't fixed or the problem isn't solved soon.
    I received a Win. 8 laptop as a gift two years ago, and now my laptop is not recognizing the shuffle.  The laptop is an ASUS model. 
    Besides receiving the message "This device is not recognized by the computer," I researched and installed and uninstalled iTunes following all instructions I could find online.  I have iTunes 11.3.
    My biggest concern is the message I have after studying "hardware ids" in the device.  It reads "USB\DEVICE_DESCRIPTOR_FAILURE".  I have uninstalled all USB root hubs and rebooted several times.
    It works fine on my sister's computer.
    What steps would I take to fix it?
    Thanks for any help.

    I'm having the same problem (except this isn't a new shuffle).
    How do I "restart" an iPod shuffle?  I have it plugged into my MacBook Air via its dock but it's not recognized in iTunes.  iTunes does recognize my iPad (under Devices).  Yesterday the MBA recognized both devices.  I tried it also on iTunes on my Mini but no go there either.
    I've rebooted both machines.  No go.

  • IPod Touch 5 not recognized by iTunes after Win 8 install

    The heading pretty much says it all.   Can anyone help?   Ever since Windows 8 Pro install I have not been able to connect my iPod Touch 5th gen to iTunes. 
    I never had this problem with windows 7.
    - I connect my iPodTouch by cable to the USB
    - The computer recognizes the iPod TOuch
    - I can access the iPod Touch from My Computer
    - iTunes does not recognize it.  It doesn't pull it up as a device. All other iTunes servies work fine.
    I have...
    1. The most up to date version of iTunes.
    2. Restarted my computer multiple times.
    3. Powered down, reset, my iPod Touch multiple times.
    4. I have downloaded all computer updates recommend from my manufacturer (Asus) for Windows 8 Pro compatability

    If you  have iTunes 11 turn on the Sidebar. Go to iTunes>View and click on Show Sidebar. You can also do a Crtl+S to show the sidebar and Control+B to show the Menu bar
    Then see:
    iOS: Device not recognized in iTunes for Windows
    I would try the following first
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • External hard drive not recognized, or recognized as RAW

    I have the Pavillon desktop running Windows 7 and have been having trouble with my computer either not recognizing  Seagate 2 TB external drive, or if recognized, it is listed as Raw.  I have:
    1.  Connected the drive to my laptop - it worked fine;
    2.  Changed the USB port on my desktop, over and over, same problem;
    3.  Reformatted the drive, same problem;
    4.  hooked it up to a different outlet, same problem;
    5.  Run the delivered HP hardware diagnostic tools, no errors noted, but same drive problem persists;
    6.  Updated drivers, over and over.
    Is there ANYTHING else I can try?

    Hi,
    Please post the HP product number for your PC. How to Find the HP Model Number and the HP Product Number or let HP automatically find your PC model number and HP network attached printers. This will allow others to review your issue, make suggestions and review your responses. This is usually the best way to get assistance.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • HP laserjet p1102 not recognized after installati​on on windows 7 - 32bit

    Hello
    I need help with my hp laserjet p1102 installation, it's not working after installation.
    I get a message say's(usb device not recognized)
    can any one here get me a hint please??

    ahmed,
    What is the exact message? See these
    You could also download a fresh version of the install CD. Drivers per OS version
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • Hard drive and dvd are not recognized in the setup menu, what could be wrong?

    The hard drive and dvd drive are not recognized on the setup menu for my Pavilion a4316f desktop computer.  Could it be a failure of the controller?  Can a PCI controller be used to replace the mother board controller?
    This question was solved.
    View Solution.

    The Recovery process would erase you hard drive, and attempt to install a fresh OS. Decidely a bad choice if you wanted to save your data files. The Recovery sets are "tattoo" with the BIOS hardwafre configuration. It will not, IMHO, recognize the PCI Sata card.
    You mentioned the Recovery program on the hard drive actually requested the installer of the controller (PCI card). Try running from that.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • "Windows can't be installed because this PC uses a compressed operating system"... on an ASUS Zenbook 303LA??

    Hi folks,
    I've seen a few threads about this WIMBoot issue installing Windows 10 TP on devices with smaller drives (under 32 GB), but I just bought a brand new ASUS Zenbook 303LA with 128 GB, and I'm getting the same error.
    Is it not possible to install the W10 TP on any drives with WIMBoot, regardless of size? Has anyone run into this problem, or can anyone think of any other reasons why the install wouldn't work?
    (Side note: there's no disc drive for creating a DVD to boot from, and I don't have a USB larger than 2 GB, so that's out too)
    Thanks in advance.

    Hi folks,
    I've seen a few threads about this WIMBoot issue installing Windows 10 TP on devices with smaller drives (under 32 GB), but I just bought a brand new ASUS Zenbook 303LA with 128 GB, and I'm getting the same error.
    Is it not possible to install the W10 TP on any drives with WIMBoot, regardless of size? Has anyone run into this problem, or can anyone think of any other reasons why the install wouldn't work?
    (Side note: there's no disc drive for creating a DVD to boot from, and I don't have a USB larger than 2 GB, so that's out too)
    Thanks in advance.
    It could be too late to tell you this......
    http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_install/cant-install-windows-10-pc-uses-a-compressed/f5e6863a-51ab-4dee-922f-a5885f07b056?page=1
    It can be done by downloading the ISO and use it to install.
    See answer given by
    Andre Da Costa

  • Touchpad not working archlinux_64 Bit KDE

    Hi,
    I just installed xf86-input-synaptics. I want to use my external USB mouse, which functions properly and the touchpad. The problem is that the touchpad only works during Login process (login manager) but not on the Desktop (KDE). Xorg.0.log shows that Synaptics was loaded successfully. The touchpad is recognized as Synaptics PS/2 which is also correct. synclient gives a normal output (touchpad settings and values), so what's the problem?
    Greetings
    Last edited by dmaschine (2013-07-02 14:33:58)

    No it isn't:
    xinput 14 gives:
    SynPS/2 Synaptics TouchPad                      id=14   [slave  pointer  (2)]
            This device is disabled
            Reporting 9 classes:
                    Class originated from: 14. Type: XIButtonClass
                    Buttons supported: 12
                    Button labels: "Button Left" "Button Middle" "Button Right" "Button Wheel Up" "Button Wheel Down" "Button Horiz Wheel Left" "Button Horiz Wheel Right" None None None None None
                    Button state:
                    Class originated from: 14. Type: XIValuatorClass
                    Detail for Valuator 0:
                      Label: Rel X
                      Range: 1472.000000 - 5664.000000
                      Resolution: 42000 units/m
                      Mode: relative
                    Class originated from: 14. Type: XIValuatorClass
                    Detail for Valuator 1:
                      Label: Rel Y
                      Range: 1408.000000 - 4682.000000
                      Resolution: 52000 units/m
                      Mode: relative
                    Class originated from: 14. Type: XIValuatorClass
                    Detail for Valuator 2:
                      Label: Rel Horiz Scroll
                      Range: 0.000000 - -1.000000
                      Resolution: 0 units/m
                      Mode: relative
                    Class originated from: 14. Type: XIValuatorClass
                    Detail for Valuator 3:
                      Label: Rel Vert Scroll
                      Range: 0.000000 - -1.000000
                      Resolution: 0 units/m
                      Mode: relative
                    Class originated from: 14. Type: XIValuatorClass
                    Detail for Valuator 4:
                      Label: Abs MT Pressure
                      Range: 0.000000 - 255.000000
                      Resolution: 0 units/m
                      Mode: absolute
                      Current value: 0.000000
                    Class originated from: 14. Type: XIScrollClass
                    Scroll info for Valuator 2
                      type: 2 (horizontal)
                      increment: 106.000000
                      flags: 0x0
                    Class originated from: 14. Type: XIScrollClass
                    Scroll info for Valuator 3
                      type: 1 (vertical)
                      increment: 106.000000
                      flags: 0x0
                    Class originated from: 14. Type: XITouchClass
                    Touch mode: dependent
                    Max number of touches: 2
    Seems like something is overwriting the synaptiks setting so the touchpad gets disabled after KDE starts... or maybe X is disabling the touchpad and doesn't recognize the synaptiks settings..

  • Asus Zenbook UX302

    This is meant as a general thread for arch users with a Asus Zenbook UX302LG laptop.
    Sound (ALSA)
    Put the following in /etc/modprobe.d/alsa.conf for example.
    options snd_hda_intel enable=0,1
    options snd slots=snd_hda_intel
    options snd_hda_intel index=0
    (Cheers, headkase. original thread)
    Function keys
    See the ASUS Zenbook Prime UX31A wiki page.
    Short summary: For screen backligh you'll need the acpi_osi= kernel option, and it will 'just work', together with wireless toggle (F2) and screen on/off (F7). You'll need external module for keyboard backlight, as described in wiki.
    Black screen on boot
    Firstly, as motley pointed out to me here, if you're having problems with black screen on boot, install the linux-mainline kernel from AUR and things will probably be fine.
    As a temporary solution with older kernels, like linux 3.12, you can use the i915.modeset=0 kernel option. You'll probably be able to start xserver, but not much else.
    Also, the i915.i915_enable_rc6=1 kernel options will boost your battery life!
    Resume from suspend
    To fix the resume problems, you'll need to patch the mainline kernel (currently done successfully with rc7). Again, our dear motley has made things easy with a nice little script, to be found his repo here. (There you also have the patch kernel patch).
    Last edited by 7SLEVIN (2014-03-24 08:37:25)

    You fixed it!! Wow. You sir, are a boss.
    Followed the exact steps you explained, without any problems.  Therefor, I renamed the thread to just UX302, as none has yet been specific to LG/LA variants.
    For the record, here's my boot loader entry with Gummiboot:
    title Arch Linux (motley)
    linux /vmlinuz-mainline-motley
    initrd /initramfs-mainline-motley.img
    options root=PARTUUID=9785a2e5-ad84-496d-b254-aa710c3fe107 rw acpi_osi=
    One question, though. I am getting som messy output from dmesg when being promped with Getty login prompt, right after boot:
    [ 74.421789] ACPI: Waking up from system sleep state S3
    [ 74.459908] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
    [ 74.526875] PM: noirq resume of devices complete after 92.873 msecs
    [ 74.527299] PM: early resume of devices complete after 0.388 msecs
    [ 74.527428] usb usb1: root hub lost power or was reset
    [ 74.527432] usb usb2: root hub lost power or was reset
    [ 74.527696] xhci_hcd 0000:00:14.0: irq 57 for MSI/MSI-X
    [ 74.527828] mei_me 0000:00:16.0: irq 59 for MSI/MSI-X
    [ 74.528017] nouveau [ DRM] re-enabling device...
    [ 74.528037] nouveau [ DRM] resuming kernel object tree...
    [ 74.528063] nouveau [ VBIOS][0000:04:00.0] running init tables
    [ 74.530556] snd_hda_intel 0000:00:1b.0: irq 60 for MSI/MSI-X
    [ 74.592785] nouveau E[ PIBUS][0000:04:00.0] GPC0: 0x4188ac 0x00000001 (0x1e70822e)
    [ 74.689886] nouveau [ VOLT][0000:04:00.0] GPU voltage: 600000uv
    [ 74.689888] nouveau [ PTHERM][0000:04:00.0] fan management: automatic
    [ 74.689990] nouveau [ CLK][0000:04:00.0] --: core 405 MHz memory 810 MHz
    [ 74.692680] nouveau [ DRM] resuming client object trees...
    [ 74.694292] nouveau E[ PBUS][0000:04:00.0] MMIO read of 0x00000000 FAULT at 0x000260 [ TIMEOUT ]
    [ 74.694646] nouveau E[ PBUS][0000:04:00.0] MMIO write of 0xbad0011f FAULT at 0x000260 [ TIMEOUT ]
    [ 74.853547] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 74.873179] ata1.00: configured for UDMA/133
    [ 74.873278] sd 0:0:0:0: [sda] Starting disk
    [ 74.907058] usb 1-4: reset full-speed USB device number 2 using xhci_hcd
    [ 75.080884] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88007fe0e6c0
    [ 75.080887] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88007fe0e700
    [ 75.080889] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88007fe0e740
    [ 75.080891] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880222297b00
    [ 75.080893] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880222297b40
    [ 75.240667] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
    [ 75.415583] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88007fdfea80
    [ 75.415587] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88007fdfeac0
    [ 75.415590] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800c7e3d7c0
    [ 75.574252] usb 1-5: reset high-speed USB device number 3 using xhci_hcd
    [ 75.753977] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8802226755c0
    [ 75.756790] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 75.757006] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 75.768934] PM: resume of devices complete after 1240.625 msecs
    [ 75.770204] PM: Finishing wakeup.
    [ 75.770207] Restarting tasks ... done.
    [ 75.773023] video LNXVIDEO:00: Restoring backlight state
    [ 75.773034] video LNXVIDEO:01: Restoring backlight state
    [ 75.782763] Bluetooth: hci0: read Intel version: 370710018002030d00
    [ 75.782781] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
    [ 75.891902] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
    [ 75.930445] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 75.930676] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 75.942526] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 76.404827] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 81.099201] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 81.099429] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 81.110282] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 81.422180] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 81.422864] ACPI: \_SB_.PCI0.RP05.PEGP: failed to evaluate _DSM
    [ 81.422880] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 84.937079] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 84.937294] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 84.948839] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 84.966455] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 84.966678] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 84.978287] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 87.158495] wlan0: authenticate with f4:ec:38:c7:9e:f4
    [ 87.160493] wlan0: send auth to f4:ec:38:c7:9e:f4 (try 1/3)
    [ 87.162221] wlan0: authenticated
    [ 87.163441] wlan0: associate with f4:ec:38:c7:9e:f4 (try 1/3)
    [ 87.169872] wlan0: RX AssocResp from f4:ec:38:c7:9e:f4 (capab=0x431 status=0 aid=7)
    [ 87.172947] wlan0: associated
    [ 87.172973] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Any idea what causing it? Anything significant I should worry about?
    Again, thanks for sharing this with us! :-D

  • [SOLVED] Disable Secure Boot on Asus Zenbook UX32A

    Hi all, I hope I have posted in the right section, please move it otherwise.
    I'm trying to install Arch on an Asus Zenbook, but I cannot boot installation media (an USB stick, in this case), as it requires the EFI binary to be signed, and only simple way out is to disable Secure Boot.
    Unfortunately I'm not able to disable it from UEFI interface, as it is grayed out. Solutions I've found searching the Web suggested to set a password to BIOS, but even this way I wasn't able to enable it.
    Notebook came with Windows 8 built in, and I upgraded BIOS to 214 version.
    Thank you.
    Last edited by juma93 (2013-03-30 01:29:05)

    Details of the user interface vary greatly from one computer to another. I've got some notes on disabling Secure Boot on an ASUS P8H77-I motherboard here, but they may not apply to your notebook, or there may be an extra trick. Along the latter lines, look for "fast boot" and "CSM" options and try fiddling with them to see if the Secure Boot option becomes alterable.

  • Trying to install original drive into secondary bay, but drive is not recognized

    I have a DV7 QE, and replaced the hard drive that came with it with an SSD. So far, so good. But then I installed the original drive into the secondary bay, and it is not recognized. Are there some kind of jumper settings I need to set to make it recognizable as an additional disk drive? 

    David34234 wrote:
    I have a DV7 QE, and replaced the hard drive that came with it with an SSD. So far, so good. But then I installed the original drive into the secondary bay, and it is not recognized. Are there some kind of jumper settings I need to set to make it recognizable as an additional disk drive? 
    I think so. I have never had a laptop with two SATA hard drives but I had to set jumpers on a desktop. The first hard drive was set as primary and the other drive had the jumper on slave. That was a long time ago but you can't go wrong with that. I have noticed that some laptops had disabled the second SATA slot. Make sure that the slot is not disabled in the BIOS.
    Dv6-7000 /Full HD/Core i5-3360M/GF 650M/Corsair 8GB/Intel 7260AC/Samsung Pro 256GB
    Testing - HP 15-p000
    HP Touchpad provided by HP
    Currently on Debian Wheeze
    *Please, help other users with the same issue by marking your solved topics as "Accept as Solution"*

Maybe you are looking for

  • Report sites are empty

    Hallo! If I generate a report with more than 10 sites the report appears empty. But if I print the report all data and images are there correct. I've installed CR2010 SP2. Every help would be very appreciated. Regards, wohlsobena.

  • How to Print with HP laserjet 1020 on i Pad Mini

    Is it possible to Print frm a i pad mini on a HP laserjet 1020 with a cable connection?

  • Blackberry Desktop 6.1.0.35 cannot connect to Blackberry Bold

    Blackberry Desktop version 6.1.0.35 (6/7/11 bundle 34) cannot connect to my Blackberry Bold 9650 (sw ver. 6.0 bundle 2333).  The previous Blackberry Desktop version (some flavor of 6) was working just fine. When I tried clicking "installed applicatio

  • 8330 screen is dark & get blinking red light (4blinks)

    My 8330 screen is dark and I get flashing or blinking red signal.  I have tried pulling the battery to reset and does not help.  Can anyone offer any suggestions? Thanks, JRW8 Solved! Go to Solution.

  • ITunes Relocation Question.

    Hi, I wish to move my iTunes default folder from user/music/.... to a external hard drive to free up around 500Gb worth of music, Tv shows and movies, 2 questions. 1 - will it affect my libray inside iTunes and will i have to import everything back i