>Here are my steps. Hope this helps somehow. > >sudo -s > >cd /usr/src > >wget >http://www.kernel.org/pub/linux/kernel/projects/rt/patch-2.6.29.5-rt21.bz2 > >wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.5.tar.bz2 > >tar xjf linux-2.6.29.5.tar.bz2 > >rm linux > >ln -s linux-2.6.29.5 linux > >cd /usr/src/linux > >bzip2 -dc /usr/src/patch-2.6.29.5-rt21.bz2 | patch -p1 --dry-run > >bzip2 -dc /usr/src/patch-2.6.29.5-rt21.bz2 | patch -p1 > >cp /boot/config-`uname -r` .config > >make menuconfig > >make-kpkg clean > >make-kpkg modules_clean > >make-kpkg --revision 1 --initrd kernel_image kernel_headers modules_image > >cd .. > >ls > >linux-headers-2.6.29.5-rt21_1_amd64.deb >linux-image-2.6.29.5-rt21_1_amd64.deb > >dpkg *rt21*.deb > > >I started jackd+hydrogen, it was ok. > >Best Regards Asmo Koskinen.
All worked except dpkg needs -i and after I got to make-kpkg clean I took the lazy way out. Am now running 29.5-rt21. So the kernel's being worked on, and it works. Next step may be 30 kernel and either btrfs or lifs2 !! Susan -- Ubuntu-Studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
