Hi Friend
I just once remove alsa util and base and then restart ,it works.
after that installed my conexant modem and after reboot my sound turned out and doesn't work .finally I find some guide as below but haven't tried yet . if you do .let me know about results . Thanks.
Here's the instructions:
1. uninstall every alsa package if you have any
rpm -qa | grep -i alsa - if it shows nothing skip this step
and then
rpm -evv --nodeps alsa-... for every package
2. go to
www.alsa-project.org and download these files :
alsa-driver-1.0.15rc1.tar.bz2
alsa-lib-1.0.15rc1.tar.bz2
.alsa-utils-1.0.15rc1.tar.bz2
Open a terminal and type : su then make a directory called alsa into /usr/local/src. Copy the files to this directory and unpack them (tar xjvf alsa-... for every file).
3. go to this page and download the file patch_sigmatel.c.patch-1.0.15rc1-simple. Copy the patch to /usr/local/src/alsa.
4. type this :
patch alsa-driver-1.0.15rc1/alsa-kernel/pci/hda/patch_sigmatel.c < patch_sigmatel.c.patch-1.0.15rc1-simple.
5. do this:
cd alsa-lib-1.0.15rc1/
./configure && make && make install
cd ../alsa-utils-1.0.15rc1/
./configure && make && make install
cd ../alsa-driver-1.0.15rc1/
./configure && make && make install
If the configure script complains about missing some libraries yum for them and try again.
6. reboot
7. after rebooting volume may be muted so use kmix or some other mixer to enable it.
Hope it works for you. I have a Inspiron 1520 .