I d/l'ed the i686 version from ~arjanv and it seems to work just peachy, this is the only pkg I installed from his directory. There are two minor issues:
1) kudzu removed and added my network card on startup, which was a little strange, but is fine after first boot.
2) soundcard is not detected on boot, but using Fedora->System
Settings->Soundcard Detection brings it up for playback, and the mixer control has to be removed and added to see it.
My modules.conf has :
alias sound-slot-0 cmpci
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
...which seemed to work for the 2.4 kernel :
Nov 23 09:41:10 hampster kernel: cmpci: version $Revision: 6.16 $ time 15:37:22 Oct 29 2003
Nov 23 09:41:10 hampster kernel: cmpci: found CM8738 adapter at io 0xe400 irq 14Nov 23 09:41:10 hampster kernel: cmpci: chip version = 055
dmesg displays this when I do the S/C Detection after booting stoned beaver:
cmpci: version $Revision: 5.64 $ time 06:11:00 Nov 24 2003 cmpci: found CM8738 adapter at io 0xe400 irq 14 cmpci: chip version = 055 cmpci: Enable SPDIF loop cmpci: unloading cmpci: version $Revision: 5.64 $ time 06:11:00 Nov 24 2003 cmpci: found CM8738 adapter at io 0xe400 irq 14 cmpci: chip version = 055 cmpci: Enable SPDIF loop
Any ideas on getting the s/c working on boot with stoned beaver?
TIA, John