Jason Greene wrote:
Lee Revell wrote:
On Fri, 2006-04-07 at 13:05 -0500, Jason Greene wrote:
OK, I put in the SB Live card. It has the emu10k1 chip on it

alsaconf still won't see the card.

Slackware 10.2 standard install alsa-driver-1.0.9b

Any Ideas what could be going on?


Yes - don't load the "emu10k1" driver, it's an obsolete OSS driver.

You want to be loading "snd-emu10k1".

[EMAIL PROTECTED]:~#  lspci | grep audio
01:04.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
(rev 04)


[EMAIL PROTECTED]:~# lsmod
Module                  Size  Used by    Not tainted
emu10k1                59020   0  (unused)
sound                  56616   0  [emu10k1]
ac97_codec             13556   0  [emu10k1]
soundcore               3652   7  (autoclean) [emu10k1 sound]
parport_pc             16196   1  (autoclean)
lp                      6628   0  (autoclean)
parport                25064   1  (autoclean) [parport_pc lp]
ipt_LOG                 3480   1  (autoclean)
ipt_state                568   1  (autoclean)
ip_conntrack           19272   0  (autoclean) [ipt_state]
iptable_filter          1772   1  (autoclean)
ip_tables              12096   3  [ipt_LOG ipt_state iptable_filter]
eepro100               19540   1
mii                     2400   0  [eepro100]
usb-ohci               19496   0  (unused)
usbcore                62220   1  [usb-ohci]
emu10k1-gp              1288   0  (unused)
gameport                1484   0  [emu10k1-gp]
pcmcia_core            41924   0
aic7xxx               149688   2
ide-scsi               10192   0




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Do i need to upgrade alsa? or is this a kernel thing?

these are all the modules I have compiled in my kernel

/lib/modules/2.4.29/kernel/drivers/sound/
 ac97.o
 ac97_codec.o
 ac97_plugin_ad198
 ac97_plugin_wm97x
 aci.o
 ad1816.o
 ad1848.o
 ad1889.o
 adlib_card.o
 aedsp16.o
 ali5455.o
 awe_wave.o
 btaudio.o
 cmpci.o
 cs4232.o
 cs4281/
  ---cs4281.o
 cs46xx.o
 emu10k1/
  ---emu10k1.o
 es1370.o
 es1371.o
 esssolo1.o
 forte.o
 gus.o
 i810_audio.o
 kahlua.o
 mad16.o
 maestro.o
 maestro3.o
 maui.o
 mpu401.o
 msnd.o
 msnd_classic.o
 msnd_pinnacle.o
 nm256_audio.o
 opl3.o
 opl3sa.o
 opl3sa2.o
 pas2.o
 pss.o
 rme96xx.o
 sb.o
 sb_lib.o
 sgalaxy.o
 sonicvibes.o
 sound.o
 soundcore.o
 sscape.o
 trident.o
 trix.o
 uart401.o
 uart6850.o
 v_midi.o
 via82cxxx_audio.o
 wavefront.o
 ymfpci.o


Ok, this is strange

I added these
modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss


and now when I start ogg123 I get this below ... it is a bit muted and static-y alsamixer won't launch cause it doesn't see it...

I assume it is using OSS and not ALSA

[EMAIL PROTECTED]:/lib/modules/2.4.29/kernel/drivers/sound/emu10k1# ogg123 /home/music/volume2/disc3/Track01.ogg ALSA lib confmisc.c:560:(snd_determine_driver) could not open control for card 0 ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:955:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3948:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2090:(snd_pcm_open_noupdate) Unknown PCM default

Audio Device:   OSS audio driver output

Playing: /home/music/volume2/disc3/Track01.ogg
Ogg Vorbis stream: 2 channel, 32000 Hz


--
--
Regards.

Jason Greene

Angelus Press
IT Manager
2915 Forest Avenue
Kansas City, MO  64109-1516
1.800.966.7337 x306
1.816.753.3557 (fax)
www.angeluspress.org


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to