Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Rossimo
n00b
n00b


Joined: 08 Mar 2006
Posts: 1

PostPosted: Wed Mar 08, 2006 3:13 pm    Post subject: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Reply with quote

With a fresh install of Gentoo, my sound card does not seem to work. "modprobe snd-intel8x0" shows:

Code:
WARNING: Error inserting snd_timer (/lib/modules/2.6.15-gentoo-r1/alsa-driver/acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_pcm (/lib/modules/2.6.15-gentoo-r1/alsa-driver/acore/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.15-gentoo-r1/alsa-driver/pci/ac97/snd-ac97-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_intel8x0 (/lib/modules/2.6.15-gentoo-r1/alsa-driver/pci/snd-intel8x0.ko): Unknown symbol in module, or unknown parameter (see dmesg)


I've tried "emerge alsa-driver", and I've tried compiling the alsa drivers into the kernel, not as modulesk, while removing the alsa-driver package. "dmesg | tail"shows:

Code:
snd_intel8x0: disagrees about version of symbol snd_pcm_hw_constraint_list
snd_intel8x0: Unknown symbol snd_pcm_hw_constraint_list
snd_intel8x0: disagrees about version of symbol snd_pcm_suspend_all
snd_intel8x0: Unknown symbol snd_pcm_suspend_all
snd_intel8x0: disagrees about version of symbol snd_pcm_hw_constraint_integer
snd_intel8x0: Unknown symbol snd_pcm_hw_constraint_integer
snd_intel8x0: disagrees about version of symbol snd_pcm_hw_constraint_msbits
snd_intel8x0: Unknown symbol snd_pcm_hw_constraint_msbits
snd_intel8x0: disagrees about version of symbol snd_pcm_period_elapsed
snd_intel8x0: Unknown symbol snd_pcm_period_elapsed


Has any one had the same problem? Thanks for any help in advance
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54847
Location: 56N 3W

PostPosted: Wed Mar 08, 2006 5:21 pm    Post subject: Reply with quote

Rossimo,

Those errors imply that your sound module was compiled with either a different gcc to the rest of your kernel or that you have changed some kernel options that affect kernel/module compatibility. These are rhings like regparams, SMP and 4k/8k stachs to name few.

Compare the output from
Code:
uname -a 
with the version magic string from
Code:
modinfo snd-intel8x0

_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum