On Mon, 22 Apr 2002 21:20:30 -0700
"Garrick Sitongia" <[EMAIL PROTECTED]> wrote:

> I did a "./configure --with-debug=detect" and my /var/log/messages has:
> 
> Apr 22 21:06:51 ip68-6-63-135 kernel: PCI: Setting latency timer of device 
> 00:11.5 to 64

That is a normal informative message AFAIK :)

> Apr 22 21:06:51 ip68-6-63-135 modprobe: modprobe: Can't locate module 
> snd-card-1

Well, that's about the _second_ soundcard, the first one is snd-card-0.

> Apr 22 21:06:51 ip68-6-63-135 modprobe: modprobe: Can't locate module 
> snd-card-2
> Apr 22 21:06:51 ip68-6-63-135 modprobe: modprobe: Can't locate module 
> snd-card-3
> Apr 22 21:06:51 ip68-6-63-135 modprobe: modprobe: Can't locate module 
> snd-card-4
> Apr 22 21:06:51 ip68-6-63-135 modprobe: modprobe: Can't locate module 
> snd-card-5
> Apr 22 21:06:51 ip68-6-63-135 modprobe: modprobe: Can't locate module 
> snd-card-6
> Apr 22 21:06:51 ip68-6-63-135 modprobe: modprobe: Can't locate module 
> snd-card-7
> 
> My /dev/devfsd.conf
> ----------------------
> [...]
> # ALSA stuff
> #LOOKUP                 snd             MODLOAD ACTION snd
> REGISTER        ^sound/.*       PERMISSIONS     root.root       660
> REGISTER        ^sound/*        PERMISSIONS     root.root       660
> REGISTER        ^snd/.*         PERMISSIONS     root.root       660
> REGISTER        ^snd/*          PERMISSIONS     root.root       660

Read the INSTALL file: this way only root has access to sound devices AFAIK.

> [...]
> ----------------------
> 
> My /dev/modules.conf
> ----------------------
> alias autofs autofs4
> alias usb-interface usb-uhci
> probeall scsi_hostadapter ide-scsi
> alias eth0 tulip
> 
> alias char-major-116 snd

Add the line 'options snd snd_major=116 snd_cards_limit=1' to avoid the 
'Can't locate module snd-card-1' etc. in /var/log/messages.

> above snd-card-via8233 snd-pcm-oss <--- removed, added, over many attempts
> alias snd-card-0 snd-via8233
> alias char-major-14 soundcore
> alias sound-slot-0 sound-card-0
> 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
> ----------------------
> Distrubution Alsa 0.5 worked in Mandrake 8.2beta3. But it didn't work in 
> install of 8.2 Final. So by installing my own 0.9.0beta12 I almost have it 
> working?

I sure hope so ;) I think what happened is that just before the release of
ML 8.2 Mandrake decided to use the OSS drivers instead of the ALSA ones for
via8233 based sound. But the ALSA 0.5.12a modules are still installed on 
your hard disk. 

To load ALSA 0.5.12a at boot only a slight change of /etc/modules.conf is 
needed, this recommendation is for the MSI k7t266 pro2 mainboard but I guess 
it works for other mainboards with via8233 based sound:

http://www.linux-mandrake.com/en/hard-details.php3?F_TYPE=mother&F_ID=3282

> Garrick

HTH,

    -Frans

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to