Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-05-06 Thread Pilot6
As I understand, evdev is used instead of synaptics. Why not use
default 3.19 kernel with a driver?
What is the reason of installing 4.0.1?

2015-05-06 12:44 GMT+03:00 Matej matej.jeli...@gmail.com:
 Pilot6,

 Me neither... xD
 But I am trying to understand all this...
 I tried to boot into Kubuntu with kernel 3.16 (where my touchpad works even 
 without focaltech-dkms installed) and dumped my xorg log.
 Log is here: http://pastebin.com/FvbUjdcD

 Then I did the same on kernel 4.0.1.
 Log is here: http://pastebin.com/u6GKmPtW

 If you look at the bottom of both logs you will see a difference.
 In 3.16 it applies touchpad InputClass, after that it loads synaptics_drv.so 
 module, and then detects it as a touchpad:
 [ 5.422] (II) config/udev: Adding input device FocalTechPS/2 FocalTech 
 FocalTech Touchpad (/dev/input/event5)
 [ 5.422] (**) FocalTechPS/2 FocalTech FocalTech Touchpad: Applying 
 InputClass evdev touchpad catchall
 ...
 [ 5.422] (II) LoadModule: synaptics
 [ 5.422] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
 ...
 [ 5.524] (II) XINPUT: Adding extended input device FocalTechPS/2 
 FocalTech FocalTech Touchpad (type: TOUCHPAD, id 14)

 In 4.0.1 kernel it applies pointer InputClass, it does not load synaptics 
 module, it uses evdev input driver,  and then detects it as a mouse:
 [ 5.349] (II) config/udev: Adding input device PS/2 FocalTech FocalTech 
 Touchpad (/dev/input/event5)
 [ 5.349] (**) PS/2 FocalTech FocalTech Touchpad: Applying InputClass 
 evdev pointer catchall
 [ 5.349] (II) Using input driver 'evdev' for 'PS/2 FocalTech FocalTech 
 Touchpad'
 ...
 [ 5.349] (II) XINPUT: Adding extended input device PS/2 FocalTech 
 FocalTech Touchpad (type: MOUSE, id 14)


 Is there a way I can tell it to load synaptics module and use touchpad 
 InputClass (not pointer)?

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372609

 Title:
   Touchpad detected as mouse on Asus ux303ln laptop

 Status in linux package in Ubuntu:
   Fix Released
 Status in linux package in Arch Linux:
   New

 Bug description:
   Hi! I'm following the bug reporting documentation here:

   
 https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

   The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
   I can't access touchpad features such as two-finger scrolling.

   The laptop was very recently released and I couldn't find any
   outstanding firmware updates for it through Asus's Windows-based
   tools.

   % lsb_release -rd
   Description:  Ubuntu 14.04.1 LTS
   Release:  14.04

   Per the instructions on the wiki, I'm attaching output from
   /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

   This machine also has a touchscreen, which I'm fairly certain is the
   maXtouch digitizer visible in the logs. I haven't yet restarted in
   Windows to see if it says anything useful about the touchpad, but I
   can do so if that's helpful. This is a fresh install of 14.04 and I
   haven't done much customization of it apart from installing some
   applications and changing the default resolution.

   The only relevant bit I noticed in /var/log/dmesg is this:

   [3.967547] input: PS/2 Logitech Wheel Mouse as
   /devices/platform/i8042/serio4/input/input11

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: linux-image-3.13.0-35-generic 3.13.0-35.62
   ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
   Uname: Linux 3.13.0-35-generic x86_64
   ApportVersion: 2.14.1-0ubuntu3.4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  tim2234 F pulseaudio
/dev/snd/controlC1:  tim2234 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Sep 22 14:30:33 2014
   HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
   InstallationDate: Installed on 2014-09-22 (0 days ago)
   InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
 (20140722.2)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03eb:8a32 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: ASUSTeK COMPUTER INC. UX303LN
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
 root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.13.0-35-generic N/A
linux-backports-modules-3.13.0-35-generic  N/A
linux-firmware 1.127.6
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/23/2014
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: UX303LN.203
 

Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-04-07 Thread Pilot6
It is not hard to compile. There are a lot of guides. I recomend to
use fakeroot.
If you have problems, I can give a simple guide.

2015-04-07 7:09 GMT+03:00 brott 1372...@bugs.launchpad.net:
 Thanks Pilot!  I'm new to compiling kernels, but I'll give it a shot.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372609

 Title:
   Touchpad detected as mouse on Asus ux303ln laptop

 Status in linux package in Ubuntu:
   Fix Released
 Status in linux package in Arch Linux:
   New

 Bug description:
   Hi! I'm following the bug reporting documentation here:

   
 https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

   The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
   I can't access touchpad features such as two-finger scrolling.

   The laptop was very recently released and I couldn't find any
   outstanding firmware updates for it through Asus's Windows-based
   tools.

   % lsb_release -rd
   Description:  Ubuntu 14.04.1 LTS
   Release:  14.04

   Per the instructions on the wiki, I'm attaching output from
   /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

   This machine also has a touchscreen, which I'm fairly certain is the
   maXtouch digitizer visible in the logs. I haven't yet restarted in
   Windows to see if it says anything useful about the touchpad, but I
   can do so if that's helpful. This is a fresh install of 14.04 and I
   haven't done much customization of it apart from installing some
   applications and changing the default resolution.

   The only relevant bit I noticed in /var/log/dmesg is this:

   [3.967547] input: PS/2 Logitech Wheel Mouse as
   /devices/platform/i8042/serio4/input/input11

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: linux-image-3.13.0-35-generic 3.13.0-35.62
   ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
   Uname: Linux 3.13.0-35-generic x86_64
   ApportVersion: 2.14.1-0ubuntu3.4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  tim2234 F pulseaudio
/dev/snd/controlC1:  tim2234 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Sep 22 14:30:33 2014
   HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
   InstallationDate: Installed on 2014-09-22 (0 days ago)
   InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
 (20140722.2)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03eb:8a32 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: ASUSTeK COMPUTER INC. UX303LN
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
 root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.13.0-35-generic N/A
linux-backports-modules-3.13.0-35-generic  N/A
linux-firmware 1.127.6
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/23/2014
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: UX303LN.203
   dmi.board.asset.tag: ATN12345678901234567
   dmi.board.name: UX303LN
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK COMPUTER INC.
   dmi.chassis.version: 1.0
   dmi.modalias: 
 dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
   dmi.product.name: UX303LN
   dmi.product.version: 1.0
   dmi.sys.vendor: ASUSTeK COMPUTER INC.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-02-17 Thread Pilot6
Mathias,
You can build just focaltech.ko since he has your kernel. It can be just
replaced.

2015-02-18 0:34 GMT+03:00 Chris meyer...@gmail.com:

 Pilot-   Once we get the 255, no amount of tweaking the touch changes
 it- the comments in the code reference 'latching' behavior, which is
 consistent with what I see.

 Mathias, if I could convince you to prepare a test build without those
 lines of code, I'll give it a test and see if that does actually correct
 the issue.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372609

 Title:
   Touchpad detected as mouse on Asus ux303ln laptop

 Status in linux package in Ubuntu:
   Fix Released
 Status in linux package in Arch Linux:
   New

 Bug description:
   Hi! I'm following the bug reporting documentation here:


 https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all
 .

   The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
   I can't access touchpad features such as two-finger scrolling.

   The laptop was very recently released and I couldn't find any
   outstanding firmware updates for it through Asus's Windows-based
   tools.

   % lsb_release -rd
   Description:  Ubuntu 14.04.1 LTS
   Release:  14.04

   Per the instructions on the wiki, I'm attaching output from
   /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

   This machine also has a touchscreen, which I'm fairly certain is the
   maXtouch digitizer visible in the logs. I haven't yet restarted in
   Windows to see if it says anything useful about the touchpad, but I
   can do so if that's helpful. This is a fresh install of 14.04 and I
   haven't done much customization of it apart from installing some
   applications and changing the default resolution.

   The only relevant bit I noticed in /var/log/dmesg is this:

   [3.967547] input: PS/2 Logitech Wheel Mouse as
   /devices/platform/i8042/serio4/input/input11

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: linux-image-3.13.0-35-generic 3.13.0-35.62
   ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
   Uname: Linux 3.13.0-35-generic x86_64
   ApportVersion: 2.14.1-0ubuntu3.4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  tim2234 F pulseaudio
/dev/snd/controlC1:  tim2234 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Sep 22 14:30:33 2014
   HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
   InstallationDate: Installed on 2014-09-22 (0 days ago)
   InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64
 (20140722.2)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03eb:8a32 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: ASUSTeK COMPUTER INC. UX303LN
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed
 root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.13.0-35-generic N/A
linux-backports-modules-3.13.0-35-generic  N/A
linux-firmware 1.127.6
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/23/2014
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: UX303LN.203
   dmi.board.asset.tag: ATN12345678901234567
   dmi.board.name: UX303LN
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK COMPUTER INC.
   dmi.chassis.version: 1.0
   dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
   dmi.product.name: UX303LN
   dmi.product.version: 1.0
   dmi.sys.vendor: ASUSTeK COMPUTER INC.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-11-10 Thread Mathias Gottschlag
No, it probably won't. I have not had much time, and on the red hat bug
tracker there is one case where the patch breaks suspend.

I do not know how to proceed or how to debug the issue,  maybe adding a
quirk which disables the driver would be an option. I'll see whether I find
some more time next weekend.

The patch has already been reviewed once though, so as soon as that problem
is solved, the rest should not be much more work.
Am 10.11.2014 16:25 schrieb Pilot6 1372...@bugs.launchpad.net:

 @Martin

 Probably the patch will be applied to 3.18. At list it has been
 submitted. But it may take a lot of time until it lands in Ubuntu
 kernel.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372609

 Title:
   Touchpad detected as mouse on Asus ux303ln laptop

 Status in “linux” package in Ubuntu:
   Confirmed
 Status in “linux” package in Arch Linux:
   New

 Bug description:
   Hi! I'm following the bug reporting documentation here:


 https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all
 .

   The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
   I can't access touchpad features such as two-finger scrolling.

   The laptop was very recently released and I couldn't find any
   outstanding firmware updates for it through Asus's Windows-based
   tools.

   % lsb_release -rd
   Description:  Ubuntu 14.04.1 LTS
   Release:  14.04

   Per the instructions on the wiki, I'm attaching output from
   /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

   This machine also has a touchscreen, which I'm fairly certain is the
   maXtouch digitizer visible in the logs. I haven't yet restarted in
   Windows to see if it says anything useful about the touchpad, but I
   can do so if that's helpful. This is a fresh install of 14.04 and I
   haven't done much customization of it apart from installing some
   applications and changing the default resolution.

   The only relevant bit I noticed in /var/log/dmesg is this:

   [3.967547] input: PS/2 Logitech Wheel Mouse as
   /devices/platform/i8042/serio4/input/input11

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: linux-image-3.13.0-35-generic 3.13.0-35.62
   ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
   Uname: Linux 3.13.0-35-generic x86_64
   ApportVersion: 2.14.1-0ubuntu3.4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  tim2234 F pulseaudio
/dev/snd/controlC1:  tim2234 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Sep 22 14:30:33 2014
   HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
   InstallationDate: Installed on 2014-09-22 (0 days ago)
   InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64
 (20140722.2)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03eb:8a32 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: ASUSTeK COMPUTER INC. UX303LN
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed
 root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.13.0-35-generic N/A
linux-backports-modules-3.13.0-35-generic  N/A
linux-firmware 1.127.6
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/23/2014
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: UX303LN.203
   dmi.board.asset.tag: ATN12345678901234567
   dmi.board.name: UX303LN
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK COMPUTER INC.
   dmi.chassis.version: 1.0
   dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
   dmi.product.name: UX303LN
   dmi.product.version: 1.0
   dmi.sys.vendor: ASUSTeK COMPUTER INC.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-11-10 Thread Mathias Gottschlag
I'll ask the person to test with a different kernel, but so far the
symptoms looked different to the reports here.
Am 10.11.2014 17:15 schrieb Pilot6 1372...@bugs.launchpad.net:

 The suspend problem is a general 3.18 but. It works for everyone else. So
 no need to be so focused on that problem.
 Just be it tested on 3.16 or 3.17 kernel.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372609

 Title:
   Touchpad detected as mouse on Asus ux303ln laptop

 Status in “linux” package in Ubuntu:
   Confirmed
 Status in “linux” package in Arch Linux:
   New

 Bug description:
   Hi! I'm following the bug reporting documentation here:


 https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all
 .

   The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
   I can't access touchpad features such as two-finger scrolling.

   The laptop was very recently released and I couldn't find any
   outstanding firmware updates for it through Asus's Windows-based
   tools.

   % lsb_release -rd
   Description:  Ubuntu 14.04.1 LTS
   Release:  14.04

   Per the instructions on the wiki, I'm attaching output from
   /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

   This machine also has a touchscreen, which I'm fairly certain is the
   maXtouch digitizer visible in the logs. I haven't yet restarted in
   Windows to see if it says anything useful about the touchpad, but I
   can do so if that's helpful. This is a fresh install of 14.04 and I
   haven't done much customization of it apart from installing some
   applications and changing the default resolution.

   The only relevant bit I noticed in /var/log/dmesg is this:

   [3.967547] input: PS/2 Logitech Wheel Mouse as
   /devices/platform/i8042/serio4/input/input11

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: linux-image-3.13.0-35-generic 3.13.0-35.62
   ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
   Uname: Linux 3.13.0-35-generic x86_64
   ApportVersion: 2.14.1-0ubuntu3.4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  tim2234 F pulseaudio
/dev/snd/controlC1:  tim2234 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Sep 22 14:30:33 2014
   HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
   InstallationDate: Installed on 2014-09-22 (0 days ago)
   InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64
 (20140722.2)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03eb:8a32 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: ASUSTeK COMPUTER INC. UX303LN
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed
 root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.13.0-35-generic N/A
linux-backports-modules-3.13.0-35-generic  N/A
linux-firmware 1.127.6
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/23/2014
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: UX303LN.203
   dmi.board.asset.tag: ATN12345678901234567
   dmi.board.name: UX303LN
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK COMPUTER INC.
   dmi.chassis.version: 1.0
   dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
   dmi.product.name: UX303LN
   dmi.product.version: 1.0
   dmi.sys.vendor: ASUSTeK COMPUTER INC.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-11-04 Thread BruceWouaigne
@Ivo

http://ubuntuforums.org/showthread.php?t=2243162

To solve the brightness buttons problem, you have to add the option
acpi_osi without value in your /etc/default/grub file like this :

GRUB_CMDLINE_LINUX_DEFAULT=quiet splash acpi_osi=

and then : update-grub

Cheers!

On Tue, Nov 4, 2014 at 12:33 AM, Ivo Anjo knuck...@gmail.com wrote:

 I'm sorry to hijack this thread, but it's the best place to find linux
 ux303ln users.

 Is there a kernel version/patch where the brightness keys work? Thanks!

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372609

 Title:
   Touchpad detected as mouse on Asus ux303ln laptop

 Status in “linux” package in Ubuntu:
   Confirmed
 Status in “linux” package in Arch Linux:
   New

 Bug description:
   Hi! I'm following the bug reporting documentation here:


 https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all
 .

   The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
   I can't access touchpad features such as two-finger scrolling.

   The laptop was very recently released and I couldn't find any
   outstanding firmware updates for it through Asus's Windows-based
   tools.

   % lsb_release -rd
   Description:  Ubuntu 14.04.1 LTS
   Release:  14.04

   Per the instructions on the wiki, I'm attaching output from
   /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

   This machine also has a touchscreen, which I'm fairly certain is the
   maXtouch digitizer visible in the logs. I haven't yet restarted in
   Windows to see if it says anything useful about the touchpad, but I
   can do so if that's helpful. This is a fresh install of 14.04 and I
   haven't done much customization of it apart from installing some
   applications and changing the default resolution.

   The only relevant bit I noticed in /var/log/dmesg is this:

   [3.967547] input: PS/2 Logitech Wheel Mouse as
   /devices/platform/i8042/serio4/input/input11

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: linux-image-3.13.0-35-generic 3.13.0-35.62
   ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
   Uname: Linux 3.13.0-35-generic x86_64
   ApportVersion: 2.14.1-0ubuntu3.4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  tim2234 F pulseaudio
/dev/snd/controlC1:  tim2234 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Sep 22 14:30:33 2014
   HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
   InstallationDate: Installed on 2014-09-22 (0 days ago)
   InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64
 (20140722.2)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03eb:8a32 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: ASUSTeK COMPUTER INC. UX303LN
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed
 root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.13.0-35-generic N/A
linux-backports-modules-3.13.0-35-generic  N/A
linux-firmware 1.127.6
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/23/2014
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: UX303LN.203
   dmi.board.asset.tag: ATN12345678901234567
   dmi.board.name: UX303LN
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK COMPUTER INC.
   dmi.chassis.version: 1.0
   dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
   dmi.product.name: UX303LN
   dmi.product.version: 1.0
   dmi.sys.vendor: ASUSTeK COMPUTER INC.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-11-02 Thread Pilot6
I ment Fn+F5 and F6.

2014-11-03 1:28 GMT+03:00 Дмитрий Тюнин hanipouspi...@gmail.com:
 I have another device but have similar problems. The notebook does not
 come out from suspend and the kernel does not get key codes of F5 and
 F6 keys. There are some other minor issues, This maybe is because of
 some Canonical patches, which were not applied in vanilla kernels, or
 for some kernel regressions. Either way it is needed to patch
 supported kernels 3.13 and 3.17.

 2014-11-03 1:05 GMT+03:00 Mathias Gottschlag mgottsch...@gmail.com:
 Which part of suspend/resume is broken? Only the touchpad, or the whole
 system? I am on Ubuntu 14.04 and did not have any problems with
 suspend/resume so far.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372609

 Title:
   Touchpad detected as mouse on Asus ux303ln laptop

 Status in “linux” package in Ubuntu:
   Confirmed
 Status in “linux” package in Arch Linux:
   New

 Bug description:
   Hi! I'm following the bug reporting documentation here:

   
 https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

   The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
   I can't access touchpad features such as two-finger scrolling.

   The laptop was very recently released and I couldn't find any
   outstanding firmware updates for it through Asus's Windows-based
   tools.

   % lsb_release -rd
   Description:  Ubuntu 14.04.1 LTS
   Release:  14.04

   Per the instructions on the wiki, I'm attaching output from
   /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

   This machine also has a touchscreen, which I'm fairly certain is the
   maXtouch digitizer visible in the logs. I haven't yet restarted in
   Windows to see if it says anything useful about the touchpad, but I
   can do so if that's helpful. This is a fresh install of 14.04 and I
   haven't done much customization of it apart from installing some
   applications and changing the default resolution.

   The only relevant bit I noticed in /var/log/dmesg is this:

   [3.967547] input: PS/2 Logitech Wheel Mouse as
   /devices/platform/i8042/serio4/input/input11

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: linux-image-3.13.0-35-generic 3.13.0-35.62
   ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
   Uname: Linux 3.13.0-35-generic x86_64
   ApportVersion: 2.14.1-0ubuntu3.4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  tim2234 F pulseaudio
/dev/snd/controlC1:  tim2234 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Sep 22 14:30:33 2014
   HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
   InstallationDate: Installed on 2014-09-22 (0 days ago)
   InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
 (20140722.2)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03eb:8a32 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: ASUSTeK COMPUTER INC. UX303LN
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
 root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.13.0-35-generic N/A
linux-backports-modules-3.13.0-35-generic  N/A
linux-firmware 1.127.6
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/23/2014
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: UX303LN.203
   dmi.board.asset.tag: ATN12345678901234567
   dmi.board.name: UX303LN
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK COMPUTER INC.
   dmi.chassis.version: 1.0
   dmi.modalias: 
 dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
   dmi.product.name: UX303LN
   dmi.product.version: 1.0
   dmi.sys.vendor: ASUSTeK COMPUTER INC.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-11-02 Thread Pilot6
I have another device but have similar problems. The notebook does not
come out from suspend and the kernel does not get key codes of F5 and
F6 keys. There are some other minor issues, This maybe is because of
some Canonical patches, which were not applied in vanilla kernels, or
for some kernel regressions. Either way it is needed to patch
supported kernels 3.13 and 3.17.

2014-11-03 1:05 GMT+03:00 Mathias Gottschlag mgottsch...@gmail.com:
 Which part of suspend/resume is broken? Only the touchpad, or the whole
 system? I am on Ubuntu 14.04 and did not have any problems with
 suspend/resume so far.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372609

 Title:
   Touchpad detected as mouse on Asus ux303ln laptop

 Status in “linux” package in Ubuntu:
   Confirmed
 Status in “linux” package in Arch Linux:
   New

 Bug description:
   Hi! I'm following the bug reporting documentation here:

   
 https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

   The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
   I can't access touchpad features such as two-finger scrolling.

   The laptop was very recently released and I couldn't find any
   outstanding firmware updates for it through Asus's Windows-based
   tools.

   % lsb_release -rd
   Description:  Ubuntu 14.04.1 LTS
   Release:  14.04

   Per the instructions on the wiki, I'm attaching output from
   /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

   This machine also has a touchscreen, which I'm fairly certain is the
   maXtouch digitizer visible in the logs. I haven't yet restarted in
   Windows to see if it says anything useful about the touchpad, but I
   can do so if that's helpful. This is a fresh install of 14.04 and I
   haven't done much customization of it apart from installing some
   applications and changing the default resolution.

   The only relevant bit I noticed in /var/log/dmesg is this:

   [3.967547] input: PS/2 Logitech Wheel Mouse as
   /devices/platform/i8042/serio4/input/input11

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: linux-image-3.13.0-35-generic 3.13.0-35.62
   ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
   Uname: Linux 3.13.0-35-generic x86_64
   ApportVersion: 2.14.1-0ubuntu3.4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  tim2234 F pulseaudio
/dev/snd/controlC1:  tim2234 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Sep 22 14:30:33 2014
   HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
   InstallationDate: Installed on 2014-09-22 (0 days ago)
   InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
 (20140722.2)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03eb:8a32 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: ASUSTeK COMPUTER INC. UX303LN
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
 root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.13.0-35-generic N/A
linux-backports-modules-3.13.0-35-generic  N/A
linux-firmware 1.127.6
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/23/2014
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: UX303LN.203
   dmi.board.asset.tag: ATN12345678901234567
   dmi.board.name: UX303LN
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK COMPUTER INC.
   dmi.chassis.version: 1.0
   dmi.modalias: 
 dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
   dmi.product.name: UX303LN
   dmi.product.version: 1.0
   dmi.sys.vendor: ASUSTeK COMPUTER INC.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-11-02 Thread Pilot6
git://kernel.ubuntu.com/ubuntu/ubuntu-utopic.git

2014-11-03 2:10 GMT+03:00 Mark Mandel 1372...@bugs.launchpad.net:
 If anyone know how to get the source code for:
 http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17.1-utopic/

 I'd be happy to patch and build one. It's the kernel I've been using on
 14.04 for a while now with no issues.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372609

 Title:
   Touchpad detected as mouse on Asus ux303ln laptop

 Status in “linux” package in Ubuntu:
   Confirmed
 Status in “linux” package in Arch Linux:
   New

 Bug description:
   Hi! I'm following the bug reporting documentation here:

   
 https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

   The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
   I can't access touchpad features such as two-finger scrolling.

   The laptop was very recently released and I couldn't find any
   outstanding firmware updates for it through Asus's Windows-based
   tools.

   % lsb_release -rd
   Description:  Ubuntu 14.04.1 LTS
   Release:  14.04

   Per the instructions on the wiki, I'm attaching output from
   /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

   This machine also has a touchscreen, which I'm fairly certain is the
   maXtouch digitizer visible in the logs. I haven't yet restarted in
   Windows to see if it says anything useful about the touchpad, but I
   can do so if that's helpful. This is a fresh install of 14.04 and I
   haven't done much customization of it apart from installing some
   applications and changing the default resolution.

   The only relevant bit I noticed in /var/log/dmesg is this:

   [3.967547] input: PS/2 Logitech Wheel Mouse as
   /devices/platform/i8042/serio4/input/input11

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: linux-image-3.13.0-35-generic 3.13.0-35.62
   ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
   Uname: Linux 3.13.0-35-generic x86_64
   ApportVersion: 2.14.1-0ubuntu3.4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  tim2234 F pulseaudio
/dev/snd/controlC1:  tim2234 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Sep 22 14:30:33 2014
   HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
   InstallationDate: Installed on 2014-09-22 (0 days ago)
   InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
 (20140722.2)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03eb:8a32 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: ASUSTeK COMPUTER INC. UX303LN
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
 root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.13.0-35-generic N/A
linux-backports-modules-3.13.0-35-generic  N/A
linux-firmware 1.127.6
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/23/2014
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: UX303LN.203
   dmi.board.asset.tag: ATN12345678901234567
   dmi.board.name: UX303LN
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK COMPUTER INC.
   dmi.chassis.version: 1.0
   dmi.modalias: 
 dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
   dmi.product.name: UX303LN
   dmi.product.version: 1.0
   dmi.sys.vendor: ASUSTeK COMPUTER INC.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-19 Thread linduxed
First of all, thanks a lot for the effort to give us a solution to this
problem!

I'd like to verify that it works on my UX303LN. I went ahead and compiled the
code and tried echoing in serio_raw into one of the
/sys/bus/serio/devices/serio*/drvctl, but got stuck on the following:

$ sudo ./init /sys/bus/serio/devices/serio1/
Could not open /sys/bus/serio/devices/serio1/. Check that the program is run
with the required privileges and that the file exists.
open: Is a directory

What file does the program want as its argument?

On 2014-10-19 15:19, Mathias Gottschlag wrote:
 ... that went quicker than expected. The link above now contains a
 mostly complete parser for the packet stream that (afaics) gives the
 correct finger position for up to 5 fingers, as well as information
 about touchpad clicks.


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-19 Thread Mathias Gottschlag
Try sudo ./init /dev/serio_raw0.

I'll add a comment about that in the usage section. That device file should
be created if you switch a device to serio_raw (serio4 here!).
Am 19.10.2014 16:10 schrieb linduxed 1372...@bugs.launchpad.net:

 First of all, thanks a lot for the effort to give us a solution to this
 problem!

 I'd like to verify that it works on my UX303LN. I went ahead and compiled
 the
 code and tried echoing in serio_raw into one of the
 /sys/bus/serio/devices/serio*/drvctl, but got stuck on the following:

 $ sudo ./init /sys/bus/serio/devices/serio1/
 Could not open /sys/bus/serio/devices/serio1/. Check that the program is
 run
 with the required privileges and that the file exists.
 open: Is a directory

 What file does the program want as its argument?

 On 2014-10-19 15:19, Mathias Gottschlag wrote:
  ... that went quicker than expected. The link above now contains a
  mostly complete parser for the packet stream that (afaics) gives the
  correct finger position for up to 5 fingers, as well as information
  about touchpad clicks.
 

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372609

 Title:
   Touchpad detected as mouse on Asus ux303ln laptop

 Status in “linux” package in Ubuntu:
   Confirmed

 Bug description:
   Hi! I'm following the bug reporting documentation here:


 https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all
 .

   The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
   I can't access touchpad features such as two-finger scrolling.

   The laptop was very recently released and I couldn't find any
   outstanding firmware updates for it through Asus's Windows-based
   tools.

   % lsb_release -rd
   Description:  Ubuntu 14.04.1 LTS
   Release:  14.04

   Per the instructions on the wiki, I'm attaching output from
   /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

   This machine also has a touchscreen, which I'm fairly certain is the
   maXtouch digitizer visible in the logs. I haven't yet restarted in
   Windows to see if it says anything useful about the touchpad, but I
   can do so if that's helpful. This is a fresh install of 14.04 and I
   haven't done much customization of it apart from installing some
   applications and changing the default resolution.

   The only relevant bit I noticed in /var/log/dmesg is this:

   [3.967547] input: PS/2 Logitech Wheel Mouse as
   /devices/platform/i8042/serio4/input/input11

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: linux-image-3.13.0-35-generic 3.13.0-35.62
   ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
   Uname: Linux 3.13.0-35-generic x86_64
   ApportVersion: 2.14.1-0ubuntu3.4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  tim2234 F pulseaudio
/dev/snd/controlC1:  tim2234 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Sep 22 14:30:33 2014
   HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
   InstallationDate: Installed on 2014-09-22 (0 days ago)
   InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64
 (20140722.2)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03eb:8a32 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: ASUSTeK COMPUTER INC. UX303LN
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed
 root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.13.0-35-generic N/A
linux-backports-modules-3.13.0-35-generic  N/A
linux-firmware 1.127.6
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/23/2014
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: UX303LN.203
   dmi.board.asset.tag: ATN12345678901234567
   dmi.board.name: UX303LN
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK COMPUTER INC.
   dmi.chassis.version: 1.0
   dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
   dmi.product.name: UX303LN
   dmi.product.version: 1.0
   dmi.sys.vendor: ASUSTeK COMPUTER INC.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-19 Thread linduxed
serio4 was indeed the device for which the program worked.

All five fingers are registered and give plenty of output.

What would the steps be to make this translate into cursor movement and button
presses? Currently this eats all of the input and transforms it into console
output, as far as I can see.

On 2014-10-19 16:14, Mathias Gottschlag wrote:
 Try sudo ./init /dev/serio_raw0.
 
 I'll add a comment about that in the usage section. That device file should
 be created if you switch a device to serio_raw (serio4 here!).
 Am 19.10.2014 16:10 schrieb linduxed 1372...@bugs.launchpad.net:
 
 First of all, thanks a lot for the effort to give us a solution to this
 problem!

 I'd like to verify that it works on my UX303LN. I went ahead and compiled
 the
 code and tried echoing in serio_raw into one of the
 /sys/bus/serio/devices/serio*/drvctl, but got stuck on the following:

 $ sudo ./init /sys/bus/serio/devices/serio1/
 Could not open /sys/bus/serio/devices/serio1/. Check that the program is
 run
 with the required privileges and that the file exists.
 open: Is a directory

 What file does the program want as its argument?

 On 2014-10-19 15:19, Mathias Gottschlag wrote:
 ... that went quicker than expected. The link above now contains a
 mostly complete parser for the packet stream that (afaics) gives the
 correct finger position for up to 5 fingers, as well as information
 about touchpad clicks.


 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372609

 Title:
   Touchpad detected as mouse on Asus ux303ln laptop

 Status in “linux” package in Ubuntu:
   Confirmed

 Bug description:
   Hi! I'm following the bug reporting documentation here:


 https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all
 .

   The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
   I can't access touchpad features such as two-finger scrolling.

   The laptop was very recently released and I couldn't find any
   outstanding firmware updates for it through Asus's Windows-based
   tools.

   % lsb_release -rd
   Description:  Ubuntu 14.04.1 LTS
   Release:  14.04

   Per the instructions on the wiki, I'm attaching output from
   /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

   This machine also has a touchscreen, which I'm fairly certain is the
   maXtouch digitizer visible in the logs. I haven't yet restarted in
   Windows to see if it says anything useful about the touchpad, but I
   can do so if that's helpful. This is a fresh install of 14.04 and I
   haven't done much customization of it apart from installing some
   applications and changing the default resolution.

   The only relevant bit I noticed in /var/log/dmesg is this:

   [3.967547] input: PS/2 Logitech Wheel Mouse as
   /devices/platform/i8042/serio4/input/input11

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: linux-image-3.13.0-35-generic 3.13.0-35.62
   ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
   Uname: Linux 3.13.0-35-generic x86_64
   ApportVersion: 2.14.1-0ubuntu3.4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  tim2234 F pulseaudio
/dev/snd/controlC1:  tim2234 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Sep 22 14:30:33 2014
   HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
   InstallationDate: Installed on 2014-09-22 (0 days ago)
   InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64
 (20140722.2)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 03eb:8a32 Atmel Corp.
Bus 001 Device 002: ID 064e:9700 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: ASUSTeK COMPUTER INC. UX303LN
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed
 root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.13.0-35-generic N/A
linux-backports-modules-3.13.0-35-generic  N/A
linux-firmware 1.127.6
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/23/2014
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: UX303LN.203
   dmi.board.asset.tag: ATN12345678901234567
   dmi.board.name: UX303LN
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK COMPUTER INC.
   dmi.chassis.version: 1.0
   dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: