Hey all,
Very quick question:
So, I have hardware which requires specific Kernel modules (namely imon_vfd and saa7134-dvb). At present, I'm initialising them with:
Code:
/sbin/modprobe saa7134-dvb
/sbin/modprobe imon_vfd
...directly, in my /etc/rc.local script. I'm right in thinking that this should reside in my /etc/modprobe.conf file, right? Question is: How do I "translate" to a modprobe.conf approach? I've had a read through man modprobe.conf, and tried a few things from what I've read, but the modules aren't loaded, and /var/log/messages is full of errors with my modprobe.conf that weren't there before I tinkered.
Thanks in advance!
Ben
EDIT: $ uname -r
2.6.16-1.2069_FC4