ubikas n00b
Joined: 08 Oct 2003 Posts: 12
|
Posted: Wed Dec 03, 2003 6:59 pm Post subject: kernel 2.4.22 with win4lin swsusp and aavm, fits with TP R31 |
|
|
Hello,
I'm using linux on my ThinkPad R31 laptop,
so i've just combined some patches into kernel ebuild to fit my needs.
You can get it from here http://uosis.mif.vu.lt/~stmi1899/ubikas-sources.tar.bz2.
Basically it's vanilla 2.4.22 kernel plus patches:
newest ACPI patch
of course bootsplash
supermount (v1.2.9)
patches required by Win4Lin
swsusp-2-rc2 pathes (for software suspend. These include bootsplash, win4lin and laptopmode option pathes)
finally, aavm patch (I edited it a little to fit with all other patches, so no guarantees, but it works for me:) )
It also includes acpi dsdt table patch for IBM ThinkPad R31 and sample kernel config for it (2.4.22-ubikas). These are enabled if you choose USE flag r31.
to install it you Just download it and extract to /usr/local/portage (or whereever you set your PORTDIR_OVERLAY to). After that:
a) if you have TP R31 execute
Code: | USE="r31" emerge ubikas-sources |
b) for general computer just
Code: | emerge ubikas-sources |
and then you will get kernel sources in /usr/src/linux-2.4.22-ubikas. So just fallow regular kernel installation instructions (here R31 owners can use sample config 2.4.22-ubikas, which is also installed into /usr/src/linux-2.4.22-ubikas, if USE="r31" was set).
By the way, don't forget to set ACCEPT_KEYWORDS="~x86" on emerging it if you don't use this by default.
I take no responsability for this ebuild But i use it nearly every day and it works fine for me. Hope it will be useful for someone...
Good luck |
|