error message

Asked by jconstable

was reading through the forum "Error Prompt" and either I missed something or they got their problem fixed and didn't post a guide to fixing the problem.

I have the same problem and am posting the results of the lsb and uname commands

aaa@ubuntu:~$ lsb_release -a
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:cxx-3.0-amd64:cxx-3.0-noarch:cxx-3.1-amd64:cxx-3.1-noarch:cxx-3.2-amd64:cxx-3.2-noarch:cxx-4.0-amd64:cxx-4.0-noarch:desktop-3.1-amd64:desktop-3.1-noarch:desktop-3.2-amd64:desktop-3.2-noarch:desktop-4.0-amd64:desktop-4.0-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.0-amd64:graphics-3.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch:qt4-3.1-amd64:qt4-3.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic
aaa@ubuntu:~$ uname -a
Linux ubuntu 2.6.31-21-generic #59-Ubuntu SMP Wed Mar 24 07:28:27 UTC 2010 x86_64 GNU/Linux
aaa@ubuntu:~$

any help would be greatly appreciated

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu creox Edit question
Assignee:
No assignee Edit question
Solved by:
jconstable
Solved:
Last query:
Last reply:
Revision history for this message
jconstable (jconstable007) said :
#1

upon further investigation and reading through another part of the forums... I have gotten the answer

and Here It Is....

You have to launch jackd first (it's a kind of application to process sound a certain way) and then launch creox while jackd is running somewhere in another terminal window.
I've found an easy way to do two at once (besides that - with closing creox -- jackd ends it's work):
press Alt+F2 and type
jackd -d alsa -d hw:0 & creox

For some strange reason this command can not be added to the menu (maybe it's too complicated for the menu launcher)

I had to install jackd first
sudo apt-get install jackd

after that, did as suggested "jackd -d alsa -d hw:0 & creox".... and it worked.