[mythtv-users] Scheduled recordings won't change the channel on PVR-250/ Myth 0.11 RH 9.0

Chris Gruenwald Chris at baysidenetworks.com
Tue Sep 16 23:05:46 EDT 2003


I have everything working really well except for this problem.   My Myth
installation won't change the channels when performing a scheduled
record.  I guess this isn't exactly a minor problem :).

I can change the channels with no problem with my up and down arrow
keys while watching live TV.   Lots of details about the channel I am
watching pop up too - when I change the channels manually.

Any idea on why myth can't change channels for me?

I dumped a few of my SQL tables - capturecard, channel, cardinput, and
a few 
entries from the program tables from the mysql db. 
I also dumped my modules.conf (at the end).

capturecard,
mysql> select * from capturecard;
+--------+-------------+-------------+-----------+----------+--------------+----------------+----------+--------+----------+
| cardid | videodevice | audiodevice | vbidevice | cardtype |
defaultinput | audioratelimit | hostname | use_ts | dvb_type |
+--------+-------------+-------------+-----------+----------+--------------+----------------+----------+--------+----------+
|      1 | /dev/video0 | /dev/dsp    | /dev/vbi  | MPEG     | Tuner 0  
   |              0 | jupiter  |   NULL | NULL     |
+--------+-------------+-------------+-----------+----------+--------------+----------------+----------+--------+----------+
1 row in set (0.00 sec)

channel,
mysql> select * from channel limit 5,10;
+--------+---------+--------+----------+----------+------------+-----------------------------------+----------+--------------+-----------------------+------+----------+------------+--------+-------+
| chanid | channum | freqid | sourceid | callsign | name       | icon  
                           | finetune | videofilters | xmltvid          
    | rank | contrast | brightness | colour | hue   |
+--------+---------+--------+----------+----------+------------+-----------------------------------+----------+--------------+-----------------------+------+----------+------------+--------+-------+
|   1006 | 6       | 6      |        1 | XETV     | 6 XETV     |
/root/.mythtv/channels/fox_30.jpg |        0 | NULL         |
C6xetv.zap2it.com     |    0 |    32768 |      32768 |  32768 | 32768 |
|   1007 | 7       | 7      |        1 | KNSD     | 7 KNSD     |
/root/.mythtv/channels/nbc_30.jpg |        0 | NULL         |
C7knsd.zap2it.com     |    0 |    32768 |      32768 |  32768 | 32768 |
|   1008 | 8       | 8      |        1 | KFMB     | 8 KFMB     |
/root/.mythtv/channels/cbs_30.jpg |        0 | NULL         |
C8kfmb.zap2it.com     |    0 |    32768 |      32768 |  32768 | 32768 |
|   1009 | 9       | 9      |        1 | KUSI     | 9 KUSI     |       
                           |        0 | NULL         | C9kusi.zap2it.com
    |    0 |   

cardinput,  (hmmmmmmmm.... should this be empty?)
mysql>
mysql> select * from cardinput limit 5,10;
Empty set (0.00 sec)

mysql>


program,
mysql> select * from program limit 5,10
    -> ;
+--------+----------------+----------------+---------------------+-----------------------+-------------------------------------------------------------------------------------+----------+---------------+---------+-------+-----------------+
| chanid | starttime      | endtime        | title               |
subtitle              | description                                     
                                   | category | category_type | airdate
| stars | previouslyshown |
+--------+----------------+----------------+---------------------+-----------------------+-------------------------------------------------------------------------------------+----------+---------------+---------+-------+-----------------+
|   1009 | 20030923203000 | 20030923210000 | Hollywood Squares   |     
                 | Martin Mull; Kathy Griffin; Melissa Peterman; Fyvush
Finkel.                        | Game     |               |    2000 |   
 0 |               0 |
|   1009 | 20030923200000 | 20030923203000 | Frasier             |
Daphne Returns        | Daphne's return sparks a squabble that could
reduce Niles' romantic chances.        |          |               |   
2000 |     0 |               0 |
|   1009 | 20030923193000 | 20030923200000 | EXTRA               |     
                 |                                                      
                              | Talk     |               |    2000 |    
0 |               0 |
|   1009 | 20030923183000 | 20030923190000 | KUSI News at 6:30PM |     
                 |                                                      
                              | News     |               |    2000 |    
0 |               0 |
|   1009 | 20030923190000 | 20030923193000 | Becker              | Sex
in the Inner City | Becker tries to avoid the subject of sex, but it
doesn't work.                      |          |               |    2000
|     0 |               0 |
|   1009 | 20030923180000 | 20030923183000 | KUSI News at 6:00PM |     
                 |                                                      
                              | News     |               |    2000 |    
0 |               0 |
|   1009 | 20030923170000 | 20030923173000 | Judge Judy          |     
                 | Couple dispute sharing cost of their teenager's
criminal defense.                   | Reality  |               |    2000
|     0 |               0 |
|   1009 | 20030923173000 | 20030923180000 | Judge Judy          |     
                 | A bagel-throwing skirmish between former high-school
sweethearts ends in an arrest. | Reality  |               |    2000 |   
 0 |               1 |



modules.conf

# For ivtv
path[toplevel]=/lib/modules/`uname -r`/drivers/media/video
# For bttv and saa7134
path[toplevel]=/lib/modules/`uname -r`/v4l2
# default path
path[toplevel]=/lib/modules/`uname -r`

# 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
# changed above to below in following line
add below ivtv msp3400 saa7115 tuner

# added below line to enable remote, above line doesn't match docs
# add above ivtv lirc_dev lirc_i2c

alias eth0 sis900
alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd
# remmed following line, getting rid of bttv
# alias char-major-81 bttv
alias usb-controller2 usb-uhci
alias sound-slot-0 i810_audio
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 || :
alias char-major-195 nvidia




More information about the mythtv-users mailing list