Hello,
after a while i gave up and decided that this workstation could be without sound. However, i have been looking around and after running by some forum topics i heard that alsa had created a driver to get it working in FC3.
http://www.alsa-project.org/
So i go and i download the alsa-driver-1.0.7rc1.tar.bz2
And i follow the quick example given to me by alsa.
http://www.alsa-project.org/alsa-doc...odule=emu10k1x
Now i do everything up intill i get to
bunzip2 alsa-driver-xxx
tar -xf alsa-driver-xxx
cd alsa-driver-xxx
./configure --with-cards=emu10k1x --with-sequencer=yes;make;make install
The configure goes by but the make install shoots me back an error. The error is...
timer.ko snd.ko /lib/modules/2.6.11-1.14_FC3/kernel/sound/acore
cp: cannot stat `snd-hwdep.ko': No such file or directory
cp: cannot stat `snd-page-alloc.ko': No such file or directory
cp: cannot stat `snd-pcm.ko': No such file or directory
cp: cannot stat `snd-rawmidi.ko': No such file or directory
cp: cannot stat `snd-rtctimer.ko': No such file or directory
cp: cannot stat `snd-timer.ko': No such file or directory
cp: cannot stat `snd.ko': No such file or directory
make[1]: *** [modules_install] Error 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.7rc1/acore'
make: *** [install-modules] Error 1
Is there another file i need or that i am missing?
any help is appreciated.
thanks