Click to See Complete Forum and Search --> : another sound card problem


DimGR
04-12-2004, 11:27 PM
Im trying to set up my Audigy.


knoppix@ttyp0[knoppix]$ lsmod
Module Size Used by Not tainted
ext3 64164 0 (autoclean)
jbd 46356 0 (autoclean) [ext3]
autofs4 8756 1 (autoclean)
af_packet 13512 0 (autoclean)
ntfs 50944 1 (autoclean)
msdos 4652 0 (autoclean)
nls_iso8859-1 2876 1 (autoclean)
nls_cp437 4380 0 (autoclean)
soundcore 3428 0 (autoclean)
agpgart 42628 0 (unused)
natsemi 17408 1
emu10k1-gp 1224 0 (unused)
gameport 1404 0 [emu10k1-gp]
serial 51972 0 (autoclean)
pl2303 10392 0 (unused)
usbserial 17628 0 [pl2303]
usb-storage 61280 0
usb-ohci 18184 0 (unused)
usb-uhci 21868 0 (unused)
usbcore 57824 1 [pl2303 usbserial usb-storage usb-ohci usb-uhci]
apm 9768 2
rtc 6972 0 (autoclean)
cloop 8740 2


the driver i need is the emu10k1 as listed above

i type modprobe emu10k1 and i get this :


modprobe emu10k1
/lib/modules/2.4.24-xfs/kernel/drivers/sound/ac97_codec.o: create_module: Operation not permitted
/lib/modules/2.4.24-xfs/kernel/drivers/sound/ac97_codec.o: insmod /lib/modules/2.4.24-xfs/kernel/drivers/sound/ac97_codec.o failed
/lib/modules/2.4.24-xfs/kernel/drivers/sound/ac97_codec.o: insmod emu10k1 failed




as root



modprobe emu10k1
/lib/modules/2.4.24-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: 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
/lib/modules/2.4.24-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.24-xfs/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.24-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 failed





dmesg

Creative EMU10K1 PCI Audio Driver, version 0.20, 01:17:01 Feb 4 2004
Creative EMU10K1 PCI Audio Driver, version 0.20, 01:17:01 Feb 4 2004
Creative EMU10K1 PCI Audio Driver, version 0.20, 01:17:01 Feb 4 2004
Creative EMU10K1 PCI Audio Driver, version 0.20, 01:17:01 Feb 4 2004
Creative EMU10K1 PCI Audio Driver, version 0.20, 01:17:01 Feb 4 2004



insmod -r emu10k1
Using /lib/modules/2.4.24-xfs/kernel/drivers/sound/emu10k1/emu10k1.o
/lib/modules/2.4.24-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: /lib/modules/2.4.24-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol sound_unload_mididev


plus at least 20 more similar errors...

hard candy
04-13-2004, 10:31 AM
"emu10k1-gp" is, I believe the gameport module. Try "modprobe -l | more" to see all the modules available. Did you configure your kernel? If so, try enabling the emu10k1 module. If it is a "storebought" kernel, maybe install the rpm,tgz, debian package, etc for the sound card. And then you may need to reboot to load it, the installation/readme instructions inside the package will tell you if not the site/homepage you get it from.

mdwatts
04-13-2004, 10:47 AM
First ensure you have PnP OS disabled in the bios.

Which Audigy model? Apparently the Audigy LS is not supported.

XiaoKJ
04-13-2004, 10:54 AM
USE ALSA!!!

modprobe snd-emu10k1

and audigy has other modules other than this. Check it out in the kernel's source files

DimGR
04-13-2004, 12:51 PM
Originally posted by mdwatts
First ensure you have PnP OS disabled in the bios.

Which Audigy model? Apparently the Audigy LS is not supported.


PnP is disabled , and i have the Audigy 2

mdwatts
04-13-2004, 01:07 PM
Did you first try searching the JL forums for 'audigy'? We do have loads of previous threads on the very same soundcard that include troubleshooting tips and what modules to load.

DSwain
04-13-2004, 02:08 PM
you may wish to take a look at OSS in that case, as I use a SBLIVE! card now and it happens to work very well with OSS (or at least with Red Hat 9)

DimGR
04-13-2004, 03:30 PM
Originally posted by DSwain
you may wish to take a look at OSS in that case, as I use a SBLIVE! card now and it happens to work very well with OSS (or at least with Red Hat 9)


what does OSS mean ?

DSwain
04-13-2004, 04:12 PM
sorry, should have clarified. OSS is something like Open Sound System. Its similar to ALSA if you will, just an application that has drivers for sound cards, mixers, and so on. I'm not sure if its completly free though, but you can take a look at it here:

http://www.opensound.com/

But ALSA should also work if you follow the instructions properly.

MMYoung
04-13-2004, 05:05 PM
Look HERE (http://www.alsa-project.org) for the alsa drivers (all I ever download is alsa-driver, alsa-lib, alsa-utils and alsa-oss) and then compile them using THESE (http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Creative+Labs&card=Soundblaster+Audigy+Platinum&chip=Audigy&module=emu10k1) instructions.

After you are done compiling and installing just run alsaconf (as root) and it should set everything up for you.

<EDIT>
Don't do the modprobe part of the instructions, just follow them TO THE LETTER to that part. Running alsaconf does the modprobe/insmod stuff for you and updates your modules.conf (if you are running the 2.4 kernel) or the modprobe.conf (if you are running the 2.6 kernel).

It has always worked for me.

HTH,
MMYoung

mdwatts
04-14-2004, 09:52 AM
Originally posted by XiaoKJ
USE ALSA!!!

modprobe snd-emu10k1


Did you attempt loading the ALSA modules as above?

Legithrandil
07-23-2004, 08:38 PM
ok... i'm trying this with a audigy 2 zs, and when i try to modprobe snd-emu10k1, i get these errors:

root@z3r0-0n3:/tmp/alsa-driver-1.0.5a# modprobe snd-emu10k1
WARNING: Error inserting snd (/lib/modules/2.6.6/kernel/sound/acore/snd.ko): Input/output error
WARNING: Error inserting snd_hwdep (/lib/modules/2.6.6/kernel/sound/acore/snd-hwdep.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.6/kernel/sound/pci/ac97/snd-ac97-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.6/kernel/sound/acore/seq/snd-seq-device.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.6/kernel/sound/acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_pcm (/lib/modules/2.6.6/kernel/sound/acore/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.6/kernel/sound/acore/snd-rawmidi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_emu10k1 (/lib/modules/2.6.6/kernel/sound/pci/emu10k1/snd-emu10k1.ko): Unknown symbol in module, or unknown parameter (see dmesg)


when i check dmesg, i get this:

erbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
0: nvidia: trying to map 0xd7895000 to kernel space, but we're in an interrupt or holding a spinlock
atkbd.c: Unknown key released (translated set 2, code 0xe1 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e061 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0x68 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 68 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0x65 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 65 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0xe1 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e061 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0x68 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 68 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0x65 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 65 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0xe1 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e061 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0x68 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 68 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0x65 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 65 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0xe1 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e061 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0x68 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 68 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0x65 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 65 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0xe1 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e061 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0x68 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 68 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0x65 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 65 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0xe1 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e061 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0x68 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 68 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0x65 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 65 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0xe1 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e061 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0x68 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 68 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0x65 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 65 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0xe1 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e061 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0x68 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 68 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0x65 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 65 <keycode>' to make it known.
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
atkbd.c: Unknown key released (translated set 2, code 0xe1 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e061 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0x68 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 68 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0x65 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 65 <keycode>' to make it known.
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_mixer_oss: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_pcm_oss: Unknown symbol snd_verbose_printk
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_mixer_oss: Unknown symbol snd_verbose_printk
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_mixer_oss: Unknown symbol snd_verbose_printk
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_mixer_oss: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_pcm_oss: Unknown symbol snd_verbose_printk
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_mixer_oss: Unknown symbol snd_verbose_printk
atkbd.c: Unknown key released (translated set 2, code 0xe1 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e061 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0x68 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 68 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0x65 on isa0060/serio0).
atkbd.c: Use 'setkeycodes 65 <keycode>' to make it known.
ALSA /tmp/alsa-driver-1.0.5a/acore/sound.c:363: unable to register native major device number 116
snd_hwdep: Unknown symbol snd_verbose_printk
snd_ac97_codec: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_verbose_printk
snd_pcm: Unknown symbol snd_verbose_printk
snd_rawmidi: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_verbose_printk
snd_emu10k1: Unknown symbol snd_hwdep_new
root@z3r0-0n3:/tmp/alsa-driver-1.0.5a#


i have no clue as to what most of that means. is there anything you all know that may help me?

kevinalm
07-24-2004, 12:03 AM
Iirc, verbose print k is a debugging option for the sound code in the kernel/modules. I remember seeing it in the kernel config options. I imagine there is a mismatch between the existing modules and the running kernel, it being enabled in one and not the other.

Legithrandil
07-24-2004, 10:21 AM
if you mean a version mismatch, that shouldn't be since everything is compiled for the 2.6.6 kernel. the thing is, i had it working with my onboard nforce2 audio before i installed the audigy.

and, afaik, there is no 'pnp aware os' setting in my bios. at least, none that i've found.

kevinalm
07-24-2004, 01:05 PM
No, what I was referring to is that verbose_printk is a relatively new debugging feature (compilation option) in the 2.6 kernel. Possibly the driver isn't supporting this. There has been a lot of trouble adapting the driver code for some soundcards for 2.6. My au8830 base card won't work with a 2.6 earlier than 2.6.7, for a different reason though. What I meant to suggest was to check the config status of the kernel regarding this feature and perhaps toggling it to see if that helps.
Regards,
Kevin