[Kernel-packages] [Bug 1232877] Re: [Aspire S7-392] Touchpad reported as: elantech: unknown hardware version, aborting

2014-01-15 Thread kendatsuba
@cosmin, I think this bug is closed/invalid, anyway your hardware version seems to be 9 so please refer to: https://bugs.launchpad.net/bugs/1166442 comment #137, for a possibly working solution -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1166442] Re: Elantech clickpad/touchpad lacks multitouch features.

2014-01-05 Thread kendatsuba
Please try the attached dkms package containing a fix for the new hardware versions v9 and v10, probably you own one of them. Here are the steps you must follow: sudo dkms ldtarball psmouse-elantech-x551c.tar.gz sudo dkms install -m psmouse -v elantech-x551c sudo rmmod psmouse sudo modprobe

[Kernel-packages] [Bug 1166442] Re: Elantech clickpad/touchpad lacks multitouch features.

2014-01-05 Thread kendatsuba
** Patch added: 0001-Input-elantech-fix-for-new-IC-body-versions-v9-and-v.patch https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+attachment/3941592/+files/0001-Input-elantech-fix-for-new-IC-body-versions-v9-and-v.patch -- You received this bug notification because you are a

[Kernel-packages] [Bug 1166442] Re: Elantech clickpad/touchpad lacks multitouch features.

2013-12-23 Thread kendatsuba
@Daniel, please refer to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232877 and: https://github.com/torvalds/linux/commit/754ac45745711a7ce0067087e5b55a9c277952ad As you can see, a patch for newer versions has been queued for inclusion in kernel v3.13 and has been merged in

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: elantech: unknown hardware version, aborting

2013-11-05 Thread kendatsuba
Maybe I'm wrong but I don't think that a BIOS update will change anything, since this problem appears to be related to a new firmware version not yet supported by the driver. craftguy, could you please report if your patch solved the problem? does the touchpad work as expected with hw_version =

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: elantech: unknown hardware version, aborting

2013-10-03 Thread kendatsuba
Unfortunately, even if the driver complains of an unknown hardware version, the firmware version of the touchpad is not mentioned in the emitted error message: [ 18.453420] psmouse serio1: elantech: unknown hardware version, aborting... The module contained in the attached dkms package should

[Kernel-packages] [Bug 1166442] Re: Elantech clickpad/touchpad lacks multitouch features.

2013-09-15 Thread kendatsuba
@Eric Haberstroh: judging from your dmesg snippet it seems that the module you are using is not the one from kernel 3.8.0-27.40. Instead, it seems to be the one from psmouse-elantech-v6.tar.bz2, mentioned in: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-

[Kernel-packages] [Bug 1166442] Re: Elantech clickpad/touchpad lacks multitouch features.

2013-09-15 Thread kendatsuba
@Eric Haberstroh: I'm sorry to insist but please double-check that you are booting in the proper kernel and that you are using the right module, try this: uname -r (make sure it syas 3.8.0-27.40 ) sudo rmmod psmouse sudo insmod /lib/modules/`uname -r`/kernel/drivers/input/mouse/psmouse.ko (mind