LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Sound Blaster Sound Card problems (https://www.linuxquestions.org/questions/linux-hardware-18/sound-blaster-sound-card-problems-283581/)

idioticneophyte 01-28-2005 11:19 PM

Sound Blaster Sound Card problems
 
I have a sound blaster 5.1 surround sound card, and im running on linux suse, I have download alas, but i cannot figure out how to install these drivers. How do I go about doing this or is there a better option?

adz 01-29-2005 04:41 AM

Is it an audigy or a live?

idioticneophyte 01-29-2005 08:15 AM

Its live, sorry for not saying that.

GregLee 01-29-2005 09:24 AM

The first thing is to make sure you have to do something. Linux is getting really good at automating sound set up. Ideally, after you plugged in your sound card and rebooted, Linux will have probed for and detected the new card, then automatically loaded the right driver and other modules you need to use it. The Alsa drivers are now a standard part of the Linux kernel. Use lsmod or look in /proc/asound/ to find out what drivers have been loaded for your card, if any.

If something has gone wrong and you do actually need to use the Alsa drivers you downloaded, it should be just a matter of reading the README file in alsa-drivers-<version> and following the directions therein. You might alternatively want to configure and compile a Linux kernel, since Alsa is there in the kernel source code.

adz 01-29-2005 05:18 PM

Try executing the command (as root) modprobe snd-emu10k1;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss. Then run alsamixer to unmute and raise all the volume levels.

The drivers you downloaded are most probably source code which you have to compile. Most distros come with ready-compiled drivers for you.

idioticneophyte 01-29-2005 10:37 PM

Quote:

Originally posted by adz
Try executing the command (as root) modprobe snd-emu10k1;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss. Then run alsamixer to unmute and raise all the volume levels.

The drivers you downloaded are most probably source code which you have to compile. Most distros come with ready-compiled drivers for you.

I did the above (because i found in my directory that I had the drivers installed) and i get a function snd_ctl_open failed for default: No such file or directory, and like my name says im an idiot...so I dont really know what i should do in this situation.

adz 01-29-2005 11:28 PM

At which stage do you get the error?

idioticneophyte 01-29-2005 11:48 PM

right after I run alsamixer

adz 01-30-2005 01:44 AM

Can you run the command amixer with no arguments and post any output. Make sure the modules are loaded first.

idioticneophyte 01-30-2005 09:57 AM

if I try to run amixer without arguements I get "Mixer attach default error: No such file or directory
If I try to run alsamixer without arguements I get "function snd_ctl_open failed for default: No such file or directory"

kflano 01-30-2005 12:23 PM

Hi,
I am getting the exact same errors as you. Did you find a solution to this problem?

adz 01-30-2005 01:45 PM

See if you can run the command alsactl as root. Also, try another mixer app like aumix.

ValidiusMaximus 01-30-2005 09:57 PM

what distro?

ValidiusMaximus 01-30-2005 10:00 PM

I never have sound card problems because i always custom compile a kernel and compile ALSA right into the kernel.

idioticneophyte 01-31-2005 12:36 AM

im running Suse, and im way to stupid to custom compile a kernel, and im having trouble with aumixer, but im working on it...

kflano 01-31-2005 02:13 AM

distro: Mandrake 10.1
kernel: kernel-multimedia-smp-2.4.22.21mm.1mdk-1-1mdk.i586

Running alsactl as root gives the same error. Have tried various other mixers and I get the same error.

In /dev there is no /dev/dsp!!

In my hardware profile in MCC my sound card is there and it says it is configured.

adz 01-31-2005 02:18 AM

Can you load all the modules again and post the output of lsmod?

It may be that you're kernel doesn't have alsa by default since it's a 2.4 series kernel.

sivakrdy 02-01-2005 04:02 AM

people i am getting the same sort of errors waiting for more replys


All times are GMT -5. The time now is 08:02 AM.