Hola a todos/as
Estoy intentando hacer q fincione la audigy2 platinum en mandrake 9.1
He seguido las pasos q se indican en este foro en
http://www.elotrolado.net/showthread.php?s=&threadid=161628&perpage=10&pagenumber=6
Me fallan muchas cosas. A ver si alguien me puede ayudar.
-Tengo el volumen a tope.
-Tengo instalado kernel-source-2.4.21-0.13mdk.i586.rpm
-Al hacer #modprobe emu10k1 me dice q
[root@localhost tyler]# modprobe emu10k1
/lib/modules/2.4.21?0.13mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.21?0.13mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz failed
modprobe: insmod emu10k1 failed
Es raro ya q esta instalado, es mas ma he bajado tb el emu101.
He bajado 2 un RPM (emu-tools-0.9.4-1.i386.rpm) que he instalado y otro emu10k1-v0.20a.tar.bz2. Que no se como instalar - tal vez problemas deriven de esto-
De todas formas al hacer #/sbin/lsmod
me encuentra la tarjeta o los drivers (no estoy muy seguro). Me da el siguente resultado.
Module Size Used by Not tainted
isofs 27988 1 (autoclean)
zlib_inflate 21156 0 (autoclean) [isofs]
udf 90464 0 (autoclean)
audigy 70952 0
ac97_codec 12488 0 [audigy]
sound 70644 0 [audigy]
soundcore 6276 0 [audigy sound]
af_packet 14952 0 (autoclean)
sr_mod 16920 0 (autoclean)
floppy 55132 0
nls_iso8859?15 4092 2 (autoclean)
nls_cp850 4316 1 (autoclean)
vfat 11820 1 (autoclean)
fat 37944 0 (autoclean) [vfat]
supermount 15296 2 (autoclean)
ide?cd 33856 1
cdrom 31648 0 [sr_mod ide?cd]
ide?scsi 11280 0
scsi_mod 103284 2 [sr_mod ide?scsi]
usb?uhci 24652 0 (unused)
usbcore 72992 1 [usb?uhci]
rtc 8060 0 (autoclean)
ext3 59916 2
jbd 38972 2 [ext3]
Segun el otro mensaje es lo que deberia aparecer. Ya que me salen
audigy 70952 0
ac97_codec 12488 0 [audigy]
sound 70644 0 [audigy]
soundcore 6276 0 [audigy sound]
Al continuar y hacer lo del #make, #make tools, #rmmod, etc me da lo diguiente
#make
[root@localhost tyler]# make
make: *** No targets specified and no makefile found. Stop.
[root@localhost tyler]# make audigy
make: *** No rule to make target `audigy'. Stop.
[root@localhost tyler]# rmmod ac97_codec
ac97_codec: Device or resource busy
[root@localhost tyler]# make install
make: *** No rule to make target `install'. Stop.
[root@localhost tyler]#
tal vez lo estoy haciendo mal pero no se me ocurre otra manera.
soy muy nuevo en linux y en el otro mensaje no se especifice q haya q hacerlo de otra manera. Asimo q lo estoy haciendo bien, aunque sin resultados. Que reglas tengo q usar?, dice que no le pongo reglas
Una ayudita plz
Gracias.