I’m using debian squeeze on an MSI Wind U100 netbook.
Sven Arvidsson
[ Editor ]
http://www.mjmwired.net/kernel/Documentation/power/basic-pm-debugging.txt
I’m using debian squeeze on an MSI Wind U100 netbook.
http://www.mjmwired.net/kernel/Documentation/power/basic-pm-debugging.txt
thanks for the info
Replies to answers should not be listed as separate answers, but as comment. Alternatively, you can extend your question to elaborate on details…
hi,
Thanks about the hint of downgrading the kernel to 2.6.32-29… sorry for my ignorance, but what is the proper way to downgrade to that version of the kernel (I got my current kernel version when I installed squeeze few days ago) and how to prevent that automatic updates “upgrades” me again to the non-working version?
hi, i’m just going to describe how i did it (i’m not sure if this is the completely debian-way though)
i’m sorry this is a bit unreadable, i don’t why it looks so funky?!? i wanted just plain text…
first read here about unpatching the kernel:
http://kernel-handbook.alioth.debian.org/ch-common-tasks.html
(these commands should do in our case:
# apt-get install linux-source-2.6.32
$ tar jxf /usr/src/linux-source-2.6.32.tar.bz2
# apt-get install linux-patch-debian-2.6.32
$ cd linux-source-2.6.32
$ /usr/src/kernel-patches/all/2.6.32/apply/debian 29
)
btw, i used aptitude instead of apt-get.
then, see this on how to compile your kernel (steps 3 to 5):
http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html
to create initrd image i did:
to modify grub2:
there just copy one of the entries and point linux and initrd to your new kernel files, and of course change the name to something
that’s what i did. i guess it should hold your version, but i’m not sure though – don’t have many experience with that. maybe check on the web for that (e.g. surf on aptitude, apt-get, grub2,…) and if you do, let me know if you find something…
the original issue seems finally solved by kernel 2.6.32-31