Gentoo Archives: gentoo-user-es

From: "M. David Ramiro" <mdramiro@××××××.net>
To: Gentoo-lista <gentoo-user-es@g.o>
Subject: [gentoo-user-es] Alsa + kernel 2.6.0
Date: Fri, 12 Dec 2003 03:31:55
Message-Id: 20031212104356.68d440fc.mdramiro@usebox.net
1 Hola a todos:
2
3 Recientemente he configurao mi ALSA pa poder escuchar algo de musica y demas...todo funciona bien salvo que al apagar el ordenador me aparecen unos lindos mensajes tal que asi:
4
5 Storing ALSA Mixer Levels
6 modprobe: FATAL: Module snd_car_1_not_found
7 modprobe: FATAL: Module snd_car_2_not_found
8 modprobe: FATAL: Module snd_car_3_not_found
9 modprobe: FATAL: Module snd_car_4_not_found
10 modprobe: FATAL: Module snd_car_5_not_found
11 modprobe: FATAL: Module snd_car_6_not_found
12 modprobe: FATAL: Module snd_car_7_not_found
13 modprobe: FATAL: Module snd_car_8_not_found
14
15 He hecho las pertinentes modificaciones en el /etc/modules.d/alsa os pego seguidamente el contenido:
16
17 # Alsa 0.9.X kernel modules' configuration file.
18 # $Header: /home/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.1 2003/08/05 21:07:55 johnm Exp $
19
20 # ALSA portion
21 alias char-major-116 snd
22 options snd cards_limit=1
23 # OSS/Free portion
24 alias char-major-14 soundcore
25
26 ##
27 ## IMPORTANT:
28 ## You need to customise this section for your specific sound card(s)
29 ## and then run `update-modules' command.
30 ## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
31 ##
32 ## ALSA portion
33 alias snd-card-0 snd-emu10k1
34 ## alias snd-card-0 snd-interwave
35 ## alias snd-card-1 snd-ens1371
36 ## OSS/Free portion
37 ## alias sound-slot-0 snd-card-0
38 ## alias sound-slot-1 snd-card-1
39 ##
40
41 # OSS/Free portion - card #1
42 alias sound-service-0-0 snd-mixer-oss
43 alias sound-service-0-1 snd-seq-oss
44 alias sound-service-0-3 snd-pcm-oss
45 alias sound-service-0-8 snd-seq-oss
46 alias sound-service-0-12 snd-pcm-oss
47 ## OSS/Free portion - card #2
48 ## alias sound-service-1-0 snd-mixer-oss
49 ## alias sound-service-1-3 snd-pcm-oss
50 ## alias sound-service-1-12 snd-pcm-oss
51
52 alias /dev/mixer snd-mixer-oss
53 alias /dev/dsp snd-pcm-oss
54 alias /dev/midi snd-seq-oss
55
56 # Set this to the correct number of cards.
57 #options snd cards_limit=1
58
59
60 Ya me direis si todo esta bien o como puedo arreglarlo.
61
62 Un saludo
63
64 M. David Ramiro
65
66 --
67 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] Alsa + kernel 2.6.0 "Jesús García Crespo" <correo@××××××.com> (aka Sevein)