LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   alsaconf (https://www.linuxquestions.org/questions/linux-hardware-18/alsaconf-301085/)

edmlo 03-13-2005 08:48 AM

alsaconf
 
when i ran alsaconf, it says:

no supported PnP or PCI card found.

when i sound card detection, it says no sound card detected?

[root@localhost dev]# lsmod|grep snd
snd-seq-oss 34912 0 (unused)
snd-seq-midi-event 6048 0 [snd-seq-oss]
snd-seq 53488 2 [snd-seq-oss snd-seq-midi-event]
snd-seq-device 6652 0 [snd-seq-oss snd-seq]
snd-pcm-oss 54344 0 (unused)
snd-mixer-oss 18552 0 [snd-pcm-oss]
snd-azx 38832 0 (unused)
snd-pcm 97408 0 [snd-pcm-oss snd-azx]
snd-timer 22780 0 [snd-seq snd-pcm]
snd 58116 0 [snd-seq-oss snd-seq-midi-event snd-seq snd-seq-device snd-pcm-oss snd-mixer-oss snd-azx snd-pcm snd-timer]
soundcore 6372 5 (autoclean) [snd]
snd-page-alloc 9976 0 [snd-pcm]

What can I do next?

johnMG 03-13-2005 10:19 AM

What sound card do you have installed in your machine?

What chipset does it have?

If it's an on-board audio chipset, are there BIOS settings for it?

(BTW, if you have access to some used sound cards hanging around, you could always just shut down, replace the card, reboot, and see if gets recognized -- could save you time anyway.)

edmlo 03-14-2005 09:43 AM

It is an Intel 915GV chipset with ICH6R S.B.
-On Board 7.1 Channel High Definition Audio.

MFC 03-14-2005 03:35 PM

I have the same problem. Almost.

I don't know if this helps but similar problems can make one draw some conclusions even if they don't solve the problem..

I have the following cards in my system:
* Cmedia CM8738 (C-Media) card (its actually a "Hercules Muse XL")
* CS4624 (Cirrus Logic 46xx) card (its actually a "Hercules GTXP 7.1")

This problem is with the 2.6.11 kernel alsa-drivers (1.0.8)
When all modules are loaded and I run lsmod I get all the modules ok and when I run alsaconf it identifies both cards but when the configuration is updated in modprobe.conf (Slackware) then only my C-Media card works. It shows up when I run a "cat /proc/asound/cards" but my other card doesnt work and it does not show up in the /proc/asound/cards.

I suspect that the drivers from Alsa-project isn't as good as I want them to be.

I don't know if this is the case with your configuration. The funny thing is that the Alsa-drivers that came with the 2.4.29 kernel makes my CS4624 card work, but this problem has been since I began to use kernel 2.6.11.

Maybe, I just say maybe it could work with older alsa-stuff?.. or other kernel?

edmlo 03-15-2005 09:19 AM

i am using

[root@localhost 2.4.21-20.EL]# uname -a
Linux localhost.localdomain 2.4.21-20.EL #1 Wed Aug 18 20:58:25 EDT 2004 i686 i686 i386 GNU/Linux[root@localhost 2.4.21-20.EL]# cd etc
-bash: cd: etc: No such file or directory
[root@localhost 2.4.21-20.EL]# cd /etc


[root@localhost etc]# more modules.conf
alias scsi_hostadapter ata_piix
alias usb-controller usb-uhci
alias usb-controller1 ehci-hcd
alias eth0 sk98lin
[root@localhost etc]#

My modules.conf only shows the above. Is that normal? If not what should be my next step to solve this?

edmlo 03-15-2005 10:25 AM

i got the following when i ran modprobe

[root@localhost alsa-utils-1.0.5]# modprobe snd-azx
/lib/modules/2.4.21-20.EL/kernel/sound/acore/snd.o: unresolved symbol schedule_work
/lib/modules/2.4.21-20.EL/kernel/sound/acore/snd.o: insmod /lib/modules/2.4.21-20.EL/kernel/sound/acore/snd.o failed
/lib/modules/2.4.21-20.EL/kernel/sound/acore/snd.o: insmod snd-azx failed


what does that mean?

edmlo 03-16-2005 10:29 AM

can somebody help?


All times are GMT -5. The time now is 04:56 PM.