Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, i would enjoy some help in that: Code: # alsaconf messages bellow come between alsaconf config windows Code: Running update-modules... Loading driver... WARNING: Error inserting snd_hda_codec (/lib/modules/2.6.18-6-686/kernel/sound/pci/hda/snd-hda-codec.ko): Unknown symbol ...
  1. #1
    oxy
    oxy is offline
    Just Joined!
    Join Date
    Feb 2008
    Posts
    35

    alsaconf fails to configure

    Hi,
    i would enjoy some help in that:

    Code:
    # alsaconf
    messages bellow come between alsaconf config windows
    Code:
    Running update-modules...
    Loading driver...
    WARNING: Error inserting snd_hda_codec (/lib/modules/2.6.18-6-686/kernel/sound/pci/hda/snd-hda-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.18-6-686/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    
    ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
    ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
    ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
    ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
    ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
    ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
    ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
    ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default
    aplay: main:550: audio open error: No such file or directory
    Off course, the result is ...

    Code:
    # more /proc/asound/cards
    --- no soundcards ---
    Code:
    # dmesg
    Linux version 2.6.18-6-686 (Debian 2.6.18.dfsg.1-18etch6)
    snd_hda_codec: disagrees about version of symbol snd_ctl_add
    snd_hda_codec: Unknown symbol snd_ctl_add
    snd_hda_codec: disagrees about version of symbol snd_card_proc_new
    snd_hda_codec: Unknown symbol snd_card_proc_new
    snd_hda_codec: disagrees about version of symbol snd_ctl_find_id
    snd_hda_codec: Unknown symbol snd_ctl_find_id
    snd_hda_codec: disagrees about version of symbol snd_ctl_new1
    snd_hda_codec: Unknown symbol snd_ctl_new1
    snd_hda_codec: disagrees about version of symbol snd_component_add
    snd_hda_codec: Unknown symbol snd_component_add
    snd_hda_codec: Unknown symbol snd_ctl_elem_read
    snd_hda_codec: Unknown symbol snd_ctl_elem_write
    snd_hda_codec: disagrees about version of symbol snd_pcm_hw_constraint_list
    snd_hda_codec: Unknown symbol snd_pcm_hw_constraint_list
    snd_hda_codec: disagrees about version of symbol snd_device_new
    snd_hda_codec: Unknown symbol snd_device_new
    snd_hda_codec: disagrees about version of symbol snd_pcm_hw_constraint_step
    snd_hda_codec: Unknown symbol snd_pcm_hw_constraint_step
    snd_hda_intel: disagrees about version of symbol snd_pcm_new
    snd_hda_intel: Unknown symbol snd_pcm_new
    snd_hda_intel: disagrees about version of symbol snd_pcm_limit_hw_rates
    snd_hda_intel: Unknown symbol snd_pcm_limit_hw_rates
    snd_hda_intel: disagrees about version of symbol snd_card_register
    snd_hda_intel: Unknown symbol snd_card_register
    snd_hda_intel: disagrees about version of symbol snd_card_free
    snd_hda_intel: Unknown symbol snd_card_free
    snd_hda_intel: disagrees about version of symbol snd_pcm_lib_preallocate_pages_for_all
    snd_hda_intel: Unknown symbol snd_pcm_lib_preallocate_pages_for_all
    snd_hda_intel: Unknown symbol snd_hda_bus_new
    snd_hda_intel: Unknown symbol snd_hda_build_pcms
    snd_hda_intel: Unknown symbol snd_hda_codec_new
    snd_hda_intel: Unknown symbol snd_hda_queue_unsol_event
    snd_hda_intel: disagrees about version of symbol snd_card_new
    snd_hda_intel: Unknown symbol snd_card_new
    snd_hda_intel: disagrees about version of symbol snd_pcm_lib_malloc_pages
    snd_hda_intel: Unknown symbol snd_pcm_lib_malloc_pages
    snd_hda_intel: disagrees about version of symbol snd_pcm_lib_ioctl
    snd_hda_intel: Unknown symbol snd_pcm_lib_ioctl
    snd_hda_intel: disagrees about version of symbol snd_pcm_lib_free_pages
    snd_hda_intel: Unknown symbol snd_pcm_lib_free_pages
    snd_hda_intel: Unknown symbol snd_hda_calc_stream_format
    snd_hda_intel: disagrees about version of symbol snd_pcm_set_ops
    snd_hda_intel: Unknown symbol snd_pcm_set_ops
    snd_hda_intel: Unknown symbol snd_hda_suspend
    snd_hda_intel: disagrees about version of symbol snd_device_new
    snd_hda_intel: Unknown symbol snd_device_new
    snd_hda_intel: disagrees about version of symbol snd_pcm_suspend_all
    snd_hda_intel: Unknown symbol snd_pcm_suspend_all
    snd_hda_intel: Unknown symbol snd_hda_resume
    snd_hda_intel: disagrees about version of symbol snd_pcm_hw_constraint_integer
    snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_integer
    snd_hda_intel: Unknown symbol snd_hda_build_controls
    snd_hda_intel: disagrees about version of symbol snd_pcm_period_elapsed
    snd_hda_intel: Unknown symbol snd_pcm_period_elapsed
    Any tip? Thanx in advance ...

  2. #2
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    did you update your kernel or change gcc version?

  3. #3
    oxy
    oxy is offline
    Just Joined!
    Join Date
    Feb 2008
    Posts
    35
    yes, it came after a kernel update.
    Maybe also changed gcc version, dont know.

  4. #4
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    did you install alsa from source?
    In that case you need recompile and reinstall alsa, if you are using the alsa wich delivered with debian , update your system.

    apt-get update
    apt-get upgrade

    or

    aptitude update
    aptitude safe-upgrade

    one of the above solutions will probably solve your problem

  5. #5
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    Quote Originally Posted by oxy
    yes, it came after a kernel update.
    Maybe also changed gcc version, dont know.
    I don't get it It worked before?

    Otherwise, what version of alsa are you running? And what soundcard?
    Can't tell an OS by it's GUI

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •