Re: [Kernel-packages] [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

Re: [Kernel-packages] [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

Re: [Kernel-packages] [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

Re: [Kernel-packages] [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

Re: [Kernel-packages] [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.

Re: [Kernel-packages] [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

Re: [Kernel-packages] [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

Re: [Kernel-packages] [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

Re: [Kernel-packages] [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

Re: [Kernel-packages] [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

Re: [Kernel-packages] [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

Re: [Kernel-packages] [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