[PlanetCCRMA] Problems with Alsa and Sound Blaster Live card

TheRobeBoy@aol.com TheRobeBoy@aol.com
Sun Feb 29 11:48:01 2004


-------------------------------1078083998
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Hi everyone,

I am trying to get the Alsa drivers running with a Sound Blaster Live card on 
my computer with Fedora Core 1 and CCRMA.  I am not sure what I am doing 
wrong so any help would be much appreciated.  I am new to linux as well so I 
readily admit this could be my problem.  Appologies if there are any typos or 
formatting errors when I am giving you error messages and whatnot.  The computer I 
am having the problems on doesn't have an internet connection so I am typing 
these all by hand.

Anyway, when I am using the default sound drivers that are installed with 
Planet CCRMA and I do an lsmod command I get the following list (I am going to 
restrict these lists to only the modules that seem to be audio related):

Module            Size        Used by    Not tainted
emu10k1        72872        1    (autoclean)
ac97_codec    17224        0    (autoclean)    [emu10k1]
sound             74900        0    (autoclean)    [emu10k1]
soundcore       6660         7    (autoclean)    [emu10k1 sound]

When I run alsaconf if immidiately prints the following which may or may not 
have anything to do with my problems:

which: no dialog in 
(/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin)

The alsaconf program then detects and configures my soundcard but then starts 
having problems.  It tries to start alsa and run the alsamixer and I get the 
following messages:

Loading driver...
Starting sound driver snd-emu10k1
/lib/modules/2.4.22-9.23rc3.ll.rhfc1.ccrma/kernel/sound/snd-emu10k1.o: 
init_module: No such device
/lib/modules/2.4.22-9.23rc3.ll.rhfc1.ccrma/kernel/sound/snd-emu10k1.o: insmod 
/lib/modules/2.4.22-9.23rc3.ll.rhfc1.ccrma/kernel/sound/snd-emu10k1.0 failed
/lib/modules/2.4.22-9.23rc3.ll.rhfc1.ccrma/kernel/sound/snd-emu10k1.0: Hint: 
insmod errors can be caused by incorrect module parameters, including invalid 
IO or IRQ parameters.
You may find more information in syslog of the output from dmesg
insmod snd-emu10k1 failed
                                                                              
    [FAILED}
Setting default volumes...
Saving the mixer setup used for this in /etc/asound.state.
/usr/sbin/alsactl: save_state:1061: No soundcards found...

after this operation, the only addition to the lsmod list is:

Module            Size        Used by    Not tainted
snd                47012        0    (autoclean)

Here is the modules.conf file after running alsaconf:

alias usb-controller usb-uhci
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.0 ---
alias char-major-116 snd
alias char-major-14 soundcore
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias snd-card-0 snd-emu10k1
alias sound-slot-0 snd-emu10k1
# --- END: Generated by ALSACONF, do not edit. ---

So, thinking I may still have the oss drivers installed or something I reboot 
the machine.  The lsmod listing is then:

Module            Size        Used by    Not tainted
snd-mixer-oss    16432    0    (autoclean)    (unused)
snd                    47012    0    (autoclean)   [snd-mixer-oss]
soundcore            6660    0    (autoclean)   [snd]

if I try to invoke the alsa mixer I get the following error:

alsamixer: function snd_ctl_open failed for default: No such device

the dmsg command displays the following related to the soundcard:

EMU10K1/Audigy soundcard not found or device busy.

Any ideas?  Thanks for the help.

- Jeff Taylor

-------------------------------1078083998
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

<HTML><HEAD>
<META charset=3DUS-ASCII http-equiv=3DContent-Type content=3D"text/html; cha=
rset=3DUS-ASCII">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR></HEAD>
<BODY style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial; BACKGROUND-COLOR: #fffff=
f">
<DIV>Hi everyone,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am trying to get the Alsa drivers running with a Sound Blaster Live c=
ard on my computer with Fedora Core 1 and CCRMA.&nbsp; I am not sure what I=20=
am doing wrong so any help would be much appreciated.&nbsp; I am new to linu=
x as well so I readily admit this could be my problem.&nbsp; Appologies if t=
here are any typos or formatting errors when I am giving you error messages=20=
and whatnot.&nbsp; The computer I am having the problems on doesn't have an=20=
internet connection so I am typing these all by hand.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Anyway, when I am using the default sound drivers that are installed wi=
th Planet CCRMA and I do an lsmod command I get the following list (I am goi=
ng to restrict these lists to only the modules that seem to be audio related=
):</DIV>
<DIV>&nbsp;</DIV>
<DIV>Module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
; Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Used by&nbsp;&nbsp;&nbsp; N=
ot tainted<BR>emu10k1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 72872&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; (autoclean)<BR>ac97_=
codec&nbsp;&nbsp;&nbsp; 17224&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nb=
sp;&nbsp;&nbsp; (autoclean)&nbsp;&nbsp;&nbsp; [emu10k1]<BR>sound&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 74900&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; (autoclean)&nbsp;&nbsp;=
&nbsp; [emu10k1]<BR>soundcore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6660&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp;&nbsp; (autoclean)&n=
bsp;&nbsp;&nbsp; [emu10k1 sound]</DIV>
<DIV>&nbsp;</DIV>
<DIV>When I run alsaconf if immidiately prints the following which may or ma=
y not have anything to do with my problems:</DIV>
<DIV>&nbsp;</DIV>
<DIV>which: no dialog in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbi=
n:/usr/bin:/usr/X11R6/bin:/root/bin)</DIV>
<DIV>&nbsp;</DIV>
<DIV>The alsaconf program then detects and configures my soundcard&nbsp;but=20=
then starts having problems.&nbsp; It tries to start alsa and run the alsami=
xer and I get the following messages:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Loading driver...<BR>Starting sound driver snd-emu10k1<BR>/lib/modules/=
2.4.22-9.23rc3.ll.rhfc1.ccrma/kernel/sound/snd-emu10k1.o: init_module: No su=
ch device<BR>/lib/modules/2.4.22-9.23rc3.ll.rhfc1.ccrma/kernel/sound/snd-emu=
10k1.o: insmod /lib/modules/2.4.22-9.23rc3.ll.rhfc1.ccrma/kernel/sound/snd-e=
mu10k1.0 failed<BR>/lib/modules/2.4.22-9.23rc3.ll.rhfc1.ccrma/kernel/sound/s=
nd-emu10k1.0: Hint: insmod errors can be caused by incorrect module paramete=
rs, including invalid IO or IRQ parameters.<BR>You may find more information=
 in syslog of the output from dmesg<BR>insmod snd-emu10k1 failed<BR>&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp; [FAILED}<BR>Setting default volumes...<BR>Saving the=20=
mixer setup used for this in /etc/asound.state.<BR>/usr/sbin/alsactl: save_s=
tate:1061: No soundcards found...</DIV>
<DIV>&nbsp;</DIV>
<DIV>after this operation, the only addition to the lsmod list is:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
; Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Used by&nbsp;&nbsp;&nbsp; N=
ot tainted<BR>snd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 47012&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; 0&nbsp;&nbsp;&nbsp; (autoclean)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here is the modules.conf file after running alsaconf:</DIV>
<DIV>&nbsp;</DIV>
<DIV>alias usb-controller usb-uhci</DIV>
<DIV># --- BEGIN: Generated by ALSACONF, do not edit. ---</DIV>
<DIV># --- ALSACONF version 1.0.0 ---</DIV>
<DIV>alias char-major-116 snd</DIV>
<DIV>alias char-major-14 soundcore</DIV>
<DIV>alias sound-service-0-0 snd-mixer-oss</DIV>
<DIV>alias sound-service-0-1 snd-seq-oss</DIV>
<DIV>alias sound-service-0-3 snd-pcm-oss</DIV>
<DIV>alias sound-service-0-8 snd-seq-oss</DIV>
<DIV>alias sound-service-0-12 snd-pcm-oss</DIV>
<DIV>alias snd-card-0 snd-emu10k1</DIV>
<DIV>alias sound-slot-0 snd-emu10k1</DIV>
<DIV># --- END: Generated by ALSACONF, do not edit. ---</DIV>
<DIV>&nbsp;</DIV>
<DIV>So, thinking I may still have the oss drivers installed or something I=20=
reboot the machine.&nbsp; The lsmod listing is then:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
; Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Used by&nbsp;&nbsp;&nbsp; N=
ot tainted<BR>snd-mixer-oss&nbsp;&nbsp;&nbsp; 16432&nbsp;&nbsp;&nbsp; 0&nbsp=
;&nbsp;&nbsp; (autoclean)&nbsp;&nbsp;&nbsp; (unused)<BR>snd&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp; 47012&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; (autoclean=
)&nbsp;&nbsp; [snd-mixer-oss]<BR>soundcore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6660&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;=20=
(autoclean)&nbsp;&nbsp; [snd]</DIV>
<DIV>&nbsp;</DIV>
<DIV>if I try to invoke the alsa mixer I get the following error:</DIV>
<DIV>&nbsp;</DIV>
<DIV>alsamixer: function snd_ctl_open failed for default: No such device</DI=
V>
<DIV>&nbsp;</DIV>
<DIV>the dmsg command displays the following related to the soundcard:</DIV>
<DIV>&nbsp;</DIV>
<DIV>EMU10K1/Audigy soundcard not found or device busy.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any ideas?&nbsp; Thanks for the help.</DIV>
<DIV>&nbsp;</DIV>
<DIV>- Jeff Taylor</DIV></BODY></HTML>

-------------------------------1078083998--