[Csnd] wiiconnect
Date | 2009-05-02 06:45 |
From | kelly hirai |
Subject | [Csnd] wiiconnect |
cant seem to get more than 4 wiimotes to connect. [INFO] found 5 bluetooth devices but then there are only 4 mac addresses and it forms only 4 connections. it gets a different set of wiimotes each time. is it trying to set the 5th (non-exsistent) led on the wiimote? kelly |
Date | 2009-05-02 06:58 |
From | kelly hirai |
Subject | [Csnd] Re: wiiconnect |
answering my own post.. i found in Opcodes/wiimote.c #define MAX_WIIMOTES 4 up'd it to 16 and got 5 wiimotes cooking.... yea! kelly On Sat, 2 May 2009, kelly hirai wrote: > cant seem to get more than 4 wiimotes to connect. > [INFO] found 5 bluetooth devices > but then there are only 4 mac addresses and it forms only 4 connections. > > it gets a different set of wiimotes each time. > > is it trying to set the 5th (non-exsistent) led on the wiimote? > > kelly > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > |
Date | 2009-05-08 22:57 |
From | Дмитрий |
Subject | [Csnd] Csound 5.10 installation |
Attachments | None |
Hello everyone! It is from a thread on csounds.com forum http://www.csounds.com/node/378 i installed csound5.10 from binaries. csound won't start with this output: csound: error while loading shared libraries: libcsound.so.5.2: cannot open shared object file: No such file or directory i figured out that this was because /usr/local/lib did not contain mentioned lib so i copy contents of lib/ from installer archive to /usr/local/lib add /usr/local/lib to ld.so.conf run ldconfig and at this point csound gave me this: error while loading shared libraries: libresmgr.so.1: cannot open shared object file: No such file or directory and audio devices came inaccessible so now i'm trying to figure out what's wrong and what todo If you know something helpful in this situation please reply |
Date | 2009-05-09 08:12 |
From | victor |
Subject | [Csnd] Re: Csound 5.10 installation |
What is your system?
|
Date | 2009-05-09 08:51 |
From | Дмитрий |
Subject | [Csnd] Re: Re: Csound 5.10 installation |
Attachments | None |
On Суббота 09 мая 2009 12:12:32 victor wrote: > What is your system? it's fedora 10 |
Date | 2009-05-09 09:19 |
From | victor |
Subject | [Csnd] Re: Re: Re: Csound 5.10 installation |
you should not need to move things from /usr/lib, that is
the default place
for shared libraries. Running
$ ldconfig
without parameters should configure all libs in /usr/lib,
including libcsound.so.5.2,
if it is there. What installer package did you
use?
Regards
Victor
|
Date | 2009-05-09 10:29 |
From | Дмитрий |
Subject | [Csnd] Re: Re: Re: Re: Csound 5.10 installation |
Attachments | None |
On Суббота 09 мая 2009 13:19:16 victor wrote: > you should not need to move things from /usr/lib, that is the default place > for shared libraries. i didn't move things from there > Running > > $ ldconfig > > without parameters should configure all libs in /usr/lib, including > libcsound.so.5.2, if it is there. and it does, as it also does cache rebuilding for other shared libs, including libresmgr.so.1. And that leads me to think that i'm still having libresmgr.so.1 somewhere on my system, but this place is not included in ld.so.conf, so i searched my entire system for that lib, but i didn't find it... But if it is not on my system, and i have no idea on how could i delete it (which i didn't, i mean i'm still learning linux and maybe i performed some actions that could delete libresmgr.so.1 from my system, but i have no idea what actions could that be, because the choice in here is really narrow: i was messing around csound install and i installed some updates with yum), then: - it was deleted by csound installer (i don't believe this case, because i launched installer before, and made there exactly the same choices as i did last time) - it was lost during shared libraries cache rebuild, performed by ldconfig - it was not lost because it was never there... (kinda spooky eh ))) during my research i tried to run ldd csound in /usr/local/bin/bin (it is where i have the csound execuatable installed by default) and it gives me this: linux-gate.so.1 => (0x007fa000) libsndfile.so.1 => /usr/local/lib/libsndfile.so.1 (0x00a75000) libpthread.so.0 => /lib/libpthread.so.0 (0x00b6e000) libm.so.6 => /lib/libm.so.6 (0x00b3c000) libportaudio.so.2 => /usr/local/lib/libportaudio.so.2 (0x009e4000) libfltk.so.1.1 => /usr/lib/libfltk.so.1.1 (0x003fd000) libasound.so.2 => /usr/local/lib/libasound.so.2 (0x00110000) liblo.so.0 => /usr/local/lib/liblo.so.0 (0x00eda000) libcsound.so.5.2 => /usr/local/lib/libcsound.so.5.2 (0x006b4000) libdl.so.2 => /lib/libdl.so.2 (0x00b67000) libc.so.6 => /lib/libc.so.6 (0x001d3000) libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x02e92000) /lib/ld-linux.so.2 (0x0099d000) libjack.so.0 => /usr/local/lib/libjack.so.0 (0x00906000) librt.so.1 => /lib/librt.so.1 (0x00ba0000) libXft.so.2 => /usr/lib/libXft.so.2 (0x008b1000) libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00df9000) libXext.so.6 => /usr/lib/libXext.so.6 (0x00347000) libX11.so.6 => /usr/lib/libX11.so.6 (0x00cdf000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x004a9000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00de2000) libresmgr.so.1 => not found libogg.so.0 => /usr/lib/libogg.so.0 (0x00990000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00357000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x0059b000) libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00386000) libXau.so.6 => /usr/lib/libXau.so.6 (0x00cda000) libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x0038f000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00391000) libexpat.so.1 => /lib/libexpat.so.1 (0x003ad000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00cd2000) > What installer package did you use? the one from sourceforge Csound5.10-i386f.tar.gz |
Date | 2009-05-09 11:13 |
From | Felipe Sateler |
Subject | [Csnd] Re: Re: Re: Re: Re: Csound 5.10 installation |
Attachments | None |
Date | 2009-05-09 11:36 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
I build on OpenSuSE and libresmgr seems to get incorporated inbto everything. I couldnot work out how to install Fedora so not sure I can help. Victor runs Fedora i believe, but this package exists in OpenSuSE, Debian, abd Ubuntu at least. ==John ff > El sábado 9 de mayo, ÐмиÑÑий escribió: >> - it was not lost because it was never there... (kinda spooky eh >> ))) > > This is actually very likely. You are using prebuilt binaries (by John?), > and > the resmgr library link was a result of some accident while building the > software. > > > Saludos, > Felipe Sateler > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > |
Date | 2009-05-09 12:37 |
From | luis jure |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
on 2009-05-09 at 20:13 Felipe Sateler wrote: >El sábado 9 de mayo, Дмитрий escribió: >> - it was not lost because it was never there... > >This is actually very likely certainly. i never had (or even heard about) libresmgr, and i've been running csound on linux for many years. always built csound myself, though. best luck, lj |
Date | 2009-05-09 13:12 |
From | victor |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
I do; from the fedora side of things looks likely we'll have an rpm for csound5.10 very soon. Victor ----- Original Message ----- From: |
Date | 2009-05-09 13:15 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
How was the bureacracy related to API changes in Fedora? Cheers, Andrés On Sat, May 9, 2009 at 7:12 AM, victor |
Date | 2009-05-09 13:27 |
From | victor |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
Well, I am not doing this now, so I don't know the details. But I mentioned the so bump and that they would need to deal with it. I'll tell you, I would not like to go through a package approval process again. Victor ----- Original Message ----- From: "Andres Cabrera" |
Date | 2009-05-09 13:31 |
From | victor |
Subject | [Csnd] Re: Re: Re: Re: Re: Csound 5.10 installation |
The thing is to see if you can get a libresmgr.so and
install it. Since csound does not
really use it, you might even try copying any *.so
to file with a libresmgr.so.1 name
and it would work (possibly even an empty
file).
Victor
|
Date | 2009-05-09 17:46 |
From | victor |
Subject | [Csnd] Re: Re: wiiconnect |
why is this defined at 4? ----- Original Message ----- From: "kelly hirai" |
Date | 2009-05-10 11:47 |
From | Dmitriy |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
Felipe Sateler пишет:
Well, reinstalling the system gave some new knowledge about csound behavior.El sábado 9 de mayo, Дмитрий escribió:- it was not lost because it was never there... (kinda spooky eh )))This is actually very likely. You are using prebuilt binaries (by John?), and the resmgr library link was a result of some accident while building the software. Here's my terminal right from the start (this is all for information only (as it looks strange to me), seems that i'm going to stay on 5.03 (i'm not yet even thinking of building csound myself), as 5.10 is coming soon, as mentioned somewhere in the thread): [root@Corelia linux_f32]# ./installer #Checked all options during install to default paths [root@Corelia linux_f32]# csound /usr/local/bin/bin/csound: error while loading shared libraries: libportaudio.so.2: cannot open shared object file: No such file or directory [root@Corelia linux_f32]# cd /usr/local/bin/bin [root@Corelia bin]# ldd csound linux-gate.so.1 => (0x00d7e000) libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x0072d000) libpthread.so.0 => /lib/libpthread.so.0 (0x00a7b000) libm.so.6 => /lib/libm.so.6 (0x00bd1000) libportaudio.so.2 => not found libfltk.so.1.1 => /usr/lib/libfltk.so.1.1 (0x0096d000) libasound.so.2 => /lib/libasound.so.2 (0x00110000) liblo.so.0 => not found libcsound.so.5.2 => not found libdl.so.2 => /lib/libdl.so.2 (0x004ee000) libc.so.6 => /lib/libc.so.6 (0x001f2000) libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x006ec000) libogg.so.0 => /usr/lib/libogg.so.0 (0x00df5000) /lib/ld-linux.so.2 (0x00559000) libXft.so.2 => /usr/lib/libXft.so.2 (0x05d9c000) libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00820000) libXext.so.6 => /usr/lib/libXext.so.6 (0x00366000) libX11.so.6 => /usr/lib/libX11.so.6 (0x00376000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0057c000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00888000) librt.so.1 => /lib/librt.so.1 (0x00477000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00793000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00c68000) libXrender.so.1 => /usr/lib/libXrender.so.1 (0x007ee000) libXau.so.6 => /usr/lib/libXau.so.6 (0x00481000) libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x00b90000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00eea000) libexpat.so.1 => /lib/libexpat.so.1 (0x006c3000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00484000) #No libresmgr as we see is wanted [root@Corelia /]# cd /home/dnoskov/downloads/soft/csound/linux_f32/ #This is where i have installer archive unpacked [root@Corelia linux_f32]# cp lib/* /usr/local/lib cp: replace `/usr/local/lib/libasound.so'? y cp: replace `/usr/local/lib/libasound.so.2'? y cp: replace `/usr/local/lib/libcsound.a'? y cp: can't execute stat for `lib/libcsound.so': No such file or directory cp: replace `/usr/local/lib/libfluidsynth.so'? y cp: replace `/usr/local/lib/libfluidsynth.so.1'? y cp: not writing through dangling symlink `/usr/local/lib/libjack.so' cp: replace `/usr/local/lib/libjack.so.0'? y cp: replace `/usr/local/lib/liblo.so'? y cp: replace `/usr/local/lib/liblo.so.0'? y cp: replace `/usr/local/lib/libportaudio.so'? y cp: replace `/usr/local/lib/libsndfile.so.1'? y [root@Corelia linux_f32]# ldconfig -v>ldconf.out ldconfig: /etc/ld.so.conf.d/kernel-2.6.27.5-117.fc10.i686.conf:6: repeated hwcap 0 nosegneg #ldconf.out did not contain required path (/usr/local/lib) [root@Corelia linux_f32]# cd /etc/ld.so.conf.d/ [root@Corelia ld.so.conf.d]# echo "/usr/local/lib">csound-lib.conf [root@Corelia ld.so.conf.d]# ldconfig ldconfig: /usr/local/lib/libfluidsynth.so.1 is not a symbolic link ldconfig: /usr/local/lib/liblo.so.0 is not a symbolic link ldconfig: /usr/local/lib/libasound.so.2 is not a symbolic link ldconfig: /usr/local/lib/libsndfile.so.1 is not a symbolic link ldconfig: /usr/local/lib/libportaudio.so.2 is not a symbolic link ldconfig: /usr/local/lib/libjack.so.0 is not a symbolic link [root@Corelia ld.so.conf.d]# csound /usr/local/bin/bin/csound: error while loading shared libraries: libresmgr.so.1: cannot open shared object file: No such file or directory [root@Corelia ld.so.conf.d]# cd /usr/local/lib/bin/bin [root@Corelia bin]# ldd csound linux-gate.so.1 => (0x003a6000) libsndfile.so.1 => /usr/local/lib/libsndfile.so.1 (0x00df5000) libpthread.so.0 => /lib/libpthread.so.0 (0x0067b000) libm.so.6 => /lib/libm.so.6 (0x0082e000) libportaudio.so.2 => /usr/local/lib/libportaudio.so.2 (0x00228000) libfltk.so.1.1 => /usr/lib/libfltk.so.1.1 (0x00110000) libasound.so.2 => /usr/local/lib/libasound.so.2 (0x00250000) liblo.so.0 => /usr/local/lib/liblo.so.0 (0x001d8000) libcsound.so.5.2 => /usr/local/lib/libcsound.so.5.2 (0x009e6000) libdl.so.2 => /lib/libdl.so.2 (0x00cfd000) libc.so.6 => /lib/libc.so.6 (0x003a7000) libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x006ec000) /lib/ld-linux.so.2 (0x00780000) libjack.so.0 => /usr/local/lib/libjack.so.0 (0x001bb000) librt.so.1 => /lib/librt.so.1 (0x00faa000) libXft.so.2 => /usr/lib/libXft.so.2 (0x05d9c000) libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00820000) libXext.so.6 => /usr/lib/libXext.so.6 (0x001e4000) libX11.so.6 => /usr/lib/libX11.so.6 (0x00b48000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x008e1000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00888000) libresmgr.so.1 => not found libogg.so.0 => /usr/lib/libogg.so.0 (0x001f4000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00313000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x0051b000) libXrender.so.1 => /usr/lib/libXrender.so.1 (0x007ee000) libXau.so.6 => /usr/lib/libXau.so.6 (0x001fa000) libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x001d6000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0x001fd000) libexpat.so.1 => /lib/libexpat.so.1 (0x006c3000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00219000) #There it goes, at least for now i don't loose sound on my system Saludos, Felipe Sateler Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2009-05-10 11:56 |
From | Dmitriy |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
No.... no sound, seems i'm gonna have to download sources of libresmgr and compile it myself (what a glorious opportunity :-) ) Saludos, Felipe Sateler Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2009-05-10 12:28 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
If you are going to compile it yourelf you need SCons and libsndfile libpthread, libdl, and preferably libportaudio, alsa and fltk Other libraries like wiiuse, p5glove, mpadec are optional ==John ff > >> >> *#There it goes, at least for now i don't loose sound on my system* > > No.... no sound, seems i'm gonna have to download sources of libresmgr > and compile it myself (what a glorious opportunity :-) ) >>> Saludos, >>> Felipe Sateler >>> >>> >>> Send bugs reports to this list. >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>> "unsubscribe csound" >>> >> > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" |
Date | 2009-05-10 12:43 |
From | victor |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
Did you try just copying and renaming any other
*.so to see if it works. To my knowledge
csound does not use libresmgr, so this might
do.
|
Date | 2009-05-10 12:53 |
From | victor |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
I mean copying and renaming it
libresmgr.so.1
|
Date | 2009-05-10 13:26 |
From | Dmitriy |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
victor пишет: > Did you try just copying and renaming any other *.so to see if it > works. To my knowledge > csound does not use libresmgr, so this might do. No, i didn't, because libresmgr.so.1 is the lib which became required by many other apps (i thought if i do so, then something could went terribly wrong in my system (that's my windows habit :-) )), and the interesting (for me) thing in here is that: where is the libresmgr.so.1 requirement is coming from? First, before copying libs from the archive and rebuilding cache, there was no such requirement for csound. And after copying libs from the archive and rebuilding cache, boom!!! there ya go!! no libresmgr - no csound, heh, actually no sound at all =-O More then that i know exactly that this is the last problem on my way!! I thefted rpm of resmgr from another distro (openmamba), and it partly worked, i even got my sound back :-) , but the overall system performance became somewhat unstable, so i'm a bit serious about the idea of compiling libresmgr myself (if there's no such rpms for fedora 10 (which (rpms) i haven't found so far)). But you're right, i'm gonna try your suggestion and reply on the thread. PS. I think that it is fedora's only problem (maybe even only exactly my copy (although i have nothing special about it)), so i'm gonna try and search over the fedora related resources about libresmgr |
Date | 2009-05-10 14:37 |
From | Felipe Sateler |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
Attachments | None |
Date | 2009-05-10 14:37 |
From | Felipe Sateler |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
Attachments | None |
Date | 2009-05-11 10:50 |
From | Dmitriy |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
Well, first, i took a blank file and saved it as libresmgr.so.1 to /lib. And it couldn't help csound to start, it said something kinda "file is too short". Then i took libuuid and cp it to libresmgr.so.1. And csound started, but said: "/usr/local/bin/bin/csound: /lib/libresmgr.so.1: no version information available (required by /usr/local/lib/libasound.so.2)". So now we know why csound requires libresmgr.so.1. But naturally, no sound on my system. Now i'm going to search for package that contains libasound.so.2, so yum could pickup it's deps.... maybe it can work :-\ , but, honestly, i doubt
|
Date | 2009-05-11 11:52 |
From | Dmitriy |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
I steal libresmgr.so.1 from some Debian repo and it worked!!!! ... and again partly worked, at least i have my sound back (and it is kinda "smoother" then i had before) and csound runs!!!!! :-) now i'm going to finish building QuteCsound, and then i'm gonna figure out what is it with fedora and libresmgr (and all that stuff around it). The result - i have alsa not functioning. Sound, i have back, is through OSS, i hope i can work something out when i'm finished learning basics of csound and go to a realtime (then i'm gonna need alsa desperately right?) |
Date | 2009-05-11 13:58 |
From | Victor.Lazzarini@nuim.ie |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
Attachments | None None |
Date | 2009-05-11 14:31 |
From | Dmitriy |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
Victor.Lazzarini@nuim.ie пишет: > Well you need alsa for pretty much everything else you want to > do, but csound will work with OSS through portaudio. > > I am wondering whether the reason your alsa is not working is > because you have OSS installed. Or are you using the alsa-OSS > backend, in that case alsa is there and is working, but you are > using it through OSS. Well, i don't know it for sure, i'm pretty new to linux as well as to configuring linux, it is very unusual to me after windows. But i suggest it is alsa-plugins-OSS i have. > > Another thought: did you remove pulseaudio from your system? > AFAIK, FC10 comes with it and if you want to use alsa from > Csound often it is easier to get rid of it (or you can use > the alsa pulse plugin but that is bad for latency). Yes i have pulseaudio. I read many about pulseaudio latency and that is not good for sure (although pulseaudio site says "bla-bla-bla ... with a good latency", yeah 10ms or more is not good enough). Agreed with you that i need to get rid of it, but that task is one of the "later ones". First i need to learn so much about linux, configuring linux, csound etc. > > Regards > Victor |
Date | 2009-05-11 15:00 |
From | Victor.Lazzarini@nuim.ie |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
Attachments | None None |
Date | 2009-05-11 20:36 |
From | Dmitriy |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
Victor.Lazzarini@nuim.ie пишет: > If you did not get rid of it, try just to this: > > $ killall pulseaudio > > and see if you can now use alsa. Well, that was pretty simple, i just removed pulseaudio and all it's deps. That caused no harm to my system, and i even felt better physically after that :-) But alsa doesn't seem to work as expected (oss works fine though). And every major alsa app, like amixer, alsamixer, aplay or alsactl want libresmgr.so.1, especially alsactl: it rejects doing "store", here's what it says on alsactl store: alsactl: /lib/libresmgr.so.1: no version information available (required by /usr/local/lib/libasound.so.2) alsactl: relocation error: alsactl: symbol snd_tlv_parse_dB_info, version ALSA_0.9 not defined in file libasound.so.2 with link time reference i presume that i could fix my problem by manually removing libasound.so.2 from that dir and rebuilding cache again with ldconfig i'll try it and write again on the thread > > Victor > > ----- Original Message ----- > From: Dmitriy |
Date | 2009-05-11 20:46 |
From | Dmitriy |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Csound 5.10 installation |
AND THAT DID IT!!!!! :-) the problem was not in libresmgr.so.1 (who could thought), but in an older version of libasound.so.2, libasound.so.2.0.0 and libasound.so. I manually deleted them, rebuild cache, reboot, and voilla!! It all works!!! Thanks everyone for taking part in the thread!!! |