LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No suported PCI Sound card found..... (https://www.linuxquestions.org/questions/linux-newbie-8/no-suported-pci-sound-card-found-171653/)

Agna 04-18-2004 10:54 AM

No suported PCI Sound card found.....
 
Well my sound was workinf fine until I used swaret to upgrade almost everything (except lilo and kernel).
Afters solving some Gnome issues I noticed that I had no sound, If I run alsaconf I get the No suported PCI Sound card..... message.
I noticed that when linux loads it shows this, same when I run alsaconf.
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found

lsmod gies me this
module Size Used by Not tainted
soundcore 3332 0 (autoclean)
radeon 102340 1
uhci 24496 0 (unused)
ehci-hcd 16872 0 (unused)
usbcore 58400 1 [uhci ehci-hcd]
ide-scsi 9424 0
8139too 15240 1
mii 2304 0 [8139too]
crc32 2880 0 [8139too]
agpgart 39576 3
ntfs 51040 3 (autoclean)


Ive done a search and found some topics related to this but none gave me a solution or I was simple unable to understand it :newbie: :scratch:

trickykid 04-18-2004 11:11 AM

Well, not telling us what soundcard your using doesn't help us at all. What do you get with a lspci output? What kind of card is it? Have you tried loading the module if not already loaded manually?

Agna 04-18-2004 11:14 AM

sorry I fogot, Im using a C Media 8738Mx Its on board sound on my MSI KT4 Ultra Mobo. And I how do I load the module? I mean wich module should I load and where I should get it?

/me feels idiot :D

EDIT: this is what lspci lists

00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge
00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139 C+ (rev 10)
00:0c.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
00:10.0 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/ C/VT8235 PIPC Bus Master IDE (rev 06)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R200 QM [Radeon 9 100]


And This is the exactly messag I see when booting

Modprobe: Can't locate module snd-cmipci

trickykid 04-18-2004 11:30 AM

Should use the cmpci module. Try loading it like:

modprobe cmpci

If it loads properly, you can then test your sound. Perhaps check the settings of /dev/dsp and /dev/mixer if you have them.. make sure they are rw-rw-rw.. well, basically chmod 666 /dev/dsp /dev/mixer

If it works after modprobing the module, just add it to load at boot time in your rc.modules file in /etc/rc.d

trickykid 04-18-2004 11:36 AM

Update after you added more to your post when I was replying..

If its not finding your module, I'd say something swaret updated removed or changed it on your system. I would check your /lib/modules/<kernel-version> and see if you can't locate the snd-cmipci module.

Agna 04-18-2004 01:24 PM

When I do modprobe cmpci I get sounds, I execute the Chomd commands but I still get the no Audio device when trying to acces the audio controls (via the speaker button).
I cheked and the only place where I found snd-cmipci is under /lib/modules/2.4.22/kernel/drivers/sound but its named snd-cmipci.o.gz :rolleyes:


All times are GMT -5. The time now is 03:39 PM.