Re: Fujitsu V3515

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 1 Nov 2007, Robert Elm wrote:

> Hi list, I am having problems with sound on my fujitsu v3515. SOund worked
> out of the box with ubuntu, except that the headphone jack didn't mute
> speakers. So I downloaded the alsa drivers 1.0.14rc4, plus libs and utils.

Why did you download 1.0.14.rc4 when 1.0.15 has already been released and
especially since 1.0.14 final has long been released. 
Note that 1.0.14 has a bug in that it does not erase all of the old
modules. In fact it does not erase any of them if then end in .ko ( which
most now do.) This causes conflicts as you are seeing. 
The easiest way would be to download 1.0.15 as that bug has been fixed.
Otherwise do
find /lib/modules/<version>/kernel -name 'snd*.*o'|xargs rm -f
find /lib/modules/<version>/kernel -name 'ac97_bux.*o'|xargs rm -f
The do make install in the alsa-drivers directory.

depmod




> Compiled as per instructions, but then when I try and modprobe snd-hda-intel
> model=laptop which should work, I get an error.
>
> 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)
>
> This is what dmesg says about snd_hda_intel
>
> [23195.812000] snd_hda_intel: disagrees about version of symbol snd_ctl_add
> [23195.812000] snd_hda_intel: Unknown symbol snd_ctl_add
> [23195.812000] snd_hda_intel: disagrees about version of symbol snd_pcm_new
> [23195.812000] snd_hda_intel: Unknown symbol snd_pcm_new
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_pcm_limit_hw_rates
> [23195.812000] snd_hda_intel: Unknown symbol snd_pcm_limit_hw_rates
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_card_register
> [23195.812000] snd_hda_intel: Unknown symbol snd_card_register
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_card_free
> [23195.812000] snd_hda_intel: Unknown symbol snd_card_free
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_pcm_lib_preallocate_pages_for_all
> [23195.812000] snd_hda_intel: Unknown symbol
> snd_pcm_lib_preallocate_pages_for_all
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_card_proc_new
> [23195.812000] snd_hda_intel: Unknown symbol snd_card_proc_new
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_ctl_find_id
> [23195.812000] snd_hda_intel: Unknown symbol snd_ctl_find_id
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_dma_free_pages
> [23195.812000] snd_hda_intel: Unknown symbol snd_dma_free_pages
> [23195.812000] snd_hda_intel: disagrees about version of symbol snd_ctl_new1
> [23195.812000] snd_hda_intel: Unknown symbol snd_ctl_new1
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_component_add
> [23195.812000] snd_hda_intel: Unknown symbol snd_component_add
> [23195.812000] snd_hda_intel: disagrees about version of symbol snd_card_new
> [23195.812000] snd_hda_intel: Unknown symbol snd_card_new
> [23195.812000 ] snd_hda_intel: disagrees about version of symbol
> snd_pcm_lib_malloc_pages
> [23195.812000] snd_hda_intel: Unknown symbol snd_pcm_lib_malloc_pages
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_pcm_lib_ioctl
> [23195.812000] snd_hda_intel: Unknown symbol snd_pcm_lib_ioctl
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_pcm_lib_free_pages
> [23195.812000] snd_hda_intel: Unknown symbol snd_pcm_lib_free_pages
> [23195.812000] snd_hda_intel: Unknown symbol snd_ctl_elem_read
> [23195.812000] snd_hda_intel: Unknown symbol snd_ctl_elem_write
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_pcm_set_ops
> [ 23195.812000] snd_hda_intel: Unknown symbol snd_pcm_set_ops
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_pcm_hw_constraint_list
> [23195.812000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_list
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_device_new
> [23195.812000] snd_hda_intel: Unknown symbol snd_device_new
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_pcm_suspend_all
> [23195.812000] snd_hda_intel: Unknown symbol snd_pcm_suspend_all
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_card_disconnect
> [23195.812000] snd_hda_intel: Unknown symbol snd_card_disconnect
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_pcm_hw_constraint_integer
> [23195.812000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_integer
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_dma_alloc_pages
> [23195.812000] snd_hda_intel: Unknown symbol snd_dma_alloc_pages
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_pcm_period_elapsed
> [23195.812000] snd_hda_intel: Unknown symbol snd_pcm_period_elapsed
> [23195.812000] snd_hda_intel: disagrees about version of symbol
> snd_pcm_hw_constraint_step
> [23195.812000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_step
>
> So now I can't even get back to the state I had before with working sound
> but wrong headphone behaviour. I have tried uninstalling with aptitude and
> installing again, but that seems to make no difference. I appear to have the
> correct version of the kernel headers installed.
> Anybody shed any light on this for me?
>
> Thanks,
> Rob
>

-- 
William G. Unruh   |  Canadian Institute for|     Tel: +1(604)822-3273
Physics&Astronomy  |     Advanced Research  |     Fax: +1(604)822-5324
UBC, Vancouver,BC  |   Program in Cosmology |     unruh@xxxxxxxxxxxxxx
Canada V6T 1Z1     |      and Gravity       |  www.theory.physics.ubc.ca/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Alsa-user mailing list
Alsa-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user

[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux