Then you need modprobe.conf, which is what the new module-init-tools uses.
There's a script that converts your modules.conf but it is probably better to do it by hand.
Here's the contents from my modprobe.conf pertaining to my pvr-350.
# This is for WinTV PVR-350 IVTV alias char-major-61 lirc_i2c alias char-major-81 videodev alias char-major-81-0 ivtv
options ivtv ivtv_debug=1 tuner=2 options saa7127 enable_output=1 output_select=1 options msp3400 once=0 simpler=1 simple=0
install ivtv { /sbin/modprobe msp3400; /sbin/modprobe saa7115; /sbin/modprobe tuner; /sbin/modprobe tveeprom; /sbin/modprobe saa7127; /sbin/modprobe --ignore-install ivtv; /sbin/modprobe lirc_dev; /sbin/modprobe lirc_i2c; /sbin/modprobe ivtv-fb; /usr/local/bin/ivtvctl -d /dev/video0 -u 0x3000; /usr/local/bin/ivtvctl -d /dev/video16 -u 0x3000; /usr/local/bin/ivtvctl -d /dev/video32 -u 0x3000; /usr/local/bin/ivtvctl -d /dev/video224 -u 0x3000; /bin/true; }
remove ivtv { /sbin/modprobe -r ivtv-fb; /sbin/modprobe -r lirc_i2c; /sbin/modprobe -r lirc_dev; /sbin/modprobe -r --ignore-remove ivtv; /sbin/modprobe -r saa7127; /sbin/modprobe -r tveeprom; /sbin/modprobe -r tuner; /sbin/modprobe -r saa7115; /sbin/modprobe -r msp3400; /bin/true; }
install ivtv-fb { /sbin/modprobe --ignore-install ivtv-fb; } remove ivtv-fb { /sbin/modprobe -r --ignore-remove ivtv-fb; }
I load ivtv on startup. It's set up to also load lirc as part of loading ivtv.
Hope this helps.
Frutillar wrote:
Hi!
I am using ivtv 0.3.2a along with lirc 0.7.0 and I am not sure if my modules.conf file is complete.
================================ $ cat /etc/modules.conf alias char-major-81 videodev alias char-major-81-0 ivtv alias char-major-61 lirc_i2c add above ivtv lirc_dev lirc_i2c ================================
I am using this with PVR-350 Mandrake 10.1 (2.6.8.1-12mdk) MythTV 0.16
Thanks!
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Ivtv-users mailing list Ivtv-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ivtv-users
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Ivtv-users mailing list Ivtv-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ivtv-users