Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
You definitely have sound modules loaded, probably too many, although I have no idea if they are the right ones. does your sound card have an Intel or Crystal chipset? lspci should tell you.
Hey Mike, thank you very much for your help.
Okay
rmmod first
Quote:
[root@localhost jan]# /sbin/rmmod snd_hda_intel
ERROR: Module snd_hda_intel is in use
[root@localhost jan]# /sbin/rmmod snd_cs4231_lib
ERROR: Module snd_cs4231_lib does not exist in /proc/modules
[root@localhost jan]# /sbin/rmmod snd_cs4236_lib
ERROR: Module snd_cs4236_lib does not exist in /proc/modules
[root@localhost jan]#
Well obviously you have an Intel chipset. I'm not sure why the other module is loading, or why you can't unload it. Are you sure your sound isn't muted? Usually when your sound card isn't configured, Gnome/KDE will spit out a hateful msg saying it can't output sounds.
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
No, my sound isnt mute, and now I set Intel everuwhere but I GET NO SOUND. My computer is mute, but all software shows me that sound is correctly installed.
Thats terrible.
Oh, I have that other modules loaded, because I set them with alsaconfig. But they seem to not work,
__________________
Signature removed by Moderator -
please refer to forum rules!
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion @VERSION@ ---
alias sound-slot-0 snd-cs4236
# --- END: Generated by ALSACONF, do not edit. ---
options snd cards_limit=8
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0
Quote:
[root@localhost etc]# /sbin/modprobe -r --ignore-remove snd_hda_intel
FATAL: Module snd_hda_intel is in use.
[root@localhost etc]#
Quote:
[root@localhost etc]# modprobe -r snd_hda_intel
bash: modprobe: command not found
[root@localhost etc]# modprobe snd_hda_intel
bash: modprobe: command not found
[root@localhost etc]#
__________________
Signature removed by Moderator -
please refer to forum rules!
That might be it, but I'm not sure.
In the modprobe you posted it says
Quote:
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion @VERSION@ ---
alias sound-slot-0 snd-cs4236
# --- END: Generated by ALSACONF, do not edit. ---
That needs to be snd_hda_intel
You can either comment it out with # or change it and comment out the bottom one
options snd cards_limit=8 #alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe