View previous topic :: View next topic |
Author |
Message |
c Tux's lil' helper


Joined: 17 Jun 2004 Posts: 84 Location: Tyrol, Austria
|
Posted: Mon Jun 28, 2004 12:24 pm Post subject: alsa insmod errors |
|
|
hi!
i've got a problem with alsa:
i have the SiS 7012 sound controller, so i compiled the i810_audio kernel module (and insmod'ed it successfully)
then i emerged alsa:
Code: | ALSA_CARDS=intel8x0 emerge alsa |
...successful - and then tried to start the service. this failed because the modules snd-intel8x0 and snd-seq-oss couldn't be insmoded beacuse of some missing symbols.
what can i do about this?
here's the insmod output:
Code: | # insmod snd-intel8x0
Using /lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o
/lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_pcm_open
/lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_pcm_close
/lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_set_rate
/lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_pcm_assign
/lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_tune_hardware
/lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_mixer
/lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_mpu401_uart_new_Rsmp_5c05c082
/lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_resume
/lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o: unresolved symbol snd_ac97_bus
# insmod snd-seq-oss
Using /lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_seq_device_register_driver_Rsmp_af795567
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_seq_kernel_client_enqueue_blocking_Rsmp_d300779d
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_seq_kernel_client_write_poll_Rsmp_9caa659c
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_midi_event_encode_byte_Rsmp_d15309a0
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_seq_kernel_client_enqueue_Rsmp_4116c49d
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_use_lock_sync_helper_Rsmp_89947013
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_seq_kernel_client_ctl_Rsmp_1a724fcc
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_midi_event_no_status_Rsmp_459bad24
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_seq_create_kernel_client_Rsmp_16383b4e
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_seq_kernel_client_dispatch_Rsmp_02f65ee4
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_seq_device_unregister_driver_Rsmp_c622fb29
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_seq_delete_kernel_client_Rsmp_6bb71038
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_midi_event_new_Rsmp_d1f14cea
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_midi_event_free_Rsmp_0d42135c
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: unresolved symbol snd_midi_event_decode_Rsmp_b1332d2d
|
|
|
Back to top |
|
 |
monkey89 Guru


Joined: 08 Mar 2004 Posts: 596
|
|
Back to top |
|
 |
c Tux's lil' helper


Joined: 17 Jun 2004 Posts: 84 Location: Tyrol, Austria
|
Posted: Mon Jun 28, 2004 12:33 pm Post subject: |
|
|
i have. |
|
Back to top |
|
 |
Deathwing00 Bodhisattva


Joined: 13 Jun 2003 Posts: 4087 Location: Dresden, Germany
|
Posted: Mon Jun 28, 2004 12:44 pm Post subject: |
|
|
Moved from Installing Gentoo. |
|
Back to top |
|
 |
c Tux's lil' helper


Joined: 17 Jun 2004 Posts: 84 Location: Tyrol, Austria
|
Posted: Wed Jun 30, 2004 10:31 am Post subject: |
|
|
maybe this tells you something...
Code: | # modprobe snd-intel8x0
/lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.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.25/kernel/sound/pci/snd-intel8x0.o: insmod /lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o failed
/lib/modules/2.4.25/kernel/sound/pci/snd-intel8x0.o: insmod snd-intel8x0 failed
# modprobe snd-seq-oss
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: init_module: Device or resource busy
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.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: insmod /lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o failed
/lib/modules/2.4.25/kernel/sound/acore/seq/oss/snd-seq-oss.o: insmod snd-seq-oss failed
# dmesg
Intel ICH soundcard not found or device busy
ALSA seq_oss.c:226: can't register device seq
|
who can tell me what to do? |
|
Back to top |
|
 |
scokar n00b

Joined: 03 Sep 2003 Posts: 16
|
Posted: Fri Jul 02, 2004 5:55 am Post subject: |
|
|
try
insmod ac97_codec
before trying to load your sound card module |
|
Back to top |
|
 |
|