Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Solving upstream sound issues with DP55WG Motherboard

  1. #11
    Join Date
    Aug 2005
    Beans
    368

    Re: Solving upstream sound issues with DP55WG Motherboard

    These compilation problems are specific to Ubuntu 10.10,
    http://mailman.alsa-project.org/pipe...er/034762.html

    I am looking into what (small) changes are needed to do to Alsa snapshot so that it compiles on Ubuntu 10.10.

  2. #12
    Join Date
    Aug 2005
    Beans
    368

    Re: Solving upstream sound issues with DP55WG Motherboard

    Quote Originally Posted by simosx View Post
    These compilation problems are specific to Ubuntu 10.10,
    http://mailman.alsa-project.org/pipe...er/034762.html

    I am looking into what (small) changes are needed to do to Alsa snapshot so that it compiles on Ubuntu 10.10.
    Ok, here are the updated instructions.

    When you compile Alsa, the first step is normally to run './configure'.
    In Ubuntu 10.10, you simply run './configure --with-oss=no' and that's it.
    Of course, you run then 'make' and finally 'sudo make install', as usual.

    I highly recommend to clean up the existing Alsa kernel modules from /lib/modules/.../sound/*
    If you still get issues with unknown symbols, it is most probably related to left-over Alsa kernel modules (for example, soundcore.ko was left for some reason).

  3. #13
    Join Date
    May 2008
    Location
    USA
    Beans
    13
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Solving upstream sound issues with DP55WG Motherboard

    Still no sound and the module fails to load. I used the orginal snapshot that you had me download when we first started. I have atatched the process I used to compile, clean and install.

    Verify destination

    find /lib/modules/2.6.35-23-generic/kernel/sound -name "*.ko" -print

    To remove them

    sudo find /lib/modules/2.6.35-23-generic/kernel/sound -name "*.ko" -exec rm {} \;

    Configure Statement

    ./configure --with-oss=no

    make

    sudo make install

    Verify the files are back

    find /lib/modules/2.6.35-23-generic/kernel/sound -name "*.ko" -print

    Edit alsa-base.conf

    sudo vi /etc/modprobe.d/alsa-base.conf

    make sure that any snd-hda-intel is commented out.

    reboot

    No sound was the result. Below is from me checking the dmesg and trying a manual load.

    $ dmesg | grep -i snd
    [ 14.752372] snd: Unknown symbol sound_class (err 0)
    [ 14.752798] snd_timer: Unknown symbol snd_info_register (err 0)
    [ 14.752878] snd_timer: Unknown symbol snd_info_create_module_entry (err 0)
    [ 14.752991] snd_timer: Unknown symbol snd_info_free_entry (err 0)
    [ 14.753186] snd_timer: Unknown symbol __snd_printk (err 0)
    [ 14.753290] snd_timer: Unknown symbol snd_iprintf (err 0)
    [ 14.753437] snd_timer: Unknown symbol snd_ecards_limit (err 0)
    [ 14.753549] snd_timer: Unknown symbol snd_unregister_device (err 0)
    [ 14.753660] snd_timer: Unknown symbol snd_device_new (err 0)
    [ 14.753917] snd_timer: Unknown symbol snd_register_device_for_dev (err 0)
    [ 14.764989] snd: Unknown symbol sound_class (err 0)
    [ 14.765423] snd_seq_device: Unknown symbol snd_info_register (err 0)
    [ 14.765525] snd_seq_device: Unknown symbol snd_info_create_module_entry (err 0)
    [ 14.765627] snd_seq_device: Unknown symbol snd_info_free_entry (err 0)
    [ 14.765726] snd_seq_device: Unknown symbol snd_seq_root (err 0)
    [ 14.765837] snd_seq_device: Unknown symbol __snd_printk (err 0)
    [ 14.765943] snd_seq_device: Unknown symbol snd_iprintf (err 0)
    [ 14.766099] snd_seq_device: Unknown symbol snd_device_new (err 0)
    [ 15.071050] snd: Unknown symbol sound_class (err 0)
    [ 15.071603] snd_timer: Unknown symbol snd_info_register (err 0)
    [ 15.071664] snd_timer: Unknown symbol snd_info_create_module_entry (err 0)
    [ 15.071735] snd_timer: Unknown symbol snd_info_free_entry (err 0)
    [ 15.071863] snd_timer: Unknown symbol __snd_printk (err 0)
    [ 15.071918] snd_timer: Unknown symbol snd_iprintf (err 0)
    [ 15.071998] snd_timer: Unknown symbol snd_ecards_limit (err 0)
    [ 15.072067] snd_timer: Unknown symbol snd_unregister_device (err 0)
    [ 15.072154] snd_timer: Unknown symbol snd_device_new (err 0)
    [ 15.072305] snd_timer: Unknown symbol snd_register_device_for_dev (err 0)
    $ sudo modprobe snd-hda-intel
    [sudo] password for bdudek:
    FATAL: Error inserting snd (/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    WARNING: Error running install command for snd
    WARNING: Error inserting snd_pcm (/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    WARNING: Error inserting snd_hwdep (/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-hwdep.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    WARNING: Error inserting snd_hda_codec (/lib/modules/2.6.35-23-generic/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.35-23-generic/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    $

    I tried this configure line and still got the same results

    ./configure --with-oss=no --with-pcm-oss-plugins=no --with-debug=verbose
    Last edited by bdudek; December 16th, 2010 at 07:53 PM. Reason: More data

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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