Whenever I boot my system it loads the cx88_alsa module for my tv card. This blocks the system from loading the module for the sound card and I have no sound. After much effort I can manually unload the cx88_alsa module and restart the sound and all is well until the next reboot.
How can I stop the system for loading the cx88_module automatically?
i'm not sure if you can block it from loading, but you can automatically unload it at boot-up:
But it may be loaded later on by udev or something again. And for modules which cannot be removed (/me flames ipv6.ko), just kill the file from /lib/modules.
/etc/init.d/boot.local
Just add something like:
rmmod cx88_alsa modprob my_sound_driver # (if needed)
to that file, and that "should" do the trick.
-- ----- stephan@s11n.net http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts
Jan Engelhardt -- -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com