Am Fre, 2002-03-29 um 12.32 schrieb Oliver Sampson:
> Howdy,
> I've got RH7.2 installed on my system, and I'd like to put the ALSA
> drivers onto my system.  Is there a way to find out which soundcard
> driver my system is currently using?  

executing the following command (as root):
'lsmod'

should give sth. like that:

Module                  Size  Used by    Tainted: P  
NVdriver              945280  10 
>snd-pcm-oss            35744   1 
>snd-mixer-oss           9184   1  [snd-pcm-oss]
>snd-seq-midi            3232   0  (autoclean) (unused)
>snd-seq-oss            23264   0  (unused)
>snd-seq-midi-event      2920   0  [snd-seq-midi snd-seq-oss]
>snd-seq                37196   2  [snd-seq-midi snd-seq-oss snd-seq-midi-event]
>snd-card-ens1371        9728   2 
>snd-pcm                48576   0  [snd-pcm-oss snd-card-ens1371]
>snd-timer              10432   0  [snd-seq snd-pcm]
>snd-rawmidi            12576   0  [snd-seq-midi snd-card-ens1371]
>snd-seq-device          3952   0  [snd-seq-midi snd-seq-oss snd-seq snd-rawmidi]
>snd-ac97-codec         23232   0  [snd-card-ens1371]
>snd                    25320   0  [snd-pcm-oss snd-mixer-oss snd-seq-midi snd-seq-oss 
>snd-seq-midi-event snd-seq snd-card-ens1371 snd-pcm snd-timer snd-rawmidi 
>snd-seq-device snd-ac97-codec]
nls_iso8859-1           2848   1  (autoclean)
nls_cp437               4384   1  (autoclean)
vfat                    9500   1  (autoclean)
fat                    29752   0  (autoclean) [vfat]
3c59x                  24968   2 
lirc_serial             7552   0 

using alsa you see all these snd-* thingies. including the sound-card-driver
(here: snd-card-ens1371). not using alsa you should see a module named 'sound'
which is needed by the sound card driver (modules depending on an other module
are shown behind the module they depend on).

--
sven


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

Reply via email to