I stumbled across some problems with my soundcard after upgrading to FC3, maybe someone can point me in the direction to go?
Once upon a time, i configured my old soundcard on my quite old notebook with sndconf on FC1.
that generated these entries in modules.conf:
options adlib_card io=0x388
alias sound-slot-0 sb
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 || :
options sound dmabuf=1
alias synth0 opl3
options opl3 io=0x388
options sb io=0x220 irq=5 dma=1 mpu_io=0x300
which worked great on FC1 with the official 2.4 Kernel.
After i upgraded to FC3 my soundcard didnt work, but i thought no problem, i will just reconfigure ist correctly.
Now the problem is sndconfig tells me that its unable to find soundcore.o in the searchpath.
It seems im missing a module or a module config tool that was included in FC1 releases.
How can i find out what to do next?
Thanx.