[mythtv-users] problems with new install

Harondel J. Sibble help at pdscc.com
Tue Mar 23 01:59:01 EST 2004


Okay, built a new mythtv box, running MDK9.2 on an Athlon XP1800+, via KT133a 
chipset with 2 at avermedia M179 cards, using the Thac 0.14 rpm's to install 
mythtv. I used Thac's ivtv driver and firmware rpm's but eventually installed 
the ivtv-cvs-latest+1125A+M179+close_stream.tar.bz2 version instead as I 
couldn't find test_ioctl amongst the Thac rpms.

Got everything configured and now have 1 main problem

Okay, after a bit of mucking about and copying the configuration from my 
MDK8.2 box running 0.11, I can now set a recording and have it record, I 
currently have 2 shows recording, I can go to the view recordings page and 
playback the shows/watch them timeshifted.  Live-tv also works fine....
However, I only get channel 3.  Selecting a different channel, shows the osd 
saying it's a different channel, but I end up still on channel 3, no matter 
if I key in a channel number or hit up/down arrow keys.

/etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a `#', and everything on the line after them are ignored.

ivtv



/etc/modules.conf

alias eth0 tulip
above snd-emu10k1 snd-pcm-oss
alias ieee1394-controller ohci1394
alias sound-slot-0 snd-emu10k1
probeall usb-interface usb-ohci ehci-hcd

########################
# GENERAL VIDEO STUFF  #
########################
## I2c
alias char-major-89 i2c-dev
options i2c-core i2c_debug=1
options i2c-algo-bit bit_test=1


########################
###### IVTV STUFF ######
########################
alias char-major-81 videodev
alias char-major-81-0 ivtv
options ivtv ivtv_debug=1 tuner=2 mpg_buffers=100
options msp3400 once=1 simple=1
add below ivtv tuner
add above ivtv msp3400 saa7115



/etc/ivtvsetup (run on bootup from /etc/rc.local and daily from cron to deal 
with the banding issue in the firmware after a couple of days)

#!/bin/sh
### set input standard to ntsc
/usr/local/bin/test_ioctl -d /dev/video0 -u 0x3000
### set capture input to tuner (switch input types
### to deal with bug in firmware that causes
### banding in the image
/usr/local/bin/test_ioctl -d /dev/video0 -p 3
/usr/local/bin/test_ioctl -d /dev/video0 -p 4
### set capture resolution to ntsc
/usr/local/bin/test_ioctl -d /dev/video0 -f width=720,height=480
### set capture stream output to dvd compliant format
/usr/local/bin/test_ioctl -d /dev/video0 -c stream_type=10


### set input standard to ntsc
/usr/local/bin/test_ioctl -d /dev/video1 -u 0x3000
### set capture input to tuner (switch input types
### to deal with bug in firmware that causes
### banding in the image
/usr/local/bin/test_ioctl -d /dev/video1 -p 3
/usr/local/bin/test_ioctl -d /dev/video1 -p 4
### set capture resolution to ntsc
/usr/local/bin/test_ioctl -d /dev/video1 -f width=720,height=480
### set capture stream output to dvd compliant format
/usr/local/bin/test_ioctl -d /dev/video1 -c stream_type=10


Anyone see anything strange here?
.
-- 
Harondel J. Sibble 
Sibble Computer Consulting
Creating solutions for the small business and home computer user.
help at pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice/fax)      (604) 686-2253 (pager)




More information about the mythtv-users mailing list