LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-14-2009, 06:29 AM   #1
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
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
 
Old 08-14-2009, 07:20 AM   #2
mushroomboy
Member
 
Registered: Jan 2006
Distribution: Debian Testing ALWAYS!!!
Posts: 363

Rep: Reputation: 43
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!
 
Old 08-14-2009, 07:23 AM   #3
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
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?
 
Old 08-14-2009, 09:10 AM   #4
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
If you follow the build instructions here:

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

you can create a deb....

cheers,
 
Old 08-14-2009, 09:15 AM   #5
mushroomboy
Member
 
Registered: Jan 2006
Distribution: Debian Testing ALWAYS!!!
Posts: 363

Rep: Reputation: 43
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.
 
Old 08-14-2009, 09:29 AM   #6
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK
I'll try it

I'll be building/installing it while chrooted, is that OK?
 
Old 08-14-2009, 09:45 AM   #7
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
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?
 
Old 08-14-2009, 09:50 AM   #8
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
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?
 
Old 08-14-2009, 09:58 AM   #9
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
You could run /usr/src/oss/configure | tee /home/linus/wtf.txt

and paste from the text file....

cheers,

Last edited by mrclisdue; 08-14-2009 at 10:04 AM.
 
Old 08-14-2009, 10:07 AM   #10
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
it keeps saying

Quote:
Using the Linux specific script
Error: Current directory must be empty
even if I chnge directory whatever
 
Old 08-14-2009, 10:20 AM   #11
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
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,
 
Old 08-14-2009, 11:02 AM   #12
mushroomboy
Member
 
Registered: Jan 2006
Distribution: Debian Testing ALWAYS!!!
Posts: 363

Rep: Reputation: 43
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

Last edited by mushroomboy; 08-14-2009 at 11:03 AM.
 
Old 08-14-2009, 11:10 AM   #13
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
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?

Last edited by linus72; 08-14-2009 at 11:12 AM.
 
Old 08-14-2009, 11:26 AM   #14
mushroomboy
Member
 
Registered: Jan 2006
Distribution: Debian Testing ALWAYS!!!
Posts: 363

Rep: Reputation: 43
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?
 
Old 08-14-2009, 11:34 AM   #15
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
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?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Software Equalizer kromberg Linux - Software 0 04-04-2008 09:41 PM
Help Me, Urgent, Wait, those are bad! ... Good: Ghost type app for linux out there? sir-lancealot Linux - Software 3 04-02-2008 01:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration