[mythtv-users] Re: One videosource, several grabbers ?

2005-02-21 Thread Oliver Martini
Hi,

Here in Switzerland we have the same problem. We have Swiss, German,
Austrian, Italien, French and some other channels.
I created myself a little script that grabs the data from two sources and
then use the tv_cat command to put those two files together.Firstly I had to 
use the tv_grab_ch --configure and tv_grab_de --configure
command to create the conf files for the grabber. I put them into
$XMLTV_DIR.
This is my script:

#/bin/ksh

# tv_grab_all  #

#  #
# Script to grab channel data from two or more #
# sources XMLTV sources and put them into one file #
# Import the created file into mythtv Database #
#  #


## SET THE XMLTV_DIR VARIABLE
XMLTV_DIR=/home/mythtv/.xmltv
XMLTV_GRABBER_DIR=/usr/bin
MYTH_BIN_DIR=/usr/bin

## RUN THE GERMAN GRABBER
$XMLTV_GRABBER_DIR/tv_grab_de --output $XMLTV_DIR/listings_de.xml
## RUN THE SWISS GRABBER
$XMLTV_GRABBER_DIR/tv_grab_ch --output $XMLTV_DIR/listings_ch.xml --days 7

$XMLTV_GRABBER_DIR/tv_cat --output $XMLTV_DIR/listings.xml
$XMLTV_DIR/listings_de.xml $XMLTV_DIR/listings_ch.xml
## RUN mythfilldatabase TO PUT THE EPG DATA INTO MYTHTV
$MYTH_BIN_DIR/mythfilldatabase --file 1 -1 $XMLTV_DIR/listings.xml

## IF EVERYTHING WORKED WELL WE WILL REMOVE THE listings.xml FILE
#rm $XMLTV_DIR/listings.xml
-

I hope this script also works for you.

Oliver


>Re: One videosource, several grabbers ?
>Same here in Brussels.
>
>Currently the only solution is to write your own tv_grab_xx script I guess.
>I think there was a tv_grab_be script doing this, getting it's info
>from different sites.
>An easier solution would be a tv_grab_xx script merging output from
>different grabbers.
>
>Q
>
>On Sat, 19 Feb 2005 16:07:34 +0100, Jang <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Same Problem for Luxembourg: I need at least tv_grab_de (symlink to
> tv_grab_de_tvtoday and tv_grab_fr to cover most of the channels...
> did you already find out how to use several grabbers?
>
> greetings
> Jang
>
> Hans Öfverbeck wrote:
>
> > Hi,
> >
> > Is it possible to associate more than one XMLTV grabber to one
> > videosource in MythTV ?
> >
> > My MythTV box only has one TV-card, hence I guess there can only be one
> > "videosource" and, from the look of the MythTV gui, only one grabber.
> > The channels available from (the single) antenna input however aren't
> > listed by any single XMLTV grabber, but if I could combine two
> > (tv_grab_se_swedb and tv_grab_dk ) I would get most of the channels I
> > care about.
> >
> > Hans
> >
> >
> > 
> >
> > ___
> > 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 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] nuvexport - isn't numeric in numeric eq error

2005-02-21 Thread David George
On 2/21/2005 7:56 AM, Khanh Tran wrote:
I finally got my ffmpeg and transcode recompiled and installed.  Now
when I run nuvexport 0.2 I get the following errors:
First pass...
Argument "pes" isn't numeric in numeric eq (==) at
/usr/local/share/nuvexport/export/transcode.pm line 117,  line
15.
Argument "ps" isn't numeric in numeric eq (==) at
/usr/local/share/nuvexport/export/transcode.pm line 117,  line
15.
 

It isn't just you.  On line 117 of 
/usr/local/share/nuvexport/export/transcode.pm change the == to eq

Chris is aware of this and will be committing the fix as soon as he 
finished up some other things.
--
David

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


[mythtv-users] Progressive YUV on TV?

2005-02-21 Thread Radek Svoboda
Hi,
  my 100Hz TV Panasonic has progressive YUV input (3 cinches for 
Y,U,V). I'd like to output the image from PC (ASUS Pundit) in this 
format, perhaps with some (passive) support from hardware convertor. Is 
this possible?

Radek Svoboda
[EMAIL PROTECTED]
http://freeman.web2001.cz
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] FC3 mythtv had no lirc IR remote control (solution)

2005-02-21 Thread Thomas Börkel
HI!
Jarod Wilson wrote:
I just did a clean install today. There are a few problems related to udev 
that haven't yet been properly solved, but my remote is functioning just 
fine, using the ATrpms lirc packages and the ATrpms Myth packages.
What are the udev problems?
Thomas
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PS2 front end?

2005-02-21 Thread Byron Miller
 If your XBox is that loud, your xbox has serious issues.  I have 3 of
them and NONE are that loud.  If your booting you may hear the dvdrom
churning, but otherwise they're quiet..

If you have modded your xbox you can replace the noisy HD.. once you
do that your about as quiet as any pc can get.


On Mon, 21 Feb 2005 19:45:25 +1000, David Whyte <[EMAIL PROTECTED]> wrote:
> But remeber, the XBox is just another PC.  You can quiet it down much
> the same as quieting down a normal PC.
> 
> That said, I don't have an XBox so I have never tried, but this is my
> understanding.
> 
> Dave
> 
> 
> On Mon, 21 Feb 2005 20:37:11 +1100, Dmitri Colebatch <[EMAIL PROTECTED]> 
> wrote:
> > Joe Votour wrote:
> >
> > >If you're looking for quiet, then re-consider the
> > >XBox.
> > >
> > >My XBox is by far the loudest PC that I have.  It is
> > >louder than (in order from loudest to quietest) my
> > >laptop (when the fan is running), my desktop and my
> > >MythTV machine.
> > >
> > >
> > wow..  thanks for telling me.  goes to show assumptions should never be
> > relied upon!
> >
> > cheers
> > dim
> > ___
> > mythtv-users mailing list
> > mythtv-users@mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> 
> --
> GMAIL is 'da bomb babyYEAH
> 
> I have GMail invites, if you want one, email me direct.
> 
> 
> ___
> 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] nuvexport - isn't numeric in numeric eq error

2005-02-21 Thread Khanh Tran
I finally got my ffmpeg and transcode recompiled and installed.  Now
when I run nuvexport 0.2 I get the following errors:

First pass...
Argument "pes" isn't numeric in numeric eq (==) at
/usr/local/share/nuvexport/export/transcode.pm line 117,  line
15.
Argument "ps" isn't numeric in numeric eq (==) at
/usr/local/share/nuvexport/export/transcode.pm line 117,  line
15.
Starting transcode.
processed:  0 of 109470 frames (0.00%), 0 fps

Then it just stops and no transcoding actually happens.  Since I haven't
found any results on Google, I'm guessing it's just me or SuSE 9.0's
perl.

Any help is appreciated.

Thanks!

-Khanh

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


[mythtv-users] strange permisisons problem

2005-02-21 Thread Ryan Kremser
hello i'm getting a wierd permissions error. I am trying to setup a
pvr-350 using the tv out and r5 10a of knoppmyth.  I have setup the
ivtv file correctly as well as what i believed to be the config-x file
but upon booting i recieve a failed to start x message which contains
unable to open /dev/fb0 No such device.

modprobe ivtv-fb returns fb0 before i started editing my config-x file
but now segfaults

Its strange because at a prompt if i just type in /dev/fb0 it gives a
permission error not an error saying that it doesn't exist.  I think
this is what is giving me problems but i really don't know.  I've
included my config-x file that i'm using now but i have changed many
things with this with no changes so i question its fault.

Any suggestions would be great.







Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "TV Screen"
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Mouse0" "CorePointer"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"  "true"
EndSection

Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection


Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier  "NTSC Monitor"
HorizSync  30-68
VertRefresh 50-120
Mode "720x480"
  # D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz
  DotClock 34.564
  HTimings 720 752 840 928
  VTimings 480 484 488 504
  Flags"-HSync" "-VSync"
EndMode
EndSection

Section "Device"
Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
Driver  "fbdev"
Option  "fbdev" "/dev/fb0"
BusID "0:01:0x09"
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
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Xbox Xebian 1.1.1 and Mythtv 0.17? Anyone got it working yet?

2005-02-21 Thread anders smith
Jamison,
did you upgrade everything else apart from mythmusic through apt-get?
I have 1.0.3 with 0.4.4 as well ad have been wanting to upgrade, but
are afraid of breaking the box...as it works fine
/anders

On Tue, 15 Feb 2005 00:32:30 -0500, Jamison Ables <[EMAIL PROTECTED]> wrote:
> I have Xebian 1.0.3 using dennis's install (ver 0.4.4), running myth
> 0.17 with custom debs. I have all the normal modules except mythmusic,
> which works but doesn't play nicely with apt-get. ;) (will fix later)
> 
> Jamison Ables
> 
> Matthew Daubenspeck wrote:
> 
> >It looks like Dennis's installer doesn't work with 1.1.1. I tried that
> >today, and it didn't work.
> >
> >However, upgrading the packages didn't seem to work either. I got a ton
> >of errors that said packages weren't installed or couldn't be found.
> >
> >However, doing a complete reinstall according to TFM
> >(http://bit.blkbk.com/) installed everything perfectly again, except for
> >the add-on modules (mythgame, mythmusic, etc). Make sure you use an
> >Xebian 1.0.3 install CD.
> >
> >It's not perfect, but I now have 2 xboxes working with .17.
> >
> >On Sun, Feb 13, 2005 at 07:01:57PM -0500, William wrote:
> >
> >
> >>I was wondering if anyone has gotten the new .17 release packaged up for
> >>xebian? Preferably for the new 1.1.1 release but the old one is fine too.
> >>
> >>TIA,
> >>Bill
> >>
> >>
> >>
> >>
> >
> >
> >
> >>___
> >>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 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] blurry boot and frontend but clear video playback

2005-02-21 Thread John Williams
Brad,
I jujst went to using my TV this week with Myth. I have had to bump up
the size of the text in the browser and even then it is blurry, but
readable. The other thing I had to do was change the default
resolution of the card to 640x480. This cleared things up
tremendously. I'm using about a 21" TV.


On Mon, 21 Feb 2005 05:18:24 -0500, William <[EMAIL PROTECTED]> wrote:
> > Anyone have a fix so that my screen is clear when booting and
> > using KDE or MYTHFrontend?
> >
> > Thanks for all your help so far.
> >
> > Brad
> >
> 
> Sorry  Brad but your standard def tv is never going to display text clear
> enough to be useful as a monitor. I usually just open a VNC session to the
> box when I want to do something requiring reading the prompts.
> 
> 
> ___
> 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] Re: Upgraded to 0.17, now DVB slow to tune and pops/crackles (cx88)

2005-02-21 Thread William
> 11:09:15.310 DVB#0 WARNING - Uncorrectable error in packet, 
> dropped. 2005-02-21 11:09:15.337 DVB#0 WARNING - Transport 
> Stream Continuity Error. PID =  600 2005-02-21 11:09:15.985 
> DVB#0 WARNING - Uncorrectable error in packet, dropped. 
> 2005-02-21 11:09:15.988 DVB#0 WARNING - Uncorrectable error 
> in packet, dropped. 2005-02-21 11:09:16.012 DVB#0 WARNING - 
> Uncorrectable error in packet, dropped. 2005-02-21 
> 11:09:16.015 DVB#0 WARNING - Uncorrectable error in packet, 
> dropped. 2005-02-21 11:09:16.059 DVB#0 WARNING - Transport 
> Stream Continuity Error. PID =  600 ...
> 
I am no DVB expert but I work in the wireless industry and when we see this
sort of thing its usually a signal strength / antenna aiming issue.


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


Re: [mythtv-users] One videosource, several grabbers ?

2005-02-21 Thread Kurt Bonne
Same here in Brussels.

Currently the only solution is to write your own tv_grab_xx script I guess. 
I think there was a tv_grab_be script doing this, getting it's info
from different sites.
An easier solution would be a tv_grab_xx script merging output from
different grabbers.

Q

On Sat, 19 Feb 2005 16:07:34 +0100, Jang <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Same Problem for Luxembourg: I need at least tv_grab_de (symlink to
> tv_grab_de_tvtoday and tv_grab_fr to cover most of the channels...
> did you already find out how to use several grabbers?
> 
> greetings
> Jang
> 
> Hans Öfverbeck wrote:
> 
> > Hi,
> >
> > Is it possible to associate more than one XMLTV grabber to one
> > videosource in MythTV ?
> >
> > My MythTV box only has one TV-card, hence I guess there can only be one
> > "videosource" and, from the look of the MythTV gui, only one grabber.
> > The channels available from (the single) antenna input however aren't
> > listed by any single XMLTV grabber, but if I could combine two
> > (tv_grab_se_swedb and tv_grab_dk ) I would get most of the channels I
> > care about.
> >
> > Hans
> >
> >
> > 
> >
> > ___
> > 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 mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: Upgraded to 0.17, now DVB slow to tune and pops/crackles (cx88)

2005-02-21 Thread Dan Robinson
> > > > > I've just performed a dist-upgrade to 0.17 on my twin Nova-T (cx88)
> > > > > system.  I removed my existing card & channel configs then retuned (in
> > > > > UK) without any problems (great feature, thanks).
> > > > >
> > > > > However, now when watching LiveTV then the picture pops and crackles
> > > > > and takes several seconds to change channel.  This wasn't the case
> > > > > before upgrading the system.  I've not changed kernel vers
> > > > ion (still
> > > > > 2.6.10-1.741_FC3) just ran dist-upgrade.
> > > > >
> > > > > Any hints anyone.  I do see some some log entries
> > > > > 2005-02-20 18:14:39.048 DVB#0 WARNING - Uncorrectable error in 
> > > > > packet, dropped.
> > > > > 2005-02-20 18:14:39.062 DVB#0 WARNING - Transport Stream Continuity 
> > > > > Error. PID =
> > > > > 610
> > > > >
> > > > > but these also used to occur without causing pops and crackles.  The
> > > > > signal quality has been tested and is very good.
> > > > >
> > > > > Any ideas anyone, LiveTV is near unusable and the WAF is plunging.
> > > >
> > > > Also found that this only occurs only when watching LiveTV, but I can
> > > > record a program and then play it back without any kindof signal
> > > > interference behaviour.
> >
> > > Check to see that you're using record PS and not record TS ?
> >
> > "Record in TS format instead of PS" is NOT checked for either card.  I
> > presume this is correct.
> 
> Unfortunately yes.
> 
> OK, post front and back end logs please.

FRONTEND
---
2005-02-21 11:05:10.342 mythfrontend version: 0.17.20050130-1 www.mythtv.org
2005-02-21 11:05:10.342 Enabled verbose msgs : important general
2005-02-21 11:05:11.336 Switching to square mode (MythCenter)
2005-02-21 11:05:11.706 Joystick disabled.
2005-02-21 11:05:11.758 Registering Internal as a media playback plugin.
2005-02-21 11:05:11.851 Registering MythDVD DVD Media Handler as a media handler
2005-02-21 11:05:11.852 Registering MythDVD VCD Media Handler as a media handler
2005-02-21 11:05:13.170 Registering MythMusic Media Handler as a media handler
Failed to find network interface eth0
SIP listening on IP Address :5060 NAT address
SIP: Cannot register; proxy, username or password not set
Destroying SipFsm object
2005-02-21 11:07:40.272 Connecting to backend server: 127.0.0.1:6543 (try 1 of 5
)
2005-02-21 11:07:40.279 Using protocol version 14
2005-02-21 11:07:40.307 Using protocol version 14
2005-02-21 11:07:42.348 Opening audio device 'analog'.
2005-02-21 11:07:42.384 Using XV port 145
2005-02-21 11:07:43.621 Realtime priority would require SUID as root.
2005-02-21 11:07:43.640 Changing from None to WatchingLiveTV
2005-02-21 11:07:43.770 Video timing method: USleep with busy wait
av_remove_stream 0x1c0
2005-02-21 11:07:51.322 streams_changed() -- stream count 2
[mpeg2video @ 0x6d0834]invalid cbp at 2 11
[mpeg2video @ 0x6d0834]Warning MVs not available
av_remove_stream 0x1c0
2005-02-21 11:08:24.370 streams_changed() -- stream count 2
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 17
[mpeg2video @ 0x6d0834]invalid mb type in I Frame at 0 18
[mpeg2video @ 0x6d0834]invalid mb type in I Frame at 0 19
[mpeg2video @ 0x6d0834]invalid mb type in I Frame at 0 20
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 21
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 22
[mpeg2video @ 0x6d0834]invalid mb type in I Frame at 0 23
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 24
[mpeg2video @ 0x6d0834]invalid mb type in I Frame at 0 25
[mpeg2video @ 0x6d0834]invalid mb type in I Frame at 0 26
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 27
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 28
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 29
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 30
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 31
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 32
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 33
[mpeg2video @ 0x6d0834]invalid mb type in I Frame at 0 34
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 35
[mpeg2video @ 0x6d0834]Warning MVs not available
av_remove_stream 0x1c0
2005-02-21 11:08:39.528 streams_changed() -- stream count 2
2005-02-21 11:08:39.988 GetNextFreeFrame() served a busy frame. Dropping. #Frame
s=30/31.
2005-02-21 11:08:42.294 WriteAudio: buffer underrun
2005-02-21 11:08:42.533 WriteAudio: buffer underrun
2005-02-21 11:08:43.016 WriteAudio: buffer underrun
2005-02-21 11:08:43.335 WriteAudio: buffer underrun
2005-02-21 11:08:43.574 WriteAudio: buffer underrun
...
2005-02-21 11:09:51.251 WriteAudio: buffer underrun
2005-02-21 11:09:51.660 WriteAudio: buffer underrun
[mpeg2video @ 0x6d0834]skiped MB in I frame at 21 9
[mpeg2video @ 0x6d0834]ac-tex damaged at 0 11
[mpeg2video @ 0x6d0834]invalid mb type in I Frame at 7 12
[mpeg2video @ 0x6d0834]ac-tex damaged at 2 29
2005-02-21 11:09:51.894 WriteAudio: buffer underrun
2005-02-21 11:09:52.302 WriteAudio: buffer underrun
2005-02-21 11:09:52.615 WriteAudio: buffer underrun
2005-02-21 11:09:52.857 WriteAudio: buffer underrun
[mpeg2video @ 0x6d0834]ac-tex damaged at 8 29
[mpeg2video @ 0x6d0834]ac-tex d

[mythtv-users] Re: nuvexport does not start after upgrading to 0.17

2005-02-21 Thread Tomi Makinen
Well .. I opened my eyes, and saw that nuvexport did not find mysql.txt .. 
I do not know why it has been removed, but I copied it from backup and it 
starts now..

but seems to stop when it should start the encoding. should it do that, 
maybe it waits for some other things to stop first ? Same thing with
divx or xvid.

it just says:
Encode started:  Mon Feb 21 12:55:20 2005
Waiting for mythtranscode to set up the fifos.
Starting ffmpeg.
processed 0 of 64392 frames (0.00%),0.00 fps

when I try to run the command manually that --debug version gives me, it gives:

$ nice -n 19 ffmpeg -f rawvideo -s 720x576 -r 25.000 -i
/tmp/fifodir_28124/vidout -f yuv4mpegpipe - 2> /dev/null | nice -n 19
yuvdenoise -F -r 16 -b 14,12,-14,-12 2> /dev/null | nice -n 19 ffmpeg
-y -f s16le -ar 48000 -ac 2 -i /tmp/fifodir_28124/audout -f
yuv4mpegpipe -s 720x576 -r 25.000 -i - -deinterlace -croptop 12
-cropbottom 12 -cropleft 14 -cropright 14  -b 960 -vcodec mpeg4 -ab
128 -acodec mp3 -s 624x464 "./Tummien vesien tulkit - Untitled.avi"
2>&1

ffmpeg version 0.4.9-pre1, build 4732, Copyright (c) 2000-2004 Fabrice Bellard
  configuration:  --build=i686-redhat-linux-gnu
--host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu
--program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
--includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec
--localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info --enable-mp3lame --enable-vorbis
--enable-faadbin --disable-faac --enable-xvid --enable-a52bin
--disable-dts --enable-pp --enable-shared-pp --enable-shared
--disable-amr_nb --disable-amr_nb-fixed --disable-amr_wb
--disable-sunmlib --enable-pthreads --enable-dc1394 --enable-gpl
--disable-strip --extra-cflags=-O2 -g -pipe -m32 -march=i386
-mtune=pentium4 make
  built on Nov 25 2004 08:39:26, gcc: 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
/tmp/fifodir_28124/audout: Error while opening file

Any suggestions ?

- McIne -




On Mon, 21 Feb 2005 12:46:43 +0200, Tomi Makinen <[EMAIL PROTECTED]> wrote:
> Hey,
> 
> I have FC3, installed with jarods guide. Using PVR 250.
> I used nuvexport alot before upgrading to 0.17, but now it refuses to start.
> I took latest version from forevermore.net, but it did not help.  I 
> reinstalled
>  Time::HiRes. Only thing I do not have is the lvemux, but I just want to
> convert shows to xvid. So I should not need it.
> 
> This is what nuvexport gives me:
> 
> $ nuvexport
> Unable to locate mysql.txt:
> 
> Compilation failed in require at
> /usr/local/share/nuvexport/nuv_export/ui.pm line 16.
> BEGIN failed--compilation aborted at
> /usr/local/share/nuvexport/nuv_export/ui.pm line 16.
> Compilation failed in require at /usr/local/bin/nuvexport line 92.
> BEGIN failed--compilation aborted at /usr/local/bin/nuvexport line 92.
> 
> Help would be really appreciated.
> 
> - McIne -
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] nuvexport does not start after upgrading to 0.17

2005-02-21 Thread Tomi Makinen
Hey,

I have FC3, installed with jarods guide. Using PVR 250.
I used nuvexport alot before upgrading to 0.17, but now it refuses to start.
I took latest version from forevermore.net, but it did not help.  I reinstalled 
 Time::HiRes. Only thing I do not have is the lvemux, but I just want to 
convert shows to xvid. So I should not need it. 

This is what nuvexport gives me:

$ nuvexport
Unable to locate mysql.txt:

Compilation failed in require at
/usr/local/share/nuvexport/nuv_export/ui.pm line 16.
BEGIN failed--compilation aborted at
/usr/local/share/nuvexport/nuv_export/ui.pm line 16.
Compilation failed in require at /usr/local/bin/nuvexport line 92.
BEGIN failed--compilation aborted at /usr/local/bin/nuvexport line 92.


Help would be really appreciated.

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


Re: [mythtv-users] Re: Upgraded to 0.17, now DVB slow to tune and pops/crackles (cx88)

2005-02-21 Thread John Pullan
On Mon, 2005-02-21 at 10:04 +, Dan Robinson wrote:
> > > > I've just performed a dist-upgrade to 0.17 on my twin Nova-T (cx88)
> > > > system.  I removed my existing card & channel configs then retuned (in
> > > > UK) without any problems (great feature, thanks).
> > > >
> > > > However, now when watching LiveTV then the picture pops and crackles
> > > > and takes several seconds to change channel.  This wasn't the case
> > > > before upgrading the system.  I've not changed kernel vers
> > > ion (still
> > > > 2.6.10-1.741_FC3) just ran dist-upgrade.
> > > >
> > > > Any hints anyone.  I do see some some log entries
> > > > 2005-02-20 18:14:39.048 DVB#0 WARNING - Uncorrectable error in packet, 
> > > > dropped.
> > > > 2005-02-20 18:14:39.062 DVB#0 WARNING - Transport Stream Continuity 
> > > > Error. PID =
> > > > 610
> > > >
> > > > but these also used to occur without causing pops and crackles.  The
> > > > signal quality has been tested and is very good.
> > > >
> > > > Any ideas anyone, LiveTV is near unusable and the WAF is plunging.
> > >
> > > Also found that this only occurs only when watching LiveTV, but I can
> > > record a program and then play it back without any kindof signal
> > > interference behaviour.
> 
> > Check to see that you're using record PS and not record TS ?
> 
> "Record in TS format instead of PS" is NOT checked for either card.  I
> presume this is correct.

Unfortunately yes.

OK, post front and back end logs please.

--
John


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


RE: [mythtv-users] blurry boot and frontend but clear video playback

2005-02-21 Thread William
> Anyone have a fix so that my screen is clear when booting and 
> using KDE or MYTHFrontend?
> 
> Thanks for all your help so far.
> 
> Brad
> 

Sorry  Brad but your standard def tv is never going to display text clear
enough to be useful as a monitor. I usually just open a VNC session to the
box when I want to do something requiring reading the prompts.


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


Re: [mythtv-users] Re: Upgraded to 0.17, now DVB slow to tune and pops/crackles (cx88)

2005-02-21 Thread Dan Robinson
> > > I've just performed a dist-upgrade to 0.17 on my twin Nova-T (cx88)
> > > system.  I removed my existing card & channel configs then retuned (in
> > > UK) without any problems (great feature, thanks).
> > >
> > > However, now when watching LiveTV then the picture pops and crackles
> > > and takes several seconds to change channel.  This wasn't the case
> > > before upgrading the system.  I've not changed kernel vers
> > ion (still
> > > 2.6.10-1.741_FC3) just ran dist-upgrade.
> > >
> > > Any hints anyone.  I do see some some log entries
> > > 2005-02-20 18:14:39.048 DVB#0 WARNING - Uncorrectable error in packet, 
> > > dropped.
> > > 2005-02-20 18:14:39.062 DVB#0 WARNING - Transport Stream Continuity 
> > > Error. PID =
> > > 610
> > >
> > > but these also used to occur without causing pops and crackles.  The
> > > signal quality has been tested and is very good.
> > >
> > > Any ideas anyone, LiveTV is near unusable and the WAF is plunging.
> >
> > Also found that this only occurs only when watching LiveTV, but I can
> > record a program and then play it back without any kindof signal
> > interference behaviour.

> Check to see that you're using record PS and not record TS ?

"Record in TS format instead of PS" is NOT checked for either card.  I
presume this is correct.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] HDTV Decoding

2005-02-21 Thread James Lever
Hi Jarod, et al,

On Mon, 21 Feb 2005 01:22:40 -0800, Jarod Wilson <[EMAIL PROTECTED]> wrote:
> 1080i streams still hiccup every couple of seconds. Wish I had a spare FX 5200
> to see if that would help... Might just have to shuffle some more hardware
> and get a slightly faster proc onto this board (I have an under-utilized 2200
> in another box). I'm now convinced your 2400 should be sufficient.

Thanks for that confirmation and your continued work on MythTV and the
guides and
support you regularly give back to the community.  From one who has
tinkered for a while
and supports friends and others, it has made my life significantly
easier and the process
much more enjoyable.

Now I just need to work out if the Shuttle based systems are actually
suitable given all
of the difficulties people have had with them in the past.  Time to
google some more,
methinks.

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


Re: [mythtv-users] PS2 front end?

2005-02-21 Thread David Whyte
But remeber, the XBox is just another PC.  You can quiet it down much
the same as quieting down a normal PC.

That said, I don't have an XBox so I have never tried, but this is my
understanding.

Dave


On Mon, 21 Feb 2005 20:37:11 +1100, Dmitri Colebatch <[EMAIL PROTECTED]> wrote:
> Joe Votour wrote:
> 
> >If you're looking for quiet, then re-consider the
> >XBox.
> >
> >My XBox is by far the loudest PC that I have.  It is
> >louder than (in order from loudest to quietest) my
> >laptop (when the fan is running), my desktop and my
> >MythTV machine.
> >
> >
> wow..  thanks for telling me.  goes to show assumptions should never be
> relied upon!
> 
> cheers
> dim
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 


-- 
GMAIL is 'da bomb babyYEAH

I have GMail invites, if you want one, email me direct.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PS2 front end?

2005-02-21 Thread Dmitri Colebatch
Joe Votour wrote:
If you're looking for quiet, then re-consider the
XBox.
My XBox is by far the loudest PC that I have.  It is
louder than (in order from loudest to quietest) my
laptop (when the fan is running), my desktop and my
MythTV machine.
 

wow..  thanks for telling me.  goes to show assumptions should never be 
relied upon!

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


Re: [mythtv-users] FC3 mythtv had no lirc IR remote control (solution)

2005-02-21 Thread Jarod Wilson
On Monday 21 February 2005 01:22, Teus Hagen wrote:
> My guess is that in the myth-suite apt-get package mythtv is not
> compiled with lircd enabled

Yes, it is.

> or 
> the lirc_client share lib liblirc_client.so was not p[resent in /usr/lib
> so mythfrontend could
> not use /dev/lircd access.

Yes, it is.

I just did a clean install today. There are a few problems related to udev 
that haven't yet been properly solved, but my remote is functioning just 
fine, using the ATrpms lirc packages and the ATrpms Myth packages.

-- 
Jarod Wilson
[EMAIL PROTECTED]

Got a question? Read this first...
 http://catb.org/~esr/faqs/smart-questions.html
MythTV, Fedora Core & ATrpms documentation:
 http://wilsonet.com/mythtv/
MythTV Searchable Mailing List Archive
 http://www.gossamer-threads.com/lists/mythtv/


pgpsaUwVM0hig.pgp
Description: PGP signature
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] HDTV Decoding

2005-02-21 Thread Jarod Wilson
On Sunday 20 February 2005 21:12, Jarod Wilson wrote:
> On Sunday 20 February 2005 17:47, James Lever wrote:
> > Hi All,
> >
> > A few quickies regarding HDTV.
> >
> > A friend recently gave me his old Athlon XP 2400+ (2.0Ghz) CPU which he
> > thinks is fast enough to decode HD streams.  True or false?  (short of
> > XvMC or similar).
>
> With 0.17, could be true. I'm extremely close to being able to play back
> HDTV streams smoothly with plain xv on my secondary frontend, which is an
> Athlon XP 1800 (shuffling hardware around as I type to see if switching
> from the onboard/shared-memory GF4MX to an AGP GF4MX gives enough boost to
> get all the way there). Someone else just recently reported using a 2100
> and getting smooth playback (using the libmpeg2 routines for decode).

For me, libmpeg2 isn't making a huge difference, but enough that it, combined 
with switching from the onboard/shared-memory GF4MX to an AGP GF4MX, allows 
my 1800 to play back 720p HDTV programming perfectly smooth (still got 
occasional stutter w/ffmpeg decoding after the video out change).

1080i streams still hiccup every couple of seconds. Wish I had a spare FX 5200 
to see if that would help... Might just have to shuffle some more hardware 
and get a slightly faster proc onto this board (I have an under-utilized 2200 
in another box). I'm now convinced your 2400 should be sufficient.

-- 
Jarod Wilson
[EMAIL PROTECTED]

Got a question? Read this first...
 http://catb.org/~esr/faqs/smart-questions.html
MythTV, Fedora Core & ATrpms documentation:
 http://wilsonet.com/mythtv/
MythTV Searchable Mailing List Archive
 http://www.gossamer-threads.com/lists/mythtv/


pgpkM2sz6FpU9.pgp
Description: PGP signature
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] FC3 mythtv had no lirc IR remote control (solution)

2005-02-21 Thread Teus Hagen
Some days ago I said on this emaillist that with mythtv 0.17 update via 
apt-get the
IR remote control via lircd did not work anymore (it did correctly on 
mythtv 0.16).
I'm running FC3 updated to kernel 2.6.10-1.760_FC and using 
lirc-0.7.0-43.1.rhfc3.at.
AN IR test with the Hauppauge IR remote control with irw command on 
lircd worked fine.

How did I solve this IR problem with myth-017 package?
The IR remote control is working again and this is what I did:
Downloaded the myth-0.17 tar ball. Used ./configure and compiled it (see 
the instructions how to
compile in the mythtv-0.17/docs directory) it.
The trick: enable (default it is commented out) lirc client support in 
the settings.pro:
# Native lirc support
CONFIG += using_lirc
LIRC_LIBS = -llirc_client
Made sure that /usr/lib/liblirc_client.so was pointing to 
liblirc_client.so.0 (it was not in my case)
Made sure that /usr/local/include/lirc/lirc_client.h existed (it was not 
so I stole it from the lirc distribution
tar ball from lirc.org).
And started compilation with make ; make install (reminder now 
everything is in /usr/local !)
You have now waiting time enough for half an hour to drink some beer

Made sure /etc/init.d/mythbackend uses /usr/local/sbin/mythbackend 
(service mythbackend restart).
Started mythfrontend and could use my Hauppauge IR remote again.

My guess is that in the myth-suite apt-get package mythtv is not 
compiled with lircd enabled or
the lirc_client share lib liblirc_client.so was not p[resent in /usr/lib 
so mythfrontend could
not use /dev/lircd access.

teus


smime.p7s
Description: S/MIME Cryptographic Signature
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] VisionPlus DVB FC3

2005-02-21 Thread Tom Hughes
> My question is that I have a digital capture card (VisionPlus DVB-T) that
> apparently works through linux. I thought I'd ask if anyone knows or can
> send me in the direction of a walkthrough that shows how to set the thing up
> to work with Myth and Fedora Core 3. The phrase 'just recompile your kernel'
> fills me with a cold dread matched only by the phrase 'your mother called,
> she wants to talk'.

Why would you want to recompile your kernel? The FC3 kernels come
with all the drivers for the VisionPlus cards - my box has two of 
them and is running a stock FC3 kernel.

All you should need to do is add these three lines to /etc/modprobe.conf:

  alias char-major-81 bttv
  options bttv i2c_hw=1 card=0x71
  install bttv /sbin/modprobe --ignore-install bttv && /sbin/modprobe dvb_bt8xx 
&& /sbin/modprobe dst

You may also want to upgrade udev to the rawhide version so that it
creates the DVB devices correctly. Otherwise you will probably have to
make entries in /etc/udev/devices for them.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythtv on Munich DVB test signals?

2005-02-21 Thread Adam Egger
> Should I be manually tuning and if so does anyone have a initial tuning
> data file for me?

Yes you have to enter a initial frequency first and often the bandwidth too.
In the vdr-wiki there are all DVB-t channel.conf files:
http://www.vdr-wiki.de/wiki/index.php/DVB-T_channels.conf#S.FCddeutschland:_M.FCnchen_.28Stand:_10.2F2004.29

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


Re: [mythtv-users] PVR-350 Hang on open

2005-02-21 Thread Tim Fenn
On Sun, Feb 20, 2005 at 02:01:11PM -0600, Dennis Gilmore wrote:
> 
> if i use mplayer and ptune-ui.pl i can watch tv without an issue.
> in mythtv when i try and watch tv i get about 2 seconds then the
> picture hangs.
> 

I had this problem, particularly after upgrading my kernel and before
I had a chance to rebuild the ivtv drivers.  Restarting the backend
fixed the problem (now I make sure the ivtv drivers are loaded before
starting the backend).

HTH,
Tim

-- 
Morals?  I eat communism and $h!t America, brother.  --Seanbaby
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Mythmusic Gentoo e-build & AAC

2005-02-21 Thread Jim Kusznir
Hello Gentoo users & Developoers:
I just finished building a new MythTV system, based on the 0.17 myth 
release.  When I watched the mythmusic emerge start to "configure" 
mythmusic, it printed some output that specified everything but AAC 
format was enabled.  I looked through all the e-build scripts, but can't 
find where to enable AAC.  It appears the scripts don't provide for that 
yet (no use flag or dependancy checking).  I've looked at the 
dependancys for AAC and found the ebuilds are in the portage tree (and 
already installed on my optimized-for-myth gentoo system).

Is there any way we can get AAC as an option for mythmusic under 
Gentoo?  Perhaps an "AAC" use flag?

I was about to open a bugs.gentoo.org bug for this, but thought I'd post 
here first.  I don't know if the Gentoo myth ebuild maintainer(s) are on 
the list...

Anyway, Thanks for all the hard work!
(and if anyone has any suggestions as to how to "tweak" the ebuild to 
compile in support, I'm listening.  I don't want to compile it by hand 
and "bypass" the emerge system)

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


[mythtv-users] Re: [OS X] Updated compile instructions for using Fink

2005-02-21 Thread Andreas Weder
Jeremiah,

ok, I'll split the pages next time I add info about compiling a
plug-in using fink. I do know yet when that will be the case.

BTW, are you the lead in porting mythtv (the frontend) to OS X?

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


RE: [mythtv-users] Re: Upgraded to 0.17, now DVB slow to tune and pops/crackles (cx88)

2005-02-21 Thread Lachlan McIntosh
I experience this as well.

I'd appreciate any pointers.  LiveTV is basically unusable on my system.


Recordings for the most part seem to be ok.


Thanks
Lachlan McIntosh



 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dan Robinson
Sent: Monday, 21 February 2005 6:26 AM
To: Discussion about mythtv
Subject: [mythtv-users] Re: Upgraded to 0.17,now DVB slow to tune and
pops/crackles (cx88)

> I've just performed a dist-upgrade to 0.17 on my twin Nova-T (cx88) 
> system.  I removed my existing card & channel configs then retuned (in
> UK) without any problems (great feature, thanks).
> 
> However, now when watching LiveTV then the picture pops and crackles 
> and takes several seconds to change channel.  This wasn't the case 
> before upgrading the system.  I've not changed kernel version (still
> 2.6.10-1.741_FC3) just ran dist-upgrade.
> 
> Any hints anyone.  I do see some some log entries 2005-02-20 
> 18:14:39.048 DVB#0 WARNING - Uncorrectable error in packet, dropped.
> 2005-02-20 18:14:39.062 DVB#0 WARNING - Transport Stream Continuity 
> Error. PID = 610
> 
> but these also used to occur without causing pops and crackles.  The 
> signal quality has been tested and is very good.
> 
> Any ideas anyone, LiveTV is near unusable and the WAF is plunging.

Also found that this only occurs only when watching LiveTV, but I can
record a program and then play it back without any kindof signal
interference behaviour.

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


Re: [mythtv-users] Firewire (D-VHS) Directtv

2005-02-21 Thread Jim Kusznir
Robert Denier wrote:
I have absolutely no idea if its related to this discussion or even
useful, but I have a directtv platinum receiver by hughes? somewhere
that worked fine the last time I had directtv.  The key point being is
it had a firewire port and a connection for a special expensive vcr.
 

I have the same unit (err...my parents have it).  Its actually a D-VHS 
port, which according to my googling is actually nicknamed "Brainded 
Firewire" -- aparently basterdised just enough to be incompatabile with 
anything running the standard firewire protocalls.

I've seen at least one other person post questions about using this port 
with MythTV recently, but haven't seen any replies.  I asked this 
question some months ago, and the reply I got was "no, its not possible 
to use it with Myth".

As far as the reciever goes, it can be subscribed to DirectTV today; you 
just need a "current' card.  I personally like this box for Myth use, as 
it also has a serial port that works well with the sony.pl changechannel 
script, and it has both coaxial and optical digital audio out as well as 
composite and S-video outputs.  In short, its got everything we need.  
Its only downside is the box doesn't remap local channels to their 
"actual" channel number (e.g, your local "channel 13" shows up somewhere 
in the 900's or higher).

In any case, I highly recommend that old Hughs Platinum reciever for 
Myth use.

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


RE: [mythtv-users] BT878 based DVB-T Cards

2005-02-21 Thread Paul Volkaerts
> > > are the cx23883 cards easier to get working than the bt878
> > cards? I have a
> > > Nebula that I've still not been able to get working in linux
> > > (could be that
> > > i really don't have too much idea what i;m doing in linux yet though)
> >
> > I use a Nebula without any problem.  It is very sensitive to different
> > kernel versions though.  I use FC2 and have downloaded the 2.6.6
> > kernel.  It
> > took a lot of trial and error on the kernel version, but works 
> without too
> > much effort once you get this right.
> >
> >
> did you download and compile the kernel yourself or get an rpm?
> 
> the whole recompiling kernel thing gets me nervous.
> 

I built from source using a HOW-TO I googled for.  

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


Re: [mythtv-users] No output from PVR-350 - HELP!

2005-02-21 Thread Johannes Becker
Did you enable the TV-out of the PVR-350 in the frontend settings?


On Sat, 19 Feb 2005 12:44:04 -0800 (PST), Barbara Fox
<[EMAIL PROTECTED]> wrote:
> I have installed KnoppMyth R4V5 and the install seems to have been
> successful.  I went through the backend config and the frontend config and
> even successfully got the program listings.  The problem is that I cannot
> see any video output from my PVR-350 card.  We tried to record for 10
> minutes, and got no errors, but that recording seems to be empty.  Live TV
> just gives a black screen.  
>   
> I edited /etc/mythtv/modules/ivtv and added/edited the following lines (in
> addition to what was already there) 
>   
> alias char-major-8-0 ivtv 
> options saa7127 enable_output=1 enable_select=0 ntsc=1 
> add below ivtv msp3400 saa7115 saa7127 tuner 
>   
> (FYI I am running the frontend from an nvidia and it displays to both an
> external monitor and to the television itself.) 
>   
> Thanks for any help. 
> Michael Fox
> 
>  
> Do you Yahoo!?
>  Yahoo! Search presents - Jib Jab's 'Second Term' 
> 
> 
> ___
> 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] Re: PVR-250 and bttv card both think they are /dev/video0

2005-02-21 Thread Jason Blair
Thank you.  I've actually looked over that page before in my search to
figure out what's going wrong.  I will have to sit down and try and
understand it more.  I had been following Jarod's guide and he covers
ivtv and bttv cards in the same system, but doesn't mention much more
than adding the proper line to modules.conf which is supposed to make
the bttv card come up as /dev/video1. I guess I have some homework to
do know to understand udev a bit more.


On Mon, 21 Feb 2005 08:10:34 +0100, Alberto Hernando
<[EMAIL PROTECTED]> wrote:
> El Lunes, 21 de Febrero de 2005 03:40, Jason Blair escribió:
> > Anyone have any ideas?
> 
> Check this link. It explains how to use udev and write rules, so that you will
> know where each device is. It also gives a method to know what hardware is
> every /dev file.
> 
> http://www.reactivated.net/udevrules.php
> 
>  Alberto
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


<    1   2   3