No Audio after latest 686 kernel upgrade

Bug #76612 reported by Linuxppcguy
2
Affects Status Importance Assigned to Milestone
linux-source-2.6.17 (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: linux-image-2.6-686

After upgrading (apt-get update, apt-get dist-upgrade) last week (12/14/2006) audio (alsa) stopped working when I boot the 686 kernel version (2.6.17-10-generic) but works when I boot the 386 version, with Edgy. My platform is an Acer Aspire 5100 using AMD 64 X2 processors. The module snd-hda-intel will not load when booted with the 686 kernel.

uname -a yields:
Linux xxxxx 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686 GNU/Linux

Running modprobe snd-hda-intel gives:

WARNING: Error inserting snd_timer (/lib/modules/2.6.17-10-generic/kernel/sound/acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.17-10-generic/kernel/sound/acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_pcm (/lib/modules/2.6.17-10-generic/kernel/sound/core/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_hda_codec (/lib/modules/2.6.17-10-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.17-10-generic/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)

The relevant output from dmesg is:
 [17179593.476000] snd_timer: disagrees about version of symbol snd_info_register
[17179593.476000] snd_timer: Unknown symbol snd_info_register
[17179593.476000] snd_timer: disagrees about version of symbol snd_info_create_module_entry
[17179593.476000] snd_timer: Unknown symbol snd_info_create_module_entry
[17179593.476000] snd_timer: disagrees about version of symbol snd_info_free_entry
[17179593.476000] snd_timer: Unknown symbol snd_info_free_entry
[17179593.476000] snd_timer: Unknown symbol snd_verbose_printk
[17179593.476000] snd_timer: disagrees about version of symbol snd_unregister_device
[17179593.476000] snd_timer: Unknown symbol snd_unregister_device
[17179593.476000] snd_timer: disagrees about version of symbol snd_device_new
[17179593.476000] snd_timer: Unknown symbol snd_device_new
[17179593.476000] snd_timer: disagrees about version of symbol snd_register_device
[17179593.476000] snd_timer: Unknown symbol snd_register_device
[17179593.480000] snd_timer: disagrees about version of symbol snd_info_register
[17179593.480000] snd_timer: Unknown symbol snd_info_register
[17179593.480000] snd_timer: disagrees about version of symbol snd_info_create_module_entry
[17179593.480000] snd_timer: Unknown symbol snd_info_create_module_entry
[17179593.480000] snd_timer: disagrees about version of symbol snd_info_free_entry
[17179593.480000] snd_timer: Unknown symbol snd_info_free_entry
[17179593.480000] snd_timer: Unknown symbol snd_verbose_printk
[17179593.480000] snd_timer: disagrees about version of symbol snd_unregister_device
[17179593.480000] snd_timer: Unknown symbol snd_unregister_device
[17179593.480000] snd_timer: disagrees about version of symbol snd_device_new
[17179593.480000] snd_timer: Unknown symbol snd_device_new
[17179593.480000] snd_timer: disagrees about version of symbol snd_register_device
[17179593.480000] snd_timer: Unknown symbol snd_register_device
[17179593.500000] snd_pcm: Unknown symbol snd_timer_notify
[17179593.500000] snd_pcm: Unknown symbol snd_timer_interrupt
[17179593.500000] snd_pcm: Unknown symbol snd_timer_new
[17179593.580000] ath_rate_sample: 1.2 (0.9.2)
[17179593.584000] ath_pci: 0.9.4.5 (0.9.2)
[17179593.628000] snd_hda_codec: Unknown symbol snd_pcm_hw_constraint_list
[17179593.628000] snd_hda_codec: Unknown symbol snd_pcm_hw_constraint_step
[17179593.628000] snd_hda_codec: Unknown symbol snd_pcm_format_width
[17179593.628000] snd_hda_intel: Unknown symbol snd_pcm_new
[17179593.628000] snd_hda_intel: Unknown symbol snd_pcm_limit_hw_rates
[17179593.628000] snd_hda_intel: Unknown symbol snd_pcm_lib_preallocate_pages_for_all
[17179593.628000] snd_hda_intel: Unknown symbol snd_hda_bus_new
[17179593.628000] snd_hda_intel: Unknown symbol snd_hda_build_pcms
[17179593.628000] snd_hda_intel: Unknown symbol snd_hda_codec_new
[17179593.628000] snd_hda_intel: Unknown symbol snd_hda_queue_unsol_event
[17179593.628000] snd_hda_intel: Unknown symbol snd_pcm_lib_malloc_pages
[17179593.628000] snd_hda_intel: Unknown symbol snd_pcm_lib_ioctl
[17179593.628000] snd_hda_intel: Unknown symbol snd_pcm_lib_free_pages
[17179593.628000] snd_hda_intel: Unknown symbol snd_hda_calc_stream_format
[17179593.628000] snd_hda_intel: Unknown symbol snd_pcm_set_ops
[17179593.628000] snd_hda_intel: Unknown symbol snd_hda_suspend
[17179593.628000] snd_hda_intel: Unknown symbol snd_pcm_suspend_all
[17179593.628000] snd_hda_intel: Unknown symbol snd_hda_resume
[17179593.632000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_integer
[17179593.632000] snd_hda_intel: Unknown symbol snd_hda_build_controls
[17179593.632000] snd_hda_intel: Unknown symbol snd_pcm_period_elapsed

Revision history for this message
Ben Collins (ben-collins) wrote :

sound/acore is not part of the Ubuntu kernel package. You've installed some external drivers, and need to recompile them.

Changed in linux-source-2.6.17:
status: Unconfirmed → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.