Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I've been trying to set up sound for my card for over 2 weeks now with no success. I'm using Fedora 11 with an EMU 1616m soundcard [which I believe is detected under alsa as an emu10k1]
My main problem is that, even though lspci detects my soundcard [as an Audigy, but from what I've gathered is also a 10k1. Figured it was close enough for the time being] alsa does not.
What I'm looking at is:
04:07.0 Multimedia audio controller: Creative Labs SB0400 Audigy2 Value
However, "alsactl restore" and "aplay -l" tell me:
alsactl: load_state:1608: No soundcards found...
and
aplay: device_list:223: no soundcards found...
I've been researching for a good bit now and all attempts have lead me to dead ends or forum posts with only 1 post, or a post where the OP is having the exact same problem as me, and the rest of the posts have absolutely NOTHING to do with the problem (like fixing the microphone). I tried posting at fedoraforums.org and believe the post has 70+ views with no replies, so I'm attempting to reach out to a new set of users.
With all the research and attempting things and being unsuccessful so many times I'm left quite confused and on the verge of moving back to Windows. I don't want to, but if I can't get the $400 sound card i got a month ago to work in it, there is really no point in me continuing on as I feel it'll be a waste of equipment and money.
[side note: I got the card before I decided to use linux]
alsa-plugins-arcamav.i586 : Arcam AV amplifier plugin for ALSA
alsa-plugins-jack.i586 : Jack PCM output plugin for ALSA
alsa-plugins-oss.i586 : Oss PCM output plugin for ALSA
alsa-plugins-pulseaudio.i586 : Alsa to PulseAudio backend
alsa-plugins-samplerate.i586 : External rate converter plugin for ALSA
alsa-plugins-speex.i586 : Rate Converter Plugin Using Speex Resampler
alsa-plugins-upmix.i586 : Upmixer channel expander plugin for ALSA
alsa-plugins-usbstream.i586 : USB stream plugin for ALSA
alsa-plugins-vdownmix.i586 : Downmixer to stereo plugin for ALSA
I'd be using my soundcard for production purposes, from what I understand is the purpose of JACK?
Quote:
also don't be to surprised if there is no fix for the sound on fedora 11
there have been pulse audio issues since fedora 8
If this is the case and F11 is the reason why it isn't working, is there another release or distro that would be recommended? I've tried Ubuntu and managed to get alsa compiled and working properly and still no sound. I was told that it is still having a lot of issues with sound itself, which is why I migrated to Fedora.
I'm moreso looking for a stable release/distro that I can use to get myself comfortable with the ins and outs of linux before I get to the breaking of things to learn how to fix it for fun. Ha.
Quote:
You may also try installing oss insted of alsa, which some feel gives a better quality sound,,,, assuming oss can be had with Fedora.
From what I understand OSS is for legacy soundcards?
Please correct me if I've understood anything wrong.
OpenSUSE or Debain might be good choices . Fedora is a FAST development distribution and as such it is not VERY stable and bugs are not always fixed . One of the main philosophies behind fedora is " what new things can we add and how fast "
I don't see anything in your modules that look like audio drivers for your card so you need to find out if you can get them installed
glenspref looks like he has what you're looking for in his post. if it doesn't work I'd do what John said and give another distro a try
debain is a good one and I'd recommend ubuntu to, it does a pretty good job of recognizing everything
Ubuntu doesn't like the 1010 card.
BUT!
I installed openSUSE 11.1 when I was on lunch.
When I came back home, booted it up and it detected and installed the drivers for it.
Worked off a fresh install.
Thank you so much for the suggestion John, and thank you everyone else for your help :]
Now I just get to learn another distro from scratch again. Haha.
alsa-plugins-pulseaudio.i586 : Alsa to PulseAudio backend
If your using jack, lookout for any alsa and jack plugins.
Jack is a sound and midi server, a sound server like pulseAudio,
I had to disable PulseAudio in hardware audio settings and
add pcspkr to my modules blacklist to enable usb-sound module and alsa to load
Quote:
pcspkr 2156 0
in /etc/modprobe.d/blacklist-mdv
Code:
# blacklisted modules for PCI coldplug
# see also /etc/modprobe.d/blacklist-compat
# this is /etc/modprobe.d/blacklist-mdv
blacklist snd_pcspkr
I chose gtstreamer as the a back end for phonon (kde4)
Thankfully the distro does not always dictate the window environment. Kde, gnome, xfce4....
Suse is similar in many ways to Fedora, rpm package management at least.
Suse is well known for their audio production "meta tag" for installed audio packages including specially configured kernels and enhancements for producing audio on a pc.
What I gathered about JACK seems like it's the ideal choice for audio production in linux.
If I'm going to be recording with my soundcard, should I just stick with PulseAudio or move to JACK?
I do have to say, however, the GUI interface is extremely lacking in suse.
I'm not very fond of the 'everything pops up in a window and all the objects are grouped' vista-ish feel.
Also, from doing a bit of research and realizing I'll probably get yelled at for saying this :P, YUM seems to be just overall better than zypper. In speed, being informative, and just overall organization of the output.
Also, if you're adventurous check my blog for an audio setup.
It's incomplete, but includes all the references I used during setup on my system.
Cheers, Glenn
Last edited by GlennsPref; 08-20-2009 at 06:09 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.