All times are UTC+02:00




Post new topic  Reply to topic  [ 190 posts ]  Go to page Previous 19 10 11 12 1319 Next
Author Message
PostPosted: Tue Jun 25, 2013 8:17 pm 

Joined: Fri Jan 25, 2013 1:24 pm
Posts: 156
Location: Germany
Quote:
New Linux GUI version, now with Jack support. No parameters needed!
http://www.stereotool.com/download/ster ... ETA724-019
Doesn't work at all on my system (Ubuntu Studio 12.04). Previous version (http://www.stereotool.com/download/ster ... ETA724-011) does work without any problems.

Console puts out this:
Code:
stereo_tool_beta: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.16' not found (required by stereo_tool_beta)
stereo_tool_beta: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by stereo_tool_beta)


Top
   
PostPosted: Tue Jun 25, 2013 8:25 pm 

Joined: Sat Dec 15, 2012 1:47 am
Posts: 42
Location: Some campus radio station, Germany
Quote:
Console puts out this:
Code:
stereo_tool_beta: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.16' not found (required by stereo_tool_beta)
stereo_tool_beta: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by stereo_tool_beta)
Your linux distribution ships a glibc that is older than the one Hans used for building the program.


Top
   
PostPosted: Tue Jun 25, 2013 9:15 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
That makes sense since I upgraded to the latest (beta!) Ubuntu release. I guess that's not such a good idea then... I could actually still use the old version for building - just not for testing.

You could try
sudo getlibs stereo_tool_SAlin_BETA724-019
to install all the missing libraries...

I'll also run a build on the old system, will post it here in a moment.


Top
   
PostPosted: Tue Jun 25, 2013 9:46 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Same version built with older glibc:
http://www.stereotool.com/download/ster ... TA724-019A


Edit: I sometimes get a segmentation fault with this version upon startup. Restarting helps. So, I know there's a problem - I'll look into it but first I just need to know if it works in the first place.


Top
   
PostPosted: Tue Jun 25, 2013 10:33 pm 

Joined: Fri Jan 25, 2013 1:24 pm
Posts: 156
Location: Germany
Quote:
Your linux distribution ships a glibc that is older than the one Hans used for building the program.
I'm unfortunately not very experienced with Linux, so thanks for this interpretation ;) . I only use it for experimental purposes, like the GNURadio and DAB-Stuff with mmbTools, and I'm forced to use 12.04, cause the software from mmbTools doesn't run on 13.04 anymore.
Quote:
Same version built with older glibc:
http://www.stereotool.com/download/ster ... TA724-019A
This one starts. The beep-tone doesn't have drop-outs, runs straight through until ST closes after a minute :) But, I'm only getting one channel in the JACK-connections for input and output, and if I connect something to the one input, no audio comes into stereotool.

Sometimes, I'm getting this message in the terminal just before ST closes after the minute
Quote:
Speicherzugriffsfehler (Speicherabzug geschrieben)
Is this the segmentation fault that you've mentioned, Hans?


Top
   
PostPosted: Wed Jun 26, 2013 1:59 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Quote:
This one starts. The beep-tone doesn't have drop-outs, runs straight through until ST closes after a minute :) But, I'm only getting one channel in the JACK-connections for input and output, and if I connect something to the one input, no audio comes into stereotool.
Ok, I need to figure out what's happening there. I took some empty CD's to my office today to install Linux on another pc here but unfortunately the image is 800 MB... Will go out to get a DVD in a moment.
Quote:
Sometimes, I'm getting this message in the terminal just before ST closes after the minute
Quote:
Speicherzugriffsfehler (Speicherabzug geschrieben)
Is this the segmentation fault that you've mentioned, Hans?
I think so. I just attached a debugger and - fortunately! - the crash occurs inside my new Jack code, so it's not an error somewhere else in the software. I'll fix it.

Edit: It's fixed. And I performed a native Linux install and... I have audio! (After making a small adjustment). It's mono though - so I need to create a port for each channel, similar to how it works in ASIO.

The biggest issue is with the video: If drawing takes a lot of time the mouse doesn't respond anymore (for example when clicking on Presets when the window is large).


Top
   
PostPosted: Wed Jun 26, 2013 9:36 pm 

Joined: Fri Jan 25, 2013 1:24 pm
Posts: 156
Location: Germany
Quote:
The biggest issue is with the video: If drawing takes a lot of time the mouse doesn't respond anymore (for example when clicking on Presets when the window is large).
Ooh, good that you say it, because I forgot to mention a big issue with the graphics I have: the meters only respond when I move the mouse over the GUI-window, just like in the windows-version when display refresh is set to 0%. The oszilloscope even refreshs only every 30 seconds or so. Do I have to install some graphics-accelerator or something else on the linux-system to fix this, or is it a bug?


Top
   
PostPosted: Wed Jun 26, 2013 10:43 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Quote:
Quote:
The biggest issue is with the video: If drawing takes a lot of time the mouse doesn't respond anymore (for example when clicking on Presets when the window is large).
Ooh, good that you say it, because I forgot to mention a big issue with the graphics I have: the meters only respond when I move the mouse over the GUI-window, just like in the windows-version when display refresh is set to 0%. The oszilloscope even refreshs only every 30 seconds or so. Do I have to install some graphics-accelerator or something else on the linux-system to fix this, or is it a bug?
That would be a bug. Here it works fine - what Linux do you use?

Edit: Hm, I think I'm redrawing the window in a lower latency thread. Which is actually not allowed - but helps a lot to not disturb the audio. At least in Windows (where it's also not allowed but it works anyway). But in Linux it might not even be needed to do this.


I hope to have a working version (at least for the audio) tomorrow evening. Might be a day later.


Top
   
PostPosted: Wed Jun 26, 2013 11:25 pm 

Joined: Fri Jan 25, 2013 1:24 pm
Posts: 156
Location: Germany
Quote:
what Linux do you use?
Ubuntu Studio 12.04 LTS.
But, to be honest: it's a new and nice feeling of using ST when the meters do refresh only every few seconds. So, you automatically refer more to what you hear, and not what you see :mrgreen:


Top
   
PostPosted: Thu Jun 27, 2013 4:23 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Jack normal input and output work, connected (hardcoded) to sound card input and output. Program stops after 1 minute.
http://www.stereotool.com/download/ster ... ETA724-020

Next step is to make inputs/outputs configurable, once that works I can also enable low latency and FM outputs and SCA inputs.


Edit: Ow, built with the glibc2 again. :(


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 190 posts ]  Go to page Previous 19 10 11 12 1319 Next

All times are UTC+02:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited