Hi
I got myself a new laptop! Levono 3000 N200 with lots of Intel because I thought that would make everything work out of the box but I don’t have any sound.
However, I found a wiki-entry that I thought would help here.
I followed it as best as I could. I looked in ALSA-Configuration.txt, found my soundcard (“ALC861-VD”) and now I’m stuck.
Original modprobe.d/sound:
options snd slots=snd-hda-intel model=lenovo
# u1Nb.cOzUFd_gaWF:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
Me modified (tried lenovo, 6stack-dig):
options snd slots=snd-hda-intel model=lenovo
# u1Nb.cOzUFd_gaWF:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
and now at the restarting sound server:
linux-317c:~ # rcalsasound restart
Shutting down sound driver done
Starting sound driver: hda-intelWARNING: Error inserting snd (/lib/modules/2.6.25.11-0.1-pae/kernel/sound/core/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_hwdep (/lib/modules/2.6.25.11-0.1-pae/kernel/sound/core/snd-hwdep.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.25.11-0.1-pae/kernel/sound/core/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_pcm (/lib/modules/2.6.25.11-0.1-pae/kernel/sound/core/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.25.11-0.1-pae/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)
failed
What can/should I do now?