Finally got it working with vanilla kernel  3.2.12 :
 http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.2.12.tar.bz2
And keeping config file from my current ubuntu kernel, this is how i did it :

1- download the tar.bz file of the kernel
2-untar it to /usr/src/
    sudo -s
   cd /usr/src/
   tar -jxvf /where_you_saved_the_kernel_file/linux-3.2.12.tar.bz2
3- make a symlink to the newly created directory name linux  and get into it
  ln -s linux-3.2.12 ./linux && cd linux

4- make sure you avec all the necessary tools installed
  apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 
build-essential
5- Use your current kernel config file
   cp /boot/config-`uname -r` ./.config && make menuconfig
6 - Compile your kernel and make the corresponding debs
make-kpkg clean && time fakeroot make-kpkg --initrd 
--append-to-version=-custom.1 kernel_image kernel_headers

7- install your new kernel debs located in /usr/src: 
  cd /usr/src 
  dpkg -i *.deb (make sure you havent other debs here for this command)

Hope this helps !!

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

Title:
  11.10 - Suspend fails on Asus 1215B

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to