[PlanetCCRMA] no card???

Aaron aamehl@bezeqint.net
Wed Jun 25 22:05:02 2003


Hi, All


I recently upgraded my kernel to a planet CCRMA one with win4lin as
well.

When I installed Alsa again from src.rpm and ran /sbin/alsaconf I get
the following messege No supported pnp or pci card found.

Of course I had Alsa working superbly prior to this.

I have a soundblaster live.

The oss drivers work fine and RH's installation was flawless.
So my card exists.
Here is my /etc/modules.conf:
----------clip-------------
alias eth0 e100
alias scsi_hostadapter aic7xxx
alias usb-controller usb-uhci

# ALSA portion
        alias char-major-116 snd
        alias snd-card-0 snd-emu10k1
	# module options should go here

        # OSS/Free portion
        alias char-major-14 soundcore
        alias sound-slot-0 snd-card-0
	
	# card #1
	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
-----------------------clip-----------------
here is /sbin/lsmod
---------------------clip---------------------
[root@bzq-218-14-208 aamehl]# /sbin/lsmod
Module                  Size  Used by    Not tainted
emu10k1                77000   0  (unused)
sound                  78156   0  [emu10k1]
ac97_codec             14760   0  [emu10k1]
soundcore               7204   7  (autoclean) [emu10k1 sound]
mga                   107264  10
agpgart                47680   3
parport_pc             19268   1  (autoclean)
lp                      9252   0  (autoclean)
parport                39904   1  (autoclean) [parport_pc lp]
Mvnetd                  9572   1  (unused)
Mvnet                  55648   0  [Mvnetd]
Mvnetint                 320   0  (unused)
Mvw                     4628   0  (unused)
Mvmouse                  776   0  (unused)
Mvkbd                    928   0  (unused)
Mvgic                   3224   0  (unused)
Mvdsp                    976   0  (unused)
Mserial                 6740   0  (unused)
Mmpip                   7124   0  (unused)
Mmerge                134460   0  [Mvnetd Mvnet Mvw Mvmouse Mvkbd Mvgic
Mvdsp Mserial Mmpip]
mki-adapter            32352   0  [Mvnetd Mvnet Mvnetint Mvw Mvmouse
Mvkbd Mvgic Mvdsp Mserial Mmpip Mmerge]
autofs                 13908   0  (autoclean) (unused)
e100                   57444   1
ipt_REJECT              4024   6  (autoclean)
iptable_filter          2444   1  (autoclean)
ip_tables              15896   2  [ipt_REJECT iptable_filter]
sg                     38572   0  (autoclean)
sr_mod                 18200   0  (autoclean)
ide-scsi               12496   0
ide-cd                 36160   0
cdrom                  34432   0  [sr_mod ide-cd]
printer                 9376   0
keybdev                 2976   0  (unused)
mousedev                5720   1
hid                    22468   0  (unused)
input                   6176   0  [keybdev mousedev hid]
usb-uhci               28524   0  (unused)
usbcore                83296   1  [printer hid usb-uhci]
ext3                   73568   5
jbd                    58256   5  [ext3]
aic7xxx               143412   0
sd_mod                 13068   0  (unused)
scsi_mod              112116   5  [sg sr_mod ide-scsi aic7xxx sd_mod]
---------------------------clip------------------
I try running alsamixer and I get:
------------------------
[root@bzq-218-14-208 aamehl]# alsamixer

alsamixer: function snd_ctl_open failed for default: No such device
-----------------------------
When I open kde a get this messege /dev/dsp/ no such device
------------------------------

Help!!!!!!!


Aaron