Re: sonido
esteban aguilera wrote:
>
> A la hora de cargar el modulo sb
> no se que como hacer para pasar las opciones al kernel ?
$ cat /etc/modutils/extras
#Este fichero no forma parte de Debian. Creado por CBM (20/4/00)
alias char-major-14 sb
alias synth0 opl3
options sbpcd sbpcd=0x230,1
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
options opl3 io=0x388
# update-modules
$ cat /etc/modules.conf
### This file is automatically generated by update-modules
[...]
### update-modules: start processing /etc/modutils/extras
#Este fichero no forma parte de Debian. Creado por CBM (20/4/00)
alias char-major-14 sb
alias synth0 opl3
options sbpcd sbpcd=0x230,1
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
options opl3 io=0x388
### update-modules: end processing /etc/modutils/extras
[...]
# lsmod
Module Size Used by
af_packet 5788 0 (autoclean)
ne 6288 1
8390 6076 0 [ne]
unix 11244 30 (autoclean)
# modprobe sb; lsmod
Module Size Used by
sb 32852 0 (unused)
uart401 6096 0 [sb]
sound 55436 0 [sb uart401]
soundcore 2372 5 [sb sound]
af_packet 5788 0 (autoclean)
ne 6288 1
8390 6076 0 [ne]
unix 11244 30 (autoclean)
# modprobe -r `cat /proc/modules` 2>/dev/null; lsmod
Module Size Used by
ne 6288 1
8390 6076 0 [ne]
unix 11244 30 (autoclean)
--
Conrado Badenas <Conrado.Badenas@uv.es>
PhD student | Assistant Lecturer
Department of Thermodynamics | Department of Exp. Sciences
Faculty of Physics | Univ. School of Tech. and Exp. Sciences
University of Valencia | University Jaume I
c/. Dr. Moliner, 50 | Campus del Riu Sec
46100 Burjassot (Valencia) | 12071 Castellón
SPAIN
Reply to:
- References:
- sonido
- From: esteban aguilera <aguies@ciudad.com.ar>