Nicolas Mainil wrote:

Can you also send your modprobe.conf cause I'm pretty sure I got the
same card (with the Microtune tuner) and I can't get the tv-out
working on mine.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel


here is my modules.d/ivtv

alias char-major-81 videodev
alias char-major-81-0 ivtv
options saa7127 enable_output=1 output_select=0 pal=1
options tda9887 secam=L debug=1
#options ivtv ivtv_debug=1 tuner=45 tda9887=1
options ivtv ivtv_debug=1  tda9887=0,0,0
#options tuner  type=45 pal=L  secam=L
options msp3400 once=1 simple=1 debug=1 standard=0x09
add below ivtv msp3400 saa7115 saa7127 tuner tda9887
post-install ivtv ivtv_init_new


and ivtv_init_new

#!/bin/bash
sleep 1
/usr/local/bin/ivtvctl -u 0x7F0000
/usr/local/bin/ivtvctl -f width=720,height=576
/usr/local/bin/ivtvctl -p 4 -v input=3,output=1



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to