[Kernel-packages] [Bug 1576909] Re: Suspend and hibernate not working on Ubuntu 16.04

2016-06-02 Thread Dirk Seidel
Same problem here. Everything worked fine in 15.10, but I have had the problem before. Unfortunately I don't remember exactly when it disappeared. It might have been after the update to 15.10. Acer Aspire VN7-571G -- You received this bug notification because you are a member of Kernel Packages

[Kernel-packages] [Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2015-03-24 Thread Dirk Seidel
The patch from #57 is implemented in today's kernel update for Utopic (3.16.0-33-generic #44-Ubuntu). -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1384342 Title: kernel messages intel_

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-02-25 Thread Dirk Seidel
The patch from #52 is implemented in today's new kernel 3.16.0-31.41! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1393079 Title: Touchpad not working after suspend/resume Status in l

[Kernel-packages] [Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2015-02-11 Thread Dirk Seidel
what about changing + } else if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) { in the patch file (#57) to + } else if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev) || IS_IRONLAKE_M(dev)) { It's a naive guess but maybe it works. -- You received this bug notification because you are a member of K

[Kernel-packages] [Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2015-02-11 Thread Dirk Seidel
I compiled the current kernel (3.16.0-30-generic) from utopic with the commit mentioned in #55 more than a week ago. Never ran into the problem again, so the commit seems to solve the problem at least for me. I have attached a patch file which works for the 3.16.0-30 kernel. The easy way to compi

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-31 Thread Dirk Seidel
Bernhard, sorry, my bad. I left out one important step. Before compiling you should also edit the file linux-3.16.0/debian.master/changelog and change the version number in the first line to, e.g., 3.16.0-30.40+hidfix Without this, the updater tries to update the newly compiled kernel, even thou

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-30 Thread Dirk Seidel
Then your touchpad uses a differrent driver. The patch is specifically for the i2c-hid driver and so it is of no use for you, sorry. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1393079

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-30 Thread Dirk Seidel
@Orco: did you try the workarounds in #7 and #44? If they do not work for you, the patch is most probably not applying to your case anyway... -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-30 Thread Dirk Seidel
Great that it works. Concerning 14.04, I think the bug was not present there, but I'm not sure (see bug description above). Kernel versions >=3.17 do include the patch, so with Ubuntu 15.04 latest, the bug will be gone. But hopefully, the patch will be included already in updates for 14.10. @Jo

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-30 Thread Dirk Seidel
Hi Bernhard, yes, this is how it should be done. You can store the patch-file in the linux-3.16.0 directory. Then your point 4 is exactly what you have to execute. But why do you want to compile the kernel? You said that Odie's workaround worked for you. It should also work with your new install

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-30 Thread Dirk Seidel
Instead of replacing the file you should apply the attached patch: patch drivers/hid/i2c-hid/i2c-hid.c < i2c-hid.c.patch ** Patch added: "i2c-hid.c.patch" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1393079/+attachment/4308734/+files/i2c-hid.c.patch -- You received this bug notifica

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-30 Thread Dirk Seidel
So here is the complete fix: build a new kernel with the patch (see #36). Don't worry, it's very easy! Got it from here: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel Tested for the current kernel in 14.10 Get the source: apt-get source linux-image-$(uname -r) cd linux-3.16.0 replace the at

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-30 Thread Dirk Seidel
Forgot one thing, you need: sudo apt-get build-dep linux-image-$(uname -r) before building the kernel. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1393079 Title: Touchpad not working

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-29 Thread Dirk Seidel
The mainline kernel does not get security updates and is only intended for debugging... -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1393079 Title: Touchpad not working after suspend/r

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-28 Thread Dirk Seidel
I just installed the 3.17.8 kernel. You can get the deb's from here: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17.8-vivid/ For a 64-bit system you need linux-headers-3.17.8-031708-generic_3.17.8-031708.201501081837_amd64.deb linux-headers-3.17.8-031708_3.17.8-031708.201501081837_all.deb lin

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-26 Thread Dirk Seidel
@ tbreustedt: did you also remove the driver first (rmmod hid_multitouch)? Also, you could try the same with i2c-hid: sudo rmmod i2c-hid sudo modprobe i2c-hid Instead of odie's script you can also try the following for a "permanent" solution: sudo touch /etc/pm/config.d/00sleep_module sudo chmod

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-26 Thread Dirk Seidel
odie, thanks for the try. Unfortunately it doesn't help. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1393079 Title: Touchpad not working after suspend/resume Status in linux package

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-25 Thread Dirk Seidel
Unfortunately. at least for KDE with customized settings for the touchpad, it is not a satisfactory fix (see #36). As long as I don't find a way to reload KDE settings via konsole I have to click through the menue to properly restore the touchpad... -- You received this bug notification because y

[Kernel-packages] [Bug 1393079] Re: Touchpad not working after suspend/resume

2015-01-23 Thread Dirk Seidel
Executing xinput on my laptop (Acer Aspire V Nitro) gives: SYN1B7F:01 06CB:2970 UNKNOWN id=14 [slave pointer (2)] for my touchpad. From http://www.adamdrew.net/?tag=kernel I found a potential kernel patch which might solve the problem: https://git.kernel.org/cgit/linux/kernel/g