All about sanctifusion! http://sanctifusion.blogspot.com On Monday 19 November 2007 08:38:50 alsa-user-request@xxxxxxxxxxxxxxxxxxxxx wrote: > > Trying again with this laptop- downloaded the latest 1.0.15 files from > > http://www.alsa-project.org/main/index.php/Matrix:Module-hda-intel . Did > > the installation routines as prescribed. (follows) > > <snip build process> > > > Now insert the modules into the kernel: > > > > modprobe snd-hda-intel ; modprobe snd-pcm-oss ; modprobe > > snd-mixer-oss ; modprobe snd-seq-oss > > > > At the last command I get the following. Anybody got some easy answers? > > > > Thanks, > > > > Robert > > > > > > > > make[1]: Leaving directory `/usr/local/src/alsa-utils-1.0.15' > > root@pelagius:/usr/local/src/alsa-utils-1.0.15# modprobe snd-hda-intel ; > > modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-oss > > FATAL: Error inserting snd_hda_intel > > (/lib/modules/2.6.22-14-generic/ubuntu/media/snd-hda-intel/snd-hda-intel. > >ko): Unknown symbol in module, or unknown parameter (see dmesg) > > root@pelagius:/usr/local/src/alsa-utils-1.0.15# dmesg > > <snip dmesg> > > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_ctl_add [63789.968000] snd_hda_intel: Unknown symbol snd_ctl_add > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_pcm_new [63789.968000] snd_hda_intel: Unknown symbol snd_pcm_new > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_pcm_limit_hw_rates > > [63789.968000] snd_hda_intel: Unknown symbol snd_pcm_limit_hw_rates > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_card_register > > [63789.968000] snd_hda_intel: Unknown symbol snd_card_register > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_card_free [63789.968000] snd_hda_intel: Unknown symbol snd_card_free > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_pcm_lib_preallocate_pages_for_all > > [63789.968000] snd_hda_intel: Unknown symbol > > snd_pcm_lib_preallocate_pages_for_all > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_card_proc_new > > [63789.968000] snd_hda_intel: Unknown symbol snd_card_proc_new > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_ctl_find_id > > [63789.968000] snd_hda_intel: Unknown symbol snd_ctl_find_id > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_ctl_new1 [63789.968000] snd_hda_intel: Unknown symbol snd_ctl_new1 > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_component_add > > [63789.968000] snd_hda_intel: Unknown symbol snd_component_add > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_card_new [63789.968000] snd_hda_intel: Unknown symbol snd_card_new > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_pcm_lib_malloc_pages > > [63789.968000] snd_hda_intel: Unknown symbol snd_pcm_lib_malloc_pages > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_pcm_lib_ioctl > > [63789.968000] snd_hda_intel: Unknown symbol snd_pcm_lib_ioctl > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_pcm_lib_free_pages > > [63789.968000] snd_hda_intel: Unknown symbol snd_pcm_lib_free_pages > > [63789.968000] snd_hda_intel: Unknown symbol snd_ctl_elem_read > > [63789.968000] snd_hda_intel: Unknown symbol snd_ctl_elem_write > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_pcm_set_ops > > [63789.968000] snd_hda_intel: Unknown symbol snd_pcm_set_ops > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_pcm_hw_constraint_list > > [63789.968000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_list > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_device_new [63789.968000] snd_hda_intel: Unknown symbol > > snd_device_new > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_pcm_suspend_all > > [63789.968000] snd_hda_intel: Unknown symbol snd_pcm_suspend_all > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_card_disconnect > > [63789.968000] snd_hda_intel: Unknown symbol snd_card_disconnect > > [63789.968000] snd_hda_intel: disagrees about version of symbol > > snd_pcm_hw_constraint_integer > > [63789.968000] snd_hda_intel: Unknown symbol > > snd_pcm_hw_constraint_integer [63789.968000] snd_hda_intel: disagrees > > about version of symbol > > snd_pcm_period_elapsed > > [63789.968000] snd_hda_intel: Unknown symbol snd_pcm_period_elapsed > > [63789.972000] snd_hda_intel: disagrees about version of symbol > > snd_pcm_hw_constraint_step > > [63789.972000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_step > > root@pelagius:/usr/local/src/alsa-utils-1.0.15# > > Either it is picking up a version with the incorrect module from > somewhere or, more likely, some of the sound modules were not unloaded > previously. Your options are either reboot or remove *all* the snd* > modules using rmmod. If it still persists then it is likely that the > older modules haven't been overwritten by the new install - probably > because the modules installed by the distribution were compressed. > > /J\ Okay, I've rebooted and the condition seems to be the same- no sound and the kmix does not see a mixer. This "rmmod" command- I "-help"ed it and see that it is not a "safe" command. Exactly how do I code it in to get the needed "cure?" Peace, r.e. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user