|
From: rensinghoff <lui...@fr...> - 2005-01-01 18:53:47
|
Hi List ! I am having trouble to start linuxsampler/qsampler I always get "could not bind to server socket" error in qsampler and "Server exit status" can i run linuxsampler as user ? or is it necessary to be root ? what about jack-support ? Do i have to start linuxsampler with any option, unfortunately there is no --help ;-( I tried to find any linuxsampler getting started or HOWTO with no success Thanks for your help in advance |
|
From: Mark K. <mar...@gm...> - 2005-01-01 19:01:46
|
Luigi, Hi! Welcome! A New Year with New People! Great! I run LS by first starting Jack from qjackctl and then starting qsampler. qsampler starts and runs LinuxSampler for me. I see all the LS messages in the bottom window of qsampler. I run as a normal user but I have all the LSM modules installed and running here. I don't know if you would have problems running as a user without them as I haven't tried. Hope this helps, Mark On Sun, 27 Feb 2005 19:56:28 +0100, rensinghoff <lui...@fr...> wrote: > Hi List ! > > I am having trouble to start linuxsampler/qsampler > > I always get "could not bind to server socket" error in qsampler and > "Server exit status" > > can i run linuxsampler as user ? or is it necessary to be root ? > > what about jack-support ? Do i have to start linuxsampler with any > option, unfortunately there is no --help ;-( > > I tried to find any linuxsampler getting started or HOWTO with no > success > > Thanks for your help in advance > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Linuxsampler-devel mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > |
|
From: rensinghoff <lui...@fr...> - 2005-01-01 19:55:41
|
> Hope this helps, > Mark Nope !! I keep on getting " Could not connect to server as a client" |
|
From: Christian S. <sch...@so...> - 2005-01-03 23:13:51
|
Es geschah am Sonntag 27 Februar 2005 20:58 als rensinghoff schrieb: > > Hope this helps, > > Mark > > Nope !! > > I keep on getting " Could not connect to server as a client" Sounds like you are running jackd as root and LS as ordinary user. Which kernel version do you use? Patched? If you are using 2.4.x make sure you have applied the capability transfer patch (as explained on JACK FAQ). Otherwise you have to run both as root. CU Christian |
|
From: Vladimir S. <ha...@gm...> - 2005-01-01 20:55:24
|
Hi Luigi, Actually there is --help now, on the latest LS from cvs. Unless you are doing something special you shouldn't have to specify any options with the latest version. qsampler should be able to start ls or connect to existing (already started) ls. If it can't connect to LS engine there may be several resons to explain that: 1) ls was not actually started. do ps -ef|grep linuxsampler to look at that 2) ls was started, but is not listening on the port, try netstat -na |grep 8888. ls is trying to listen on 8888 3) ls is started and is listening on 8888, but there is a firewall or something that prevents qsampler from connecting to it. try "telnet localhost 8888" to see if you can connect manually. keep us posted and we'll get you up and running in no time! Regards, Vladimir. On Sun, 27 Feb 2005 19:56:28 +0100, rensinghoff <lui...@fr...> wrote: > Hi List ! > > I am having trouble to start linuxsampler/qsampler > > I always get "could not bind to server socket" error in qsampler and > "Server exit status" > > can i run linuxsampler as user ? or is it necessary to be root ? > > what about jack-support ? Do i have to start linuxsampler with any > option, unfortunately there is no --help ;-( > > I tried to find any linuxsampler getting started or HOWTO with no > success > > Thanks for your help in advance > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Linuxsampler-devel mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > -- Regards, Vladimir |
|
From: rensinghoff <lui...@fr...> - 2005-01-01 23:17:51
|
OK sorry i am back ;-) next levvel of error messages ;-) so when i do qsampler -h 127.0.0.1 it seems to establish a connection (as reported) I downloaded Steinway Model c.gig, and i dont know if i mentioned it ..i am running jack so the next problems: 1) in the channel setup window i dont get MIDI in as jack ? what is the right alsa midi in Port then ? 2) qsampler reports: seems Jack server noct running ??? 3) Unable to connect to Alsa seq client '1' (Invalid argument) Loading gig file 'NON_MODAL '/home/luigi/Software/sampler/Steinway model C_r1.gig''...gig::Engine error: Failed to load instrument, cause: Can't open "NON_MODAL '/home/luigi/Software/sampler/Steinway model C_r1.gig'" Hm........it seems it is still quite away, i am afraid regards Luigi |
|
From: Christian S. <sch...@so...> - 2005-01-03 23:24:01
|
Es geschah am Montag 28 Februar 2005 00:20 als rensinghoff schrieb: > OK sorry i am back ;-) > > > next levvel of error messages ;-) > > > so when i do qsampler -h 127.0.0.1 it seems to establish a connection > (as reported) > > I downloaded Steinway Model c.gig, and i dont know if i mentioned it ..i > am running jack so the next problems: > > 1) in the channel setup window i dont get MIDI in as jack ? what is the > right alsa midi in Port then ? 'aconnect -io' will tell you the right ALSA seq ID. There's still no MIDI support yet in JACK AFAIK. > 2) qsampler reports: seems Jack server noct running ??? Make sure you run jackd and LS as the same user (either root or with capability enabled kernel as ordinary user). > > 3) Unable to connect to Alsa seq client '1' (Invalid argument) > Loading gig file 'NON_MODAL '/home/luigi/Software/sampler/Steinway model > C_r1.gig''...gig::Engine error: Failed to load instrument, cause: Can't > open "NON_MODAL '/home/luigi/Software/sampler/Steinway model C_r1.gig'" Well, that sounds more like you have supplied the wrong path for that gig file. > Hm........it seems it is still quite away, i am afraid Don't worry, we're making progress. ;) CU Christian |