[mythtv-users] Mythvideo behavior since last update?

2006-01-25 Thread Jurgen Kramer
It seems that, since I last updated mythtv last weekend (atrpms), my
mythvideo has developed some annoying behavior of displaying a pop up
box which keeps coming up whenever I try to watch a video. When (try to)
elect a movie or clip to watch it displays a box with choices of:

- Watch This video
- Get Full Plot
- Cancel

Selecting Cancel or Watch This Video just results in the box being
displayed again. Only by pressing escape I can get it to go away. Some
files still play normally but after pressing stop on the remote the box
is coming up again. 

Anyone else have this problem?  Any solutions?

BTW I tried updating mythtv today but it fails with:
Error: Missing Dependency: /lib/modules/v4l-cx2341x-init-mpeg.bin is
needed by p ackage ivtv-kmdl-2.6.14-1.1653_FC4

Jurgen


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


[mythtv-users] Channel icons don't show up in guide

2005-12-16 Thread Jurgen Kramer
I just managed to add some channel icons to my mythtv setup by manually
inserting them in the channel table. But now the don't show up in the TV
guide. The channel editor in mythtvsetup shows that the are configured
correctly. What else needs updating to make the icons appear? The icons
are in png format, is this supported?

Thanks,

Jurgen

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


Re: [mythtv-users] Opinion on mATX mobo (Asus A8N-VM CSM)?

2005-11-20 Thread Jurgen Kramer
On Sun, 2005-11-20 at 14:39 +0100, Philippe Crassous wrote:
 Bertrand a écrit :
 
  Asus A8N-VM CSM
 
  http://www.asus.com/products.aspx?l1=3l2=15l3=210model=766modelmenu=1
 
  Thoughts?
 
 Bertand,,
 
 I can just tell you what I missed with my ASUS board (K8V-X SE) : fan 
 control. On my board i found no way to speed down the CPU fan. If you 
 want a silent box, I suggest you check that you can actually speed down 
 the fan, not just cool down the CPU (the latter one works great)
 
 Philippe
 
I miss the fan control feature on my current Asus motherboard (P4P800-VM) as 
well but it 
seems the A8M-VM has the Q-Fan feature. Together with Cool 'n' Quiet! it
should be OK.

Jurgen

 ---
 Antivirus avast! : message Sortant sain.
 Base de donnees virale (VPS) : 0546-5, 20/11/2005
 Analyse le : 20/11/2005 14:39:03
 avast! - copyright (c) 1988-2005 ALWIL Software.
 http://www.avast.com
 
 
 
 ___
 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] Replaced FX5200 with 6200 - no video with mythvideo

2005-11-14 Thread Jurgen Kramer
On Mon, 2005-11-14 at 11:24 -0700, Blammo wrote:
  What version of your NV driver are you running? Newer drivers add
  support for newer hardware. I'd suggest 7676.
  
  
  Where by NV, he's referring to NVIDIA's proprietary driver, called the
  nvidia driver, not the open-source driver, called the nv driver.  :)
 
 
 lol, yep, he's right.. sorry..  go here : 
 http://www.nvidia.com/object/unix.html

I am already running 7676, I temporarily 'fixed' the problem by
disabling Xmvc support. I hope the new 80 series driver will fix 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


[mythtv-users] Replaced FX5200 with 6200 - no video with mythvideo

2005-11-11 Thread Jurgen Kramer
I just replaced my nvidia FX5200 based videocard with a Nvidia 6200
(AGP) based one. The nvidia driver picks up the new card without problem
and Mythtv comes up nicely again, but as soon as I try to watch live TV
or earlier recorded shows I only get a black screen. Mythfrontend seems
to be hanging completely and does not respond to either keyboard or
remote. 

Killing it with ssh from a remote machine gives me back my screen. When
a play a recording using mplayer it just playes fine.

Do I need to change some setting in myth to get video working again?

Jurgen


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


Re: [mythtv-users] pvr500 and sound problems

2005-07-30 Thread Jurgen Kramer
On Fri, 2005-07-29 at 16:48 -0700, [EMAIL PROTECTED] wrote:
 Hello,
 I have a pvr-500 and I have gotten it to work, but when I do cat
 /dev/video0  test.mpg I do not get sound with the picture, but if I do
 cat /dev/video1  test.mpg I get sound, the same is in mythtv I have setup
 two tuners and the tuner using /dev/video0 does not get sound, but the
 tuner with /dev/video1 has sound? I am have tried the past 6 versions of
 ivtv, including ivtv0.3.7a can someone explain this to me please?

No sound on tuner 0:

http://www.gossamer-threads.com/lists/ivtv/devel/22573

Jurgen

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


[mythtv-users] [OT] Simple script to initialize multiple PVRs

2005-07-29 Thread Jurgen Kramer
With my limited programming skills a wrote a little script which
automatically sets the necessary ivtv parameters at bootup. I run this
script from rc.local.

BTW it currently only handles 150s (500s) and 250s and it is set for PAL
BTW2 enhancements / additions / simplifications are welcome!

Jurgen

- cut here 
#!/bin/sh
# pvrstart 1.1 29-July-05 - Jurgen Kramer
# Initialize all PVR cards
# Currently handles only 250 en 150s (500s)

modprobe ivtv

function InitPVR () {

echo setting parameters for /dev/video$2..

if [ $1 = 250 ]; then

ivtvctl -d /dev/video$2 -u 0xff # Set PAL
ivtvctl -d /dev/video$2 -p 4# Set Input to
tuner
ivtvctl -d /dev/video$2 -f width=720,height=576 # Set max PAL
res.
ivtvctl -d /dev/video$2 -v input=3,output=1 #

elif [ $1 = 150 ]; then

ivtvctl -d /dev/video$2 -u 0xff # Set PAL
ivtvctl -d /dev/video$2 -p 6# Set Input to
tuner
ivtvctl -d /dev/video$2 -f width=720,height=576 # Set max PAL
res.
ivtvctl -d /dev/video$2 -q 1# Enable sound

else

echo Unknown of unhandled PVR card PVR-$1!

fi

}

# Init PVR cards

set `dmesg | grep ivtv: Initialized WinTV PVR | cut -d  -f5,7`
nrcards=`dmesg | grep ivtv: Initialized | cut -d  -f5,7 | wc -l`

echo Found $nrcards PVR cards:
num=0
while [ $num -lt $nrcards ]
do
card=`echo $@ | cut -d  -f1`
cardno=`echo $@ | cut -d  -f2`
card=`echo $card | cut -d, -f1`
echo -n Card $cardno is a PVR-$card, 
cardno=`echo $cardno | cut -d# -f2`
InitPVR $card $cardno
shift
shift
num=`expr $num + 1`
done

echo All done.

exit 0;
 cut here 


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


[mythtv-users] Sound stutter with PVR-500

2005-07-28 Thread Jurgen Kramer
After overcoming the usual problems I got my PVR-500 working beautifully
alonside one of my 'old' PVR-250s. But I am experiencing sound stutter
problems from one of the PVR-500 tuners. The log file don't show any
problems. Is this a known problem?

Jurgen

ivtv drivers 0.3.6w from atrpms


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


[mythtv-users] PVR 500MCE worth the trouble yet?

2005-07-22 Thread Jurgen Kramer
Hi,

The PVR 500MCE's price is getting nicer and nicer and I am thinking
about getting one. I currently use 2 PVR 250s without problems. Is it
worth the hassle buying a 500MCE and tossing out one of the 250s? 

Can the 500 be mixed with a 250?

Jurgen

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


Re: [mythtv-users] PVR 500MCE worth the trouble yet?

2005-07-22 Thread Jurgen Kramer
On Fri, 2005-07-22 at 14:57 -0400, Jim Reith wrote:
 At 02:52 PM 7/22/2005, you wrote:
 Hi,
 
 The PVR 500MCE's price is getting nicer and nicer and I am thinking
 about getting one. I currently use 2 PVR 250s without problems. Is it
 worth the hassle buying a 500MCE and tossing out one of the 250s?
 
 Can the 500 be mixed with a 250?
 
 Well, the 500s and the 150s need the latest ivtv drivers while the 250s
 work with the stable ones. If you watch the traffic here you'll see that
 they're not quite turnkey just yet. it might be a little effort so what's
 the extra tuner worth in your own time?
 
Wow, that's a quick reply ;-)

I am just looking back in the archives, it seems the 500/150 are still
troublesome. I was planning on slowly migrating to a single 500, freeing
one PCI slot...

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


Re: [mythtv-users] New nvidia driver released

2005-06-02 Thread Jurgen Kramer
On Thu, 2005-06-02 at 07:47 -0700, Howard Cokl wrote:
 Nvidia released 1.0.7664 yesterday, haven't tried it
 yet.

Hmm, again just before a new Fedora Core release. Pattern?


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


Re: [mythtv-users] RF remote

2005-04-15 Thread Jurgen Kramer
I can recommend the ATI remote wonder as well. Although I did have some
problems getting it to work with FC3/Myth 0.17 (Using Jarod's guide).
The lircd.conf file a contributed to lirc (it's supplied in the lirc
package) no longer worked (??). I had to make a new one using irreccord.
The codes are completely different...:( But using the new codes it works
like a charm again (it's not the nicest looking remote but...).

Jurgen


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


Re: [mythtv-users] unknown socket error with Xbox frontend

2005-04-15 Thread Jurgen Kramer
DNS is not sufficient, it's a windows thing (netbios and all). If you
enable wins support in samba it will probably work with the %h
parameter. I did not try that though, I using a static IP address
myself. Works great.

Jurgen


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


[mythtv-users] MythTV can't tune channels after update

2005-04-08 Thread Jurgen Kramer
I just updated my 0.17 system (built using Jarod's guide) with apt-get
using from atrpms. Now MythTV is no longer able to tune to any channel.
When I choose live TV or record a show I only get static :(

I verified that when using ptune-ui.pl and mplayer I still get video and
sound on both tuners (PVR-250s). I also reran mythtvsetup to no avail. 

What can be the problem?

Jurgen


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


Re: [mythtv-users] Re: atrpms update problem

2005-03-24 Thread Jurgen Kramer
On Thu, 2005-03-24 at 00:51 +0100, Axel Thimm wrote:
 On Wed, Mar 23, 2005 at 08:16:09PM +0100, Jurgen Kramer wrote:
  I am trying to update my mythbox (setup via Jarods guide) with a
  yum update, it shows a boat load of available update but fails with:
  
  -- Processing Dependency: /boot/vmlinuz-2.6.10-1.770_FC3 for package:
  ivtv-kmdl-2.6.10-1.770_FC3
  Importing Additional filelist information for depresolution
  atrpms: ## 1053/1053
  base  : ## 2622/2622
  updates-re: ## 716/716
  -- Finished Dependency Resolution
  Error: Missing Dependency: /boot/vmlinuz-2.6.10-1.770_FC3 is needed by
  package ivtv-kmdl-2.6.10-1.770_FC3
  
  This looks like a bogus missing dependency, shouldn't this be supplied
  by:
  
  --- Package kernel.i686 0:2.6.10-1.770_14.rhfc3.at set to be installed
 
 It is supplied, it is a bug in yum.
 
  Any ideas how to fix this?
 
 Use apt?
Ah, yes. Forgot about apt (although I used it to install the box only 1
month ago ;) ). I am not really used to using apt (long time RH/FC
user).

Thanks, problem fixed.

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


[mythtv-users] atrpms update problem

2005-03-23 Thread Jurgen Kramer
I am trying to update my mythbox (setup via Jarods guide) with a
yum update, it shows a boat load of available update but fails with:

-- Processing Dependency: /boot/vmlinuz-2.6.10-1.770_FC3 for package:
ivtv-kmdl-2.6.10-1.770_FC3
Importing Additional filelist information for depresolution
atrpms: ## 1053/1053
base  : ## 2622/2622
updates-re: ## 716/716
-- Finished Dependency Resolution
Error: Missing Dependency: /boot/vmlinuz-2.6.10-1.770_FC3 is needed by
package ivtv-kmdl-2.6.10-1.770_FC3

This looks like a bogus missing dependency, shouldn't this be supplied
by:

--- Package kernel.i686 0:2.6.10-1.770_14.rhfc3.at set to be installed

Any ideas how to fix this?

Jurgen


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


Re: [mythtv-users] AC3 audio - Dolby Digital 5.1 Surround Sound

2005-02-25 Thread Jurgen Kramer
On Tue, 2005-02-22 at 21:20 -0500, Brent Borghese wrote:
 Has any body got Dodby Digital to work?

I have just completely rebuild my MythTV box using Jarod's guide. I did
not do anything special (no .asound etc) but I finally have AC3
passthrough working again! It has been literally some years ago that I
got this working. This is with a plain and old Aureal 8830 based card...

I think it all depends on your hardware setup, my normal Linux box with
SB Augidy2 hasn't been able to give proper AC3 passthrough for some time
(last seen working in the old OSS and ALSA 0.9 time) and they both use
the same software (FC3 kernel 2.6.10)...with the Audigy2 even the PCM
light om my receiver goes off when I try to play a DD5.1 stream...

I hope you get it working...

Jurgen


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


[mythtv-users] rc.sysinit-mm.diff from wilson FC3 guide?

2005-02-23 Thread Jurgen Kramer
Can someone help me getting the rc.sysinit-mm.diff from wilsonet.com?
The link mentioned in the guide doesn't seem to be working.

I am desperately trying to get my Mythbox working again after a HDD
crash.

Thanks,

Jurgen

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


Re: [mythtv-users] rc.sysinit-mm.diff from wilson FC3 guide?

2005-02-23 Thread Jurgen Kramer
Thanks!!

My system is up and running again...

Jurgen

On Wed, 2005-02-23 at 14:36 -0500, Thom Paine wrote:
 On Wed, 23 Feb 2005 19:43:30 +0100, Jurgen Kramer
 [EMAIL PROTECTED] wrote:
  Can someone help me getting the rc.sysinit-mm.diff from wilsonet.com?
  The link mentioned in the guide doesn't seem to be working.
  
  I am desperately trying to get my Mythbox working again after a HDD
  crash.
  
 
 --- /etc/rc.d/rc.sysinit-orig 2004-11-01 12:31:10.0 -0800
 +++ /etc/rc.d/rc.sysinit  2005-02-21 15:13:58.344675000 -0800
 @@ -206,7 +206,17 @@
   load_module $module
  done
  
 -echo -n $ audio
 +# video4linux capture drivers
 +for module in `/sbin/modprobe -c | awk
 '/^alias[[:space:]]+char-major-81-[[:digit:]]+[[:space:]]/ { print $3
 }'`; do
 + load_module $module
 +done
 +
 +# lirc drivers
 +for module in `/sbin/modprobe -c | awk
 '/^alias[[:space:]]+char-major-61+[[:space:]]/ { print $3 }'`; do
 + load_module $module
 +done
 +
 +echo -n $ multimedia
  
  # Everything else (duck and cover)
  for module in $other ; do
 
 
 ___
 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] What version of Xbox is best for myth?

2005-01-14 Thread Jurgen Kramer
On Thu, 2005-01-13 at 15:07 +0100, anders smith wrote:
 I have what I think is a 1.6 model (PAL Crystal edition) and it was
 soft modded just fine. The one problem was that I couldn't use the old
 kit and had to get the latest version from ldots.
 You can find it in the usual places
 /anders
 
 
 On Thu, 13 Jan 2005 08:54:24 -0500, John Kuhn [EMAIL PROTECTED] wrote:
  since the forums here http://bit.blkbk.com/phpBB2/index.php have been
  exploited.. I'm asking here :-)
  
  I'm going to get a xbox for myth uses only and wondering what version of
  xbox should i try and get.  all the local stores around here carry what
  i assume to be 1.6 or 1.6b xboxs, any way to tell by looking at the
  box?  reading online i see that 1.6 and 1.6b xboxs are not ideal because
  you can not software mod them.  The 1.6b have overscan issues as well.
  So that leaves me with the question of, if I can get an older xbox what
  version would i want? to obtain the best picture quality and reduced
  noise levels.
  
  thanks for any foresight

I have a hw modded 1.6 PAL box myself. I have a problem where I only get
Linux to give a green screen when I use the SCART connector.

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


RE: [mythtv-users] MythTV on XBox

2005-01-14 Thread Jurgen Kramer
On Fri, 2005-01-14 at 10:52 +0100, Wouter Lagerweij wrote:
 (For some reason posting this went wrong, yesterday.
 Sorry if there are any double messages!)
 
 On Sun, 2005-01-09 at 16:28 -0800, Joe Votour wrote:
   Hmmm... I'm interested... My crystal x-box is too
   noisy. I'm planning on
   slowing down the fan a bit, but if anyone knows a
   better way.
   
  If you flash a modified BIOS, you can change the fan
  speed of the rear fan (although I've read that the
  regular XBox BIOS already sets it to 20% of normal
  speed).  However, I found that the GPU fan in the 1.0
  XBox (which I have) is the noisy one by far, I just
 
 Thanks, this is useful information! I have never run my xbox using 
 the regular MS bios, so it may be that I only have to change 
 a setting for my modchip bios to get it to quiet down!
 Since the Crystal xbox is a 1.6 model, it doesn't have a fan 
 on the GPU, so I won't have to try that hardware hack. 
 (Thank god! :-)
 
   I've used xbmc for a while, and it works very well. 
   There's even work going on in the xbmx forums for a
   python script that
   can be used as a (limited) MythTV front-end.
   It allows one to schedule recordings, browse
   existing recordings, and
   even view them, as long as their in myth's mpeg2
   format. (no mplayer
   support for the mpeg1 and mpeg4 myth formats,
   unfortunately.)
   And lately, people have even been working on getting
   live tv working!
   (with the same mpeg2 caveat, so I haven't seen
   this...)
   
  This would be absolutely awesome.  Perhaps a stripped
  down MythTV GUI that offers options that only really
  apply to the XBox, such as watching TV/recordings,
  DVD/VCD playback (if VCDs even work in your XBox,
  CD-Rs won't in mine, for instance).  I use dual
  PVR-250's, so I don't have a problem with the MPEG-2
  restriction (although not everybody is equally
  blessed).
 
 The XBMC python script is now hosted on sourceforge ( 
 http://sourceforge.net/projects/xbmcmythtv ) so if you
 want to give it a shot, that the place to go.
 It's not very useful for me, yet, because of the mpeg2
 restriction, but I just saw that there now is a mythstreamtv 
 project, that might help out in that respect.

That looks very promising! I will give it a try. Thanks!

 Playing DVDs, CDs, or video files and such is not implemented in the
 myth script, since XBMC does those jobs very well on its own.
 
  One of these days I plan on making a stripped down
  theme that still looks good, but helps out with memory
  usage on the XBox for MythTV...  Well, I keep telling
  myself that, maybe I'll get to it one of these days. 
  ;)  In the case of the XBox, MythTV without Linux
  would really be good, if nothing else, but to save
  some RAM and maybe eliminate the hard drive swapping
  activity.  But, unfortunately, a huge task.
 
 That might be nice. If I'm ever going to really use myth on linux on the xbox,
 I'm going to at least flash a bios so it boots linux directly. At the
 moment the boot time is my main reason for preferring a xbmc solution.
 
 Wouter
 
 ___
 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