Hi!
I've installed alsa-drier+alsa-lib+alsa-utils (all versions are 1.0.11).
Installing (i think so... :P) went OK!
But the problems started, when i tried "insert modules into kernel" <- as Alsa-DOCs (for my sound-card) said.
So i've entered in terminal (as root):
Code:
modprobe snd-cmipci;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
and terminal returned me:
Code:
modprobe: Can't locate module snd-cmipci
modprobe: Can't locate module snd-pcm-oss
modprobe: Can't locate module snd-mixer-oss
modprobe: Can't locate module snd-seq-oss
Running alsamixer in terminal returns me:
Code:
alsamixer: function snd_ctl_open failed for default: No such device
alsaconf don't detect my sound-card (CM(i)PCI* 8738).
The weird thing is, when i enter in console
(yes yes, without "i" between "m" and "p")
i've got sound! But the problem is, that i can't play sound, from two streams once :/ (for e.g. XMMS and lets say... KMail)
lsmod returns me:
Code:
Module Size Used by Not tainted
nls_cp437 4284 1 (autoclean)
ntfs 45088 1 (autoclean)
cmpci 25164 1 //I ran it manualy
gameport 1388 0 [cmpci]
soundcore 3268 2 (autoclean) [cmpci]
input 3040 0 (autoclean)
apm 8428 1 (autoclean)
af_packet 11048 1 (autoclean)
ehci-hcd 14764 0 (unused)
usb-uhci 19504 0 (unused)
usbcore 52268 1 [ehci-hcd usb-uhci]
ide-scsi 8272 0
scsi_mod 86052 1 [ide-scsi]
ne2k-pci 4192 1
8390 5280 0 [ne2k-pci]
crc32 2848 0 [8390]
ide-cd 27072 0
cdrom 26212 0 [ide-cd]
rtc 5768 0 (autoclean)
ext3 65388 1 (autoclean)
jbd 34628 1 (autoclean) [ext3]
ide-detect 288 0 (autoclean) (unused)
via82cxxx 9256 1 (autoclean)
ide-disk 12448 2 (autoclean)
ide-core 91832 2 (autoclean) [ide-scsi ide-cd ide-detect via82cxxx ide-disk]
unix 12752 124 (autoclean)
Please, help...