LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-22-2011, 08:31 PM   #1
somnum
LQ Newbie
 
Registered: Feb 2011
Posts: 7

Rep: Reputation: 0
Please, please help getting my firewire soundcard to work in Linux!


Hi there, I recently lost about a years worth of work on my Windows installation (but am not overwriting it as it may be recoverable), and at the moment, I have absolutely no sound in Linux, and I'm dying!

I have a Presonus Firepod, and I use Backtrack 4 for my distribution.
I downloaded the Freebob drivers, and I use qjackctl.

When I ran
Code:
./configure
in the Freebob directory it worked.
When I ran
Code:
make
I got a few errors, but when I ran
Code:
make install
it seemed to work perfectly.

Then, when in the qjackctl I select default hardware interface, or Hw:0, and the Freebob driver, my Presonus Firepod light turns from red, to blue, indicating it has been recognized. But I get no sound, in anything!!
If, in the connections box in qjackctl I connect Capture 1 to Playback 1, I get feedback. I would like to be able to eventually use this soundcard for everything, not just Ardour or various synths, but for playing back MP3s using VLC or something similar, but for now, I just want any sound, at all. I am at a total loss, should I try the FFADO driver?

Does anyone have any experience with this? I can't begin to tell you how appreciative I would be if anyone could help me solve this problem. THANK YOU!!
 
Old 02-22-2011, 09:51 PM   #2
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi,
Quote:
in the connections box in qjackctl I connect Capture 1 to Playback 1, I get feedback.
, that means your card is working.

But I'm confused by the statement.

check your monitoring and sources, perhaps a mixer like kwin or alsa.

My card is usb.

Cheers Glenn
 
Old 02-22-2011, 10:18 PM   #3
somnum
LQ Newbie
 
Registered: Feb 2011
Posts: 7

Original Poster
Rep: Reputation: 0
I have Jack EQ but I am unsure of what settings to use, if as you say, my card is working (and it seems like it should) but as I say, I get no sound, for anything.
Thanks
 
Old 02-22-2011, 10:44 PM   #4
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Oh, what did you mean by feedback, I thought you meant squealing sounds, (?)

You can also get mechanical feedback, which could mean that the firewire card or the kernel need patching.

Check out the alsa wiki.
http://www.alsa-project.org/main/index.php/Main_Page
and HW compat.
http://www.alsa-project.org/main/index.php/Matrix:Main

cheers
 
Old 02-23-2011, 06:40 PM   #5
somnum
LQ Newbie
 
Registered: Feb 2011
Posts: 7

Original Poster
Rep: Reputation: 0
Well for instance, if I start Hydrogen, which is a drum machine program which directly uses the JACK driver, I get "Error starting audio driver" and "cannot connect audio outport" when I select JACK (or any other driver) it gives the same. In Qjackctl my driver is "started" and "rolling" when this happens. If I go to "connect" and I expand system output ports and input ports connect "capture 1" to "playback 1" I get feedback in my left channel exclusively. If I connect "capture 2" to "playback 2" I get no feedback.
If I click the patchbay in qjackctl, no programs show up (such as Hydrogen), but I remember in the past stuff used to show up, but even then I got no audio. I am thinking about reinstalling my operating sytem because I have fooled with too many parameters and I may have screwed things up, so I am going to go back to default for everything, but even with default, it didn't work. So I am going to do that, but if you have any other suggestions I would appreciate them.
Thank you very much for all your help so far!! I will get to what you said after I reinstall.
 
Old 02-23-2011, 07:00 PM   #6
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
One more question, do you have soc (sound on chip, motherboard sound)?

if so, check if it is working.

The reason being, if that works, then most of the underlying infrastructure will be OK.

Now, it could be that the kernel sees this (on-board)sound card first, and the module is loaded, preventing the real (soundcard from getting a look in.

There is a way to order these, in /etc/modprobe.conf and /etc/modprobe.preload

example,
Code:
# /etc/modprobe.preload: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a `#', and everything on the line after them are ignored.
# this file is for module-init-tools (kernel 2.5 and above) ONLY
# for old kernel use /etc/modules

evdev
A simple way would be to turn the sound chip off in bios, once you have checked it's (the sound subsystem) is working.

Then it will be a matter of getting the 1394 firewire working (which I have not used)

Regards Glenn
 
Old 02-28-2011, 11:42 AM   #7
somnum
LQ Newbie
 
Registered: Feb 2011
Posts: 7

Original Poster
Rep: Reputation: 0
I got my sound working!
It was a matter of reinstalling. Apparently I'm so idiotic that I compiled freebob when it was pre-installed in my distro. That is obviously why I was getting errors with
Code:
make
. That being said, I am not having everything working 100%, so if you wouldn't mind following me to my next thread...
http://www.linuxquestions.org/questi...51#post4274151
 
  


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
Any Linux Distributions that work with Firewire 800? Vanyel Linux - Distributions 2 12-20-2007 11:25 AM
Soundcard doesn't work until I run system-config-soundcard The_Nerd Linux - Software 2 02-11-2006 09:53 AM
Should this firewire video capture card work in Linux? denzo74 Linux - Hardware 1 11-10-2005 12:27 AM
Getting my soundcard to work in linux slackware 10 Meatball1337 Linux - Software 2 11-01-2004 10:17 PM
Will a firewire host adaptor with a Linux supported IEEE1394 chipset work in linux? mmx87 Linux - Hardware 1 09-25-2004 02:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:40 AM.

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