LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Good equalizer app/software for Linux? (https://www.linuxquestions.org/questions/linux-software-2/good-equalizer-app-software-for-linux-747509/)

linus72 08-14-2009 06:29 AM

Good equalizer app/software for Linux?
 
Just wondering, as I can't seem to find anything....

Is there a app, similar to aumix. but like a good equalizer
maybe even with builtin support for home audio/theater etc?

I would prefer something light and console driven versus a gtk app.

And, I would want something that works on most distro's, if possible?
thanks

mushroomboy 08-14-2009 07:20 AM

OMG I get to post again about OSSv4!!! LOL

http://www.4front-tech.com/wiki/index.php/Main_Page

ossxmix has a built in eq as well, I'd do a screen but I'm lazy this morning. =( And yes I'm being serious about the OSS, it has a lot of new features now and I'm trying to spread the wyrd!

linus72 08-14-2009 07:23 AM

Oh yeah dude
I use ossmix exclusively on tinycore
it's loud!

is ossmix available for debian unstable/testing?

Tinycore, with just OSS, opera,xmms f*%^%& rocks the vol lol

I'll have to reboot to find out if it's avail for deb, sure it is right?

mrclisdue 08-14-2009 09:10 AM

If you follow the build instructions here:

http://www.4front-tech.com/wiki/inde...v4_from_source

you can create a deb....

cheers,

mushroomboy 08-14-2009 09:15 AM

Awh beat to it!!! Yeah, basically all you need to do to make a deb is build and compile it, instead of running make install run make deb and your set.

linus72 08-14-2009 09:29 AM

OK
I'll try it:)

I'll be building/installing it while chrooted, is that OK?

linus72 08-14-2009 09:45 AM

Its not working
the instructions are retarded or something...

after doing this

Quote:

hg clone http://mercurial.opensound.com /usr/src/oss
it seemed to untar itself....


Quote:

rm -rf ~/oss
mkdir ~/oss
cd ~/oss
this is where I'm at now and stuck here..

the makefile is in /usr/src/
the oss folder is in /usr/src/

and I'm cd'd into ~/oss (wherever that is??)

Quote:

/usr/src/oss*/configure
this gets me
Unknown id /usr/src/oss

so, whats wrong with this picture?

linus72 08-14-2009 09:50 AM

OK
my mistake
shouldve been

/usr/src/oss*/configure

that ended with erros
alot

I can't copy/paste from grml(unstable) xterm or I would list here

can I copy/paste from xterm, how?

mrclisdue 08-14-2009 09:58 AM

You could run /usr/src/oss/configure | tee /home/linus/wtf.txt

and paste from the text file....

cheers,

linus72 08-14-2009 10:07 AM

it keeps saying

Quote:

Using the Linux specific script
Error: Current directory must be empty
even if I chnge directory whatever

mrclisdue 08-14-2009 10:20 AM

The build directory (~/oss (the "~/" denotes the user's home directory, btw)) must be empty for the configuration to start, so make sure you rm -rf ~/oss before running configure.

Also, make sure the text file you're creating (assuming that you're following the instructions in my previous post), isn't going into the ~/oss dir, as the file is created first, before the configure script runs.

cheers,

mushroomboy 08-14-2009 11:02 AM

You must run the script from an empty directory.

mkdir /osstmp

cd osstmp

/usr/src/oss*/configure

if something fails

rm * -R

run /usr/src/oss*/configure again

linus72 08-14-2009 11:10 AM

OK
still errors

Quote:

/usr/include/bits/local_lim.h:39:26 error /linux/limits.h no such file, etc
/usr/src/oss/setup/setupdir.sh: line 93: ./dirsetup: no such file,etc

Cannot create build tree

cp: cannot stat 'kernel/framework/include/timestamp.h': no such file,etc
now what?

mushroomboy 08-14-2009 11:26 AM

http://www.4front-tech.com/forum/viewtopic.php?t=2225

Use a seperate directory, don't use one inside the OSS dir. put oss in /usr/src and make the build dir in /home/username/oss

I don't know if your getting anything similar to that?

linus72 08-14-2009 11:34 AM

alright
first
I'm ignorant when it comes to all this configuration stuff

it made a folder named oss in /home/grml
inside that is "devices.list" and a folder named "noregparm"
which also has a file named "devices.lsit" in it?

In /usr/src is a folder named oss and a file named Makefile

so, what delete the folder/files in /home/grml or what?

what build directory?


All times are GMT -5. The time now is 11:13 AM.