Mailing List Archive

PVR-250 and WinTV 401 modules.conf
I'm curious as to how to get my PVR-250 as /dev/video0 and my 401 card as /dev/video1. right now its the opposite.

I want my PVR-250 to be the primary recording device and the 401 to be backup.

here is my modules.conf

alias eth0 e100
alias sound-slot-0 emu10k1
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
#ivtv modules setup
alias char-major-81 videodev
alias char-major-81-0 ivtv
options ivtv debug=1
options tuner type=2
options msp3400 once=1 simple=1
add below ivtv msp3400 saa7115 tuner
alias char-major-81 bttv
alias usb-controller usb-uhci
alias char-major-195 nvidia

am I loading this right? how would I add btaudio as well?
I'm running Redhat 9

Thanks!

Brad Sagowitz
RE: PVR-250 and WinTV 401 modules.conf [ In reply to ]
-----Original Message-----
>From: mythtv-users-bounces@snowman.net
[mailto:mythtv-users-bounces@snowman.net]On Behalf Of >Brad Sagowitz
>Sent: Thursday, June 12, 2003 4:17 PM
>To: mythtv-users@snowman.net
>Subject: [mythtv-users] PVR-250 and WinTV 401 modules.conf
>
>
>I'm curious as to how to get my PVR-250 as /dev/video0 and my 401 card as
/dev/video1. right
>now its the opposite.
>
>I want my PVR-250 to be the primary recording device and the 401 to be
backup.
>
>Thanks!
>
>Brad Sagowitz


It doesn't matter what the device file is. You just need to add/create the
tuner card entries in the appropriate order in the backend setup program.
Either that, or edit the database by hand to change the card IDs.

-JAC