Ubuntu Multimedia :: Presonus FP10 With FFADO And JACK On 10.04?

Aug 10, 2010

I am having enormous trouble getting an FP10 to work with Lucid. I have been able to get exactly the same hardware to work together with previous versions of Ubuntu, it is only now that I am having problems. Firstly, I have installed Kernel 2.6.33-26-realtime from Abogani's PPA. I also have installed FFADO, JACK and libraw1394 from SVN source. This is on a 64-bit system (previously when I used the FP10 on Karmic and Jaunty I used 32-bit). When I plug in and turn on the FP10, I run ffado-test and get :

Code:

ffado-test ListDevices
-----------------------------------------------
FFADO test and diagnostic utility
Part of the FFADO project -- www.ffado.org

[code]...

It either won't start at all, or it does briefly and then crashes. So, what on Earth is going on here? It's so annoying having it so close to working, but not quite. I would like to try the new firewire stack with FFADO, but it just plainly doesn't work. The FP10 doesn't register with JuJu. What do I need to do to use the new stack? Why else would FFADO not work? As I said, I've used exactly the same computer and cable and FP10 and it worked before.

View 1 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Can't Get Sound From M-Audio Firewire Solo (using FFADO And JACK)?

Jul 20, 2010

I'm a complete Linux newbie - only installed it yesterday, and have spent hours trying to get my M-Audio Firewire Solo sound card to work. I can hear nothing at all. I know nothing of Linux, but am willing to learn. While I learn though, it would be nice to listen to a little Hall & Oates. I've got to the stage where the error messages I'm receiving don't bring up any results on Google. Here's what things look like (watch out, big pic):

Those sample rate errors appear in the terminal when I start ffado-mixer. I'm running JACK with everything set as I think it's supposed to be, except that 'Realtime' is unchecked.If I start JACK running with 'Realtime' checked, it tries to launch and fails, saying "JACK is running in realtime mode, but you are not allowed to use realtime scheduling. After applying these changes, please re-login in order for them to take effect". I don't know what more it wants me to do - i've already added

@audio � rtprio 100
@audio - nice -10
@audio � memlock unlimited

to /etc/security/limits.conf, and selected the 2.6.31-11-rt kernel on GRUB bootup. I'm a member of 'audio' and 'disk' groups like'm supposed to be. Have I not got the connections right in JACK? Have I got some sample rate settings wrong somewhere?I'm not even bothered about low latency with the realtime kernel right now, I just want to hear some sound

View 1 Replies View Related

Ubuntu Multimedia :: Jack And "Muse Failed To Find A Jack Audio Server"

Jun 27, 2011

I've got an Acer Aspire 5101 with Natty on it and everything works so far, but I can't start Muse. It says: "Muse failed to find a jack audio server". At the bottom it also says: "...if Jack was started check if it was started as the same user as Muse". This might be the issue. But how can I check this? BTW: Jackd has been installed and I am a Member of the Audio Group.

I am new to Ubuntu and don't know how to fix this. I got this Notebook for free, because my Brother wanted to dispose it as it didn't worked properly after he reinstalled xp. Only the dvd-drive is broken, the rest is in really good condition for such an old thing. After a lot of trial and error I could finally install Natty from USB.

View 1 Replies View Related

Fedora :: How To Setup The Presonus Firebox

Sep 15, 2009

If you want to get your Firebox working with Fedora, this is how I was able to do it. This may also work with other Presonus audio interfaces. First of all you need to install the CCRMA repository for your version of Fedora. Here's a link to the CCRMA Fedora index. Since I'm using FC 11 x86_64 I used this one. This is a well known repository for audio work. If you have jack installed already, then you'll need to uninstall it. Open add/remove software, search for FFADO and install it. Basically, FFADO is Freebob under a different name. One difference is that FFADO uses the new firewire drivers and Freebob uses the old ones. As of this writing, it's still in the experimental stage, but in my case it works. Now, install jack2 (which I will just refer to as jack). You can't just do a search for jack2, it's called the-jack-audio-connection-kit-1.9.x.x. Don't get this confused with jack1, which is the-jack-audio-connection-kit-0.116.1. Be sure to install FFADO before you install jack. I also recommend installing qjackctl because it will make your life a lot easier when configuring jack.

Now, you need a real-time kernel. I could not get any of this to work without one. Do a search for kernel-rt and install the real-time kernel. In my case it was kernel-rt-2.6.29.6-1. I also had to install the kernel-rt-devel because I'm using akmod for my nvidia driver. Now just reboot and you should be able to boot into your real-time kernel. Now, to configure jack. Open qjackctl from applications>sound and video. Click setup and you'll see several options. For driver select "firewire" and under parameters check "realtime". Server path should be "jackd". The rest of the settings should be fine, but I have frames/period set to 128. If you're having trouble, you might want to set this to a higher value. Don't forget to start jack. Now, you should be able to play some tunes! Just make sure that whatever media player you are using outputs to jack. In my case, I'm using the qmmp media player and it works flawlessly. That's it for basic sound. This will probably be enough to get you up and running with Ardor as well. You might also have to configure the patchbay, but that is easy enough.

View 4 Replies View Related

Fedora :: Using A Presonus Firebox + Soundcard On 11?

Sep 21, 2009

This is how I got my firebox to work in conjunction with my onboard soundcard (in my case, Intel HDA) on Fedora 11 x86_64. This article assumes you have basic knowledge on jack and qjackctl and a jack-compatible program such as ardour.

My smolt: [URL]

Reasons: Personally, I just wanted to be able to do it and to be able to give a good explanation when people ask me why I'm monitoring recordings through headphones - and because it won't work through the PC speakers wasn't going to cut it. You may also need it because while recording "deaf" might be fine, playback needs to go through your state-of-the-art monitors. You may need it because you have a studio all set up and for some odd reason, you just need to add a firebox in. Of course, if you had a studio, you could have just patched the line outs to your main speakers. But that is besides the point.

After searching for almost 3-4 days, I chanced upon rokit's thread and was very disheartened when he seemed to have found no solution. Today, he solved the connection issues but I wanted more. Unlike him, I wasn't using my firebox as a sound card. It would be a sin to waste my onboard audio capabilities. The Juice (some parts paraphrased from rokit's solution)You need to install the PlanetCCRMA repository. Since I'm using Fedora 11 (x86_64), I used this one. This will install the repositories for you so tat yum will be able to locate the needed updates.

Code: [URL]

If you have jack1 (0.x.x) already installed, you MUST uninstall it. jack2 will NOT work with jack1.
Code:

yum remove jack-audio-connection-kit*

The * at the end will also remove the -devel version if you had it installed. Uninstalling jack will remove a lot of existing software that uses jack as a dependancy. Take note of them so you can reinstall them later. Install FFADO. FFADO is the new Freebob from the same developers. It's the driver that will connect jack2 to the firebox. You MUST install this before jack2.

Code:

yum install ffado libffado

Install jack2.

Code:

yum install jack-audio-connection-kit jack-audio-connection-kit-devel

[code]....

Like rokit, I have had much trouble running this without the realtime kernel. I ended up installing Fedora in another partition and this is what I have. As a result, I now have no graphics driver and everything looks weird. I will try to install ATI Catalyst 9,9 and if it works I'll post back. If I don't, assume it doesn't.

View 1 Replies View Related

Ubuntu Multimedia :: How To Get Jack Going

May 2, 2010

For starters; although I am comfortable with Ubuntu, I don't really understand these midi and jack things,Ok,so I got a midi controller keyboard which I want to connect to my ubuntu pc to start making some music (play piano and possibly try to make some songs). I don't know if my sound card supports midi, but I got a Roland midi-to-usb converter. I connected it to my pc and downloaded Jack Control. When I fire up Jack control my normal music (using audacious) stops (don't know if this is normal). On the window that appears I hit start which results in an error, which I will paste below:

Code:
22:46:06.556 Patchbay deactivated.
22:46:06.560 Statistics reset.

[code]....

View 9 Replies View Related

Debian :: Building A Current Ffado-svn Package?

Mar 13, 2011

I am currently working on making a audio interface work with a otherwise working debian desktop (its actually AVLinux, but its Debian for all intents and purposes). The problem is, the current version of ffado-svn installed (1949, from the experimental repository) has a bug with the firmware on the interface (an Echo Audiofire8) preventing me from using high sample rates, so I need to install a more recent version of ffado-svn.I am wondering if there is anyway I can build a current version of ffado-svn into the appropriate debian packages. While I am not familiar with debian, I am familiaux (I use Arch regularly). I have tried messing around with downloading the svn source and downloading the source files from however, my lack of knowledge of the building process in debian has rendered me unable to have success so far.

View 3 Replies View Related

Fedora Hardware :: Install Firewire And FFADO?

Jul 7, 2010

Funning fc13 64bit and trying to get an Edirol FA-66 running. I bought it on the fact that ffado said it was fully supported... Altho I can't for the life of me work out how to install it in fedora... everything seems to be set up for ubuntu and the derivatives... I'm not up on using the terminal as I've managed to find everything else as an RPM etc so am not 100% on compiling from source but if that's the only way that's the only way...

View 3 Replies View Related

Ubuntu Multimedia :: Using ESI Gigaport With Jack / 9.04?

May 6, 2010

I have an ESI Gigaport HD USB external soundcard which I'd like to use via Jack with my Thinkpad T40 running Ubuntu 9.04.This is the card, it has no inputs and 8 x outputs:

[URL]

The card is autodetected on plug in. I can see the 8 x outputs in the Jack connection window but I can't run any sound to it. Anything I connect to it on any of the 8 channels is silent.

View 4 Replies View Related

Ubuntu Multimedia :: JACK Not Working 10.4?

Aug 30, 2010

I had Ubuntu 10.4 installed and JACK was working excellent. I noticed that gnome was a little more than what I needed so I installed the xubuntu-desktop package. After that install JACK no longer works... I run the command jackd -d alsa and I get a bus error. I did a new install from an xubuntu iso and same error.

View 4 Replies View Related

Ubuntu Multimedia :: JACK Isn't Working?

Dec 1, 2010

Same as above. I've fiddled around, but I can't get Rosebud to work. I have Qsynth, ZynAddSubFX Synth, JACK control, and Rosebud but I can't get any of it to work

View 9 Replies View Related

Ubuntu Multimedia :: Can't Get Jack To Work

Jan 26, 2011

Can't get jack to work. Installed from synaptic (running ubuntu 10.10, 64bit).

WHen ckicking "start" in qjackctl (jack control) I keep getting this message:

19:27:58.615 Patchbay deactivated.
19:27:58.616 Statistics reset.
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started

[Code].....

View 2 Replies View Related

Fedora X86/64bit :: F14 - Firewire Stack Not Supported By FFADO?

Aug 17, 2011

I have an firewire Saffire Pro 24 audio interface that I'm trying to get detected.running ffado-diag results in

Code:
ffado-diag
...

[code]....

View 1 Replies View Related

Ubuntu Multimedia :: No Sound Through Headphone Jack?

Feb 18, 2010

I just realize that when I plug in my headphones in my laptop, the sound in the laptop's speakers continues to play and I have no sound on the headphones. This is the output of the 'sudo lshw -C sound' on my system:

*-multimedia UNCLAIMED
description: Audio device
product: nVidia Corporation
vendor: nVidia Corporation
physical id: 0.1
bus info: pci@0000:01:00.1
version: a1
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:d3000000-d3003fff .....

View 7 Replies View Related

Ubuntu Multimedia :: PulseAudio Over JACK In Lucid?

May 2, 2010

Why do this? Two reasons:

1) Many of us use JACK for low-latency audio work, but it's annoying to have to turn it on or off to have to allow regular Ubuntu applications to work. It's even more annoying that both can't normally work together -- either JACK or PulseAudio must take control of the sound control. This method allow JACK to do, and PulseAudio just routes to JACK.

2) JACK is kinda super awesome. By routing PulseAudio through it, your regular Ubuntu sound application suddenly get super powers. Pretty easy to do! (Well, we count our blessings in Linux...)

1. DYNAMICALLY You need the PulseAudio utilities and JACK sink:

Code:
sudo aptitude install pulseaudio-utils pulseaudio-module-jack And then run this to get PulseAudio connected to JACK: Code:pactl load-module module-jack-sink pactl load-module module-jack-source Now, go to Ubuntu's sound preferences, and you'll see "Jack sink" in the output tab. If you use JACK Control, you can create a script for the above and have it set up in "Execute script after Startup". Then, PulseAudio will automatically load the JACK sink when you start JACK.

2. BY DEFAULT Edit /etc/pulse/default.pa, and add these lines:

Code:load-module module-jack-source load-module module-jack-sink You can test it without rebooting by restarting PulseAudio. In Ubuntu, PulseAudio is started in the user session, not as a system daemon. To restart it:

Code:
pulseaudio --kill
pulseaudio --start

View 9 Replies View Related

Ubuntu Multimedia :: No Sound From Headphone Jack

May 9, 2010

I can not get sound to exit from my headphone jack, whenever I plug it in, no sounds come out. Notebook model is Acer 3820TG. By the way, I've tried adding the line for HDA Intel with udo gedit /etc/modprobe.d/alsa-base.conf

[code]...

View 1 Replies View Related

Ubuntu Multimedia :: JACK SERVER - Unable To Run

Jun 25, 2010

JACK will not run ( eg. the server just won't go! ) When running Rosegarden I can not access the Qsynth/Fluidsynth.In the Rosegarden "manage MIDI devices" menu it now shows ONLY one "General Midi Device" -thats all, and I do not know where to/how to get access to qsynth/fluidsynth to use soundfontsIn manage midi devices I ONLY get the option of "general midi"and then its only through "14:0 Midi through port 0 (duplex)" and no
other channels are available or offered!If I import one of the devices that come with rosegarden ( like Aleisis ) there is no sound.

Also if anyone knows: (& if I can fix the above) how do I set Rosegarden to use a software synth like ZynAddSubFX on the track/channel? External softsynths do not show up, so how do I assign the channel to use them>

Ps: Rosegarden did not install with the help files, even a complete removal and reinstall does not fix this- hats why I may be asking questions which could possibly be in the Rosegarden manual ( but NOT anywhere online that I've found in 3 days of searching- and I'm a research assistant for cognitive sciences- eg: good at researching! )

Here's the JACK output:

First the error:

COULD NOT CONNECT TO JACK SERVER AS CLIENT
-Overall operation failed
-Unable to connect to server

Heres the message window output:

p, li { white-space: pre-wrap; } 10:39:56.296 Patchbay deactivated.
10:39:56.478 Statistics reset.
10:39:56.549 Startup script...
10:39:56.549 artsshell -q terminate

[code]....

View 3 Replies View Related

Ubuntu Multimedia :: No Sound From Headphones Jack 10.4 / Get That?

Jul 27, 2010

I have a little issue.

I have netbook Asus EEE PC 1001PX (he's got only one jack for headphone and mic, i dont' know how this could work... but anyway)

I have no sound from headphone, from speakers is ok.

I've already edit /etc/modprobe.d/alsa-base.conf and insert the options snd-hda-intel model=asus at the bottom, still nothing.

I've try also to uninstal linux-backports-wireless... and still nothing.

Card: Intel HDA.

View 9 Replies View Related

Ubuntu Multimedia :: Jack Runs But No Sound?

Sep 4, 2010

Jack runs, but I can't get sound to play through it. Another thing that happens is when I launch jack, all audio in the system, whether its connected to jack or not, goes off. There are no errors or anything in the messages window. And I checked to see if it was connected to the correct interface. I have a mac mini and I run ppc lucid lynx. The system does detect my hardware, and its not muted. All I want to do is use MusE. Is there maybe anyway to run MusE without jack?

View 3 Replies View Related

Ubuntu Multimedia :: Redirecting ALSA Over JACK 10.4 - 3

Sep 9, 2010

I finally ditched PulseAudio and set up my system with a realtime kernel. I'm redirecting ALSA over JACK. The good: - Awesome, I can get <5ms latency without any xruns! (although 23.2 msec as described below is just fine for me) The bad: - I'm a long-time linux audio user, but have got some minor issues which spoil the fun.

1. Without pulseaudio, the indicator applet refuses to show a volume control applet. The old gnome-volume-control-applet (the one with tooltip!) loads but doesn't show in the gnome-panel. Although I can set the volume with envy24control, it's not quite as practical as using the scrollwheel! Any way to fix this?

2. When I launching any application (such as a terminal) from the gnome-panel, a new JACK connection is created, but not cleaned up after closing the application. As a result, the QJackCtl connection list is flooded with alsa-jack.jackP.8528.xx connections (where 8528 is the process ID of gnome-panel). The jack_lsp command line program shows the same (added spaces after every : to get around the smiley filter):

[Code].....

View 3 Replies View Related

Ubuntu Multimedia :: NO SOUND After JACK Install?

Sep 28, 2010

I am trying to set my computer up to do sound sequencing. I want to plug my MIDI keyboard in and record with a sequencer. Running 10.04, was following a tutorial on installing JACK, and my audio stopped working. Since then, I've gone through all guides I can find, some advising an upgrade of ALSA, some saying to use OCC. I've tried both, but nothing seems to work.

I suspect it may have something to do with libjack0. I could not install jackd because it claimed libjack0 to be the wrong version, and for some reason I couldn't upgrade. So I uninstalled libjack0, then installed jackd, which automatically included the version of libjack0 it wanted. After that, I could get the JACK server running, but the computer had no sound.

I will post whatever logs or information necessary to troubleshoot, but I don't know exactly how or what to post. If you need logs, please tell me how to get them.

View 2 Replies View Related

Ubuntu Multimedia :: Rakarrack And Jack Just Will Not Work

Sep 30, 2010

I have everything installed and Jack working fine. I'm in the user group and have realtime enabled and running. My problem is that I can't get my input (the guitar) through rakarrack and out. This is how it is set up:
Guitar is plugged in directly through the Input jack on the sound card (I have tried with the front input, rear, front mic, and rear mic inputs)

I have kde mixer set to allow pass-through of the sound from the input source (I can hear the guitar in my speakers, un-amplified directly from the source). The problem is that I cant get this source into rakarrack with jack to save my life. I have tried all sorts of combinations both physically with the audio jacks and in jack audio. Is that Jack isn't detecting the right input source with alsa or something?

View 3 Replies View Related

Ubuntu Multimedia :: Jack Will Not Start In Realtime?

Nov 1, 2010

I am not able to start JACK in realtime mode. This is a bummer. here is the error message I get:

p, li { white-space: pre-wrap; } 11:58:20.745 Patchbay deactivated.
11:58:20.746 Statistics reset.
11:58:20.812 ALSA connection graph change.

[code]...

View 1 Replies View Related

Ubuntu Multimedia :: No Sound Through Headphone Jack

Dec 4, 2010

I have a Dell Vostro 320 running Ubuntu 10.10. I can get sound through the onboard speakers but when I plug headphones into the jack, the onboard speakers mute (correct behaviour), but no sound comes from the headphones (incorrect behaviour). The headphones do work with other sound sources.I have made sure all the alsa drivers are up to date and correct and the system is seeing the sound card OK according to aplay -l:

The alsamixer run from the command line or Gnome shows "Master", "PCM", "Beep" and "Capture" all normal with nothing muted. The alsa-base.conf file has the following as the last line as per various posts that seem to have a fix for this problem:options snd-hda-intel model=dell-vostro position_fix=0 enable=yes.

View 3 Replies View Related

Ubuntu Multimedia :: Cannot Run Jack And PulseAudio Simultaneously

Jan 10, 2011

I'm on Ubuntu 10.04 64bit, and I've got JACK and Pulseaudio both installed, though I don't run them simultaneously. I also have LinuxSampler and Rosegarden, and I have the necessary ALSA drivers. Pulseaudio can output to my external sound card, but JACK doesn't, even if I tell it to. I've seen its full name (Guitar Rig Mobile IO) and chosen it as the output device under Settings, but to no avail. It still sends the output to the internal (and crappy) sound card.

View 4 Replies View Related

Ubuntu Multimedia :: No Sound After Install Jack?

Feb 18, 2011

I had sound. My sound stops working after install jack. Jack server starts well, and the jack log shows no error messages. If I run Muse, it recognizes jack and show no error messages, but I have no sound output. Where should I start investigating? I'm using Karmic.

View 1 Replies View Related

Ubuntu Multimedia :: Jack Not Starting In KXstudio

Apr 24, 2011

I just installed KXstudio and I got everything else working on my system but I can't seem to get jack to start. When I check the message screen it doesn't plainly tell me where things are going wrong. The message box reads...
Code:
22:10:53.564 Patchbay deactivated.
22:10:53.568 Statistics reset.
22:10:53.607 ALSA connection change.
22:10:53.614 D-BUS: Service is available (org.jackaudio.service aka jackdbus).
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket .....
22:10:58.968 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
Jack server is not running or cannot be started.

View 2 Replies View Related

Ubuntu Multimedia :: No Sound From Headphone Jack 9.10 64 Bit Version?

Jan 17, 2010

I'm dual booting Windows 7 and Ubuntu 9.10 64bit on a new HP laptop.In Ubuntu, I'm not getting any sound from the headphone jack. I've tried a couple of different solutions but haven't had much luck. Sound works through the internal speakers in both Windows and Ubuntu. Sound through the headphone jack works only in Windows.The sound card is a IDT 92HD75B3X5.This is a fresh 9.10 install, save for the changes mentioned below.I've attempted to use the gnome-alsa fix that's mentioned in a few threads, but I don't have a "Headphone" tab to "un-mute".I've attempted to recompile the driver as mentioned in this thread

View 9 Replies View Related

Ubuntu Multimedia :: Can't Get MIDI To Show In JACK With Windows Vst's Via Fst

May 21, 2010

Question moved to the Studio area as I didn't know about it!

View 1 Replies View Related

Ubuntu Multimedia :: Running Apps Through JACK In Lucid?

May 22, 2010

I have lucid and jack almost the way I want. I can't get apps like flash (in firefox) and rhythmbox to run through JACK. I've followed some outdated guides on the forums here, but I haven't had any luck.

I set up gstreamer to use jackaudiosink, but no luck.

If you ask me, JACK + ALSA should be the default, with maybe a simplified or automated control system for people who don't want to exploit their might

I hate having to close up a massive JACK patch just to watch a quick movie, or having to close Pidgin so JACK will start.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved