On Tue, Jan 01, 2002 at 08:14:05PM +0900, ???????????? wrote:
> I can't use English well. Sorry for that...
> My sound card is 'Sound Track Digital-XG Gold'.
> (YMF 754, produced by HOONTECH)
> 
> type 'modules snd-card-ymfpci'
> type 'lsmod'
> 
> next...
> like this..
> 
> Module                  Size  Used by
> snd-card-ymfpci         4608   0  (unused)    <==== -_-;;
> snd-ymfpci             39952   0  [snd-card-ymfpci]
> snd-pcm                36992   0  [snd-ymfpci]
> snd-ac97-codec         26720   0  [snd-ymfpci]
> snd-mixer              33392   0  [snd-ymfpci snd-ac97-codec]
> snd-mpu401-uart         3232   0  [snd-card-ymfpci]
> snd-rawmidi            11488   0  [snd-mpu401-uart]
> snd-seq-device          3968   0  [snd-rawmidi]
> snd-opl3                5424   0  [snd-card-ymfpci]
> snd-timer              11008   0  [snd-pcm snd-opl3]
> snd-hwdep               4176   0  [snd-opl3]
> snd                    45392   1  [snd-card-ymfpci snd-ymfpci snd-pcm
> snd-ac97-codec snd-mixer snd-mpu401-uart snd-rawmidi snd-seq-device
> snd-opl3 snd-timer snd-hwdep]
> soundcore               2608   3  [snd]
> ...
> 
> why ... unused at 'used by' column...."

Because the snd-card-ymfpci module is not used by any other module.
Nothing special about that, lots of modules are self contained.

> How must I modify 'conf.modules'...?

With your choice of editor. You'd better edit /etc/modules.conf ,
conf.modules is deprecated.

> now like this...
> 
> # ALSA portion
> alias char-major-116 snd
> options snd snd_major=116 snd_cards_limit=1
> alias snd-card-0 snd-card-ymfpci
> 
> # OSS/Free portion
> alias char-major-14 soundcore
> alias sound-slot-0 snd-card-0

Looks OK to me, though you might want to add the following lines:


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
post-install snd  alsactl restore


Don't forget to run "depmod -a" after you edited modules.conf.


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Faculty
of Information Technology and Systems, Delft University of Technology,
PO BOX 5031, 2600 GA Delft, The Netherlands  Phone: +31-15-2783635
Fax: +31-15-2781843  Email: [EMAIL PROTECTED]
WWW: http://www-ict.its.tudelft.nl/~erik/

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

Reply via email to