Re: [Alsa-user] alsa configuration for 0.9+0beta12
Brought to you by:
perex
|
From: Takashi I. <ti...@su...> - 2002-04-12 08:42:51
|
At Fri, 12 Apr 2002 10:18:07 +0800, ephemeron wrote: > > After upgrading to 0.9+0beta12 from beta9 (or is it 8 or 10?) I lost my > ability to have alsa start successfully at boot time. I suspect it has > something to do with the renaming of snd-card-[CARDNAME] to > snd-[CARDNAME]: yes. "snd-card-ymfpci" -> "snd-ymfpci" would be enough. generally, another possible change is that you cannot use a snd_id starting with "card", but that is not your case. Takashi > Here's the configuration for my previous 0.9 installation, basically a > carbon copy of an earlier 0.5 installation (/etc/alsa/modutils/0.9): > > # --- BEGIN: Generated by ALSACONF, do not edit. --- > # --- ALSACONF verion 0.4.3b --- > alias char-major-116 snd > alias snd-card-0 snd-card-ymfpci > alias char-major-14 soundcore > alias sound-slot-0 snd-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 > options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 snd_device_gid=29 snd_device_uid=0 > options snd-card-ymfpci snd_index=0 snd_id=CARD_0 > # --- END: Generated by ALSACONF, do not edit. --- > > Does somebody know how to fix it to make it beta12-compatible? Or am I > looking at a different problem? > > _______________________________________________ > Alsa-user mailing list > Als...@li... > https://lists.sourceforge.net/lists/listinfo/alsa-user > |