Then i started looking at other distro's PClinuxOS . I have the 2007 KDE ver 3.5.9 release 2.6.18.8.tex5.
I really like this setup so i need to get this worked out.
I think i know what needs to be done just not sure how to get it done.
Post ive read say i need to install the alsa driver 1.0.15rc and a patch
theres where i fall short first when i get to the alsa page i dont see this rc driver I know what RC means so is the 1.0.16 driver the fix? if so ive got that one installed but not the patch its on my desktop
heres the dir i found to fix this
Here's what you need to do to get sound if you have this chipset:
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 https://bugtrack.als...iew.php?id=3036 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.
(the guy that lead me to this has the same hardware as i have so this should work)
This OS has alot of handbooks ill be reading them I really want to learn this distro looks fun and after i saw the post by silverbeard can windows do this I WANT MINE TO DO THAT TO
LOL
Edited by trucker, 22 May 2008 - 06:27 AM.