Re: Failed to compile latest rt kernel

2009-06-28 Thread laurent.bellegarde
Asmo Koskinen a écrit :
> Asmo Koskinen kirjoitti:
>
>   
>> I tested wiimote on my laptop; very bleeding Jaunty (rt22, jackd 116.2, 
>> ardour 2.8).
>> 
>
> On my desktop I do have D-Link DBT-122 dongle, works just fine, too.
>
> Hope we have Ardour 2.8 builded WIIMOTE=1 in Karmic.
>
> Best Regards Asmo Koskinen.
>
>   
Hi all,

i've tested to compile the latest RT22 patch on jaunty 9.04 i386.

with the 2.6.28-RT kernel : very good performances with my two sound 
cards, internal and external USB, but some apps as zynaddsubfx 
disconnected too easily from jack, audacity wav graph uviewable...some 
total freeze of the computer after pushing the stop button, sometimes 
freeze during work or energy saving

after compilation, 2.6.29-RT22 :  stop, and energy staving are 
corrected, stability is on, but the two sound card are showing more 
large xruns under jack use, and the good news, the apps don't disconnect.

Conclusion : more improvement for stability and apps, but a trouble of 
RT performances.

Laurent

-- 
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


Re: Failed to compile latest rt kernel

2009-06-25 Thread Asmo Koskinen
Asmo Koskinen kirjoitti:

> I tested wiimote on my laptop; very bleeding Jaunty (rt22, jackd 116.2, 
> ardour 2.8).

On my desktop I do have D-Link DBT-122 dongle, works just fine, too.

Hope we have Ardour 2.8 builded WIIMOTE=1 in Karmic.

Best Regards Asmo Koskinen.

-- 
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


Re: Failed to compile latest rt kernel

2009-06-24 Thread Asmo Koskinen
Asmo Koskinen kirjoitti:

> Btw2, I made latest Ardour 2.8, too, with wiimote enabled. I'm going to 
> test that fun tomorrow.

I tested wiimote on my laptop; very bleeding Jaunty (rt22, jackd 116.2, 
ardour 2.8).

This is more than fun, wiimote is seriously fun ;-)

http://www.arkki.info/howto/Ubuntu_Studio/Jaunty/Ardour_Wiimote.ogg

Now back to the Spain - USA game... ;-)

Best Regards Asmo Koskinen.

-- 
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


Re: Failed to compile latest rt kernel

2009-06-23 Thread Asmo Koskinen
Susan Cragin kirjoitti:

> dpkg -i NAME-OF-FILE

Yes ;-) Mea culpa, mea culpa, mea maxima culpa ;-) or just another 
lapsus ;-)

Btw, I made today rt22 ;-)

Btw2, I made latest Ardour 2.8, too, with wiimote enabled. I'm going to 
test that fun tomorrow.

http://ardour.org/node/2158
http://www.youtube.com/watch?v=yAb7drvS6dU

I have played with wiimote before:
http://www.arkki.info/howto/Wiimote/wiimote1.png

Best Regards Asmo Koskinen.

-- 
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


Re: Failed to compile latest rt kernel

2009-06-23 Thread Susan Cragin
>> linux-image-2.6.29.5-rt21-custom-10.00.Custom_i386.deb
>> 
>> However, when I tried to install the package didn't work. It gave me the 
>> following error message:
>> 
>> dpkg: unable to read filedescriptor flags for > file
>> descriptor>: Bad file descriptor

>dpkg *rt21*.deb
>
>Best Regards Asmo Koskinen.

Asmo -- 
The answer is simpler than we thought. 
The package installer doesn't work. 
Kernel MUST be installed with command line dpkg as follows:

dpkg -i NAME-OF-FILE

Susan



-- 
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


Re: Failed to compile latest rt kernel

2009-06-19 Thread Susan Cragin
>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
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Failed to compile latest rt kernel

2009-06-18 Thread Asmo Koskinen
Susan Cragin kirjoitti:

> linux-image-2.6.29.5-rt21-custom-10.00.Custom_i386.deb
> 
> However, when I tried to install the package didn't work. It gave me the 
> following error message:
> 
> dpkg: unable to read filedescriptor flags for  file
> descriptor>: Bad file descriptor
> 
> Ideas?

stu...@ubuntu-studio:~$ uname -a
Linux ubuntu-studio 2.6.29.5-rt21 #1 SMP PREEMPT RT Fri Jun 19 00:25:54 
EEST 2009 x86_64 GNU/Linux


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.

-- 
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


Re: Failed to compile latest rt kernel

2009-06-18 Thread Asmo Koskinen
Susan Cragin kirjoitti:

> linux-image-2.6.29.5-rt21-custom-10.00.Custom_i386.deb
> 
> Ideas?

Well no, but I will try that too very late tonight/tomorrow. I will use 
AMD64, just like before.

https://lists.ubuntu.com/archives/ubuntu-studio-users/2009-June/004807.html

I'll post if there is something similar.

Best Regards Asmo Koskinen.



-- 
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


Failed to compile latest rt kernel

2009-06-18 Thread Susan Cragin
There is a new patch as of the 16th and I tried to compile it using my 
tried-and-true method, which involves make oldconfig. 
It compiled and I got the following debs for kernel. (I also got a headers 
file.)

linux-image-2.6.29.5-rt21-custom-10.00.Custom_i386.deb

However, when I tried to install the package didn't work. It gave me the 
following error message:

dpkg: unable to read filedescriptor flags for : Bad file descriptor

Ideas?





-- 
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