So I have my MythTV system basically up and working, except for two things. The biggest problem I'm dealing with now, is that MythTV won't change the tuner's channels correctly after boot.
In order to get it to work, I've had to log into a root console and type:
rmmod ivtv
modprobe ivtv tuner=50
After that, everything works fine. But this is a problem, because it means if the power goes off and comes back on, the system basically won't function until I can fix it.
Does anyone know what might be causing this problem, and how to fix it? For reference, I'm using a PVR-150 with Knoppmyth R5D4. Below is the boot-time output of IVTV, obtained using "dmesg | grep ivtv". The output when I rmmmod/modprobe looks exactly the same.
The only difference I can see is that when I rmmod/modprobe, I'm giving it the 'tuner=50' parameter explicitly. Is there any place where I can set that in the bootup scripts? I'd just like to avoid having to modprobe every time.
Anyway, hope this questions hasn't been asked before; I did some searching and haven't found a solution.
Bootup output:
Code:
ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.7.0 (tagged release) loading
ivtv: Linux version: 2.6.17-chw-8 SMP preempt mod_unload 586 gcc-3.4
ivtv: In case of problems please include the debug info between
ivtv: the START INIT IVTV and END INIT IVTV lines, along with
ivtv: any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected Hauppauge WinTV PVR-150 card (cx23416 based)
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0)
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02050032
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
ivtv0: Initialized Hauppauge WinTV PVR-150, card #0
ivtv: ==================== END INIT IVTV ====================