Re: [mythtv-users] Sports events, LiveTV or Watch Recording?

2006-01-27 Thread Trey Boudreau
On Fri, Jan 27, 2006 at 11:54:01AM -0700, Greg Woods wrote:
> Some sports, such as baseball and football, lend themselves to using
> the time stretch as well. With a time stretch of about 1.2 and fast
> forwarding through all the ads and halftime, I can watch a football
> game that takes about 3 1/2 hours live in less than 2 hours, without
> missing anything.
>
I watch football games with time stretch at 1.5 and the skip forward
time set to 25 seconds.  Why 25?  Because you can skip forward at the
play-dead whistle and catch the next snap without watching the huddle.
This way the entire game takes about an hour to watch.

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


Re: [mythtv-users] Performance from a different perspective

2006-01-22 Thread Trey Boudreau
On Sun, Jan 22, 2006 at 06:32:27PM -0700, Brian Wood wrote:
> On Jan 22, 2006, at 6:03 PM, Trey Boudreau wrote:
> >
> > As to RAM, you'd do well to follow my First Law of Computing:
> >
> >   Thou shalt not swap.
> 
> Perhaps, but if you find yourself with unused RAM you could always  
> use it as ramdisks for your oft-accessed data.
>
In general, the Linux VM subsystem does an outstanding job of caching.
Taking RAM away from it and dedicating it to a RAM disk will almost
always result in lower overall performance because it tracks what you
actually use as opposed to what you think you'll use.

> I guess when you got to where you were never waiting on disk access
> you would be happy, and broke.
>
A useful rule of thumb says that you can buy the same compute hardware
cheaper next week (or next month).  If you wait 18 months (a la Mr.
Moore), you'll only end up half broke ;-)

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


Re: [mythtv-users] Performance from a different perspective

2006-01-22 Thread Trey Boudreau
On Sun, Jan 22, 2006 at 05:42:50PM -0700, Brian Wood wrote:
> 
> Nobody ever complained about having too much CPU, or RAM, I'd go for  
> the best I could afford.
>
Sometimes "all the CPU you can afford" choice gets you into the "more
fan noise than you can stand" configuration.

As to RAM, you'd do well to follow my First Law of Computing:

  Thou shalt not swap.

After that, you just waste electricity on refresh you never use.

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


Re: [mythtv-users] Revised MythTV Subversion ebuilds for Gentoo available

2006-01-11 Thread Trey Boudreau
On Wed, Jan 11, 2006 at 01:46:28PM -0500, Preston Crow wrote:
> On Wed, 2006-01-11 at 10:43 -0800, Scott Alfter wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > Chad wrote:
> > > On 1/10/06, Scott Alfter <[EMAIL PROTECTED]> wrote:
> > >> The MythTV Subversion ebuild I obtained from Gentoo Bugzilla won't build
> > >> MythTV with FireWire support because the dependencies are
> > >> incorrect/outdated. I don't know if someone else has put up an updated
> > >> ebuild somewhere else already, but here's what I'm now using:
> > >> 
> > >> http://alfter.us/files/mythtv-svn-ebuilds.tar.bz2
> > > 
> > > Excellent.  If you reply to that bug report and attach your fix, it
> > > will be more centralized.
> > 
> > I considered doing that, but the bug-wranglers apparently have their 
> > panties in
> > a bunch over continued activity on a bug that's marked RESOLVED WONTFIX.
> 
> Yup, that's why I haven't updated it, even though I've made few fixes,
> such as supporting new plugins and fixing mythfrontend-svn to build the
> frontend only instead of the backend only (oops).
> 
How about adding them as a patch in Trac.  Perhaps we can get them
rolled into the tree under contrib or some such?

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


Re: [mythtv-users] 64bit IDE RAID options?

2006-01-09 Thread Trey Boudreau
On Mon, Jan 09, 2006 at 07:42:28PM -0500, Steve Adeff wrote:
> On Monday 09 January 2006 17:36, Trey Boudreau wrote:
> > On Mon, Jan 09, 2006 at 12:26:18PM -0800, Yeechang Lee wrote:
> > > James C. Dastrup <[EMAIL PROTECTED]> says:
> > > > Is anyone aware of a PCI-X  64bit / 133MHz capable IDE RAID HBA?
> > > > Or, how about a PCI  64bit / 33 Mhz MHz capable IDE RAID HBA?
> > >
> > > People generally consider 3Ware's 7xxx (ATA) and 8xxx/9xxx-series
> > > (SATA) cards, which all support 64-bit/66MHz PCI-X, the standard for
> > > high-quality, reasonably-priced, true hardware RAID cards. (Or just
> > > for JBOD, as I'm doing with two 7506-4 cards and eight 400GB ATA
> > > drives I'm using in part for MythTV.)
> >
> > I *really* like the performance of my Areca ARC-1120 8 port SATA PCI-X
> > card.  It beats the pants off of my 3ware 7450 and 8506.  I don't know
> > how it compares to  the 9xxx-series controllers.  Unfortunately, the
> > last time I checked the Areca folks hadn't got their drivers into the
> > kernel tree (2.6.14-mumble).  It annoyed me to have to unpack the
> > archive and tweak the Kconfig file, but I eventually got over it
> > (mostly ;-).
> >
> > -- Trey
> 
> whoa, $600 for a controller card!  I think I can live with software RAID, 
> rather spend the money on a faster cpu...
> 
No amount of CPU cycles will get you the disk bandwidth lost to software
RAID5 back:

Hardware RAID5 write of one 512-byte disk block:
write 512 bytes over PCI
(controller card updates the parity without causing PCI bus activity)

Software RAID5 write of one 512-byte disk block:
read 512 bytes of parity over PCI
write 512 bytes of data over PCI
write 512 bytes of modified parity over PCI

At best you can amortize the parity I/O over "n" blocks, where "n"
equals the number of disks in your RAID5 set minus one.  Given MythTV's
propensity for creating large files, you can get this level of
performance much of the time.  Even so, you never get those bus cycles
back.

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


Re: [mythtv-users] 64bit IDE RAID options?

2006-01-09 Thread Trey Boudreau
On Mon, Jan 09, 2006 at 12:26:18PM -0800, Yeechang Lee wrote:
> James C. Dastrup <[EMAIL PROTECTED]> says:
> > Is anyone aware of a PCI-X  64bit / 133MHz capable IDE RAID HBA?
> > Or, how about a PCI  64bit / 33 Mhz MHz capable IDE RAID HBA?
> 
> People generally consider 3Ware's 7xxx (ATA) and 8xxx/9xxx-series
> (SATA) cards, which all support 64-bit/66MHz PCI-X, the standard for
> high-quality, reasonably-priced, true hardware RAID cards. (Or just
> for JBOD, as I'm doing with two 7506-4 cards and eight 400GB ATA
> drives I'm using in part for MythTV.)
> 
I *really* like the performance of my Areca ARC-1120 8 port SATA PCI-X
card.  It beats the pants off of my 3ware 7450 and 8506.  I don't know
how it compares to  the 9xxx-series controllers.  Unfortunately, the
last time I checked the Areca folks hadn't got their drivers into the
kernel tree (2.6.14-mumble).  It annoyed me to have to unpack the
archive and tweak the Kconfig file, but I eventually got over it
(mostly ;-).

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


Re: [mythtv-users] Re:Is gentoo the way to go?

2005-11-04 Thread Trey Boudreau
On Fri, Nov 04, 2005 at 08:00:22AM -0500, Bryan Halter wrote:
> 
> I have 3 Gentoo boxen and wondered the same thing.  I've taken the 
> approach of sharing the tree over NFS.  This doesn't give me the cache 
> updates so searches take forever on the remote boxes but I can do updates.
>
My boxes share a portage tree as well with /usr/portage exported
read-only, /usr/portage/distfiles exported read-write.  A cron job on
the server does the 'emerge --sync', and thirty minutes later cron jobs
on the clients do 'emerge --metadata' to rebuild the caches.

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


Re: [mythtv-users] Re: Is gentoo the way to go?

2005-11-03 Thread Trey Boudreau
On Thu, Nov 03, 2005 at 11:55:48AM -0500, Mike Frisch wrote:
> On Thu, November 3, 2005 10:50 am, Trey Boudreau said:
> > I really like my gentoo setup (I have five systems, currently), but then
> > I've managed UN*X boxen since 1991.  A distcc-enabled portage chews
> > right through compiles.
> 
> It has nothing to do with experience.  Without getting into a pissing
> contest, I've been maintaining "UN*X boxen" for at least the same amount
> of time and when it all comes down to it, the advantages of "compiling
> your own" are far outweighed by the time savings in using somebody else's
> (trusted) binaries.
> 
I had the occation to an Ubuntu 5.10 install in the course of my work
last week.  I found it quick and easy, and wouldn't have a problem
recommending it to most folks.

I did run into a problem installing kernel modules compiled outside of
the header-source tree of the as-installed kernel.  In particular 

make -C /lib/modules/`uname -r`/build M=$PWD modules_install

fails because the Makefile doesn't have EXTRAVERSION set properly and so
places the built modules in the wrong directory.  They have a
.extraversion file, but kbuild doesn't use it.  I suspect people
building DVB modules outside of the kernel will have this problem unless
they first rebuild and install the kernel from source.

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


Re: [mythtv-users] Re: Is gentoo the way to go?

2005-11-03 Thread Trey Boudreau
On Thu, Nov 03, 2005 at 10:36:11AM -0500, Michael T. Dean wrote:
> 
> Mike Frisch wrote:
> 
> >The whole 'advantage' of Gentoo is being able to customize it to your
> >system,
> >
> I thought it was "bragging rights."
> 
Gentoo (portage, really) makes it easy to put only what you need on a
particular machine.  For me, customize doesn't so much mean
tweaked-for-your-CPU as it does no-extra-cruft.

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


Re: [mythtv-users] Is gentoo the way to go?

2005-11-03 Thread Trey Boudreau
On Thu, Nov 03, 2005 at 10:26:17AM -0500, Myth Lists wrote:
>
> A little bit of time?  Don't you mean alot of time compiling?  I have 
> tried Gentoo and the compiling of *everything* takes forever.  I have 
> yet to find a pre-compiled install that at least gets me going with the 
> basic xwindows, gnome and/or KDE.  I don't mind compiling some things, 
> but even on my P4-3GhzHT, it would have taken several DAYS to compile 
> KDE and its tools -- Have I missed something or do they have 
> pre-compiled packages hiding somewhere??
> 
You want (the relatively recent) Gentoo Reference Platform:

 http://www.gentoo.org/doc/en/handbook/2005.0/hb-install-about.xml

I really like my gentoo setup (I have five systems, currently), but then
I've managed UN*X boxen since 1991.  A distcc-enabled portage chews
right through compiles.

To each their own,
-- Trey
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Capturing legacy VHS tapes

2005-10-19 Thread Trey Boudreau
On Wed, Oct 19, 2005 at 03:10:21PM -0200, Manuel Lemos wrote:
> 
> Right, I know that MythTV was made mainly to record scheduled programs. 
> It seems superb for that purpose although it is not my main interest 
> right now.
> 
> The page with Linux drivers of this card recommends MythTV, but what I 
> want to do, start and end a recording anytime I want with creating a 
> schedule, does not seem to be possible or maybe it is not obvious to me.
> 
> Since I could not make any recording with any other program besides 
> MythTV and gorecord tool that comes with the drivers, I wonder if 
> anybody knows how I can achieve what with MythTV. Or shall I submit a 
> feature request for MythTV?
> 
I suspect you have a tape library from the days before DVD, consisting
primarily of videos and not TV shows.  I recommend doing the capture
manually, outside of MythTV.  Then move the captured file to someplace
where MythVideo can see it.  You can then enter name for the video and
have MythVideo search IMDB for cover art and associated data.

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


Re: [mythtv-users] Mozilla/Firefox search plugin for MythTV Mailing Lists now available

2005-10-17 Thread Trey Boudreau
On Sun, Oct 16, 2005 at 10:23:09PM -0400, Michael T. Dean wrote:
> 
> I got tired of going to the Gossamer Threads MythTV page ( 
> http://www.gossamer-threads.com/lists/mythtv ) every time I wanted to 
> search the mailing list archives, so I created a Mozilla/Firefox 
> (Mycroft) search plugin for the MythTV mailing lists to give me 
> "one-click" access to the archives.  You can get the plugin from:
> 
> http://mycroft.mozdev.org/download.html?name=mythtv&submitform=Find+search+plugins
> 
Cool and all, but why not make a Quick Search out of it?

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


Re: [mythtv-users] SATA Drive Failure

2005-06-25 Thread Trey Boudreau
On Sat, Jun 25, 2005 at 12:06:14PM +0100, Allan Stirling wrote:
> 
> Here's the results from my array, which is a 8 disk RAID5, spread over 2 
> SATA controllers on a PCI-X dual Xeon (yes, I believe overkill _is_ just 
> a word):
> 
Sweet setup.  I don't believe you've reached overkill yet ;-)

> hdparm -Tt /dev/sda
> 
> /dev/sda:
>  Timing cached reads:   2204 MB in  2.00 seconds = 1101.07 MB/sec
>  Timing buffered disk reads:  374 MB in  3.01 seconds = 124.31 MB/sec
> 
> The 'buffered disk reads' is the line you're looking for. And 124Mb / 
> sec is quite good for this type of setup.
> 
Neat!  I didn't know you could run hdparm against non-[S]ATA devices.
I'd guess only these tests work, though.

Just for comparisons (3ware 8506, 4 Maxtor 7Y250M0s RAID5, dual
AthlonMP):

# hdparm -Tt /dev/sda

/dev/sda:
 Timing cached reads:   1124 MB in  2.00 seconds = 560.96 MB/sec
 Timing buffered disk reads:  478 MB in  3.00 seconds = 159.20 MB/sec


The wife has given me the go-ahead to build a new storage system (the
current 750GB array has topped out with HDTV programs, and I haven't
made a significant dent in the DVD library transfer process).  I've
planned a dual Opteron 246 box with a 3Ware 9500S-12 PCI-X controller.
It has Online-Capacity-Expansion, so I can buy my favorite Maxtor
7Y250M0's a few at a time and keep the initial outlay down a bit.

> Cheers,
> 
> Allan.

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


Re: [mythtv-users] SATA Drive Failure

2005-06-24 Thread Trey Boudreau
On Fri, Jun 24, 2005 at 07:54:06PM -0700, Kelly wrote:
> 
> Think I've found a source of my constant crashing. I have a Maxtor
> SATA 250GB drive. I started poking around google and came up with the
> hdparm test. I ran it and got
> 
> Timing cached reads:   816 MB in  2.01 seconds 
> 
> A respectable IDE drive and do 3000mb in 2.00 seconds. 
> 
> So my drive is running at 20% efficiency. That will make a difference. 
> 
If you have a floppy disk and a supported SATA controller in the system
you might try running the Maxtor PowerMax testing software.

  http://www.maxtor.com/en/support/downloads/powermax.htm

Perhaps it will tell you if your drive exhibits any problems.

Also, you don't mention the model number of your drive or the flags used
with hdparm.

As an apples-to-oranges comparison, I have five Maxtor MaxLine II Plus
250GB drives (model 7Y250M0) in a hardware RAID5 configuration (4 + 1
hot spare for 750GB storage) on a 3ware 8506 controller.  I can't use
hdparm on this configuration, but 'iozone -r 1m -s 1g' on an XFS volume
with 'blockdev --setra 16384 /dev/sda4' reports serial reads of
158698KB/s.

> If anyone has any ideas of what to do here I'm open. Other than that
> it looks like I'll be ripping it out of the front room and replacing
> the HD. 250GB are not cheep so not sure what I'm going to do with it.
> Too late to exchange it.
> 
Make sure your other components in the system don't cause problems.  Try
setting the read-ahead size with 'blockdev --setra'.  Tell us what you
use for filesystems on the drive.

Good luck.  Diagnosing/tuning hardware can tax one's patience.  Don't
give up, you'll like the results :-)

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


Re: [mythtv-users] record in HD, but watch in analog ?

2005-05-09 Thread Trey Boudreau
On Mon, May 09, 2005 at 03:24:38PM -0400, David George wrote:
> 
> On 5/9/2005 3:19 PM, Mudit Wahal wrote:
> 
> >I'm building a backend where I'm going to put one HD3000 card. My
> >frontend is still up in the air (several variables). In the meantime,
> >I still want to connect a basic frontend with tv-out (svideo) to
> >analog TV.
> >
> >Will I be able to play the programs recorded in HD in the backend on
> >an analog TV (connected via a frontend-svideo) ?
> > 
> >
> Yes, no problem.  One of my frontends has an MX-4000 card using S-Video 
> out.  You won't get HD res, but you can display HD programs on an analog TV.
> 
Out of curiosity, do you have performance issues down-scaling 1080i or
720p content?

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


Re: [mythtv-users] VGA to Component adaptors

2005-04-28 Thread Trey Boudreau
On Thu, Apr 28, 2005 at 12:20:22PM -0500, Jonathan Watmough wrote:
> 
> On 4/28/05, Tom Dombrosky <[EMAIL PROTECTED]> wrote:
> > 
> > > >
> > > I don't think the Linux drivers (up to 7174, at least) support Xv *or*
> > > XvMC for the NV43-based cards. I tried with a 6600GT. I couldn't get
> > > usable CPU utilization on my AMD64 3500+ system until I "downgraded" to
> > > an NV34-based GeForce 5500FX (which has working Xv support).
> > >
> > > -- Trey
> > 
> > I've had the same issues with my 6200TC card. Can't get xv to work
> > reliably. X's cpu usage is extremely high. When I try xvmc the 720p
> > clips work but the 1080i ones kill the frontend.
> 
> Hmmm, have you checked the Vidia readme. I Have a Amd 3500+ box with a 
> 6600GT (yep I have two different myth systems) that seems to work great with 
> XV. 6629 binary drivers, and OpenGL 
> 
I have looked at the README.  I have a device ID 0x00F1-type 6600GT
(made by PNY).  What version do you have?  Also, if you run:

xvinfo | grep -i colorkey

Do you get something like:

"XV_COLORKEY" (range 0 to 16777215)
"XV_AUTOPAINT_COLORKEY" (range 0 to 1)
"XV_COLORKEY" (range 0 to 16777215)
"XV_AUTOPAINT_COLORKEY" (range 0 to 1)

If not, you don't have working Xv support.

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


Re: [mythtv-users] Mac Mini Frontend - HDTV Capable?

2005-04-28 Thread Trey Boudreau
On Wed, Apr 27, 2005 at 10:42:45AM -0400, Jeff Simpson wrote:
> 
> "All it would take is for their video hardware to support HD size
> MPEG2 acceleration". That's like saying "All it would take is to have
> the processor speed become irrelevant, and it would work". If you read
> the rest of my post, I go on to say that if there were optimizations
> for the mac hardware, it'd be fine, but those optimizations will not
> likely be forthcoming for some time.
> 
I went looking at the info Apple has up about Tiger and its Core Image
technology.  At http://www.apple.com/macmini/specs.html, it says that
the mini uses a Radeon 9200.  The short list of supported cards on the
Core Image page http://www.apple.com/macosx/features/coreimage/ seems to
indicate that the mini won't get the hardware support required for HD
playback.  We'll have to wait and see, I suppose.

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


Re: [mythtv-users] DVB Channel setup

2005-04-26 Thread Trey Boudreau
On Tue, Apr 26, 2005 at 08:09:07PM -0400, Kyle Rose wrote:
> 
> > If I go into Advance --> DVB Transport Editor, I get all the Transport
> > freqs but I don't know which channel they are for and don't know how
> > to set it manual. Even if I set it up manual, will Zap2it still push
> > old channel number in?
> 
> This is the problem I was referring to on the -dev list.  To fix this,
> move the xmltvid from 7_1 over to 71, then delete 7_1 from channels, and
>  then either run mythfilldatabase again or change all programs for 7_1
> to 71's chanid.  You can then rename 71 to 7_1 if you like that
> nomenclature better.
> 
> I don't know if there is an easy way to automate this, because it
> appears a human is needed to easily correlate the two data sets.
> Anyone disagree?
> 
Nope.  How can a script get from "PaxWest", "Worship", and "Faith" to
KPXBDT2, KPXBDT3, and KPXBDT4?  It might help to know that KPXB-DT maps
to subchannel 1 and that zap2it refers to it as KPXBDT1.

Hmmm.  If we strip out all of the non-alphanumeric glyphs and key off of
the primary channel name, we *might* get a good guess for zap2it.

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


Re: [mythtv-users] VGA to Component adaptors

2005-04-26 Thread Trey Boudreau
On Tue, Apr 26, 2005 at 04:42:00PM -0400, Tom Dombrosky wrote:
> 
> > Ah yes, forgot about that one. I may just end up getting an nvidia
> > 6200GT card with component out.
> > 
> > Tom
> 
> I'm pretty sure the component out is not working yet in linux.  I
> "could" be wrong though.
> 
I don't think the Linux drivers (up to 7174, at least) support Xv *or*
XvMC for the NV43-based cards.  I tried with a 6600GT.  I couldn't get
usable CPU utilization on my AMD64 3500+ system until I "downgraded" to
an NV34-based GeForce 5500FX (which has working Xv support).

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


[mythtv-users] DVB channel won't scan [Was: Missing DVB channel scan for ASTC Air2PC cards]

2005-04-22 Thread Trey Boudreau
On Thu, Apr 21, 2005 at 05:39:27PM -0500, Aran Cox wrote:
> 
> However, when I upgraded to 0.18 I nuked my channel information with
> the intention of re-scanning.  But I didn't have the scan option any
> more!  I was sure configure had reported dvb yes, just like it had
> previously.  I ended up doing a make distclean and rebuilding and
> there they were.  I suspected some bug that caused configure to report
> it had found what it needed for dvb support, but hadn't or didn't
> enable it due to some other reason.  (Or I just read it wrong, or
> didn't read it at all.)  In any case, I'd just try rebuilding,
> double-checking your dvb-path setting and make sure that you see
> USING_DVB in the g++ commands being spit out by make.
> 
I did a 'cvs update' and a clean rebuild and it showed up.  I had to add
the XMLTVIDs by hand (grrr) but now it works.  Mostly.  I have one
channel with 99% signal strength and 89% snr with a solid lock, but the
scan never finishes.  dvbtraffic shows almost the same info as a working
channel:

-: Failing Channel :-
-PID--FREQ-BANDWIDTH-BANDWIDTH-
 9 p/s 1 kb/s14 kbit
0030 2 p/s 0 kb/s 4 kbit
0031 10372 p/s  1904 kb/s 15599 kbit
0034   264 p/s48 kb/s   397 kbit
0035   132 p/s24 kb/s   198 kbit
2000 10781 p/s  1979 kb/s 16215 kbit
-PID--FREQ-BANDWIDTH-BANDWIDTH-
 9 p/s 1 kb/s14 kbit
0030 2 p/s 0 kb/s 4 kbit
0031 10130 p/s  1859 kb/s 15235 kbit
0034   257 p/s47 kb/s   387 kbit
0035   130 p/s23 kb/s   195 kbit
2000 10530 p/s  1933 kb/s 15838 kbit

-: Working Channel :-
-PID--FREQ-BANDWIDTH-BANDWIDTH-
 9 p/s 1 kb/s14 kbit
0001 0 p/s 0 kb/s 1 kbit
0030 1 p/s 0 kb/s 2 kbit
0031 10250 p/s  1881 kb/s 15416 kbit
0034   217 p/s39 kb/s   327 kbit
0035   132 p/s24 kb/s   199 kbit
13f5 5 p/s 0 kb/s 8 kbit
1ffb15 p/s 2 kb/s23 kbit
2000 10635 p/s  1952 kb/s 15995 kbit
-PID--FREQ-BANDWIDTH-BANDWIDTH-
 9 p/s 1 kb/s14 kbit
0030 2 p/s 0 kb/s 4 kbit
0031 10531 p/s  1933 kb/s 15839 kbit
0034   225 p/s41 kb/s   338 kbit
0035   136 p/s24 kb/s   205 kbit
13f5 2 p/s 0 kb/s 4 kbit
1ffb16 p/s 2 kb/s24 kbit
2000 10925 p/s  2005 kb/s 16431 kbit

Does the scanner need the 0001, 13f5, and/or 1ffb PIDs?

I wonder if I should take this to the dev list?

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


Re: [mythtv-users] Missing DVB channel scan for ASTC Air2PC cards

2005-04-19 Thread Trey Boudreau
On Tue, Apr 19, 2005 at 11:04:26AM +0100, John Pullan wrote:
> 
> On 4/19/05, Trey Boudreau <[EMAIL PROTECTED]> wrote:
> > 
> > Prior to 0.18, it seems that the recommended action involved scanning
> > for the channels in mythtv-setup.  Unfortunately, CVS (as of midnight
> > Central time, U.S.) doesn't seem to have this feature.
> 
> What do you mean by "doesn't seem to have this feature." ?
>
I can't find any screen anywhere in myth-setup that will allow me to
perform a "channel scan".

> Are you sure you've enabled DVB support in this build.
> 
I think so:

mythtv$ ./configure --enable-dvb --enable-proc-opt
...
DVB support  yes [/usr/src/linux-2.6.11-gentoo-r6/include]
...

config.h:
#define FFMPEG_CONFIGURATION " --enable-dvb --enable-proc-opt "

config.mak:
CCONFIG= linux backend release using_oss using_alsa using_arts 
using_ivtv using_joystick_menu using_dvb using_x11 using_xv using_xrandr
config

mythtv-setup lets me choose the DVB card type and seems to properly
identify the Air2PC cards as "Nextwave nxt2002 VSB/QAM frontend
ATSC".  I just can't get the cards to tune with MythTV.  'azap' from the
dvb-apps/dvb-kernel tar-ball indicates a solid signal lock:

 mythtv $ azap -a 0 KHOU
 using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
 tuning to 57500 Hz
 video pid 0x, audio pid 0x
 status 1f | signal fd10 | snr e2a6 | ber 01e0 | unc  | FE_HAS_LOCK
 status 1f | signal fd60 | snr e248 | ber 0058 | unc  | FE_HAS_LOCK
 status 1f | signal fc40 | snr e100 | ber  | unc  | FE_HAS_LOCK
 status 1f | signal fd10 | snr e2d6 | ber  | unc  | FE_HAS_LOCK
 status 1f | signal fd20 | snr e18c | ber  | unc  | FE_HAS_LOCK

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


[mythtv-users] Missing DVB channel scan for ASTC Air2PC cards

2005-04-18 Thread Trey Boudreau
Howdy all,

I've spent some time recently trying to bring up a pair of Air2PC cards
without much luck.  Turning on some verbose debugging yields this:

Starting up as the master server.
2005-04-18 22:31:22.751 New DB connection, total: 2
2005-04-18 22:31:22.755 SIParser: About to do a reset
2005-04-18 22:31:22.755 SIParser: Closing all PIDs
2005-04-18 22:31:22.756 SIParser: Using DelAllPids from SIParser which does 
nothing
2005-04-18 22:31:22.756 SIParser: Resetting all Table Handlers
2005-04-18 22:31:22.756 SIParser: SIParser Reset due to channel change
2005-04-18 22:31:22.756 DVB#0 DVB SI Table Parser Started
2005-04-18 22:31:22.757 SIParser: Starting DVB Section Reader thread
2005-04-18 22:31:22.757 DVB#0 Using DVB card 0, with frontend Nextwave nxt2002 
VSB/QAM frontend.
2005-04-18 22:31:22.757 DVB#0 Trying to tune to channel 11_1.
2005-04-18 22:31:22.758 SIParser: Starting SIScanner
2005-04-18 22:31:22.759 New DB connection, total: 3
2005-04-18 22:31:22.760 DVB#0 ERROR - Could not find dvb tuning parameters for 
transport 0
2005-04-18 22:31:22.760 DVB#0 ERROR - Failed to get channel options for channel 
11_1.
2005-04-18 22:31:22.765 SIParser: About to do a reset

Notice the "Could not find dvb tuning paramters for transport 0".  It
seems to indicate (through looking at the code) that I have an empty
dtv_multiplex table.  In fact, poking around with mysql tells me the
table has zero rows.

Prior to 0.18, it seems that the recommended action involved scanning
for the channels in mythtv-setup.  Unfortunately, CVS (as of midnight
Central time, U.S.) doesn't seem to have this feature.

Where did I go wrong?  I had a mostly-working HD-2000 v4l setup before I
switched over to the Air2PC cards.  I've dropped the card and channel
configurations twice, but dtv_multiplex never seems to get filled in.

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


Re: [mythtv-users] Air2pc / Air2LAN

2005-02-10 Thread Trey Boudreau
On Thu, Feb 10, 2005 at 02:11:39PM -0500, Magnus Meinfretr wrote:
> 
> On Tue, 1 Feb 2005 14:47:31 -0600, Lane Schwartz <[EMAIL PROTECTED]> wrote:
> 
> > - In the future, it will be able to record multiple HDTV channels at once
> 
> Source?  I'm having trouble confirming this.  Trying to decide how
> many of these cards I should buy, and something like this is
> definitely a factor (and recording two or three HD streams at once
> with one capture card would be lovely).
>
Not multiple channels, multiple sub-programs from the same channel.  My
local CBS station has regluar programming on 11-1 and other stuff on
11-2 and 11-3.  Eventually they say it will grab the entire encoded
stream and pull out the sub-programs.

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


Re: [mythtv-users] Air2PC vs. pcHDTV HD-3000? getting into HDTV.

2005-02-10 Thread Trey Boudreau
On Thu, Feb 10, 2005 at 10:32:14AM -0800, Brad Templeton wrote:
> 
> In your case, can the card be used to receive signals from a
> transmitter in another state?  Perhaps in Hawai`i or Alaska you could safely
> claim otherwise, but not in the 48.
> 
Heh.  I bet we could find a place or two in central or west Texas where
you couldn't receive *local* broadcasts.

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


Re: [mythtv-users] Air2pc / Air2LAN

2005-02-09 Thread Trey Boudreau
On Tue, Feb 01, 2005 at 04:37:30PM -0600, Trey Boudreau wrote:
>
> I ordered two Air2PC cards from them this morning and paid via PayPal.
> The confirmation emails came promptly enough.  We'll see about the
> cards.
> 
The cards arrived Feb 09.  I asked after I ordered if I could have them
shipped earlier if they got them.  StormLogic did get them in earlier
and sent me two emails trying to confirm, but I didn't read my email in
time.  They went over and above what they promised, even though I
managed to flub it.  I'd order from them again if I have the need.

Now I just need time to bring up the cards in my backend.

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


Re: [mythtv-users] Air2pc / Air2LAN

2005-02-01 Thread Trey Boudreau
On Tue, Feb 01, 2005 at 12:26:28PM -0800, Joe Barnhart wrote:
> 
> --- [EMAIL PROTECTED] wrote:
> 
> > > http://mythic.tv/product_info.php?products_id=33
> > > 
> > 
> > Hummm.
> > I cant find it on the first reference, and on the 2nd I get into an
> > endless loop while trying to pay for it with a credit card rather
> > than PayPal.  Not Nice, they keep asking me to retype everything
> > that I have already put in.
> 
> I copied this message to their "oontact us" form and got a response in
> about 2 minutes.  They are looking into the problem.  FWIW these guys
> have been hanging around the KnoppMyth forum taking suggestions for
> products people would like to see in a "mythtv store." They seem like
> nice enough guys, and several KnoppMyth forum members have bought from
> them.  (However, I have not yet bought anything from their store.)
> 
I ordered two Air2PC cards from them this morning and paid via PayPal.
The confirmation emails came promptly enough.  We'll see about the
cards.

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


[mythtv-users] How do I remove a video source?

2005-01-10 Thread Trey Boudreau
Howdy all,

I've made a mistake and have a duplicate video source defined.  I'd like
to remove it, but I didn't find any way to do so from within setup or
mythfrontend.  Google'n for "MythTV remove video source" or "delete
video source" didn't turn up anything.  The online documentation only
tells you how to add sources.  Suggestions?

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