Multimedia :: SB Audigy Platinum II card
I need a little guidance.
During boot my sound card is recognized and emu10k1 is shown. When I do sndconfig it tells me that emu10k1.o is not in the path. I find the emu10k1.o file in the Emu1ok1 folder in the /sound dir. I do an insmod emu10k1 but get a whole list of unresolved symbol errors. Any idea what is happening? Do I just need to install alsa? Alsa has configured this card in the past on another distro. Thanks
Chris
If you can list the errors, they might help..
Stuff like uart not found, etc.. usually mean you need to load
other modules first, before the emu10k1
I guess you already tried from the prompt
'modprobe sb' ??
73
ke4nt
Here is my output when I do a "modprobe sb".
root@box:~# modprobe sb
/lib/modules/2.4.22-xfs/kernel/drivers/sound/sb.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.22-xfs/kernel/drivers/sound/sb.o: insmod /lib/modules/2.4.22-xfs/kernel/drivers/sound/sb.o failed
/lib/modules/2.4.22-xfs/kernel/drivers/sound/sb.o: insmod sb failed
root@box:~#
Here is dmesg:
mice: PS/2 mouse device common for all mice
eth0: remaining active for wake-on-lan
eth0: link up.
Soundblaster audio driver Copyright © by Hannu Savolainen 1993-1996
sb: No ISAPnP cards found, trying standard ones...
sb: dsp reset failed.
root@box:~#
Here is the result of "insmod emu10k1"
root@box:~# insmod emu10k1
Using /lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l sound_unload_mididev
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_hw_control
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_panning
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l ac97_probe_codec
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l sound_alloc_mididev
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l unregister_sound_dsp
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l ac97_alloc_codec
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_ioctl
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_start_note
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l unregister_sound_midi
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_kill_note
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l sequencer_init
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_devs
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l register_sound_dsp
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l register_sound_mixer
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l unregister_sound_mixer
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_reset
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_aftertouch
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_close
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_set_instr
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_send_sysex
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l register_sound_midi
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_controller
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_bender
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l ac97_read_proc
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_open
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_setup_voice
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l midi_synth_load_patch
/lib/modules/2.4.22-xfs/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbo l ac97_release_codec
root@box:~#
sndconfig identifies my card, it just tells me that emu10k1 is not in the path.
As I said before, I have had sound working before by using alsa.
Thanks for the help. I have been so busy trying to learn other parts of Linux that this is the first time I have seriously dug into setting up sound.
Thanks
Chris
Can anyone help point me in the right direction? Thanks
Chris
What i've read from other posts and websites, usually the ac97 chipset
is found on many built-in-sound motherboards, and uses the
via82cxxx.o or the ac97.o modules.
You posted that sndconfig identified your
soundcard as the emu10k1, a soundblaster card.
Your insmod errors keep pointing to the ac97 chipset.
Do you have any success installing the uart?
( try insmod uart401 , insmod uart6850 )
Does your motherboard have built-in sound, and is it disabled?
Are you adding a pci soundcard to your box? ( the audigy platinum )
Also, search the forums for using cat with lspci and lsmod.
I don't remember the syntax, but those tools are helpful too.
I will look into this further, and get back to you..
Thanks for the good feedback..
ke4nt
Next Page...
original here.