linley wrote:
I on a Dell gx 1 with cs4236 on board card
Worked fine in fc1 after running sndconfig
on FC2 sound does not work
sndconfig initially failed to run complaining that soundcore.o was missing.
a search of the /lib/modules/2.6.5-1.358/kernel/sound/ revealed a lot of files renamed from ~.o to ko.
renaming soundcore.ko to soundcore.o got sndconfig working but it then complains that
? The module used for your card, ?
? cs4232.o, is not currently in ?
? your module search path. Please ?
? verify that your kernel modules ?
? are correctly installed.
-- �ny ideas
You upgraded from 2.4.x ?
If you did, suggest you re-compile your kernel.
Use your current kernel config by copying it from /boot/config-2.6.5-1.358 into /usr/src/linux-2.6.5-1.358/.config
Then change directory to:
/usr/src/linux-2.6.5-1.358/ make oldconfig make clean && make && make modules && make modules_install \ make install
Then reboot the new kernel.
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
