I have problem with my sound. When first install the sound works correctly. But after reboot the sound is gone and message came:
Starting sound driver: hda-intelWARNING: Could not open ‘/lib/modules/2.6.25.5-1.1-default/kernel/sound/core/snd.ko’: No such file or directory
WARNING: Could not open ‘/lib/modules/2.6.25.5-1.1-default/kernel/sound/core/snd-hwdep.ko’: No such file or directory
WARNING: Could not open ‘/lib/modules/2.6.25.5-1.1-default/kernel/sound/core/snd-page-alloc.ko’: No such file or directory
WARNING: Could not open ‘/lib/modules/2.6.25.5-1.1-default/kernel/sound/core/snd-timer.ko’: No such file or directory
WARNING: Could not open ‘/lib/modules/2.6.25.5-1.1-default/kernel/sound/core/snd-pcm.ko’: No such file or directory
FATAL: Could not open ‘/lib/modules/2.6.25.5-1.1-default/kernel/sound/pci/hda/snd-hda-intel.ko’: No such file or directory
When I try update for new ALSA driver (1.0.17) same message came like above. I was very happy when install openSuSE 11.0 cause finnaly I can use AIGLX and Compiz, but now my sound driver not works.
I need more information about your laptop configuration (hardware and software). So please, copy, paste and run the following diagnostic script in an xterm/konsole while your laptop is connected to the internet:
wget http://home.cfl.rr.com/infofiles/tsalsa && su -c 'bash ./tsalsa'
and when prompted for a password enter your root password. That will give you a URL when it is done. Paste the URL here.
Also, in addition to that, please provide output of:
rpm -qa | grep alsa
rpm -qa | grep pulse
rpm -q libasound2
uname -a
cat /etc/modprobe.d/sound
With that information, I may be able to make a recommendation.
I think you have a problem with the kernel. Looking at this:
and looking at this script output that can’t find your sound card:
and noting you have all the relevant alsa apps installed, and noting “rcalsasound start” gives you an error:
And noting the reaction from rcalsasound, I speculate that your sound module was never loaded.
I noted this in your /etc/modprobe.d/sound file:
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0 probe_mask=3 position_fix=3
How did the probe_mask and position_fix values get there? Did you put them in? What happens if your remove “probe_mask=3 position_fix=3” and reboot? Same problem?
Based upon the above (and assuming that removal of the “probe_mask=3 position_fix=3” doesn’t help) I suspect either:
a. your installation was bad (did you install from a CD and do the media check at the very start BEFORE the installation to confirm the CD was good ? ) or did you conduct an md5sum check of the DVD comparing openSUSE website md5sum vs your harddrive calculated md5sum of ISO vs md5sum of data on burned DVD? or
b. you have installed something to break kernel during boot? Maybe you have installed the ndiswrapper for wireless and it is causing problems? or
c. you have audio switched OFF in your BIOS.
Can you provide the output of: lspci
and also after a fresh reboot dmesg > dmesg.txt (and open dmesg.txt with a text editor, and post that on general pastebin - simplified internet collaboration , submit it, and pass here the URL that you are provided).
Ok, I will update the BIOS. After I update what I must do? Reinstall or another fresh install?
And another problem that I use YaST to remove and reinstall the Sound driver. Everytime I click delete the old sound card driver not deleted (just changed into Not Configured). Then I edit the old sound card driver and set the configuration into normal, the result is an error:
An error occurred during the installation of
IXP SB4x0 High Definition Audio Controller
The kernel module snd-hda-intel for sound support
could not be loaded. This can be caused by incorrect
module parameters, including invalid IO or IRQ parameters.
Great, I have upgrade the BIOS into version 3315. But then came another problem, my Linux cannot load if ACPI is not off (option acpi=off) at boot time.
What happen this, I cannot monitor my battery when my laptop unplugged.
Ok, I have update the BIOS into version 3315. But some problems came up.
1st, When I try to boot I need to type option acpi=off so the system can start normally. (I only use openSuSE 11 as my main system).
2nd, When I login as non root user the sound is off (I have set audio and pulse-* group into my user).
3rd, When I login as root the sound is on work perfectly (I can use banshee at least :D)
4th, This is the most important problem, my wireless suddenly down. I cannot connect into any hotspot at my work place.
OK, so you have some sound, … which I believe is a small improvement. So, I still need more information about your laptop configuration (hardware and software). So please, now that your BIOS is updated, copy, paste and run the following diagnostic script in an xterm/konsole while your laptop is connected to the internet:
wget http://home.cfl.rr.com/infofiles/tsalsa && su -c 'bash ./tsalsa'
and when prompted for a password enter your root password. That will give you a URL when it is done. Paste the URL here.
Reboot, login as a regular user. And then open an xterm/konsole and restart alsa with:
su -c 'rcalsasound restart ’
(enter root password when prompted)
And then test your sound then as a regular user. Does that help?
Try the above with the “probe_mask=3 position_fix=3” in your /etc/modprobe.d/sound file … and if that doesn’t work, remove it, reboot, restart alsa, and try again with the “probe_mask=3 position_fix=3” NOT in your /etc/modprobe.d/sound file.