Home
AudioAsylum Trader
Computer Audio Asylum

Music servers and other computer based digital audio technologies.

For Sale Ads

FAQ / News / Events

 

Use this form to submit comments directly to the Asylum moderators for this forum. We're particularly interested in truly outstanding posts that might be added to our FAQs.

You may also use this form to provide feedback or to call attention to messages that may be in violation of our content rules.

You must login to use this feature.

Inmate Login


Login to access features only available to registered Asylum Inmates.
    By default, logging in will set a session cookie that disappears when you close your browser. Clicking on the 'Remember my Moniker & Password' below will cause a permanent 'Login Cookie' to be set.

Moniker/Username:

The Name that you picked or by default, your email.
Forgot Moniker?

 
 

Examples "Rapper", "Bob W", "joe@aol.com".

Password:    

Forgot Password?

 Remember my Moniker & Password ( What's this?)

If you don't have an Asylum Account, you can create one by clicking Here.

Our privacy policy can be reviewed by clicking Here.

Inmate Comments

From:  
Your Email:  
Subject:  

Message Comments

   

Original Message

RE: How did you set FFADO up???????????????????????

Posted by aljordan on December 20, 2009 at 07:05:08:




I don't think you should see anything in aplay because aplay is ALSA specific, and FFADO does not yet work with ALSA.

After setting the JACK settings in qjackctl, you have to start the jack audio server by pressing the start button in qjackctl. If it is running properly, qjackctl will give some cpu percentage statistics in its main window. You can also open the messages window to see what is happening.

I've attached a screen grab of the settings in qjackctl for firewire. If you are not running a realtime kernel uncheck the realtime setting.

The following command line will also start jackd, and any error message should be printed out to the console window if it fails, if you don't want to use qjackctl.

jackd -R -d firewire -r 44100 &

Leave out -R if you are not using a realtime kernel.

Under jack, the same user that starts jackd also has to start the audio app that is accessing jack. So, if jackd starts properly, try something that definitely supports the jack output, like aqualung, but you have to specifically set the aqualung settings to use the jack output. MPD also has a jack output, so I'd be happy to pass along a configuration for that once you get it working with aqualung.

Alan