RE: [mythtv-users] NUV to DVD scripts for PVR-xxx owners

2005-11-18 Thread Folashade Adeyosoye
Thank you, 

I have not tried it yet, but it looks nice. I guess I can use this in place
of nuvexport. 

I can also combine a bunch of my favorite show in windows and burn them






-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Frisch
Sent: Friday, November 18, 2005 11:10 AM
To: mythtv-users@mythtv.org
Subject: [mythtv-users] NUV to DVD scripts for PVR-xxx owners

I have created two potentially useful scripts for PVR-xxx owners for
extracting MythTV-recorded .nuv files and re-muxing them to
DVD-compliabnt video.

NOTE: this script will *NOT* work for MythTV recordings not created by a
hardware MPEG-2 recorder.  There are scripts that already exist for
that.

Usage:

Use 'dumprecorded.pl' to get a list of current MythTV recordings, and
then pass the nuv filename to 'makempg.sh' to create a DVD-compliant
MPEG-2 file.

NOTE: dumprecorded.pl will have to be edited to use your MySQL database
settings.  See comments within the file.

./makempg.sh myfile.nuv outfile.mpg

'makempg.sh' needs ProjectX as well as mplex.

On my system, /usr/local/bin/projectx is a shell script:

--- cut here ---

#!/bin/sh
java -jar /home/mfrisch/temp/ProjectX_Source_0.90.2/ProjectX.jar $*

--- cut here ---

After outfile.mpg is created, it's easy to create a DVD image using:

mkdir dvd

dvdauthor -o dvd outfile.mpg

dvdauthor -o dvd -T

mkisofs -dvd-video -o myiso.iso dvd/

rm -rf dvd

This procedure will put one recording per DVD and not bother with
chapters, a menu, and the other frills that I don't need.

Hope this might be useful to somebody.  Feedback, modifications, etc are
appreciated.

Thanks to Steve Adeff et al. for their assistance.

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


[mythtv-users] nuvexport command line?

2005-11-17 Thread Folashade Adeyosoye








Can anyone please post their nuvexport command line issued
to convert their nuv to something that one can use for an svcd or mpeg

 

Thanks

 






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


RE: [mythtv-users] lircd.conf

2005-11-15 Thread Folashade Adeyosoye








This is what my /var/log/* looks like

 

 

[EMAIL PROTECTED] log]# ls -l

total 198240

-rw-r-  1 root   root   11133 Nov
13 22:15 acpid

-rw---  1 root   root   18232 Nov 
7 07:42 anaconda.log

-rw---  1 root   root   39283 Nov 
7 07:42 anaconda.syslog

-rw---  1 root   root   42336 Nov 
7 07:42 anaconda.xlog

drwxr-x---  2 root   root    4096 Sep
23 14:36 audit

-rw---  1 root   root   0 Nov
13 02:18 boot.log

-rw---  1 root   root   0 Nov 
7 07:44 boot.log.1

-rw---  1 root   utmp   10368 Nov
13 22:50 btmp

-rw---  1 root   root    6937 Nov
15 10:01 cron

-rw---  1 root   root   19492 Nov
13 02:17 cron.1

drwxr-xr-x  2 lp sys 4096 Nov
13 02:18 cups

-rw-r--r--  1 root   root   20745 Nov
13 22:14 dmesg

drwxr-xr-x  2 root   root    4096 Nov
13 22:15 gdm

drwx--  2 root   root    4096 Nov
13 02:18 httpd

-rw-r--r--  1 root   root    19136220 Nov
15 10:02 lastlog

-rw-r--r--  1 root   root    3588 Nov
14 19:05 lircd  <===

-rw-r--r--  1 root   root   199624603 Nov
13 01:12 lircd.1

drwxr-xr-x  2 root   root    4096 Nov 
7 07:29 mail

-rw---  1 root   root    9299 Nov
15 04:03 maillog

-rw---  1 root   root   25940 Nov
13 02:18 maillog.1

-rw---  1 root   root  374865 Nov
15 10:02 messages

-rw---  1 root   root 1406413 Nov
13 02:01 messages.1

-rw-r-  1 mysql  mysql   4257 Nov
13 22:15 mysqld.log

-rw-r-  1 mysql  mysql  18382 Nov
13 02:43 mysqld.log.1

drwxr-xr-x  2 mythtv mythtv  4096 Nov 
8 02:58 mythtv   

drwx--  2 root   root    4096 Nov 
2  2004 ppp

-rw-r--r--  1 root   root   41013 Nov
14 04:06 prelink.log

-rw-r--r--  1 root   root   24012 Nov
15 04:03 rpmpkgs

-rw-r--r--  1 root   root   24004 Nov
12 15:01 rpmpkgs.1

drwx--  2 root   root    4096 May 
2  2005 samba

-rw-r--r--  1 root   root   24862 Nov 
8 01:18 scrollkeeper.log

-rw---  1 root   root    5858 Nov
15 10:02 secure

-rw---  1 root   root   2 Nov
13 01:31 secure.1

-rw---  1 root   root   0 Nov
13 02:18 spooler

-rw---  1 root   root   0 Nov 
7 07:28 spooler.1

drwxr-x---  2 squid  squid   4096 Oct
20 04:48 squid

drwxr-xr-x  2 root   root    4096 May
27 14:35 vbox

-rw-rw-r--  1 root   utmp  693504 Nov
15 10:02 wtmp

-rw-r--r--  1 root   root   36338 Nov
13 22:15 Xorg.0.log

-rw-r--r--  1 root   root   36338 Nov
13 22:06 Xorg.0.log.old

-rw-r--r--  1 root   root   17831 Nov
13 22:19 yum.log

 









From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Dash
Sent: Tuesday, November 15, 2005
9:36 AM
To: Discussion about mythtv
Subject: RE: [mythtv-users]
lircd.conf



 



I don't have /var/log/lircd either.

I get some limited info from /var/log/messages.  Interestingly, none of my
other machines have /var/log/messages.

Does anyone know how to turn this logging on?

Marty Ravell
<[EMAIL PROTECTED]> wrote:

>
>Yes /var/log/lircd
>

Hmmm. I do not have this file.

I wonder if that means that lircd is not working after all? It seems strange
that I can get some limited function with irw if I use the conf file that I
record with irrecord.


Regards
Marty



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

 









Yahoo!
FareChase - Search multiple travel sites in one click. 






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


RE: [mythtv-users] lircd.conf

2005-11-14 Thread Folashade Adeyosoye
Yes   /var/log/lircd




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marty Ravell
Sent: Monday, November 14, 2005 8:51 PM
To: 'Discussion about mythtv'
Subject: RE: [mythtv-users] lircd.conf

>
>I just dug out my old file (found on an old backup) for the remote
>which worked fine with the PVR-350 receiver and old black/grey remote:
>
...
(conf file removed for brevity)

I copied this file you sent over to /etc/lircd.conf (Used Ultraedit from my
PC to make sure it got the CR's right).

irw returns nothing on any button press now. Restarts of lircd with
/sbin/service don't have any effect.

Does lircd have a log file? I've not been able to find one so far.


Regards
Marty




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


RE: [mythtv-users] ATI Wonder Remote

2005-11-13 Thread Folashade Adeyosoye
Am sorry this has been so frustrating.

After the install of lirc-0.7.2, I get this...
(BTW am following this http://www.lirc.org/html/install.html)

[EMAIL PROTECTED] dev]# ls -l li*
crw-r--r--  1 root root 61, 0 Nov 13 20:49 lirc
crw-rw  1 root root 61, 0 Nov 13 20:29 lirc0
prw-r--r--  1 root root 0 Nov 13 20:49 lircd
prw-r--r--  1 root root 0 Nov 13 20:49 lircm


And I have now found out that it does response to "mode2" but not to "irw"

And after reboot the "/dev/lirc" disappears





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael T. Dean
Sent: Sunday, November 13, 2005 5:38 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] ATI Wonder Remote

On 11/13/05 17:33, Folashade Adeyosoye wrote:

>Nov 13 02:45:25 naijatv lircd-0.7.2[2846]: could not get file information
>for /dev/lirc
>...
>
>Here is a listing of my dev dir:
>
>[EMAIL PROTECTED] dev]# ls -l li*
>crw-rw  1 root root 61, 0 Nov 13 02:44 lirc0
>srw-rw-rw-  1 root root 0 Nov 13 02:45 lircd
>prw-r--r--  1 root root 0 Nov 13 02:45 lircm
>  
>
What's missing?  ;)

Mike
___
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] ATI Wonder Remote

2005-11-13 Thread Folashade Adeyosoye
I am still having the same problem with my ATI wonder Remote. Here is my
setup

* FC42.6.13-1.1532_FC4smp
* lircd-0.7.2
* Mythtv 0.18

I have installed and configured to the best of my knowledge. I know the
remote work and receive signals because I was able to test using I believe
irrecord/irxevent.

My modprobe.conf has 
# Remote
alias char-major-61 lirc_atiusb
alias lirc_dev lirc_atiusb


My .lircrc is in my mythtv home directory
And lircrc in my .mythtv directory


In my /etc/rc.d/rc.local
   echo "Starting lircd"
   /usr/local/sbin/lircd


In short things seems to be where they are suppose to be, but when the
system starts up I get error in the /var/log/message


Nov 13 02:45:25 naijatv lircd-0.7.2[2846]: lircd(any) ready
Nov 13 02:45:25 naijatv lircd-0.7.2[2846]: accepted new client on /dev/lircd
Nov 13 02:45:25 naijatv lircd-0.7.2[2846]: could not get file information
for /dev/lirc
Nov 13 02:45:25 naijatv lircd-0.7.2[2846]: default_init(): No such file or
directory
Nov 13 02:45:25 naijatv lircd-0.7.2[2846]: caught signal



Here is a listing of my dev dir:


[EMAIL PROTECTED] dev]# ls -l li*
crw-rw  1 root root 61, 0 Nov 13 02:44 lirc0
srw-rw-rw-  1 root root 0 Nov 13 02:45 lircd
prw-r--r--  1 root root 0 Nov 13 02:45 lircm


Any help would be appreciated.

Thanks





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bryan Halter
Sent: Sunday, November 13, 2005 2:45 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] ATI Wonder Remote

Tim Litwiller wrote:

> that last answer is correct.
>
>
>
> On 11/9/05, *David Watkins* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> On 09/11/05, Folashade Adeyosoye <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> >
> >
> > What am I missing, I tried following
> > ( http://www.litwiller.net/mythtv/remote.html) these
> > instructions but for each button that I press on the remote, it
> repeats 4
> > times. For example if I hit the "3" button I get   ""
> >
> >
> >
> >
> >
> > What might I be missing?
> users mailing list
> > mythtv-users@mythtv.org <mailto:mythtv-users@mythtv.org>
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
> The remote will continually generate keycodes.  However lircd should
> be able to convert these to single commands.
>
> You could try commenting out the repeat=5 (in lircrc) line for
> buttons
> you don't want to repeat .  or maybe change it to repeat=0.
>
> I think repeat=5 means that every 5th command from the remote will get
> sent to the application.  For most keys you probably don't want a
> repeat at all.  For those that you do (volume, skip etc) experiment
> with different numbers.
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org <mailto: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
>  
>
The last answer is correct IF you're using LIRC with your ATI remote and 
not the IMO much easier to use kernel driver which allows your remote to 
act as a KB and mouse.  The problem he's referring to comes in kernels > 
2.6.12 when using the default ATI driver.  I've looked high and low and 
can't find any way to configure the repeat time when loading the 
module.  If somoene knows this please let me know

___
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] ATI Wonder Remote Install & Lirc 0.7.2

2005-11-11 Thread Folashade Adeyosoye








Hi all, 

 

 

  Am trying to get my remote to
work with MythTV but only arrow up and arrow down seems to work and they repeat
3-4 times.

 

 

While I issued this command this was what I get in my
/var/log/messages  file

 

 

Any hint or help would do thanks

 

 

I Did

---

/sbin/service lircd start

/usr/bin/irw

 

 

 

Log file

---

 

 

Nov 11 01:02:31 mythboxtv lircd-0.7.2[17213]: lircd(any)
ready

Nov 11 01:02:52 mythboxtv lircd-0.7.2[17213]: accepted new
client on /dev/lircd

Nov 11 01:02:52 mythboxtv lircd-0.7.2[17213]: could not get
file information for /dev/lirc

Nov 11 01:02:52 mythboxtv lircd-0.7.2[17213]:
default_init(): No such file or directory

Nov 11 01:02:52 mythboxtv lircd-0.7.2[17213]: caught signal

 

 






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


[mythtv-users] ATI Wonder Remote Install

2005-11-10 Thread Folashade Adeyosoye








Hi all, 

 

 

  Am trying to get my remote to
work with MythTV but only arrow up and arrow down seems to work and they repeat
3-4 times.

 

 

While I issued this command this was what I get in my /var/log/messages 
file

 

 

Any hint or help would do thanks

 

 

I Did

---

/sbin/service lircd start

/usr/bin/irw

 

 

 

Log file

---

 

 

Nov 11 01:02:31 mythboxtv lircd-0.7.2[17213]: lircd(any)
ready

Nov 11 01:02:52 mythboxtv lircd-0.7.2[17213]: accepted new
client on /dev/lircd

Nov 11 01:02:52 mythboxtv lircd-0.7.2[17213]: could not get
file information for /dev/lirc

Nov 11 01:02:52 mythboxtv lircd-0.7.2[17213]:
default_init(): No such file or directory

Nov 11 01:02:52 mythboxtv lircd-0.7.2[17213]: caught signal

 

 

 






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


RE: [mythtv-users] A Novice Question about PVR-500 and CommerceialFlagging

2005-11-09 Thread Folashade Adeyosoye
Thank you the perfect response to my question.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joe Votour
Sent: Wednesday, November 09, 2005 4:49 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] A Novice Question about PVR-500 and
CommerceialFlagging

Skipping commercials is not automatic by default, so
even though the show was flagged, you'll still see the
commercials.

You can skip the commercials by using the commercial
skip key (z) while watching the recording.

Alternatively, I'm pretty sure that there is a
configuration option somewhere, which when set, will
automatically skip the commercials.

-- Joe

--- Folashade Adeyosoye <[EMAIL PROTECTED]> wrote:

> Hi all, 
> 
> 
> Am still new at all this (MythTV), I notices after
> recording my shows last
> night the commercial flagging began and some had
> finished. 
> 
>  
> 
> My question is what does this mean to me and how can
> I make use of this
> information.  I viewed on of the flagged shows but
> the commercial was still
> showing.
> 
>  
> 
> Any insight or website that explains this in detail
> would be very helpful.
> 
>  
> 
> Thanks
> 
> > ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
>
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 




__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.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


[mythtv-users] A Novice Question about PVR-500 and Commerceial Flagging

2005-11-09 Thread Folashade Adeyosoye








Hi all, 

    
Am still new at all this (MythTV), I notices after recording my shows last
night the commercial flagging began and some had finished. 

 

My question is what does this mean to me and how can I make
use of this information.  I viewed on of the flagged shows but the commercial
was still showing.

 

Any insight or website that explains this in detail would be
very helpful.

 

Thanks






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


[mythtv-users] ATI Wonder Remote

2005-11-09 Thread Folashade Adeyosoye








What am I missing, I tried following (http://www.litwiller.net/mythtv/remote.html)
these instructions but for each button that I press on the remote, it repeats 4
times. For example if I hit the “3” button I get   “”

 

 

What might I be missing?

 

Thanks






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


RE: [mythtv-users] Re: Stupid Newbie Question about Linux

2005-11-08 Thread Folashade Adeyosoye
If you are using FC4, it is still there, I just built my system last night
and it was there.

And credit the Jarod website, it took my about 2hours to get everything up
and running from a brand new built computer.

Just make sure you type "linux jfs"  lowercase "L" in linux



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Frisch
Sent: Tuesday, November 08, 2005 4:32 PM
To: mythtv-users@mythtv.org
Subject: [mythtv-users] Re: Stupid Newbie Question about Linux

On Tue, Nov 08, 2005 at 04:25:40PM -0500, Serge.Zwikker wrote:
> Ok I am following the http://wilsonet.com/mytht which I must say is
> great.  I just can't get past the easy install of Linux.
> 
> When I am installing Linux I type in the boot prompt "Linux jfs"
> 
> But when I do the Disk Setup and try to do JFS for my /video partition I
> get only these options to choose from
> 
> Ext2
> Ext3
> Physical volume (LVM)
> Software RAID
> Swap
> Vfat
> 
> What am I doing wrong here.  I have Google it for hours just can't
> figure out what I am doing wrong.

You're not doing anything wrong, just select Ext3 and keep going.

I guess Fedora removed support for JFS or something.  The HOWTO should
be updated.  You're not the only one to be hung up on this.

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


[mythtv-users] My new MythTV box

2005-11-08 Thread Folashade Adeyosoye








I would like to openly give credit to Jarod C.Wilson’s
website, I followed it to the “T” and it worked on the first try
even my ATI remote.

 

 This all took my under 2 hours after building the computer 

 

 

 






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


[mythtv-users] nuvexport

2005-11-07 Thread Folashade Adeyosoye








Sorry guy if this is a silly question, am new to MythTV..

 

Is nuvexport included in mythtv and how can I execute it, or
is it something I have to run from the command line.

 

Thanks

 

 






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


RE: [mythtv-users] Watch TV button in frontend does not do anything

2005-11-07 Thread Folashade Adeyosoye








I believe there is a tread about LiveTV
being disabled temporarily to debug some other problem

 

 

 









From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Atif Khan
Sent: Monday, November 07, 2005
11:07 AM
To: mythtv-users@mythtv.org
Subject: [mythtv-users] Watch TV
button in frontend does not do anything



 

I compiled and installed
MythTV from scratch on Mandriva 2006 (x86_64). Everything works fine when I
launch the frontend except for "Watch TV" option on the first screen.
When I click on it, nothing happens. Nothing is printed in the logs either for
the frontend or backend. But if I launch "mythtv" from console (not
the frontend), it works fine. I can change the channels, skip, forward etc.

I have the built MythTV from:

svn co http://svn.mythtv.org/svn/trunk/mythtv
svn co http://svn.mythtv.org/svn/trunk/mythplugins
svn co http://svn.mythtv.org/svn/trunk/myththemes


-- 
Regards
Atif Khan 






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


[mythtv-users] Transcoding / Burngin DVD shows

2005-11-01 Thread Folashade Adeyosoye








Can someone please explain the whole deal about burning
shows to DVD to be played on dvd players.

 

Thanks

 

 






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


RE: [mythtv-users] Failed to bindport 6543

2005-10-28 Thread Folashade Adeyosoye
Yes

Its running but on startup of the mythbackend it fails to bind with
port6543.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Phil Bridges
Sent: Friday, October 28, 2005 11:05 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Failed to bindport 6543

On 10/28/05, Folashade Adeyosoye <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi all,
>
>
>
> I have just ran into a problem am not familiar with,  when a channel
was
> mistakenly entered "" (via keyboard and hit enter) the screen froze up
> and was not able to watch Live TV anymore, Everything has worked before
then
> (about a month old)
>
>
>
> And now it says I have no recordings,
>
> Cant watch live TV
>
> Its extremely slow from the front end
>
> Am able to view the schedules (so I know my Database is up and running)
>
>
>
>
>
> I stopped and restarted the backend and the message I got from it was
>
>
>
>
>
> QServerSocket: failed to bind or listen to the socket: Failed to bind to
> port: 6543
>
>
>
>
>
> Even thou I did restart the whole box.
>
>
>
>
>
> Any suggestions?
>
>
>


Is MythBackend running?
___
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] Failed to bindport 6543

2005-10-28 Thread Folashade Adeyosoye








Hi all, 

 

    I have just ran into a problem am not
familiar with,  when a channel was mistakenly entered “” (via
keyboard and hit enter) the screen froze up and was not able to watch Live TV
anymore, Everything has worked before then (about a month old)

 

And now it says I have no recordings,

Cant watch live TV

Its extremely slow from the front end

Am able to view the schedules (so I know my Database is up
and running)

 

 

I stopped and restarted the backend and the message I got
from it was

 

 

QServerSocket: failed to bind or listen to the socket:
Failed to bind to port: 6543

 

 

Even thou I did restart the whole box.

 

 

Any suggestions?

 

Thanks






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


[mythtv-users] PVR-500 Radio Setup

2005-10-17 Thread Folashade Adeyosoye








Can anyone please point me to some resources that talks
about setting up a PVR-500 to receive radio channels.

 

I would like to record radio stations.

 

 

Thanks

 






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


[mythtv-users] REPOST: OTA Channels & Comcast Channels

2005-10-13 Thread Folashade Adeyosoye








Hi all,

 

I have a working box but I only seem to get a few channels
compared to what in the channel section under setup.

 

 

My card is plugged to my Comcast analog cable but I can not
view anything above channel 13. The rest is static and snow.

 

Is there a setup or configuration that I missed

 

Any Idea on how to get others on the high channel (less than
99, mtv, cnn and others).

 

 

Thanks.

 






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


RE: [mythtv-users] VIA chipset Grub bootloader

2005-10-10 Thread Folashade Adeyosoye
What's long time go, what about a computer that was bought in 2000 (700mhz)

This is the results I got from running a bios check. Would this fall under
one of those that won't work?

BIOS Date: 07/04/00
BIOS Type: Award Modular BIOS v6.00PGN
BIOS ID:   07/04/2000-8363-686A-6A6LMB09C-00
OEM Sign-On: VKB0705B
Chipset:   VIA 82C305 rev 2
Superio:   VIA 686 rev 34 found at port 7h
CPU Type:  AMD K5
CPU Speed: 700 Mhz
CPU Max:   1000 Mhz
BIOS ROM In Socket: Yes
BIOS ROM Size: 256K
Memory Installed: 256 MB
Memory Maximum: 512 MB


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Knecht
Sent: Monday, October 10, 2005 4:20 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] VIA chipset Grub bootloader

I run 5  various Via-based machines here. I have no problem with
either MythTV or real time audio (Jack/Ardour, etc.) on any of these
machines.

There were some Via problems ages ago, but I think those are long taken care
of.

My 2 cents,
Mark

On 10/10/05, Mike Daugird <[EMAIL PROTECTED]> wrote:
> I am in the process of moving from a P3 933 to an athlon-xp 2500 with 1
gig of memory and 661G of Drive space in LVM2.
>
> The main motivator was that the old bios did't handle the bigger drives
well,(long story)
>
> I just read something about VIA chipsets=bad and that I need to pass grub
conf options.
> can someone help with this?
> I haven't finished the setup yet, I still have to figure out if I can copy
over mysql databas tables but I think That Tuesday night I will try to move
over the PVR-350 card.
> thanks
> ___
> 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] mc.sql missing?

2005-10-08 Thread Folashade Adeyosoye
Try the yum update again...

I ran into that problem also


Also run 

# yum install mythtv-suite




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chong Yu-nam
Sent: Saturday, October 08, 2005 3:46 AM
To: mythtv-users@mythtv.org
Subject: [mythtv-users] mc.sql missing?

Hi all,

I am setting up MythTV on a fresh FC4 install.

Stuck at setting up the MYSQL database:

$ mysql -u root -p <
/usr/share/doc/mythtv-0.18.1/database/mc.sql 

bash: /usr/share/doc/mythtv-0.18.1/database/mc.sql: No such file
or directory

Has anyone else experienced this problem? Any workarounds?
My kernel: 2.6.13-1.1526_FC4

I think yum did not download and install all the mythtv
packages, but I don't know how to fix that either.

Any help is greatly appreciated.

~YN



__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
___
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] hi guys, newbie here!

2005-10-07 Thread Folashade Adeyosoye
This was actually one of my low end computers that I bought in 2000, this
was when 700Mhz was top of the line in terms of speed :)



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Kuphal
Sent: Friday, October 07, 2005 12:32 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] hi guys, newbie here!

Folashade Adeyosoye wrote:

> I would probably charge a billion dollars, mine has been a hassle 
> trying to get it working. There are just too many factors to consider 
> to get a working box. I know there is a suggested hardware list to use 
> etc.
>
>  
>
> 3 weeks and counting I now have a box that seems to work but reboots 
> (PVR-500, 256MB, 700 mhz, both front and backend. Just trying this out 
> to get it working before I shell out hard earned dollars for a nice 
> box.) And my latest woe is the VIA chipset, it might not be compatible :-(
>
>  
>
If you value your sanity, avoid VIA.  While it *might* work, stick with 
something that *does* work or you'll be pulling your hair out.

Kevin
___
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] hi guys, newbie here!

2005-10-07 Thread Folashade Adeyosoye








I would probably charge a billion dollars,
mine has been a hassle trying to get it working. There are just too many
factors to consider to get a working box. I know there is a suggested hardware list
to use etc.

 

3 weeks and counting I now have a box that
seems to work but reboots (PVR-500, 256MB, 700 mhz, both front and backend.
Just trying this out to get it working before I shell out hard earned dollars
for a nice box.) And my latest woe is the VIA chipset, it might not be compatible
:-(

 

 

FYI

 

Checkout  http://www.ahanix.com/  for nice computer
cases that have a foot print of a VCR, or http://www.silverstonetek.com/products-lc02.htm

 

 

 

 

 

 

 

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Behalf Of Richard Bronosky
Sent: Friday, October 07, 2005
12:14 PM
To: Discussion
 about mythtv
Subject: Re: [mythtv-users] hi
guys, newbie here!



 

[EMAIL PROTECTED]
wrote: 


The easiest way to get MythTV ontoyour PC is to pay
someone copious amounts of cash (pick me! pick me!) to install it for you.  If
you have more sense than cents then you might try Jarod's HOW-TO at http://www.wilsonet.com/mythtv/.





 
  
  [EMAIL PROTECTED] 
  Sent
  by: [EMAIL PROTECTED]
  
  10/06/2005 04:36 PM 
  
   

Please
respond to
Discussion about mythtv 

   
  
  
  
  
  
   

To


mythtv-users@mythtv.org


   
   

cc


 

   
   

Subject


[mythtv-users] hi guys,
newbie here!

   
  
   
  
   

 


 

   
  
  
  
 





first of all it nice to be here and thanks, can could you please tell
how to search the forum so i don't keep asking silly question and what is the
easiest way of putting myth tv onto the pc thanks chris___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

ForwardSourceID:NT0002C54A    




 



 ___mythtv-users mailing listmythtv-users@mythtv.orghttp://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users  

How much does one charge to get a single PVR-500
system setup?




--   Thank you for your time,    --==<< R i c h a r d   B r o n o s k y >>==-- Nearly all viruses and spyware are designed to use Microsoft internet products.  Protect yourself by avoiding Internet Explorer & Outlook/Outlook Express.




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


RE: [mythtv-users] Mythtv 0.18.1 on Debian

2005-10-07 Thread Folashade Adeyosoye
Why don't you try KnoppMyth it's a distro that installs and configure Debian
and MythTV

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Max-4004
Sent: Friday, October 07, 2005 6:21 AM
To: mythtv-users@mythtv.org
Subject: [mythtv-users] Mythtv 0.18.1 on Debian

Hi,

I try to compile Mythtv 0.18.1 on Debian stable.

which qmake
/usr/share/qt3/bin/qmake

echo $PATH
/usr/share/qt3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/
bin:
  /usr/bin/X11

echo $QTDIR
/usr/share/qt3

All should be fine, but after 30min I got:
What can I do?

make[1]: Entering directory `/home/mythtv/mythtv-0.18.1/programs'
qmake -o Makefile programs.pro
make[1]: Leaving directory `/home/mythtv/mythtv-0.18.1/programs'
make[1]: Entering directory `/home/mythtv/mythtv-0.18.1/programs'
cd mythepg && make -f Makefile
make[2]: Entering directory `/home/mythtv/mythtv-0.18.1/programs/mythepg'
qmake -o Makefile mythepg.pro
QGDict::hashKeyString: Invalid null key
make[2]: Leaving directory `/home/mythtv/mythtv-0.18.1/programs/mythepg'
make[2]: Entering directory `/home/mythtv/mythtv-0.18.1/programs/mythepg'
g++ -c -pipe -march=pentiumpro -mmmx -Wall -W -O3 -fomit-frame-pointer
-D_REENTR  ANT  -DMMX -Di386 -DUSING_IVTV -DUSING_XRANDR
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=  64 -DPREFIX=\"/usr/local\"
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/
share/qt3/mkspecs/default -I. -I../../libs -I../../libs/libmyth
-I/usr/local/inc  lude -I/usr/include/qt3 -o main.o main.cpp
g++  -o mythepg main.o-L/usr/share/qt3/lib -L../../libs/libmyth
-L../../libs  /libmythtv -L../../libs/libavcodec
-L../../libs/libavformat -lmythtv-0.18.1 -lmy  thavformat-0.18.1
-lmythavcodec-0.18.1 -lmyth-0.18.1 -lfreetype -lmp3lame -lasou
nd -L/usr/X11R6/lib -lXinerama -lXv -lXxf86vm -lXext -lX11 -lm -lpthread
main.o(.text+0x7a): In function `main':
: undefined reference to `QApplication::QApplication[in-charge](int&,
char**)'
main.o(.text+0xab): In function `main':
: undefined reference to `QString::QString[in-charge](char const*)'
main.o(.text+0xd6): In function `main':
: undefined reference to `QString::shared_null'
main.o(.text+0xe0): In function `main':
: undefined reference to `QStringData::deleteSelf()'
main.o(.text+0x11b): In function `main':
: undefined reference to `QDateTime::currentDateTime()'
main.o(.text+0x147): In function `main':
: undefined reference to `QString::QString[in-charge](char const*)'
main.o(.text+0x15d): In function `main':
: undefined reference to `QDateTime::toString(QString const&) const'
main.o(.text+0x175): In function `main':
: undefined reference to `QString::shared_null'
main.o(.text+0x17f): In function `main':
: undefined reference to `QStringData::deleteSelf()'
main.o(.text+0x246): In function `main':
: undefined reference to `QString::ascii() const'
main.o(.text+0x286): In function `main':
: undefined reference to `QMutex::lock()'
main.o(.text+0x2ef): In function `main':
: undefined reference to `QMutex::unlock()'
main.o(.text+0x3ad): In function `main':
: undefined reference to `QString::shared_null'
main.o(.text+0x3b7): In function `main':
: undefined reference to `QStringData::deleteSelf()'
main.o(.text+0x3bf): In function `main':
: undefined reference to `QApplication::~QApplication [in-charge]()'
main.o(.text+0x40a): In function `main':
: undefined reference to `QString::QString[in-charge](char const*)'
main.o(.text+0x421): In function `main':
: undefined reference to `QString::QString[in-charge](char const*)'
main.o(.text+0x45f): In function `main':
: undefined reference to `QString::shared_null'
main.o(.text+0x469): In function `main':
: undefined reference to `QStringData::deleteSelf()'
main.o(.text+0x47e): In function `main':
: undefined reference to `QString::shared_null'
main.o(.text+0x488): In function `main':
: undefined reference to `QStringData::deleteSelf()'
main.o(.text+0x499): In function `main':
: undefined reference to `operator==(QString const&, char const*)'
main.o(.text+0x4b9): In function `main':
: undefined reference to `QString::operator=(char const*)'
main.o(.text+0x526): In function `main':
: undefined reference to `QString::QString[in-charge](QString const&)'
main.o(.text+0x56b): In function `main':
: undefined reference to `QString::shared_null'
main.o(.text+0x575): In function `main':
: undefined reference to `QStringData::deleteSelf()'
main.o(.text+0x58e): In function `main':
: undefined reference to `operator!=(QString const&, char const*)'
main.o(.text+0x5b1): In function `main':
: undefined reference to `QString::shared_null'
main.o(.text+0x5bb): In function `main':
: undefined reference to `QStringData::deleteSelf()'
main.o(.text+0x5cd): In function `main':
: undefined reference to `QString::shared_null'
main.o(.text+0x5d7): In function `main':
: undefined reference to `QStringData::deleteSelf()'
main.o(.text+0x5df): In function `main':
: undefined reference to `QApplication::~QApplication [in-c

REPOST: RE: [mythtv-users] MythTV - PVR500 - Auto Reboots

2005-10-06 Thread Folashade Adeyosoye








I think and I pray that this is the
problem.

 

 

OK, when my system starts up it complains
that there is a bad line in /etc/fstab line 9, this is actually a bug in Redhat
Bugzilla (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159087)

 

And I think when it needs swap space this
causes it to reboot.

 

I only have about 256MB of memory and a
700MHz cpu.

Live TV only plays for about 30 secs and
it craps out and am able to play the little bit back that got recorded, even
thou it did not record the RIGHT channel, I would deal with that later (if you
know why I would be grateful)

 

 

If you have followed Jarod’s guide,
can you please email me your “/etc/fstab” file I would like to see
what it looks like. See mine below.

 

 

Thanks

 

 

 

# /etc/fstab

# This file is edited by fstab-sync - see
'man fstab-sync' for details

LABEL=/
/  
ext3    defaults    1 1

LABEL=/boot
/boot  
ext3    defaults    1 2

/dev/devpts
/dev/pts   
devpts  gid=5,mode=620  0 0

/dev/shm   
/dev/shm   
tmpfs   defaults    0 0

/dev/proc  
/proc  
proc    defaults    0 0

/dev/sys   
/sys   
sysfs   defaults    0 0

LABEL=/video   
/video 
jfs defaults   
1 2

LABEL=mb[0] = MBC_SET  
swap   
swap    defaults    0
0     #   <<


/dev/fd0   
/media/floppy  
auto    pamconsole,exec,noauto,managed 0 0

/dev/hdd   
/media/cdrecorder   auto   
pamconsole,exec,noauto,managed 0 0

/dev/hdc   
/media/cdrom   
auto    pamconsole,exec,noauto,managed 0 0

 

 









From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Paul K
Sent: Wednesday, October 05, 2005
5:49 PM
To: Erik Pettersen; Discussion about mythtv
Subject: Re: [mythtv-users] MythTV
- PVR500 - Auto Reboots



 

  I had this problem
with my PVR350/500 setup with a VIA KT333 chipset. Per someone's suggestion, I
flashed the motherboard's BIOS with the latest firmware. Took care of it for
me! YMMV

Paul






On 10/5/05, Erik
Pettersen <[EMAIL PROTECTED]>
wrote:

> Well my new problem is when it starts to record a scheduled
program it
> automagically reboots after 30 secs.
>
>

I've seen this popup periodically on the list... can you give some
appropriate system specs?  As there are a few cantankerous chipsets 
that will cause this behavior.

If you use the  "PVR-500 reboot"  search query
here
http://www.gossamer-threads.com/lists/mythtv/users/

you'll find a few examples of previous threads.

possible relevant thread:
http://forum.byopvr.com/dvr/index.php/topic,3212.0.html

E.
--
http://www.byopvr.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] MythTV - PVR500 - Auto Reboots

2005-10-06 Thread Folashade Adeyosoye








I think and I pray that this is the
problem.

 

 

OK, when my system starts up it complains
that there is a bad line in /etc/fstab line 9, this is actually a bug in Redhat
Bugzilla (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159087)

 

And I think when it needs swap space this
causes it to reboot.

 

I only have about 256MB of memory and a
700MHz cpu.

Live TV only plays for about 30 secs and
it craps out and am able to play the little bit back that got recorded, even
thou it did not record the RIGHT channel, I would deal with that later (if you
know why I would be grateful)

 

 

If you have followed Jarod’s guide,
can you please email me your “/etc/fstab” file I would like to see
what it looks like. See mine below.

 

 

Thanks

 

 

 

# /etc/fstab

# This file is edited by fstab-sync - see
'man fstab-sync' for details

LABEL=/
/   ext3    defaults    1 1

LABEL=/boot
/boot   ext3    defaults    1 2

/dev/devpts
/dev/pts    devpts  gid=5,mode=620  0 0

/dev/shm   
/dev/shm    tmpfs   defaults    0 0

/dev/proc   /proc  
proc    defaults    0 0

/dev/sys   
/sys    sysfs   defaults    0 0

LABEL=/video   
/video  jfs defaults    1 2

LABEL=mb[0] = MBC_SET  
swap    swap    defaults    0 0     #   <<


/dev/fd0   
/media/floppy   auto    pamconsole,exec,noauto,managed 0 0

/dev/hdd   
/media/cdrecorder   auto    pamconsole,exec,noauto,managed 0 0

/dev/hdc   
/media/cdrom    auto    pamconsole,exec,noauto,managed 0 0

 

 

 









From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Paul K
Sent: Wednesday, October 05, 2005
5:49 PM
To: Erik Pettersen; Discussion about mythtv
Subject: Re: [mythtv-users] MythTV
- PVR500 - Auto Reboots



 

  I had this problem
with my PVR350/500 setup with a VIA KT333 chipset. Per someone's suggestion, I
flashed the motherboard's BIOS with the latest firmware. Took care of it for
me! YMMV

Paul






On 10/5/05, Erik
Pettersen <[EMAIL PROTECTED]>
wrote:

> Well my new problem is when it starts to record a scheduled
program it
> automagically reboots after 30 secs.
>
>

I've seen this popup periodically on the list... can you give some
appropriate system specs?  As there are a few cantankerous chipsets 
that will cause this behavior.

If you use the  "PVR-500 reboot"  search query
here
http://www.gossamer-threads.com/lists/mythtv/users/

you'll find a few examples of previous threads.

possible relevant thread:
http://forum.byopvr.com/dvr/index.php/topic,3212.0.html

E.
--
http://www.byopvr.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


[mythtv-users] MythTV - PVR500 - Auto Reboots

2005-10-05 Thread Folashade Adeyosoye
Finally got some picture and sound after 2 weeks of trying to get it
working, day-in-day-out.

Also after 6-7 installs of FC4 and 10-12 installs of KnoppMyth


Well this time when following Jarod's guide, I used the stable version of
the IVTV rather than the testing that was specified. Also the copying of the
ROM's from the CD that came with the PVR-500 to /etc/modules, modifying the
"ivtv" file and BOOM, video and sound.


Well my new problem is when it starts to record a scheduled program it
automagically reboots after 30 secs.


Any idea?

Thanks

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


RE: [mythtv-users] splitting signal?

2005-10-04 Thread Folashade Adeyosoye
Get a cable splitter
(http://www.calibex.com/serv/calibex1/buyer/outpdir.jsp;jsessionid=2DCC86317
A1A45AB12B44505695A8CCF?nxtg=77d86_D305E441482D8B37&search=cable+splitter)


And card like a PVR-500 that has 2 tuners
(http://www.hauppauge.com/pages/products/data_pvr500mce.html)


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Benoit Beauchamp
Sent: Tuesday, October 04, 2005 11:20 PM
To: mythtv-users@mythtv.org
Subject: [mythtv-users] splitting signal?

I have a general question about trying to do a couple things and would like
some feedback on those. I have comcast cable with a topbox from Scientific
Atlanta 8610X558. I have basic analog cable. I got mythtv to work with
different frontend so thats all figure out. The cable is not yet plugged to
the computer because i dont have an irblaster and would rather watch cable
on the tv. My question is this... 

I want to be able to watch live TV while something is recording on the
computer. I want to be able to switch channel on the tv while the computer
is still recording. Then at some point I want to watch the recorded shows on
the TV... 

Im thinking it needs a splitter or something. I dont have irblaster
installed yet. Can someone shed some light on this, howto.

thanks

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


RE: [mythtv-users] Re: pvr-500

2005-10-03 Thread Folashade Adeyosoye
Are you splitting cables?  If so is it before or after?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Derek Meek
Sent: Monday, October 03, 2005 2:10 PM
To: Discussion about mythtv
Subject: [mythtv-users] Re: pvr-500

is mythtv using "tuner0" on both parts as the tuner
what are your permissions on the appropriate /dev/video

have you made sure your console.perms files are setup correctly?

On 10/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
> I have a pvr-500 and I have it working, sort of. I get picture and sound
> on both tuners but I cannot change the channels, when I use the number pad
> or the arrows it says it is going to the next channel or whatever I
> select. But it stays on the same channel all the time, the new channel
> data pops up and everything too. I just get the same channel, 76 for
> everything. I am using the newest version of knoppmyth, and ivtv-0.3.9
> drivers, I have tried other versions which do the same, if I go below
> ivtv-0.3.7, I loose my picture? Does anyone have any solutions? Thanks
>
> james
> ___
> 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] REPOST: PVR-500 dmseg - PLEASE NEED HELP DEBUGGING

2005-10-03 Thread Folashade Adeyosoye








Please can you go thru my dmesg, my card does not seem to
work.

 

I followed these instructions.

PVR-500

Using knoppmyth R5A16 and ivtv: version 0.3.9

 

http://www.bitbenderforums.com/~ralpha6/knoppmyth/knoppmythtv.htm

 

 

 

Thanks

 

 

ivtv:  START INIT IVTV ivtv: version 0.3.9 (development svn snapshot revision ) loadingivtv: Linux version: 2.6.11.9-chw-2 SMP preempt 586 gcc-3.3ivtv: In case of problems please include the debug infoivtv: between the START INIT IVTV and END INIT IVTV lines whenivtv: mailing the ivtv-devel mailinglist.ivtv: Autodetected WinTV PVR 150 card (iTVC16 based)ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10ACPI: PCI interrupt :02:08.0[A] -> GSI 10 (level, low) -> IRQ 10ivtv: Unreasonably low latency timer, setting to 64 (was 32)ivtv: i2c attach to card #0 ok [client=tveeprom, addr=50]tveeprom: Hauppauge: model = 23552, rev = D592, serial# = 2995024tveeprom: tuner =  (idx = 101, type = -885711276)tveeprom: tuner fmt =  (eeprom = 0x00, v4l2 = 0x)tveeprom: audio_processor = MSP3410D (type = 5)ivtv: This is the first unit of a PVR500ivtv: No tuner detected, default to NTSCivtv: i2c attach to card #0 ok [client=(tuner unset), addr=60]tuner 0-0060: chip found @ 0xc0 (ivtv i2c driver #0)cx25840: Unknown parameter `i2c_enable'ivtv: Failed to load module cx25840ivtv warning: i2c client addr: 0x44 not found for command 0x400464cb!ivtv: i2c attach to card #0 ok [client=wm8775, addr=1b]tda9885/6/7: chip found @ 0x86ivtv: i2c attach to card #0 ok [client=tda9887, addr=43]ivtv: loading /lib/modules/ivtv-fw-enc.binivtv: Encoder revision: 0x02040011ivtv: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)ivtv: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)ivtv: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)ivtv: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)ivtv: Create encoder radio streamivtv warning: i2c client addr: 0x44 not found for command 0x40046403!ivtv warning: i2c client addr: 0x44 not found for command 0x40046404!ivtv warning: i2c client addr: 0x44 not found for command 0x4004646e!ivtv warning: i2c client addr: 0x44 not found for command 0x40046403!ivtv warning: i2c client addr: 0x44 not found for command 0x80287610!ivtv warning: i2c client addr: 0x44 not found for command 0x40287611!ivtv warning: i2c client addr: 0x44 not found for command 0x40046406!tuner 0-0060: tuner type not setivtv warning: i2c client addr: 0x44 not found for command 0x40046406!eth0: no IPv6 routers presentivtv warning: i2c client addr: 0x44 not found for command 0x80287610!ivtv warning: i2c client addr: 0x44 not found for command 0x40287611!ivtv: Initialized WinTV PVR 500 (unit #1), card #0ivtv: ==  NEXT CARD  ==ivtv: Autodetected WinTV PVR 150 card (iTVC16 based)ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5PCI: setting IRQ 5 as level-triggeredACPI: PCI interrupt :02:09.0[A] -> GSI 5 (level, low) -> IRQ 5ivtv: Unreasonably low latency timer, setting to 64 (was 32)ivtv: i2c attach to card #1 ok [client=tveeprom, addr=50]ivtv: i2c attach to card #1 ok [client=(tuner unset), addr=61]tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #1)ivtv: i2c attach to card #1 ok [client=wm8775, addr=1b]tda9885/6/7: chip found @ 0x86ivtv: i2c attach to card #1 ok [client=tda9887, addr=43]tveeprom: Hauppauge: model = 23552, rev = D592, serial# = 2995024tveeprom: tuner =  (idx = 101, type = -885711276)tveeprom: tuner fmt =  (eeprom = 0x00, v4l2 = 0x)tveeprom: audio_processor = MSP3410D (type = 5)ivtv: This is the second unit of a PVR500ivtv: Correcting tveeprom data: no radio present on second unitcx25840: Unknown parameter `i2c_enable'ivtv: Failed to load module cx25840ivtv warning: i2c client addr: 0x44 not found for command 0x400464cb!ivtv: loading /lib/modules/ivtv-fw-enc.binivtv: Encoder revision: 0x02040011ivtv: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)ivtv: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)ivtv: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)ivtv: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)ivtv warning: i2c client addr: 0x44 not found for command 0x40046403!ivtv warning: i2c client addr: 0x44 not found for command 0x40046404!ivtv warning: i2c client addr: 0x44 not found for command 0x4004646e!ivtv warning: i2c client addr: 0x44 not found for command 0x40046403!ivtv warning: i2c client addr: 0x44 not found for command 0x80287610!ivtv warning: i2c client addr: 0x44 not found for command 0x40287611!ivtv warning: i2c client addr: 0x44 not found for command 0x40046406!tuner 1-0061: tuner type not setivtv warning: i2c client addr: 0x44 not found for command 0x40046406!ivtv warning: i2c client addr: 0x44 not found for command 0x80287610!ivtv warning: i2c client addr: 0x44 not found for command 0x40287611!ivtv: Ini

[mythtv-users] PVR-500 dmesg - PLEASE NEED HELLP DEBUGGING

2005-10-02 Thread Folashade Adeyosoye








Please can you go thru my dmesg, my card does not seem to
work.

 

I followed these instructions.

Using knoppmyth R5A16 and ivtv: version 0.3.9

 

http://www.bitbenderforums.com/~ralpha6/knoppmyth/knoppmythtv.htm

 

 

 

Thanks

 

 

ivtv:  START INIT IVTV ivtv: version 0.3.9 (development svn snapshot revision ) loadingivtv: Linux version: 2.6.11.9-chw-2 SMP preempt 586 gcc-3.3ivtv: In case of problems please include the debug infoivtv: between the START INIT IVTV and END INIT IVTV lines whenivtv: mailing the ivtv-devel mailinglist.ivtv: Autodetected WinTV PVR 150 card (iTVC16 based)ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10ACPI: PCI interrupt :02:08.0[A] -> GSI 10 (level, low) -> IRQ 10ivtv: Unreasonably low latency timer, setting to 64 (was 32)ivtv: i2c attach to card #0 ok [client=tveeprom, addr=50]tveeprom: Hauppauge: model = 23552, rev = D592, serial# = 2995024tveeprom: tuner =  (idx = 101, type = -885711276)tveeprom: tuner fmt =  (eeprom = 0x00, v4l2 = 0x)tveeprom: audio_processor = MSP3410D (type = 5)ivtv: This is the first unit of a PVR500ivtv: No tuner detected, default to NTSCivtv: i2c attach to card #0 ok [client=(tuner unset), addr=60]tuner 0-0060: chip found @ 0xc0 (ivtv i2c driver #0)cx25840: Unknown parameter `i2c_enable'ivtv: Failed to load module cx25840ivtv warning: i2c client addr: 0x44 not found for command 0x400464cb!ivtv: i2c attach to card #0 ok [client=wm8775, addr=1b]tda9885/6/7: chip found @ 0x86ivtv: i2c attach to card #0 ok [client=tda9887, addr=43]ivtv: loading /lib/modules/ivtv-fw-enc.binivtv: Encoder revision: 0x02040011ivtv: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)ivtv: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)ivtv: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)ivtv: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)ivtv: Create encoder radio streamivtv warning: i2c client addr: 0x44 not found for command 0x40046403!ivtv warning: i2c client addr: 0x44 not found for command 0x40046404!ivtv warning: i2c client addr: 0x44 not found for command 0x4004646e!ivtv warning: i2c client addr: 0x44 not found for command 0x40046403!ivtv warning: i2c client addr: 0x44 not found for command 0x80287610!ivtv warning: i2c client addr: 0x44 not found for command 0x40287611!ivtv warning: i2c client addr: 0x44 not found for command 0x40046406!tuner 0-0060: tuner type not setivtv warning: i2c client addr: 0x44 not found for command 0x40046406!eth0: no IPv6 routers presentivtv warning: i2c client addr: 0x44 not found for command 0x80287610!ivtv warning: i2c client addr: 0x44 not found for command 0x40287611!ivtv: Initialized WinTV PVR 500 (unit #1), card #0ivtv: ==  NEXT CARD  ==ivtv: Autodetected WinTV PVR 150 card (iTVC16 based)ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5PCI: setting IRQ 5 as level-triggeredACPI: PCI interrupt :02:09.0[A] -> GSI 5 (level, low) -> IRQ 5ivtv: Unreasonably low latency timer, setting to 64 (was 32)ivtv: i2c attach to card #1 ok [client=tveeprom, addr=50]ivtv: i2c attach to card #1 ok [client=(tuner unset), addr=61]tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #1)ivtv: i2c attach to card #1 ok [client=wm8775, addr=1b]tda9885/6/7: chip found @ 0x86ivtv: i2c attach to card #1 ok [client=tda9887, addr=43]tveeprom: Hauppauge: model = 23552, rev = D592, serial# = 2995024tveeprom: tuner =  (idx = 101, type = -885711276)tveeprom: tuner fmt =  (eeprom = 0x00, v4l2 = 0x)tveeprom: audio_processor = MSP3410D (type = 5)ivtv: This is the second unit of a PVR500ivtv: Correcting tveeprom data: no radio present on second unitcx25840: Unknown parameter `i2c_enable'ivtv: Failed to load module cx25840ivtv warning: i2c client addr: 0x44 not found for command 0x400464cb!ivtv: loading /lib/modules/ivtv-fw-enc.binivtv: Encoder revision: 0x02040011ivtv: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)ivtv: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)ivtv: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)ivtv: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)ivtv warning: i2c client addr: 0x44 not found for command 0x40046403!ivtv warning: i2c client addr: 0x44 not found for command 0x40046404!ivtv warning: i2c client addr: 0x44 not found for command 0x4004646e!ivtv warning: i2c client addr: 0x44 not found for command 0x40046403!ivtv warning: i2c client addr: 0x44 not found for command 0x80287610!ivtv warning: i2c client addr: 0x44 not found for command 0x40287611!ivtv warning: i2c client addr: 0x44 not found for command 0x40046406!tuner 1-0061: tuner type not setivtv warning: i2c client addr: 0x44 not found for command 0x40046406!ivtv warning: i2c client addr: 0x44 not found for command 0x80287610!ivtv warning: i2c client addr: 0x44 not found for command 0x40287611!ivtv: Initialized 

[mythtv-users] PVR 500 /dev/video*

2005-10-02 Thread Folashade Adeyosoye








Hi all, 

 

I have about 66 video*  files where * ranges from 0 –
66.

 

I have followed these instructions  (http://www.bitbenderforums.com/~ralpha6/knoppmyth/knoppmythtv.htm) 
on setting up my PVR-500 card. But I have 66 video files I can select from in
my setup of the card, is there a command I can use to see if it’s the right
one or not.

 

 

I have tried   cat /dev/video0 > /tmp/test_capture.mpg  
but the file size was 0kb

 

Thanks

 

 

PVR 500

KnoppMyth R5A16






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


[mythtv-users] Program Guide time is 4 hours OFF

2005-09-29 Thread Folashade Adeyosoye








Even thou I have set this  up in the mythtv-setup

 

 

General --> Next --> Next  ==> Time offset for
XMLTV Listing == Auto

 

 

It still seems to be 4 hours off, what can I do to get this
lined up.

 

Thanks

 

 

 






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


RE: [mythtv-users] Where is the CHEAPEST PVR-500 out there

2005-09-28 Thread Folashade Adeyosoye








Also by the way, thanks to all that
pointed me in the direction of using the V4L driver with analog cable.

 

 

It worked last night (95%).


 Am
 able to bring up liveTV, BUT (the other 5%) is its coming up as snow, not
 totally black and white snow, but colored.
 and
 able to change the channels
 Am
 able to see the screen footer that shows the details of the channel


 

 

Any suggestions on this snow issue

 

 

* HD-3000

* Analog Cable

* knoppMyth  R5A156

 









From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Brian M. Sperlongano
Sent: Wednesday, September 28,
2005 10:13 AM
To: Discussion
 about mythtv
Subject: Re: [mythtv-users] Where
is the CHEAPEST PVR-500 out there



 

Plus, be careful...
PVR-500s have been known to have problems with some motherboards, particularly
with a line of VIA chipsets.  Additionally, the ivtv driver which supports
PVR-500 is still very beta.



On 9/28/05, Mike
<[EMAIL PROTECTED] > wrote:

Folashade Adeyosoye wrote:

> I think am going to get a PVR-500 along with my HD-3000, where is the 
> cheapest PVR-500 on the net or store..
>
>
>
> Thanks
>
>
>
Right now I think your going to find that you can't get those working
together until something happens with either the tveeprom in the kernel, 
or with ivytv. Both support one thing but not the other. So you have to
hack it to get something that does both.

-Mike
___
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] Where is the CHEAPEST PVR-500 out there

2005-09-28 Thread Folashade Adeyosoye
Am actually just looking on just using the new PVR-500 for now (one box
front and back) and storing away the HD-3000 until I get digital cable and
HD content (I only have analog cable for now). I went out and bought HD-3000
before there was a ban on it. :)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Woods
Sent: Wednesday, September 28, 2005 10:33 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Where is the CHEAPEST PVR-500 out there

On Wed, 2005-09-28 at 00:24 -0700, Mike wrote:
> Folashade Adeyosoye wrote:
> 
> > I think am going to get a PVR-500 along with my HD-3000, where is the 
> > cheapest PVR-500 on the net or store..

> >
> Right now I think your going to find that you can't get those working 
> together

This has been covered on the list recently. It depends on what you are
using for input to the HD-3000. If you are using analog cable, then the
V4L drivers will work with this card (probably depending on kernel
version, your mileage may vary) in which case there is no conflict with
the PVR-500. I did have both working in my machine at one point. It is
likely, however, that if you have any kind of digital input to the
HD-3000, the V4L drivers won't work, but I have not personally verified
that.

--Greg



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


[mythtv-users] Where is the CHEAPEST PVR-500 out there

2005-09-27 Thread Folashade Adeyosoye








I think am going to get a PVR-500 along with my HD-3000,
where is the cheapest PVR-500 on the net or store..

 

Thanks

 






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


RE: [mythtv-users] Anyone successful with HD3000 DVB andPVR-150/500's?

2005-09-27 Thread Folashade Adeyosoye
I am beginning to think I might have chosen the wrong card, I am not looking
on upgrading my Comcast cable anytime soon to digital.

I wonder what the ratio of HD-3000 is to the PVR-500 out there, and which
one would one consider the better card.




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Woods
Sent: Tuesday, September 27, 2005 2:53 PM
To: Discussion about mythtv; ToadMazter
Subject: Re: [mythtv-users] Anyone successful with HD3000 DVB
andPVR-150/500's?

On Tue, 2005-09-27 at 11:33 -0700, ToadMazter wrote:
> I agree.  I would be happier with the PVR-500.  But, only if it works
> with the HD-3000's.  Any other suggestions?  Would the older drivers
> (non-DVB) for the HD3000 work?

That depends on what you have connected to it. Is it analog cable,
digital cable, or an antenna?

--Greg




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


RE: [mythtv-users] REALLY NEED HELP : Channel Scanning

2005-09-27 Thread Folashade Adeyosoye
Thanks, I would try that when I get home.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Woods
Sent: Tuesday, September 27, 2005 9:11 AM
To: Phill Edwards; Discussion about mythtv
Subject: Re: [mythtv-users] REALLY NEED HELP : Channel Scanning

On Tue, 2005-09-27 at 18:49 +1000, Phill Edwards wrote:

> But if you've got analogue cable, how's that ever going to work with a
> DVB card which is expecting a digital signal?

I have used the pcHDTV-3000 card successfully, with analog cable, using
the V4L drivers. I'm not saying that's necessarily the best; I too am
fairly confused about all the different drivers vs. signal types vs.
kernel versions. All I can say is that this worked for me. I ended up
switching to a PVR-500 so I could get two tuners and hardware encoding;
I'll save the 3000 card in case I ever get an HD-capable TV.

--Greg



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


RE: [mythtv-users] REALLY NEED HELP : Channel Scanning

2005-09-27 Thread Folashade Adeyosoye
Thanks, 

That's something I have also been thinking about. How else can I use the
HD3000 with analog cable? Which settings?

I just have basic Comcast cable.




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Phill Edwards
Sent: Tuesday, September 27, 2005 4:50 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] REALLY NEED HELP : Channel Scanning

> Ok this is after 4 installs of Fedora Core 4, about 5 installs of
KnoppMyth,
> PcHDTV card   HD3000
>
> KnoppMyth (Debian)
> Can some one please point me to a good documentation on how to setup the
> channels, I have heard and read terms that are all but a bunch of jumble
to
> my fried brain.
> QAM
> Antennaweb.org
> ATSC
> NTSC
> Also I have Comcast analog cable
> Plugged directly from the wall to the HD 3000
> Also When I go to the phone section, I have one of the channels showing
> clearly in the top left corner
> But nothing for LiveTV and all I get with that is  "DVB#0 WARNING - No
data
> from card in 1 second." And "RingBuffer:safe_read()" errors
> Tried   cat /dev/video0 > tmp/test_capture.mpg , I was able to play it but
> could not make sense of what was showing, and in the console, I got a
whole
> lot of "AC EOB marker is absent pos=X" where X is a 2 digit number

Could have a look at http://www.mythtv.info/moin.cgi/DigitalTvHowto

But if you've got analogue cable, how's that ever going to work with a
DVB card which is expecting a digital signal? I'm no expert but that
sounds wrong to me.

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

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


[mythtv-users] REALLY NEED HELP : Channel Scanning

2005-09-26 Thread Folashade Adeyosoye








Ok this is after 4 installs of Fedora Core 4, about 5
installs of KnoppMyth,

 

PcHDTV card   HD3000

KnoppMyth (Debian)

 

 

Can some one please point me to a good documentation on how
to setup the channels, I have heard and read terms that are all but a bunch of
jumble to my fried brain.

 


 QAM
 Antennaweb.org
 ATSC
 NTSC


 

 

 


 Also I have Comcast analog
 cable
 Plugged directly from the wall
 to the HD 3000
 Also When I go to the phone
 section, I have one of the channels showing clearly in the top left corner
 But nothing for LiveTV and all I
 get with that is  “DVB#0 WARNING - No data from card in 1
 second.” And “RingBuffer:safe_read()” errors
 Tried   cat
 /dev/video0 > tmp/test_capture.mpg , I was able to play it but could
 not make sense of what was showing, and in the console, I got a whole lot
 of “AC EOB marker is absent pos=X” where X is a 2 digit number


 

 

Thanks any help would be appreciated.

 

 

 






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


RE: [mythtv-users] Can not get my HD-3000 to work

2005-09-24 Thread Folashade Adeyosoye
I was using whatever came with KnoppMyth R5A16 (Debian)
Yes I was using the DVB driver.

Thanks


> 2 questions.
> Which kernel are you using?
> Are you using the DVB driver or the V4L driver?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Tousignant
Sent: Saturday, September 24, 2005 9:01 AM
To: 'Discussion about mythtv'
Subject: RE: [mythtv-users] Can not get my HD-3000 to work


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Folashade Adeyosoye
Sent: Saturday, September 24, 2005 7:33 AM
To: 'Discussion about mythtv'
Subject: [mythtv-users] Can not get my HD-3000 to work

 I believe I have everything setup right, am able to go to the Phone page
and view live TV in the upper left had corner but when I select Watch TV,
nothing comes up on my computer monitor (800x600).


These are my settings;

System:
• KnoppMyth


Mythtv-setup
• Capture card setup 
o Card Type : pcHDTV capture card (HD-2000, HD-3000)  from drop down
menu 
o Video device: /dev/video32 
o Default Input : Television 

• Input Connections (Note nothing show up unless I have setup my capture
card as V4L (video for linux) or DVB (digital video broadcast), I have
analog cable at home), the HD3000 card does not show up as an input
connection. I have a disk for drivers, since am new to linux, can someone
please walk be thru installing the drivers. 
o DVB : /dev/video32 
o V4L: / dev/video0 



Thanks


2 questions.
Which kernel are you using?
Are you using the DVB driver or the V4L driver?

___
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] Where can i get KnoppMythR5A17.iso

2005-09-24 Thread Folashade Adeyosoye
I found a post by "Cesman"
(http://mysettopbox.tv/phpBB2/viewtopic.php?p=33934&highlight=&;)

About testing R5A17, I was just wondering where I can get my hands on one.


thanks

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Tousignant
Sent: Saturday, September 24, 2005 9:05 AM
To: 'Discussion about mythtv'
Subject: RE: [mythtv-users] Where can i get KnoppMythR5A17.iso




From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Folashade Adeyosoye
Sent: Saturday, September 24, 2005 7:32 AM
To: 'Discussion about mythtv'
Subject: [mythtv-users] Where can i get KnoppMythR5A17.iso

Anyone know where I can get   Where can i get KnoppMythR5A17.iso



I would recommend asking on the KnoppMyth forums. Althou it looks like it
has not been released yet.

___
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] Can not get my HD-3000 to work

2005-09-24 Thread Folashade Adeyosoye








 I believe I have everything setup right, am able to go
to the Phone page and view live TV in the upper left had corner but when I
select Watch TV, nothing comes up on my computer monitor (800x600).

 

 

These are my settings;

 

System:

·
KnoppMyth

 

 

Mythtv-setup


 Capture card setup
 
 
  Card Type : pcHDTV capture
  card (HD-2000, HD-3000)  from drop down menu
  
  Video device: /dev/video32
  
  Default Input : Television
  
 


 


 Input Connections (Note nothing
 show up unless I have setup my capture card as V4L (video for linux) or
 DVB (digital video broadcast), I have analog cable at home), the HD3000
 card does not show up as an input connection. I have a disk for drivers,
 since am new to linux, can someone please walk be thru installing the
 drivers. 
 
  DVB : /dev/video32
  
  V4L: / dev/video0
  
 


 

 

 

Thanks

 






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


[mythtv-users] Where can i get KnoppMythR5A17.iso

2005-09-24 Thread Folashade Adeyosoye








Anyone know where I can get   Where can i get
KnoppMythR5A17.iso

 






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


RE: [mythtv-users] Last error. Almost there. Help appreciated!

2005-09-22 Thread Folashade Adeyosoye
Good job Gus, 

  If I may ask you, it seems we have the same environment
* Fedora 4 also following Jarod's guide.

Installed a fresh copy of Fedora 4
I did the yum upgrade
Did get both atrpms.repo and freshrpms.repo 
Got and installed mythtv-suite


But when I was going to setup the database, the
/usr/share/doc/mythtv-0.18.1/database/mc.sql was no where to be found


Did I miss something


Thanks

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gus
Sent: Thursday, September 22, 2005 8:30 PM
To: mythtv-users@mythtv.org
Subject: [mythtv-users] Last error. Almost there. Help appreciated!

I have the latest 19 release of Mythtv on Fedora 4 following Jarod's
guide.
All is working, I can capture from /dev/video0 and play it. 
Backend is setup, and master ip is 192.168.0.1
Frontend is on the same machine
PVR250

My error is this:
When I try to play live TV, I get a blank screen for about 20 seconds or
so, and then it returns me to the menu screen.
Here is the frontend error log:

mythfrontend
2005-09-22 18:20:57.986 New DB connection, total: 1
Total desktop width=1024, height=768, numscreens=1
2005-09-22 18:20:58.020 Using screen 0, 1024x768 at 0,0
2005-09-22 18:20:58.025 mythfrontend version: 0.18.1.20050523-1
www.mythtv.org
2005-09-22 18:20:58.026 Enabled verbose msgs : important general
2005-09-22 18:20:58.556 Switching to square mode (blue)
2005-09-22 18:20:58.952 Joystick disabled.
2005-09-22 18:20:58.955 New DB connection, total: 2
2005-09-22 18:20:59.018 Registering Internal as a media playback plugin.
2005-09-22 18:20:59.050 Registering MythDVD DVD Media Handler as a media
handler
2005-09-22 18:20:59.051 Registering MythDVD VCD Media Handler as a media
handler
2005-09-22 18:20:59.282 Registering MythMusic Media Handler as a media
handler
SIP listening on IP Address 68.146.22.145:5060 NAT address 68.146.22.145
SIP: Cannot register; proxy, username or password not set
2005-09-22 18:21:39.681 Connecting to backend server: 192.168.0.1:6543
(try 1 of 5)
2005-09-22 18:21:39.688 Using protocol version 15
2005-09-22 18:21:39.722 Using protocol version 15
2005-09-22 18:21:44.840 taking too long to be allowed to read..
2005-09-22 18:21:49.841 taking too long to be allowed to read..
2005-09-22 18:21:54.842 taking too long to be allowed to read..
2005-09-22 18:21:54.843 Took more than 10 seconds to be allowed to read,
aborting.
Couldn't read file: rbuf://192.168.0.1:6543/video/buffer/ringbuf1.nuv
2005-09-22 18:21:54.907 Changing from None to WatchingLiveTV
2005-09-22 18:21:54.907 Decoder not alive, and trying to play..
2005-09-22 18:22:14.912 ReadStringList timeout (quick).
Remote encoder not responding.
2005-09-22 18:22:14.918 Changing from None to None
2005-09-22 18:22:25.053 ReadStringList timeout (quick).
2005-09-22 18:22:25.053 RemoteFile::Read(): No response from control
socket.
2005-09-22 18:22:25.053 RemoteFile::Read() failed in
RingBuffer::safe_read().
2005-09-22 18:22:25.055 WriteStringList: Bad socket
2005-09-22 18:22:25.055 ReadStringList: Bad socket
2005-09-22 18:22:25.055 Remote file timeout.




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


RE: [mythtv-users] Beginners question

2005-09-22 Thread Folashade Adeyosoye








Just put a splitter when it comes out of
the cablebox, one to the computer and the other to the TV.

 

 

 









From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Schied
Sent: Thursday, September 22, 2005
4:24 PM
To: mythtv-users@mythtv.org
Subject: [mythtv-users] Beginners
question



 



Hello everyone,





 





I am new to this forum and am considering trying to get mythtv working
but want to clear a couple of questions up before going any further. 





 





I have comcast cable, extended basic cable. To my knowledge it is not
digital but I DO have a cablebox. From what I've been reading I will need
to hook up the cable to my tuner card after it goes through the cablebox (so it
is decoded). 





I want to be able to watch tv while recording a different channel. From
what I've read I am pretty sure this means I need two tuner cards which will
both need to have the cable coming from a cablebox. My question is if I just
split the cable from the cablebox, is there any way to record
something and simultaneously watch a different channel or do I have to
have two cable boxes for this? 





 





Thanks,





Paul








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