Re: [mythtv-users] frustrating comments about sample rates (what not to do)

2005-09-03 Thread Larry Symms
Ok so I was wrong.  Why would I question Isaac?  STUPID!  Well long 
story short I'm still getting this odd behavior when watching live tv.  
I'm running 0.18 under knoppmyth r5a12 with ivtv 0.3.7b.  Here's the 
mpeg info on my live-tv buffer which was causing these time discrepancy 
issues


ID_FILENAME=ringbuf1.nuv
ID_VIDEO_FORMAT=0x1002
ID_VIDEO_BITRATE=540
ID_VIDEO_WIDTH=480
ID_VIDEO_HEIGHT=480
ID_VIDEO_FPS=29.970
ID_VIDEO_ASPECT=1.
ID_AUDIO_CODEC=mp3
ID_AUDIO_FORMAT=80
ID_AUDIO_BITRATE=224000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
ID_LENGTH=3453
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] watch TV

2005-08-31 Thread Larry Symms
Are your permissions (you need rwx) in your cache directory correct for 
you myth user?  Higher level directories need rx.


Amyg wrote:


When I watch TV ,I get black screen.
And my terminal shows below:

2005-08-31 15:39:15.195 Using protocol version 15
2005-08-31 15:39:15.405 Using protocol version 15
2005-08-31 15:39:15.617 Using protocol version 15
2005-08-31 15:39:15.753 Using protocol version 15
2005-08-31 15:39:16.451 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:16.660 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:16.869 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:17.078 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:17.287 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:17.496 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:17.511 LiveTV not successfully started
2005-08-31 15:39:17.522 Changing from None to WatchingLiveTV
2005-08-31 15:39:17.550 Using protocol version 15
2005-08-31 15:39:17.783 Using protocol version 15
2005-08-31 15:39:17.974 Using protocol version 15
2005-08-31 15:39:18.188 Using protocol version 15
2005-08-31 15:39:18.383 Using protocol version 15
2005-08-31 15:39:18.574 Using protocol version 15
2005-08-31 15:39:18.769 Using protocol version 15
2005-08-31 15:39:19.013 Using protocol version 15
2005-08-31 15:39:19.166 Using protocol version 15
2005-08-31 15:39:19.398 Using protocol version 15
2005-08-31 15:39:19.605 Using protocol version 15
2005-08-31 15:39:19.708 Using protocol version 15
2005-08-31 15:39:20.233 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:20.442 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:20.651 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:20.860 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:21.069 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:21.278 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-08-31 15:39:21.293 LiveTV not successfully started
2005-08-31 15:39:21.304 Changing from None to WatchingLiveTV
2005-08-31 15:39:21.323 Using protocol version 15
2005-08-31 15:39:21.743 Using protocol version 15
2005-08-31 15:39:22.186 Using protocol version 15

What is wrong?
How to solve it?

 




___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] When Watch TV...

2005-08-31 Thread Larry Symms

or try knoppmyth

Phill Edwards wrote:


When I watch TV ,I get black screen.
And my terminal shows below:


What is wrong?
How to solve it?
   



Judging by the number of issues you've posted to this mailing list you
seem to be hitting heaps of problems. As I've advised before, I think
you're best bet might to look at Jarod's guide and install from
pre-compiled RPMs. You never seem to reply whenever anyone offers you
help or advice - what is your objection to getting MythTV up and
running Jarod's way?

Regards,
Phill
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

 


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] frustrating comments about sample rates (what not to do)

2005-08-29 Thread Larry Symms
In mpegrecorder.cpp it states // only 48kHz works properly. regarding 
audio sample rates which I have tested and proven true.  What happens is 
a discrepancy in displayed time and actual position in the recording.  
This leads to skipping back when trying to skip forward because myth is 
miscalculating the current position based on time elapsed.  The problem 
is that the comments in Recording Profiles in TV Settings in Myth 
frontend say: Sets the audio sampling rate for your DSP.  Ensure that 
you choose a sampling rate appropriate for your device.  btaudio may 
only allow 32000.  This implys that not only is it ok to change the 
sampling rate from the default but that it is recomended.  This is not 
the case.  Do not be deceived, 48000 is the only acceptable setting for 
mpeg encoders unless you never watch recordings while they're 
recording.  When playing recordings while they are recording the sample 
rate is gathered from the codec settings in the db rather than the mpeg 
header.  If any of this is incorrect by all means correct me but I'm 99% 
sure this is the case based on the code I've gone through and the tests 
I've conducted.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] frustrating comments about sample rates (what not to do)

2005-08-29 Thread Larry Symms
I know the difference, the problem is, the user who doesn't go digging 
through code would have no indication that changing the sample rate for 
recording profiles of an mpeg device would have negative effects, which 
aren't immediately obvious.  Why would I change the rate you ask?  The 
default alsamixer settings for my audio card (which uses the Via Envy24 
chipset) sets multi track rate locking to on, so I set the alsamixer 
multi track sample rate to 44.1kHz so that it would work with TV and 
music.  I changed the recording profile rates to 44.1kHz and didn't 
realize there was a problem for a few weeks because this only happens 
when watching recordings as they're recording or buffered live TV which 
I do very rarely.


Donavan Stanley wrote:


On 8/29/05, Larry Symms [EMAIL PROTECTED] wrote:
 


In mpegrecorder.cpp it states // only 48kHz works properly. regarding
audio sample rates which I have tested and proven true.  What happens is
a discrepancy in displayed time and actual position in the recording.
This leads to skipping back when trying to skip forward because myth is
miscalculating the current position based on time elapsed.  The problem
is that the comments in Recording Profiles in TV Settings in Myth
frontend say: Sets the audio sampling rate for your DSP.  Ensure that
you choose a sampling rate appropriate for your device.  btaudio may
only allow 32000.  This implys that not only is it ok to change the
sampling rate from the default but that it is recomended.  This is not
the case.  Do not be deceived, 48000 is the only acceptable setting for
mpeg encoders unless you never watch recordings while they're
recording.  When playing recordings while they are recording the sample
rate is gathered from the codec settings in the db rather than the mpeg
header.  If any of this is incorrect by all means correct me but I'm 99%
sure this is the case based on the code I've gone through and the tests
I've conducted.
   




The big thing you appear to be missing is the btaudio and mpegrecorder
have nothing to do with each other.  If you have a card which uses
btaudio you're going to be using nupplevideoencoder.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

 


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] frustrating comments about sample rates (what not to do)

2005-08-29 Thread Larry Symms

Isaac Richards wrote:

Why is there a problem?  The sampling rate is always read from the file, not 
the database, on playback.


Isaac

 

That was my first impression as well when skimming over the source, but 
apparently (at least to my feeble eyes) not the case.  If I set the 
sample rate to 32000 it records at 48000 because it can't or won't 
change the sample rate with ivtvctl and there's a time discrepancy (I 
can only say for sure this happens when watching while recording but it 
definately doesn't happen after commercial flagging).  If I set the 
sample rate to 48000 it records at 48000 and everything is fine.  So I'd 
have to assume it's getting 32000 from the db because all the mpg 
headers say 48000 regardless of what I set.  It's the only thing I 
change and it only changes in the db.  I can't say for sure where this 
is happening cause I haven't found it yet but when and if I do I'll post it.


Larry
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] disabling recording for 1 TV card

2005-07-22 Thread Larry Symms
Is there a way to have 2 tuner cards, 1 that records and 1 that is 
solely for Live TV?

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] skip forward, backs up/time discrepancy

2005-07-08 Thread Larry Symms
This is only happening when watching recordings made by the 150MCE 
(either buffered or while recording).  I set the 350 to a higher 
recording priority so most shows don't have a problem but it's still 
frustrating.


Larry Symms wrote:


Setup:
NTSC
PVR-350, PVR-150MCE
Knoppmyth r5a12 (myth .17, debian 2.6.9)
ivtv 0.3.6p

Problem:
There is a discrepancy in the time displayed on the PVR-350 tv-out and 
the actual location in the recording.  For example when watching a 
show, if I'm at the first commercial break the OSD time will display 
5:30.  When I skip forward 30 seconds the time displayed is 6:00 but 
it has actually gone back to about 1 minute before the commercial 
break started.  Subsequent skips work fine.  After watching another 
segment, the time discrepency builds up again and the first skip goes 
back.  I've heard of this happening with PAL setups because of the 
framerate difference but I've not seen any solutions for NTSC.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-05-06 Thread Larry Symms
Jarod Wilson wrote:
On Monday 25 April 2005 05:37, Larry Symms wrote:
 

I'm having nothing but trouble getting this combo to work.  I've tried
this with 0.2.0 rc3i and 0.3.2u.  The 150 is located at PCI:1:9:0 and
the 350 is located at PCI:1:8:0.  Ivtv seems to be detecting the 150
fine, without errors but video1 is giving me nothing, not even static,
while video0 (the 350) works fine.  Here's my modules.conf snippet (note
that ivtv is autodecting both tuners as type 47):
alias char-major-61 lirc_i2c
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
options cx25840 no_black_magic=1
I'm sure the problem is in the options ivtv line.  Any suggestions?
   

You need some i2c_enable statements in there. I have a 350 in the same box as 
a 500, works just fine. Try this:

alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
options saa7127 i2c_enable=1,-1
options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
options cx25840 i2c_enable=-1,1 no_black_magic=1
The saa7127 driver for the 350's output is hijacking the i2c bus on the 150, 
the -1 to i2c_enable tells it to not enable for a given card.

I tried this exactly like you said.  Same problem.  Doing *dd 
if=/dev/video0 of=/dev/video16* works great.  Doing *dd if=/dev/video1 
of=/dev/video16* gives me:
dd: reading `/dev/video1': Input/output error

Here's my /var/log/messages snippet:
May  6 10:33:01 mythtv kernel: ivtv:  START INIT 
IVTV 
May  6 10:33:01 mythtv kernel: ivtv: version 0.3.3 (y) loading
May  6 10:33:01 mythtv kernel: ivtv: Linux version: 2.6.9-chw-4 SMP 
preempt 586 gcc-3.3
May  6 10:33:01 mythtv kernel: ivtv: In case of problems please include 
the debug info
May  6 10:33:01 mythtv kernel: ivtv: between the START INIT IVTV and END 
INIT IVTV lines when
May  6 10:33:01 mythtv kernel: ivtv: mailing the ivtv-devel mailinglist.
May  6 10:33:01 mythtv kernel: ivtv: Autodetected WinTV PVR 350 card
May  6 10:33:01 mythtv kernel: ivtv: Found an iTVC15 based chip
May  6 10:33:01 mythtv kernel: ACPI: PCI interrupt :01:08.0[A] - 
GSI 18 (level, high) - IRQ 18
May  6 10:33:01 mythtv kernel: ivtv: Unreasonably low latency timer, 
setting to 64 (was 32)
May  6 10:33:01 mythtv kernel: ivtv: XXX PCI device: 0x01e0 vendor: 0x10de
May  6 10:33:01 mythtv kernel: tveeprom: Hauppauge: model = 48132, rev = 
K168, serial# = 7378609
May  6 10:33:01 mythtv kernel: tveeprom: tuner = LG TAPE H001F MK3 (idx 
= 68, type = 47)
May  6 10:33:01 mythtv kernel: tveeprom: tuner fmt = NTSC(M) (eeprom = 
0x08, v4l2 = 0x1000)
May  6 10:33:01 mythtv kernel: tveeprom: audio_processor = MSP3440 (type 
= 11)
May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=tveeprom[50],ok]
May  6 10:33:01 mythtv kernel: ivtv: Tuner Type 47, Tuner formats 
0x1000, Radio: yes, Model 0x00ad1598, Revision 0x0001
May  6 10:33:01 mythtv kernel: ivtv: Radio detected
May  6 10:33:01 mythtv kernel: tuner: Ignoring new-style parameters in 
presence of obsolete ones
May  6 10:33:01 mythtv kernel: tuner: chip found at addr 0xc2 i2c-bus 
ivtv i2c driver #0
May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=(tuner unset),ok]
May  6 10:33:01 mythtv kernel: saa7115: starting probe for adapter ivtv 
i2c driver #0 (0x10005)
May  6 10:33:01 mythtv kernel: saa7115: detecting saa7115 client on 
address 0x42
May  6 10:33:01 mythtv kernel: saa7115: writing init values
May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=saa7115[50],ok]
May  6 10:33:01 mythtv kernel: saa7115: status: (1E) 0x40, (1F) 0xc0
May  6 10:33:01 mythtv kernel: saa7127: Ignoring new-style parameters in 
presence of obsolete ones
May  6 10:33:01 mythtv kernel: saa7127: video encoder driver version V 
0.3 loaded
May  6 10:33:01 mythtv kernel: saa7127: detecting saa7127 client on 
address 0x88
May  6 10:33:01 mythtv kernel: saa7127: Selecting NTSC video Standard
May  6 10:33:01 mythtv kernel: saa7127: Selecting S-Video+Composite
May  6 10:33:01 mythtv kernel: saa7127: Turn WSS off
May  6 10:33:01 mythtv kernel: saa7127: Widescreen Mode 4:3 Full Format
May  6 10:33:01 mythtv kernel: saa7127: Selecting Normal Encoder Input
May  6 10:33:01 mythtv kernel: saa7127: Enable Video Output
May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=saa7127[50],ok]
May  6 10:33:01 mythtv kernel: msp34xx: ivtv version
May  6 10:33:01 mythtv kernel: msp34xx: init: chip=MSP3448W-A2, has 
NICAM support, simple (D) mode, simpler (G) no-thread mode
May  6 10:33:01 mythtv kernel: msp34xx: $Id$ compiled on: May  5 2005 
23:37:27
May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=MSP3448W-A2,ok]
May  6 10:33:01 mythtv kernel: ivtv: Encoder revision: 0x02040011
May  6 10:33:01 mythtv kernel: ivtv: Decoder revision: 0x02020023
May  6 10:33:01 mythtv kernel: ivtv: Configuring WinTV PVR 350 card with 
10 streams
May  6 10:33:01 mythtv kernel: ivtv: Registered v4l2 device, streamtype 
0 minor 0
May  6 10

Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-05-06 Thread Larry Symms
This didn't work.  I got the same results.  If I switch the cards around 
so the 150MCE is detected first its encoder works fine, but the 350 
TV-out doesn't work.  When I boot, instead of the nice green tv-output I 
get a flickery black image followed by no signal (my TV displays the 
input number when when no signal is coming in).  X starts without errors 
but no picture.  If I do dd if=/dev/video0 of=/dev/video17 I get audio 
but no video.  If I do dd if=/dev/video0 if=test.mpg I get a nice 
looking mpg with audio (this also works with video1).  Here's my current 
modules.conf snippet (note that the 150MCE is detected first):

alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
alias char-major-61 lirc_i2c
options saa7127 i2c_enable=-1,1
options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
options cx25840 i2c_enable=1,-1 no_black_magic=1

I readed somewhere the cx25840's i2c_enable doesn't count 250/350 so I
removed the first -1 and it worked:
options cx25840 i2c_enable=1 no_black_magic=1
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-05-06 Thread Larry Symms
I also tried just have the cx25840 line read:
options cx25840 i2c_enable=1 no_black_magic=1
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-04-28 Thread Larry Symms
Jarod Wilson wrote:
On Monday 25 April 2005 05:37, Larry Symms wrote:
 

I'm having nothing but trouble getting this combo to work.  I've tried
this with 0.2.0 rc3i and 0.3.2u.  The 150 is located at PCI:1:9:0 and
the 350 is located at PCI:1:8:0.  Ivtv seems to be detecting the 150
fine, without errors but video1 is giving me nothing, not even static,
while video0 (the 350) works fine.  Here's my modules.conf snippet (note
that ivtv is autodecting both tuners as type 47):
alias char-major-61 lirc_i2c
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
options cx25840 no_black_magic=1
I'm sure the problem is in the options ivtv line.  Any suggestions?
   

You need some i2c_enable statements in there. I have a 350 in the same box as 
a 500, works just fine. Try this:

alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
options saa7127 i2c_enable=1,-1
options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
options cx25840 i2c_enable=-1,1 no_black_magic=1
The saa7127 driver for the 350's output is hijacking the i2c bus on the 150, 
the -1 to i2c_enable tells it to not enable for a given card.
 


Thanks Jarod.  That sounds like exactly what it's doing.  I'll give it a 
try ASAP (which might be a while without seriously affecting WAF).
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] 150MCE quick question for Jarod

2005-04-27 Thread Larry Symms
Jarod,
We have the same PVR-150MCE: (LG TAPE H001F MK3 (idx = 68, type = 47)).  
I saw the giant thread about it where you had the patches and diffs you 
did to get everything working.  I'm currently running Debian with 
2.6.9-chw kernel, I have tried several versions of ivtv but I the best 
I've been able to do is get static with some crappy audio.  I haven't 
run any patches or diffs.  Is there a way to get it working without 
applying patches or diffs?  Would 2.6.11.6-chw-4 be better?  Waiting for 
knoppmyth to support it is an option but if it's not too tricky getting 
it to work now it'd be nice.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] 150MCE quick question for Jarod

2005-04-27 Thread Larry Symms
A. Heinen wrote:
On 4/27/05, Larry Symms [EMAIL PROTECTED] wrote:
 

knoppmyth to support it is an option but if it's not too tricky getting
it to work now it'd be nice.
   

Have you tried the instructions documented here:
http://knoppmythwiki.homelinux.org/index.php?page=HauppaugeOneFiftyInstallation
I run very successfully PVR-150 NTSC non-mce on KnoppMyth R5A12 which
I used to create the instructions.   Instructions have been added for
the PVR-150 MCE but I haven't tried them with the PVR-150 MCE.
Al
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 

I did actually.  That was after massive futzing around though so I'll 
try it again at some point from a fresh install.  Thanks for the how-to 
by the way.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] 0.18's available

2005-04-15 Thread Larry Symms
Isaac Richards wrote:
Get yourself to the website if you want it.
Isaac
 

 

you kick ass isaac
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 unable to tune any channel...

2005-04-15 Thread Larry Symms
Jeroen Doumen wrote:
Also, does /dev/video0 work (instead of 16)?
video0 is input video16 is output
these number increment with additional cards. For exmaple, if you added 
another pvr-350 to the right (closer to AGP) of your current pvr-350 the 
new card would get video0 for input and video16 for output.  The old 
card would be shifted because it will be detected later to video1 for 
input and video17 for output.  If you put the new card to the left 
(closer to side of case) the numbers would be switched because your old 
card would be detected first.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] pvr-350 recording at 720x480 question

2005-04-14 Thread Larry Symms

I'm not trying to be an ass, I'm just trying to help you get the most
out of the mailing list.
--Ajay
 

Thanks for the response.  Sorry in advance for the ridiculously long 
post.  I've reinstalled everything start to finish about 15 times over 
the last 9 months using jarrod's guide, the myth wikis, knoppmyth, etc.  
That being said, I'm no expert.

Here's what I've done:  I installed knoppmyth and got tv-out working in 
20 minutes.  There's a nice little perl script that does all this for 
you after knoppmyth's been installed.  I've gotten this to work on my 
own but as we all know there's 7 different ways from Sunday to do 
anything in Linux and that's double for tv-out.  Seems like every time I 
try doing it myself I screw something up and have to start all over, 
eventually getting it to work.  One thing I've noticed is that when I 
set it up myself the X display is always way bigger than the screen when 
I configure TV-out myself.  Is this adjustable by manipulating Overscan?

My goal is to be able to burn a dvd without transcoding.  After setting 
the recording profiles to 720x480 and with a higher bitrate (yes I know 
this uses more space it's worth it for me even if it were twice the 
size), I get some very odd behavior.  I begin watching live tv or a 
recorded program.  My screen will look perfect.  Great clarity and 
color.  OSD is centered and readable.  Intermittently while doing this 
the image with turn green/purple and/or stretch way beyond the left side 
of the tv screen.  Running ivtvctl -j reg=0x6c,val=0xf5 makes it better 
but the OSD is way bigger than the screen and I'm definitely loosing a 
lot of image.  The aspect ratio seems ok though (no apparent 
stretching).  The problem will continue to happen as I watch recordings 
or live tv, and I have to keep running that ivtvctl command.  I'm 
starting to worry that this intermittent shifting could be a memory 
fault in the card's registers. 

Here's some of my setup:
modules.conf snippet:
alias char-major-81 videodev
alias char-major-61 lirc_i2c
options ivtv debug=1
options tuner type=47
options msp3400 once=1 simple=1
install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400; 
/sbin/modprobe saa7115;  /sbin/modprobe --ignore-install  ivtv; 
/sbin/modprobe ivtv-fb
remove ivtv /sbin/modprobe -r --ignore-remove ivtv  /sbin/modprobe -r 
saa7115  /sbin/modprobe -r msp3400  /sbin/modprobe -r tuner  
/sbin/modprobe -r ivtv-fb

XF86Config-4 snippet:
Section Device
   Identifier  Hauppauge PVR 350 iTVC15 Framebuffer
   Driver  ivtvdev
   ### change fb1 to whatever number you got in the previous section
   Option  fbdev /dev/fb1
   Option  ivtv /dev/fb1
   ### change the busid to whatever is reported by lspci. Note that
   ### output of lspci is hex, so add a preceding 0x to the BusID
   BusID 0:0x8:01
EndSection
Section Screen
   Identifier  TV Screen
   Device  Hauppauge PVR 350 iTVC15 Framebuffer
   Monitor NTSC Monitor
   DefaultDepth 24
   DefaultFbbpp 32
   Subsection Display
 Depth 24
 FbBpp 32
 Modes 720x480
   EndSubsection
EndSection
I'm not sure why the script uses ivtv and fbdev in the Xconfig. 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Recording New Battlestar series

2005-04-13 Thread Larry Symms
You might be able to fake that you have all the old recordings by 
manipulating the database.  Is it worth it?  Probably not.  You're 
better off going through mythweb and setting all season 1 Battlestar's 
to not record (great series BTW).  You can go as far into the future as 
you have data for (for me that's 10 days).

I only want to record the new battlestar galactica series.  Is there a
way I can specify this in myth?  Essential, I want to record all
battlestar galactica playing at anytime on channel scifi.  When I
tried this, I kept getting the old series recorded as well.
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Recording New Battlestar series

2005-04-13 Thread Larry Symms

Allan Stirling wrote:
Larry Symms wrote:
You might be able to fake that you have all the old recordings by 
manipulating the database.  Is it worth it?  Probably not.  You're 
better off going through mythweb and setting all season 1 
Battlestar's to not record (great series BTW).  You can go as far 
into the future as you have data for (for me that's 10 days).

I only want to record the new battlestar galactica series.  Is there a
way I can specify this in myth?  Essential, I want to record all
battlestar galactica playing at anytime on channel scifi.  When I
tried this, I kept getting the old series recorded as well.

Growf. Top posting.
Anyway, I think the OP may have been referring to the old BSG - The 
original series. Which aired for quite some time, so adding all those 
might be time consuming.

Cheers,
Allan.
Sorry I'm new...
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] PVR-350 registers shifting during playback and live tv

2005-04-12 Thread Larry Symms
Sorry if this is a repost... having problems getting posts in:
I'm guessing this has to do with the fact that I'm NTSC and I'm trying 
to record using 720x480.  Why would I do that?  Because I can burn 
directly to DVD without transcoding.  What's happening is that 
intermittently during playback of 720x480 my colors go all green/purple 
and/or the image widens way past the left side of the screen and shifts 
so there's a little black on the right.  I can get the colors back with 
ivtvctl by shifting the 0x6c register and I can get the screen to shift 
to the right so it's centered but I can't get it to size the image 
properly.  It's almost like it's changing the aspect ratio.  I've tried 
John Harvey's new X driver by using ivtv drivers newer than 0.3.2b but I 
can't get them to work (I may need a firmware upgrade).  I get no device 
found error when starting x but no errors from ivtv in messages.  Here's 
my current thread on knoppmyth's site if you want more info on my setup: 
http://mysettopbox.tv/phpBB2/viewtopic.php?p=23187#23187
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Live and recorded TV shifted right

2005-04-12 Thread Larry Symms
I've figured this out. Turns out to be my fault, suprise, 
suprise.   
 
I was looking at the correct settings in the wrong place. While 
digging  through all the settings in the past, I had selected (Create 
new profile
group) to see what was in there, a new profile was created, and 
I   couldn't figure out how to delete it. At least not with my 
remote.   
 
Anyways, I didn't realize the new profile was active, since I 
hadn't   selected it 
anywhere.
 
Long story short (I know, too late), when I changed the resolution of 
that
new profile to 720x480 and set the aspect ratio to square, as I had tried
in the default profile, all is 
well. 
 
-Michael
Are you using PAL or NTSC?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Chaintech AV-710 walkthrough

2005-04-11 Thread Larry Symms
http://mysettopbox.tv/phpBB2/viewtopic.php?t=4132highlight= 
http://mysettopbox.tv/phpBB2/viewtopic.php?t=4132highlight=

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users