Does this look like the correct step-by-step? :

1. build environment:
sudo apt-get build-dep linux-image-$(uname -r)

2. Get the source:
apt-get source linux-image-$(uname -r)
cd linux-3.16.0

3. download patch:
>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1393079/+attachment/4308734/+files/i2c-hid.c.patch
>>  <<
- Where to store this patch file? I guess its  only important to use the 
correct path during patching, right?

4. patch:
patch drivers/hid/i2c-hid/i2c-hid.c < i2c-hid.c.patch

5. Build the kernel:
fakeroot debian/rules clean
fakeroot debian/rules binary-headers binary-generic

6. install
cd ..
sudo dpkg -i linux-headers-* linux-image-*
reboot

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

Title:
  Touchpad not working after suspend/resume

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

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

Reply via email to