On Mon, 2010-10-04 at 11:07 +0200, Jeremy Jongepier wrote:

> On 10/04/2010 10:40 AM, Alessio Igor Bogani wrote:
> > 2010/10/4 Jeremy Jongepier <jer...@autostatic.com>:
> >> On 10/03/2010 07:41 AM, Ralf wrote:
> >>> spinymo...@ubuntu:/usr/src/linux$ make-kpkg --rootcmd fakeroot --initrd
> >>
> >> Hmm, and what if you try fakeroot make-kpg --initrd kernel-image
> >> kernel-headers kernel-source ? Shouldn't make a difference though I think.
> > 
> > Ubuntu don't support make-pkg.
> > 
> > Ciao,
> > Alessio
> > 
> 
> Hello Alessio,
> 
> As of which release? I've built several kernels with make-kpkg for 9.04
> and 9.10 (to include dsdt tables for my netbook). Haven't tried with
> 10.04 though.
> 
> Best,
> 
> Jeremy


Jeremy, I did compile with make-kpkg for Hardy 8.04, resp. 64 Studio 3.0
- beta, based on Hardy and it did work.

If you should have got the time to do it, would you please try to test,
if there won't be an initrd for you too, building on Lucid or later
version of Ubuntu?

Copy and paste should be ok, if you allow HTML for received messages ;).

wget ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.33.7.tar.bz2
http://www.kernel.org/pub/linux/kernel/projects/rt/patch-2.6.33.7-rt29.bz2
tar xvjf linux-2.6.33.7.tar.bz2
mv linux-2.6.33.7 linux-2.6.33.7-rt29
ln -s linux-2.6.33.7-rt29 linux
cd linux
mv ../patch-2.6.33.7-rt29.bz2 ../linux
bunzip2 patch-2.6.33.7-rt29.bz2
patch -p1 < patch-2.6.33.7-rt29

If uname -r is 2.6.32-25-preempt, than ...
cp /boot/config-$(uname -r) .config
make oldconfig
... should need to push enter all the times only.

I guess it's needed to disable staging on any machine, so ...
gedit .config
Editing
CONFIG_STAGING=y
to
# CONFIG_STAGING is not set
... and then
make oldconfig
There should be nothing to do when running make oldconfig.

make-kpkg clean
make-kpkg --rootcmd fakeroot --initrd kernel-image kernel-headers
kernel-source

or perhaps

fakeroot first.
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users

Reply via email to