cal
wrote:
Peter Geirnaert wrote:
[ ... ]
> At startup, QjackCtl also doesn't report finding the SSE feature (as it
> does with UbuntuStudio on this box) and it reports unlimited memory
> locking:
Most curious. For yoshi, the compile problem comes from the use of this <http://lists.linuxaudio.org/pipermail/linux-audio-dev/2009-August/024707.html>.
So far, that's served well, but if it can't cope with your Phenom X3 then
there's some research & homework required :-(.
If it helps, I've just started a little page for this homework, about the hardware of my computer,
here.
I've also put the output of dmesg there for
download.
> Memory locking is unlimited - this is dangerous. Please alter the line
> @audio - memlock unlimitedin your /etc/limits.conf to @audio - memlock
> 2335929
[ ... ]
> There actually is no /etc/limits.conf here.
> Maybe I'll have to make one, or is AVLinux using a different setup?
/etc/security/limits.conf?
LOL, yes indeed, there it is.
But I checked the groups for "audio" (using remastersys control panel) and there's no such group.
First breakfast, then more homework ...
Oh and before I forget, building yoshi 0.038 still gave this output at the end:
[ 82%] Building CXX object CMakeFiles/yoshimi.dir/main.cpp.o
In file included from /mnt/Data/src/yoshimi-0.038/src/main.cpp:315:
/usr/lib/gcc/i486-linux-gnu/4.3.3/include/xmmintrin.h:35:3: error: #error "SSE instruction set not enabled"
/mnt/Data/src/yoshimi-0.038/src/main.cpp: In function ‘int set_DAZ_and_FTZ(int)’:
/mnt/Data/src/yoshimi-0.038/src/main.cpp:336: error: ‘_mm_getcsr’ was not declared in this scope
/mnt/Data/src/yoshimi-0.038/src/main.cpp:336: error: ‘_mm_setcsr’ was not declared in this scope
/mnt/Data/src/yoshimi-0.038/src/main.cpp:357: error: ‘_mm_getcsr’ was not declared in this scope
/mnt/Data/src/yoshimi-0.038/src/main.cpp:357: error: ‘_mm_setcsr’ was not declared in this scope
make[2]: *** [CMakeFiles/yoshimi.dir/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/yoshimi.dir/all] Error 2
make: *** [all] Error 2
Have a nice day ...