[mythtv-users] Mythweb - searching music - .18.1 code avaliable

2006-01-06 Thread Don Brown
I noticed that Mythweb already had a bunch of code writen to support filters
against the music list but didn't seem to be making use of it..  So I changed
my version of mythweb to use that code.  It allows filtering your music
library by Title, Artist, or Genre.

If you want the code, just send me a note off line.  If there's any
significant interest, I'll post it to the list.  

I head that Mythweb was in the middle of a rewrite, so I don't think it has
much value to too long.  But for those of us living in an 18.1 world, it's a
very nice feature.

Also, I hacked up the code to 'hide' recordings of category 'Adults Only' and
in recording group 'Other', making the recording list a bit more family 
friendly.
If you want this code, again, just ask.  The proper solution would be to only
display it if they enter the password for the recording group, just like in
the frontend, but I thought this simple hack was good enough for me.

Thanks to all developers and contributers for such a fantastic open source
solution.

--

Don Brown

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


[mythtv-users] FC-4 installation - Got my remote to work

2005-12-31 Thread Don




I finally got my remote to work, although, I don't
know why this fixed it.  The box is fairly new, with FC-4 and mythtv
installed from scratch (using Jarod's howto, again, very nice job). 
After installing the lirc package, I couldn't get the remote to work
after rebooting.  The problem was very similar to this tread:

http://www.gossamer-threads.com/lists/mythtv/users/165632?search_string=LIRC%20not%20working%20within%20Myth;#165632

Anyhow, after lots of reading I found a couple of posts with similar
problems.  At their suggestion, I ended up adding this to
/etc/rc.local,  and now it seems to work, although I don't know why.

Added to /etc/rc.local

/sbin/depmod -a
/sbin/modprobe lirc_i2c
/sbin/chkconfig lircd on
/sbin/service lircd start

Another note, I did this to get the ntp service to run.  It didn't seem
to want to work after turning it on through the X configuration.

# /sbin/chkconfig ntpd on
# /sbin/service ntpd start

Don


PS - I made a couple of posts earlier in the month that came across
rather poorly (even I didn't like them after reading them online). 
Please accept my apologies if they struck you the same way!









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


[mythtv-users] Mythweb - searching music - how?

2005-12-29 Thread Don Brown
I'm using Myth 18.1 (on FC3) and mythweb 18.1

I'm using mythweb and I'm trying to search my music files.  I poke into the
code and I see all the filterAlbum, filterArtist, etc.  But I can't find any
interface to actually make use of the filters other than playlist.
There are 2 dropdowns on near the top of the screen.  The first has my defined
playlists, the second only has "View playlist or Summary", no matter what I
pick in the first dropdown.

If I add in "&filterArtist=John, Elton" to the URL, sure enough, only the
Elton John songs.  

So, the power is there.  How do I "release the power within" ? :-)

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


[mythtv-users] Re: FC-4 installation - Are these dead symlinks wrong?

2005-12-18 Thread Don




>Possible
that the init script is trying to start lircd using a device 
>that doesn't exist (trying to use /dev/lirc0 when /dec/lirc exists
or 
>vice versa). You could create a symlink between these two device 
>names, and check the init script to see which device it is trying
to 
>use. 

Thanks, I tried..but it already exits

# ln -s /dev/lirc0 /dev/lirc
ln: `/dev/lirc': File exists


So I looked in  /etc/sysconfig/lircd

# Options to lircd
LIRCD_OPTIONS=

It's not pointing to anything.  I think I have the same problem as

http://www.gossamer-threads.com/lists/mythtv/users/165714?search_string=lirc%20dead;#165714

and

http://www.gossamer-threads.com/lists/mythtv/users/155212?search_string=lircd%20dead;#155212

By the way, during the installation I ran this:

# tail -1 /etc/udev/rules.d/lirc.rules >
/etc/udev/rules.d/lirc.rules.tmp
# mv /etc/udev/rules.d/lirc.rules.tmp /etc/udev/rules.d/lirc.rules
# wget https://svn.wilsonet.com/svn/mythtvology/trunk/rc.sysinit-mm.diff
# patch /etc/rc.d/rc.sysinit < rc.sysinit-mm.diff


Which may have had an error during the wget line.  I tried re-runing it
and it fails:

#wget https://svn.wilsonet.com/svn/mythtvology/trunk/rc.sysinit-mm.diff
--17:49:21-- 
https://svn.wilsonet.com/svn/mythtvology/trunk/rc.sysinit-mm.diff
   => `rc.sysinit-mm.diff'  Resolving svn.wilsonet.com...
24.22.150.109
Connecting to svn.wilsonet.com|24.22.150.109|:443... failed: Connection
refused.

Did I get something half baked??





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


[mythtv-users] Re: LIRC not working within Myth

2005-12-18 Thread Don




Did anybody figure this one out.  I think I have the
same thing happening.
Don




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


[mythtv-users] Re: FC-4 installation - Are these dead symlinks wrong?

2005-12-18 Thread Don




On the other distro thing, anything is
possible, but the box has been built from scratch.  I may have grabbed
something from an alien location, but I don't remember doing it.

On deleting the broken symlinks, I assumed you meant both the K... and
S... symlinks for lirc.  I got rid of all the lirc symlinks on
/etc/rc0.d  through  /etc/rc6.d (both K... and S... on each).  Then I
ran:

/sbin/chkconfig
--add lircd

This gave me the K... simlinks on all the rc*.d directories (0 - 6)

And

# /sbin/chkconfig lircd --list
lircd   0:off   1:off   2:off   3:off   4:off   5:off   6:off

So I ran:

/sbin/chkconfig lircd on

And now I have:

[EMAIL PROTECTED] rc2.d]# /sbin/chkconfig lircd --list
lircd   0:off   1:off   2:on    3:on    4:on    5:on    6:off

So now I have:

K10lircd    on rc0.d, rc1.d, and rc6.d

S90lircd    on rc2.d, rc3.d,
rc4.d, and rc5.d


Which, I guess looks correct,
but after reboot, it still does the same thing.   So, what causes
this:

# /sbin/service lircd status
lircd dead but subsys locked



Thanks again for all the help,
Don




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


[mythtv-users] Re: FC-4 installation - Are these dead symlinks wrong?

2005-12-18 Thread Don




Thanks for the explanation, I think I have a false
alarm, mostly.  Each of the directories does have an start "S..."
symlink.  I have both of these in each of the directories (2 through 5):

lrwxrwxrwx  1 root 15 Dec 16 17:23 S90lircd -> ../init.d/lircd
lrwxrwxrwx  1 root 14 Dec 11 18:37 K71lirc -> ../init.d/lirc

Maybe that explains why it fails to stop the service during a reboot? 
Anyhow, to answer your first question:

> What do you get if you run: 
> 
> /sbin/service
lircd status

# /sbin/service lircd status
lircd dead but subsys locked

And, yup, the resource lock file is there.  The creation date matches
my last reboot:

ls -color /var/lock/subsys/lircd
-rw-r--r--  1 root 0 Dec 17 23:07 /var/lock/subsys/lircd

This looks bad.  Is it?  Thanks,
Don




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


[mythtv-users] FC-4 installation - Are these dead symlinks wrong?

2005-12-17 Thread Don




I'm working on getting the remote control to work on
my FC-4 installation (Jarods guide, very nice).  I don't think lircd is
starting properly.  Could this be the reason?

# /sbin/chkconfig --list | grep lirc
lircd   0:off   1:off   2:on    3:on    4:on    5:on    6:off

Using "ls -color" to check each of the rc*.d directories I get this on
each of the "on" directories.  Each is highlighted in red, which
/etc/DIR_COLORS defines as a dead symlink.

lrwxrwxrwx  1 root 14 Dec 11 18:37 K71lirc -> ../init.d/lirc

And, /etc/init.d/ does not have a lirc file, but it does have a lircd
file.  Should the symlink be pointing to /etc/init.d/lircd instead?  If
so, how do I correct it?  Thanks,
Don



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


[mythtv-users] 150MCE remote quetion

2005-12-17 Thread Don Sheehan
Can anyone tell me which remote this is? I have tried Jarod's howto and many others from the archives but none seem to make this work. I have tried it in Gentoo to no avail and have fallen back to Knoppmyth.
 
Any help appreciated!
 
About half way down this page is a good picture
http://www.hauppauge.com/pages/products/data_pvr150mcekit.html
 
Is it gray, silver, black, pewter, brushed aluminum, ...
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Remote not working - what did I miss

2005-12-16 Thread Don




Thanks for the suggestion, but it didn't make any
difference.  Anything else I could try?  By the way, how can I tell if
the lircd daemon is running?  When the machine reboots, it fails
shutting the service down.





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


[mythtv-users] music database trashed

2005-12-16 Thread Don Lesniakowski
    I lost all data in the musicmetadata table in an
attempt to clean it up.   I think what I intended to do was clear
a particular field of values rather than editing that field for each
entry.  So I selected , and it emptied the entire
table.  Did not create a copy either.
    I've had myth attempt to rebuild the database
numerous times but without success.  How to rebuild/restore the
table?
Thanks
don
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Remote not working - what did I miss

2005-12-16 Thread Don




I did the FC-4 installation from Jarod's guide and
all is well except the remote.  It passes the installation test:

# /sbin/depmod -a
# /sbin/modprobe lirc_i2c
# /sbin/chkconfig lircd on
# /sbin/service lircd start
$ /usr/bin/irw

But it doesn't do anything after I reboot and load everything
automatically.  How do I go about testing it?  Thanks,
Don

 PS - If I follow the same steps listed above after the reboot, irw
doesn't work.  Does that make sense?







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


[mythtv-users] Re: Where can I get a copy of lircd-g.conf?

2005-12-14 Thread Don




Oh, thank you.  I just looked and there it was. 
I'll put it in right away.  Thanks again,
Don

PS - I assume this will work:
#cp /usr/share/doc/lirc-*/remotes/hauppauge/lircd.conf.hauppauge
/etc/lircd.conf





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


[mythtv-users] Where can I get a copy of lircd-g.conf?

2005-12-14 Thread Don




I just installed the latest FC-4 system from Jarods
guide, but the lircd-g.conf file doesn't seem to be where he thought it
would be.  Does anyone know where I can get a copy of it?  Thanks,
Don

PS - This is the command line:
# cp /usr/share/doc/ivtv-*/lircd-g.conf /etc/lircd.conf


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


[mythtv-users] Re: Patch kernel problem

2005-12-11 Thread Don

On Jarod's guide, this line

# mkinitrd-ivtv -f --ivtvdev /boot/initrd-`uname -r`.img `uname -r`

needed to be:

# /sbin/mkinitrd-ivtv -f --ivtvdev /boot/initrd-`uname -r`.img `uname -r`

for mine to work

Don


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


[mythtv-users] Re: Setup issues(New to MythTV)

2005-11-19 Thread Don Sheehan
I cut this down to make it to the list. ThanksOn 11/19/05, Don Sheehan <[EMAIL PROTECTED]> wrote:
I am having very little success setting up myth on multiple levels. Any
help is greatly appreciated. I am pulling my hair outand there was not
much to start with!

At this point, after following more than a few howto's and guides, I am
ready to start over if that is the best course of action. Is there a
clean howto for gentoo with TV-out working?

Thanks!


Gentoo 2.6.14
ATI Radeon 7000 
Hauppauge 150MCE w/ remote
media-tv/mythtv-0.18.1-r1
media-tv/ivtv-0.4.0-r2
app-misc/lirc-0.7.0-r1


I could not get TV-out to work with the radeon driver but it is working with vesa
  Is this a possible problem?
  It was in color, now it is B&W only, ugghhh

I cannot get the video input to show anything but black static. The
cable (RG-6) is attached to the coax connector and I have checked that
there is signal.
  Which device is the right one? I get
output from /dev/v4l/video0, video24 and video32 but it is black static.
  I have followed the ivtv guidance to get
the firmware into /lib/modules... but no change even after a reboot.

The mce remote does not work. (it is the one with gray on top) I tried
jarod's file and the one that gets created by manually when I compiled
lirc from source. 
 The lircd log below shows it as ok after the
last reboot and it loads the firmware accorging to dmesg below.
 irw show nothing.


Now I have lots of this in /var/log/messages and dmesg
Nov 19 20:16:28 gentoo ivtv0 warning: ENC Stream 0 OVERFLOW #158240: Stealing a Buffer, 512 currently allocated


Linux version 2.6.13-gentoo-r5 ([EMAIL PROTECTED]) (gcc version 3.3.6 (Gentoo
3.3.6, ssp-3.3.6-1.0, pie-8.7.8)) #1 SMP Sat Nov 5 08:01:36 EST 2005

511MB LOWMEM available.
found SMP MP-table at 000ff780
On node 0 totalpages: 130864
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 126768 pages, LIFO batch:31
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000
ACPIAM   
) @ 0x000faac0

vesafb: ATI Technologies Inc., R100, 01.00 (OEM: ATI RADEON VE)
vesafb: VBE version: 2.0
vesafb: protected mode interface info at c000:5478
vesafb: pmi: set display start = c00c550c, set palette = c00c5558
vesafb: pmi: ports = a010 a016 a054 a038 a03c a05c a000 a004 a0b0 a0b2 a0b4
vesafb: monitor limits: vf = 0 Hz, hf = 0 kHz, clk = 0 MHz
vesafb: scrolling: redraw
Console: switching to colour frame buffer device 80x30
vesafb: framebuffer at 0xe000, mapped to 0xe088, using 10240k, total 65536k
fb0: VESA VGA frame buffer device
Linux video capture interface: v1.00
ivtv:   START INIT IVTV 
ivtv:  version 0.4.0 (tagged release) loading
ivtv:  Linux version: 2.6.13-gentoo-r5 SMP preempt 586 4KSTACKS gcc-3.3
ivtv:  In case of problems please include the debug info
ivtv:  between the START INIT IVTV and END INIT IVTV lines when
ivtv:  mailing the ivtv-devel mailinglist.
ivtv0: Autodetected WinTV PVR 150 card (iTVC16 based)
ACPI: PCI Interrupt :00:0d.0[A] -> GSI 18 (level, low) -> IRQ 17
ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
tveeprom: Hauppauge: model = 26582, rev = C299, serial# = 8441914
tveeprom: tuner =  (idx = 99, type = -1069535552)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x1000)
tveeprom: audio_processor = MSP3410D (type = 5)
 : chip found @ 0xc2 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
cx25840 0-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
cx25840 0-0044: loaded /lib/modules/HcwMakoA.ROM firmware (14264 bytes)
ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44]
wm8775 0-001b: chip found @ 0x36 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
ivtv0: loading /lib/modules/ivtv-fw-enc.bin
ivtv0: Encoder revision: 0x02050032
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
ivtv0: Create encoder radio stream
tuner 0-0061: tuner type not set
tuner 0-0061: tuner type not set
ivtv0: Initialized WinTV PVR 150, card #0
ivtv:    END INIT IVTV  
usb 2-2: new full speed USB device using uhci_hcd and address 2
usb 2-2: ep0 maxpacket = 16
usb 2-2: default language 0x0409
usb 2-2: new device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-2: Product: eHome Infrared Transceiver
usb 2-2: Manufacturer: SMK
usb 2-2: SerialNumber: SM003w0J
usb 2-2: hotplug
usb 2-2: adding 2-2:1.0 (config #1, interface 0)
usb 2-2:1.0: hotplug
usb 2-2: new full speed USB device using uhci_hcd and address 3
usb 2-2: ep0 maxpacket = 16
usb 2-2: default language 0x0409
usb 2-2: new device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-

[mythtv-users] re: Mythburn - reverse order

2005-11-13 Thread Don Brown
I had a similar problem.  When to change the code and realized it was already
there!

Just click on the heading you wish to sort on, in the recording selection
screen.  Clicking the same column will reverse the order.

It defaulted to newest episode first, which was backwards from what I wanted.

Hope this helps,
Don
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] scheduled recordings yield occasional oddball

2005-11-09 Thread Don Lesniakowski
   I'm running Mythtv ver 0.18.1.20050523-1 with FC4 on an Dell Intel P4.  
   
   I run a scheduled recording (Letterman) M-F and
automatically transcode.  Problem is that there is almost always a
recording of the five weekly that is between 37 and 38 minutes in
length versus the norm of 60 minutes.  I haven't tracked it
closely enough to be sure but it seems to always be either the Thursday
or Friday show that is short. 

   Here is something odd (to me), Nautilus file browser lists
all recorded shows as nuv documents.  If I highlight over one of
these odd recordings, the file type changes from nuv document to MPEG
video.  File size is 1.4GB, normal is usually a little less, say
1.2GB.  I ran this file through Avidemux thinking that maybe I'd
see the lost content but did not.  However I did check the file
properties and found that the odd file is different from the normal
files.  

   Under Codec4cc the "short" file is MPEG while a normal recording is XVID
   "short" file audio bitrate  is 48000 bps/384kbps   normal file is 16000 bps/128kbps

   Any idea what is happening?
Thanks
Don Lesniakowski
 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Install errors

2005-11-07 Thread Don Sheehan
Am I likely looking at a RAM issue?

ThanksOn 11/6/05, Don Sheehan <[EMAIL PROTECTED]> wrote:
As this is inconsistent, can anyone guide me as to where to look?
Not only is MythTV having inconsistent errors during the emerge
process, but so is libquicktime.
 
Any help appreciated. Thanks!
 
 
Asus K8V
512 RAM
Gentoo 2.6.13
 
libquicktime error:
   [   
<=>   ] 782,651  457.91K/s
14:28:38 (457.21 KB/s) - `/usr/portage/distfiles/libquicktime-0.9.4.tar.gz' saved [782651]
>>> md5 files   ;-) libquicktime-0.9.2.ebuild>>> md5 files   ;-) libquicktime-0.9.4.ebuild>>> md5 files   ;-) libquicktime-0.9.7-r1.ebuild>>> md5 files   ;-) libquicktime-0.9.3-r1.ebuild

 >>> md5 files   ;-) libquicktime-0.9.6-r1.ebuild>>> md5 files   ;-) files/libquicktime-0.9.4-cflags.patch>>> md5 files   ;-) files/digest-libquicktime-0.9.3-r1>>> md5 files   ;-) files/digest- 
libquicktime-0.9.6-r1>>> md5 files   ;-) files/digest-libquicktime-0.9.7-r1>>> md5 files   ;-) files/libquicktime-0.9.7-dv.patch>>> md5 files   ;-) files/digest-libquicktime-0.9.2

>>> md5 files   ;-) files/digest-libquicktime-0.9.4>>> md5 files   ;-) files/libquicktime-0.9.6-cflags.patch>>> md5 files   ;-) files/libquicktime-0.9.2-amd64.patch>>> md5 src_uri ;-) 
libquicktime-0.9.4.tar.gz>>> Unpacking source...>>> Unpacking libquicktime-0.9.4.tar.gz to /var/tmp/portage/libquicktime-0.9.4/work *
Applying libquicktime-0.9.4-cflags.patch
...    [ ok ] 
 * Regenerating configure script... ...Global symbol "$Sym" requires explicit package name at /usr/lib/perl5/5.8.6/vars.pm line 29.Compilation failed in require at /usr/share/autoconf/Autom4te/Struct.pm line 32. 
BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/Struct.pm line 32.Compilation failed in require at /usr/share/autoconf/Autom4te/Request.pm line 37.BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/Request.pm line 37. 
Compilation failed in require at /usr/share/autoconf/Autom4te/C4che.pm line 36.BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/C4che.pm line 36.Compilation failed in require at /usr/bin/autom4te- 
2.59 line 39.BEGIN failed--compilation aborted at /usr/bin/autom4te-2.59 line 39.
!!! ERROR: media-libs/libquicktime-0.9.4 failed.!!! Function src_unpack, Line 45, Exitcode 9!!! (no error message)!!! If you need support, post the topmost build 
error, NOT this status message.
 
 First MythTV error:
g++ -c -pipe -march=i686 -I/usr/kde/3.4/include -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall
-Wno-switch -fomit-frame-pointer `freetype-config --cflags`
-D_REENTRANT -DPIC -fPIC  -DMMX -Di386 -DUSING_IVTV -DUSING_DVB
-DUSING_DVB_EIT -DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-DPREFIX=\"/usr\" -DUSING_XV -DUSING_OPENGL_VSYNC -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
-I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/include -I../..
-I../libmyth -I.. -Idvbdev -Impeg -I../libavcodec -I../libmythmpeg2
-I/usr/qt/3/include -I/usr/include -I/usr/include -o RTjpegN.o
RTjpegN.cppg++ -c -pipe -march=i686
-I/usr/kde/3.4/include -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall -Wno-switch
-fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC
-fPIC  -DMMX -Di386 -DUSING_IVTV -DUSING_DVB -DUSING_DVB_EIT
-DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\"
-DUSING_XV -DUSING_OPENGL_VSYNC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I.
-I/usr/include -I/usr/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg
-I../libavcodec -I../libmythmpeg2 -I/usr/qt/3/include -I/usr/include
-I/usr/include -oscheduledrecording.o scheduledrecording.cpp g++ -c -pipe
-march=i686 -I/usr/kde/3.4/include -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall -Wno-switch
-fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC
-fPIC  -DMMX -Di386 -DUSING_IVTV -DUSING_DVB -DUSING_DVB_EIT
-DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\"
-DUSING_XV -DUSING_OPENGL_VSYNC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I.
-I/usr/include -I/usr/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg
-I../libavcodec -I../libmythmpeg2 -I/usr/qt/3/include -I/usr/include
-I/usr/include -o ttfont.o ttfont.cppg++ -c -pipe -march=i686 -I/usr/kde/3.4/include
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W
-O3 -Wall -Wno-switch -fomit-frame-pointer `freetype-config --cflags`
-D_REENTRANT -DPIC -fPIC  -DMMX -Di386 -DUSING_IVTV -DUSING_DVB
-DUSING_DVB_EIT -DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-DPREFIX=\"/usr\" -D

[mythtv-users] Install errors

2005-11-06 Thread Don Sheehan
As this is inconsistent, can anyone guide me as to where to look? Not only is MythTV having inconsistent errors during the emerge process, but so is libquicktime.
 
Any help appreciated. Thanks!
 
 
Asus K8V
512 RAM
Gentoo 2.6.13
 
libquicktime error:
   [    <=>   ] 782,651  457.91K/s
14:28:38 (457.21 KB/s) - `/usr/portage/distfiles/libquicktime-0.9.4.tar.gz' saved [782651]
>>> md5 files   ;-) libquicktime-0.9.2.ebuild>>> md5 files   ;-) libquicktime-0.9.4.ebuild>>> md5 files   ;-) libquicktime-0.9.7-r1.ebuild>>> md5 files   ;-) libquicktime-0.9.3-r1.ebuild
 >>> md5 files   ;-) libquicktime-0.9.6-r1.ebuild>>> md5 files   ;-) files/libquicktime-0.9.4-cflags.patch>>> md5 files   ;-) files/digest-libquicktime-0.9.3-r1>>> md5 files   ;-) files/digest- 
libquicktime-0.9.6-r1>>> md5 files   ;-) files/digest-libquicktime-0.9.7-r1>>> md5 files   ;-) files/libquicktime-0.9.7-dv.patch>>> md5 files   ;-) files/digest-libquicktime-0.9.2
>>> md5 files   ;-) files/digest-libquicktime-0.9.4>>> md5 files   ;-) files/libquicktime-0.9.6-cflags.patch>>> md5 files   ;-) files/libquicktime-0.9.2-amd64.patch>>> md5 src_uri ;-) 
libquicktime-0.9.4.tar.gz>>> Unpacking source...>>> Unpacking libquicktime-0.9.4.tar.gz to /var/tmp/portage/libquicktime-0.9.4/work * Applying libquicktime-0.9.4-cflags.patch ...    [ ok ] 
 * Regenerating configure script... ...Global symbol "$Sym" requires explicit package name at /usr/lib/perl5/5.8.6/vars.pm line 29.Compilation failed in require at /usr/share/autoconf/Autom4te/Struct.pm line 32. 
BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/Struct.pm line 32.Compilation failed in require at /usr/share/autoconf/Autom4te/Request.pm line 37.BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/Request.pm line 37. 
Compilation failed in require at /usr/share/autoconf/Autom4te/C4che.pm line 36.BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/C4che.pm line 36.Compilation failed in require at /usr/bin/autom4te- 
2.59 line 39.BEGIN failed--compilation aborted at /usr/bin/autom4te-2.59 line 39.
!!! ERROR: media-libs/libquicktime-0.9.4 failed.!!! Function src_unpack, Line 45, Exitcode 9!!! (no error message)!!! If you need support, post the topmost build error, NOT this status message.
 
 First MythTV error:
g++ -c -pipe -march=i686 -I/usr/kde/3.4/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC -fPIC  -DMMX -Di386 -DUSING_IVTV -DUSING_DVB -DUSING_DVB_EIT -DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DUSING_XV -DUSING_OPENGL_VSYNC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg -I../libavcodec -I../libmythmpeg2 -I/usr/qt/3/include -I/usr/include -I/usr/include -o 
RTjpegN.o RTjpegN.cppg++ -c -pipe -march=i686 -I/usr/kde/3.4/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC -fPIC  -DMMX -Di386 -DUSING_IVTV -DUSING_DVB -DUSING_DVB_EIT -DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DUSING_XV -DUSING_OPENGL_VSYNC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg -I../libavcodec -I../libmythmpeg2 -I/usr/qt/3/include -I/usr/include -I/usr/include -o 
scheduledrecording.o scheduledrecording.cppg++ -c -pipe -march=i686 -I/usr/kde/3.4/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC -fPIC  -DMMX -Di386 -DUSING_IVTV -DUSING_DVB -DUSING_DVB_EIT -DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DUSING_XV -DUSING_OPENGL_VSYNC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg -I../libavcodec -I../libmythmpeg2 -I/usr/qt/3/include -I/usr/include -I/usr/include -o 
ttfont.o ttfont.cppg++ -c -pipe -march=i686 -I/usr/kde/3.4/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC -fPIC  -DMMX -Di386 -DUSING_IVTV -DUSING_DVB -DUSING_DVB_EIT -DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DUSING_XV -DUSING_OPENGL_VSYNC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg -I../libavcodec -I../libmythmpeg2 -I/usr/qt/3/include -I/usr/include -I/usr/include -o tv_play.o tv_play.cpp 
tv_play.

[mythtv-users] 150 or 150MCE

2005-10-15 Thread Don Sheehan
I am having trouble finding the answer in the old threads to what is probably an easy question.
 
Can I safely buy a WinTV 150MCE instead of the higher priced 150?
 
What are the tradeoffs?
 
Thanks!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Mythburn - so close

2005-09-11 Thread Don Brown
I've installed mythburn and have it 90% working.

The DVD's are perfectly usable, but the last remaining problems is on the
menu, there are only green squares where the episode preview pics should be. 
I've tried it with and without the 'animated menu' checkbox checked.

Now, when I look in mythburn.log, I see this:
Extracting video thumbnails for animated menu
tc_memcpy: using mmxext for memcpy
(decode_mpeg2.c) video write failed.
(demuxer.c) write program stream packet: Broken pipe

and yet, in the mythburn.sh script, I see:
transcode -q 0 -i ${tempdir}/${file} -x vob,null -y jpg,null \
  -o ${tempdir}/${page}_${index}/V -Z 140x105 \
  --progress_off ${blueface} ${flip_thumbnails}\
  --nav_seek ${tempdir}/${file}.tcindex \
  -c 2000-$((2000 + maxanimframes))

which has no pipes to break.  Hum
The tmp directory is owned by apache, so the line above transcode should have
no problem creating the directories.

Another thing that is just a preference item is that all the choices for the
"menu selection image" all have only red and black.  I was thinking a yellow
border 4 or 5 pixels wide would be easy to see and closer to a standard
selection on a purchased DVD.  Perhaps it will be clear when I get the preview
working - right now, there's no visual indicator at all which chapter is 
selected.

Anyway, thanks for reading this far.  Your help is always appreciated.

Don



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


Re: [mythtv-users] Is MythTV the right tool for the job?

2005-08-26 Thread Don Krause
> Have you tried MythVideo? It handles numerous types of formats and you
> can customize which player you want to use, say vlc for example. Not
> sure about the scheduling, but it has a nice menu and IMDb lookups to
> pull in all the metadata.

No, I haven't tried that yet.. Thanks for pointing that out, as I
hadn't even thought to look there.

I'll have quite a few hours to beat on it this weekend, so I'll try it out.

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


[mythtv-users] Is MythTV the right tool for the job?

2005-08-26 Thread Don Krause
I've been interested in build a DVD library, streamer, and after
discovering MythTV, I figured I build a Myth Box, build and use the
MythDVD plugin, and life would be good.

A week later, after fighting constantly with the the prerequesites for
MythDVD, like ffmpeg, I'm wondering if I've choosen the correct tool
for the job.

What I'm interested in, is:

  Be able to burn my DVD collection to a streaming media server.
  Have a HTPC at my TV.
  Have On Screen menus for selecting DVDs
  Have the ability to schedule "broadcasting" or a playlist of shows.
  Retain the 5.1 or greater sound capabilities.

What I really don't need is:

  The ability to record in any way, TV.  

I already can extract DVDs to disk, and play them via VLC. I'm just
looking for a nice menu / scheduler / streamer package to wrap around
that.

Is there something out there I should be looking at instead of Myth?
Or is Myth still the best choice.

Thanks for any info.

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


[mythtv-users] Adding item to display harddrive temps in Info-Center system Status

2005-08-23 Thread Don Brown
I've searched the archives and /usr/share/mythtv/*.xml files and I cannot
determine how I could possibly add the output from hddtemp as a new item in
the list of things to select in the System Status.

I've setup myth (0.18.1) from atrpms, so perhaps it's a source code change.

If it is, I'll poke around in the SVN source code, but I'd appreciate someone
telling me if it can be done via the xml files.

Or perhaps I could take a different approach and write the output from hddtemp
into the log table, then use the 'display log', but that seems so, um,
indirect and unnatural.

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


[mythtv-users] Fullscreen SNES games. Howto

2005-07-22 Thread Don Brown
I've wanted to do this for awhile, but never bothered checking it out until 
now.

I'm using Myth 18.1 on FC3, and the snes9x emulator.

AFAICT, to run in fullscreen mode, snes9x needs to access the memory 
directly.  It wants access to /dev/mem.

First thought was to 'chmod 0666 /dev/mem' (as root of course), but that 
didn't make any difference.

Next thought was to run snes9x as root.  AND IT WORKED.  so, to make this 
run from the mythgame interface, I ran the program as root, via 'chmod 
4755 /usr/bin/snes9x' which sets the user sticky-bit, so it runs as the 
owner (root on my machine)

And all was well in my world.

Now, you're running a program that directly access memory as root.  Is this 
a good idea?  Hell no.  Is it worth worrying about? I'll leave that up to 
you.  You must decide if you want to take the security risk compared to the 
full-screen enjoyment.

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


[mythtv-users] Fw: What's the default MythVideo playback settings for mplayer?

2005-07-10 Thread Don Brown
For others searching with a similar problem, I'll answer my own question:

To get xine to work with all those codecs downloaded and set-up for mplayer,
edit ~/.xine/config and uncomment the 2 lines that point to the codec
locations for Quicktime and Windows codecs (search for decoders).

Then, ensure you have no typos in the default player settings for Videos in
Setup->Media Settings->Videos Settings
and enjoy!

My mistake was typing -lo-logo instead of --no-logo.

PS.  If you want to play files using all the various windows and quicktime
codecs, but have not yet installed them, follow the instructions to download
and install either 'all' or 'essential' codecs (don't need both) from:
http://www1.mplayerhq.hu/homepage/design7/codecs.html

(they work perfectly for xine as well as mplayer)

Don
-- Forwarded Message ---
From: "Don Brown" <[EMAIL PROTECTED]>
To: "Mythtv Users" 
Sent: Sun, 10 Jul 2005 13:15:13 -0600
Subject: What's the default MythVideo playback settings for mplayer?

I changed to xine for videos, and now none of them play (quicktime, etc).

I play DVD's fine via xine, but all my vidx, xdiv, etc recordings won't play.

I wanted to go back to mplayer, unless I can get the codecs to work.

Any advice or even the default entry for mplayer in settings->video->play

Thanks,
Don
--- End of Forwarded Message ---

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


[mythtv-users] What's the default MythVideo playback settings for mplayer?

2005-07-10 Thread Don Brown
I changed to xine for videos, and now none of them play (quicktime, etc).

I play DVD's fine via xine, but all my vidx, xdiv, etc recordings won't play.

I wanted to go back to mplayer, unless I can get the codecs to work.

Any advice or even the default entry for mplayer in settings->video->play

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


[mythtv-users] Jitter in playback after using Nuvexport

2005-06-26 Thread Don




I've done some searching on this but not found
anything lately that matches this problem.

I capture a two hour show, mark the cut points, and process the file
with nuvexport ( MPEG2 -> MPEG2 cut only).  On playback, it works
perfectly until about 2/3 through the show, then it starts to jitters
slightly.  The audio is still perfect, but the video is acting like
it's missing frames.  It continues to get worse as the show plays and
is unwatch-able toward the end.  The original show (commercials and
all) plays fine throughout the end.

Anyone have any ideas on what to look for?  Thanks,
Don




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


[mythtv-users] Need suggestions - Pvr350 remote control extension cord

2005-06-03 Thread Don




I have my MythTv box in the basement with video and
audio cable running up to the first floor tv, which works fine.  I'm
trying to do the same with the remote control, so I built an extension
cord with 3/32 stereo plugs on each end.  Unfortunately, It doesn't
work.  Anyone have suggestions on what to try?  Thanks,

Don

Details:

- From Pvr board to basement wall - 6 foot cat5 cable with male 3/32"
plugs on each end.  Using one pair of conductors for each of three
signals.  All straight through.

- From basement wall to first floor wall - 20 foot cat5 cable with
female 3/32" plugs on each end.  Using one
pair of conductors for each of three signals. 
All straight through.

- From first floor wall to TV - Pvr350 supplied IR pickup cable.






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


[mythtv-users] Re: Pvr350 remote not works as root but not as user

2005-05-31 Thread Don




That was it.  I copied the file and symlink over to
the mythtv home directory and now it works.  Thanks for the help,
Don




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


[mythtv-users] Re: Slightly OT - How do I get the FC3 cdrom to be bootable?

2005-05-31 Thread Don




OK, the jury's in, I have a bad burner.  I went to
work and burned a "disk 1", and tried it out that night.  Worked
great.  Then I burned disk 2, 3, and 4 on my home machine.  Only disk 2
and 3 worked.  I had to burn the last disk at work.  Strange though,
it's a dvd / cd burner.  Burned dvd's usually work perfectly (although
I have made some coasters lately) and music cd's usually work fine.  Oh
well, the machines running now, thanks everyone for the help,

Don

Ps - Could this be a soft power supply problem??




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


[mythtv-users] Pvr350 remote not works as root but not as user

2005-05-30 Thread Don




I've followed Jarods guide and have things working
nicely, but the remote only works if I start mythfrontend as root.  If
I start it as user "mythtv", I get no response.  Both root and mythtv
work when I test it with irw.  Does anyone know what I have to change? 
Thanks,
Don




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


[mythtv-users] Qt Problem on FC3 - Is there any solution at this point?

2005-05-22 Thread Don Brown
Please read the whole post before flaming.  thx.

I've been following the mailing list since 0.16 was fresh.

I'm running 0.18.1 on FC3 using the kde-redhat repos.

I've seen tons of questions about the CNTL-Enter problem on FC3.

I'm using CTRL-Enter, but it's a pain in the rear.

Seaching the archives yields Jarod's message about reverting to 
either 3.3.3-8 or, if your using kde-redhat respositories, 3.3.4-2.0.3.kde

I'm using the kde-redhat repositories, so I tried apt-getting the kde version,
but it doesn't exist in any repository on my huge list (yes, I've got
kde-redhat.atrpms.net and apt.kde-redat.org repos in my list.)

So, a google search yields 1 hit, a header, for which there is no rpm in the
appropriate directory.

So, I tried the qt-1:3.3.3-8 which kindly removed a few usefull things such as
kde and assorted other things.

So, in short, is there an actual fix to this or is everyone simply living with
it?  From the sounds of various list entries, the QT team isn't even working
on it, so it looks like it's not even going to be fixed in the future.
Although it appears to be redhat packaging problem more than a problem for the
qt team.

So If I understand correctly, that means either live with it for the
foreseeable future or switch distros, right?  

It's not big enough an issue to me that I would bother to change distros, but 
it certainly IS annoying.  So I need to live with it, right?

I guess what I'd really like is a link to the qt-1:3.3.4-2.0.3.kde and
qt-MySql rpms, but google can't find them, nor did they come up on rpmfind.net

Thanks everyone and sorry for beating this thing to death.
Don


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


[mythtv-users] Re: Slightly OT - How do I get the FC3 cdrom to be bootable?

2005-05-22 Thread Don




OK, this is getting ridiculous!  Yes, I burned them
as iso images.  And, yes, I turned on the cdrom as the first boot
device in the bios.  And, yes, I tried booting them on a drive that was
made this century.  I'll take the cd's to work tomorrow and see how
they work on a couple of newer machines.  Thanks to everyone for all
the help, I'll let you know how it works out.
Don




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


[mythtv-users] Re: Slightly OT - How do I get the FC3 cdrom to be bootable?

2005-05-22 Thread Don




Hmmm 

- All MD5 checksums match perfectly
- Tried two different burners
- Tried both R and RW media
- Tried three different iso's, all from different sources, with
validated MD5's
- Tried booting on three different computers

Like I said, I'm new to Redhat.  I'm probably missing something basic. 
I have a dvd burner and reader I could put into the machine.  Should I
try it?  The CD's were made on a win2000 box, maybe that the problem :)








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


[mythtv-users] Re: Slightly OT - How do I get the FC3 cdrom to be bootable?

2005-05-21 Thread Don




Yes, that was the first thing I did.  The bios is
definitely set to boot from CDROM first.  I tried the cd in two other
computers.  I didn't work on those either, so I reburned the CD.  It
does the same thing.  Very strange!




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


[mythtv-users] Re: Slightly OT - How do I get the FC3 cdrom to be bootable?

2005-05-21 Thread Don




I saw a post on a redhat site that said the fedora
project uses a boot system that doesn't support cdrom drives built
before 1997, which this one might be.  Could that be it?



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


[mythtv-users] Re: Slightly OT - How do I get the FC3 cdrom to be bootable?

2005-05-21 Thread Don




I think so.  I used Nero and selected File ->
Burn Image -> Navigate to iso file -.> picked it and burned it. 
Does that sound right?


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


[mythtv-users] Slightly OT - How do I get the FC3 cdrom to be bootable?

2005-05-21 Thread Don




Ok, I've decided to try Jarod's mythtv installation,
but I've never done anything in Redhat.  I went here :

http://download.fedora.redhat.com/pub/fedora/linux/core/3/i386/iso/

and got the fc3 iso's, then burned them to cd's, changed my bios to
boot from the cd first, then tried to boot from the first cd.  Nothing,
it still boots from the existing linux installation (lilo). The cd
doesn't seem to be bootable.  What did I miss??  Thanks for the help,

Don




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


[mythtv-users] Re: Wireless Keyboards

2005-05-20 Thread Don Brown
I gotta say, the best thing I did was fork out the money for my VersaPoint RF
keyboard.  Works flawlessly each and every keystroke.  30 ft away, pointing 90
degress to the side. No problems.  Beats IR hands down.

Pricy but worth every penny IMHO.

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


[mythtv-users] Re: PIP in Program Guide in MythTV samplescreenshot?

2005-05-07 Thread Don Brown
The PIP feature DOES, of course, require 2 tuners, but if you have them and
are watching PIP *BEFORE* you hit the 'GUIDE' button, the preview will show
PIP on your preview in the EPG.  The encapsulated picture does not change as
you scroll through the guide.

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


Re: [mythtv-users] Slight Theme adjustment, for slightly color blind person

2005-04-24 Thread Don Brown
On Sun, 24 Apr 2005 14:48:04 -0400, Donavan Stanley wrote
> On 4/24/05, Don Brown <[EMAIL PROTECTED]> wrote:
> > I have a slight color deficency - and I find it very hard to tell the
> > difference between the currently selected option and non-selected options in
> > menus (and on the Next, Cancel, and Back buttons on the setup screens).
> 
> The buttons and what not are controled by which QT theme you're
> running and the qtlook.txt file.
> 

This was the file I needed.  I changed the color for the ActiveButton to be a
bit darker, and now the theme is much easier to use.

I guess in all my playing around, I never noticed that file.

Thanks a million!
Don
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Slight Theme adjustment, for slightly color blind person

2005-04-24 Thread Don Brown
I have a slight color deficency - and I find it very hard to tell the
difference between the currently selected option and non-selected options in
menus (and on the Next, Cancel, and Back buttons on the setup screens). 

I'm currently using a customized version of MythCenter (for 0.17 on FC2).

What I would like to do is to darken the unselected items in the menus so I
can more easily tell which one is currently selected.

I've done lots of customization on the theme, but I cannot, for the life of
me, find where this is set.

I've looked at other themes too, which have different colors, but I cannot
find where these colors are set.

Any help would be appreciated.

Thanks,
Don

PS.  I'm view the mailinglist via digest mode, so I'd appreciate a answer to
me as well as the list.  Otherwise I won't see your help for quite a while.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Tv out on Pvr350 used to work, but I broke it?

2005-04-23 Thread Don




This is a long story, so I'll try to keep short.  I
had separate X servers running on my pc monitor and  the Pvr350's tvout
port (to connected tv).  The GUI image was too large for the TV, so I
tried to correct it.  Most attempts didn't work, but they didn't hurt
anything.  After trying this suggestion:
.
Edit /etc/X11/gdm/gdm.conf
and in the [server-Standard] section, change: 
command=/usr/X11R6/bin/X -audit 0 
to 
command=/usr/X11R6/bin/X -dpi 100 -audit 0 
..
From:
http://www.gossamer-threads.com/lists/mythtv/users/109220?search_string=gdm.conf;#109220

, the pc locked up and had to be hard reset.  After rebooting,
xorg.conf and gdm.conf were both trashed (garbage throughout).  I got
xorg.conf restored from a backup, and got a clean (??) copy of gdm.conf
from another pc.  Now, I can run either server, but not both at the
same time.  Here are some symptoms:

- Run X on pc monitor only, works and mythtv plays on pvr350 tvout port
- Run X on pvr350 tvout, works and mythtv plays on tvout port
- Run both from a clean boot, computer freezes (needs hard reset)

But, if I do this, both work once.

- Run X on pc monitor only
- Play live tv on mythtv on on pvr350 tvout
- Logout of X, turn both servers back on, startx again
- X runs on both, but:
    - at startup the tv speaker buzzes
    - Tv shows the X session for a couple of seconds, goes blank
    - Move mouse over to Tv display, and X session is repainted
wherever the mouse is moved.
    - Play live tv on pvr350 tvout, it works
- Logout of X
- Run X again, computer freezes 

Any suggestions on what to try?  Thanks,
Don

PS - Here's part of the xorg.conf file.  I turn the monitor and pvr350
on / off by commenting out the appropriate line(s) in the server layout
section.

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   31.5 - 50.0
    VertRefresh 40-90
EndSection

Section "Device"
    Identifier  "VESA Framebuffer"
#    Driver  "vesa" # Original
# Added 04-09-2005 - dlb - per nvidia instructions
    Driver  "nvidia"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device  "VESA Framebuffer"
    Monitor "My Monitor"
#   DefaultDepth 8
#   DefaultDepth 16
   DefaultDepth 24
#   DefaultDepth 32
    Subsection "Display"
    Depth   8
    Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
    Depth   16
    Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
    Depth   24
    Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
    Depth   32
    Modes "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

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

Section "Device"
    Identifier "Hauppauge Device"
    Driver "ivtvdev"
    Option "fbdev" "/dev/fb1"
    BusID "1:8:0"
EndSection

Section "Screen"
    Identifier "Hauppauge Screen"
    Device "Hauppauge Device"
    Monitor "NTSC Television on Hauppauge card"
    DefaultDepth 24
    DefaultFbbpp 32
    Subsection "Display"
    Depth 24
    FbBpp 32
    Modes "720x480"
    EndSubsection
EndSection

Section "ServerLayout"
   Identifier "Dual Display"
   Screen "Screen 1"
    Screen "Hauppauge Screen" RightOf "Screen 1"
#    Screen "Hauppauge Screen"
   InputDevice "Mouse1" "CorePointer"
   InputDevice "Keyboard1" "CoreKeyboard"
EndSection







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


[mythtv-users] Re: mythweb serving up recordings - protocol mixmatch

2005-04-21 Thread Don Brown
On Thu, 21 Apr 2005 10:27:27 +0200, Axel Thimm wrote
> On Wed, Apr 20, 2005 at 05:44:05PM -0500, Don Brown wrote:
> > I compiled Myth version 16 from CVS.  Then, when I moved to .17, I simply 
> > used
> > Axels RPM packages.
> > 
> > Seaching the archives, the usual case for protocol mismatch on a single 
> > FE/BE
> > machine is issues with different versions in /usr/bin and /usr/local/bin 
> > (and
> > likewise with /usr/lib).
> 
> > Okay.  So I renamed all the /usr/local/bin/myth* to /usr/local/bin/myth*16 
> > and renamed /usr/local/lib/myth to be /usr/local/lib/myth16.
> 
> > However when I click on a recording, 
> > (myth://192.168.2.99:6543/2004_blah.nuv)
> > I get, on the windows client, a network error, and on the mythbackend.log, 
> > the
> > following error:
> > MainServer::HandleVersion - Client speaks protocol version 13 but we speak 
> > 14!
> 
> > Any pointers on where to look next?
> 
> mv /usr/local /usr/local.off
> 
> and retry. If it's working you know that you still have cruft in /usr/local
> -- 
> Axel.Thimm at ATrpms.net

I had effectively done this.  The solution was to install a new verson of
WinMyth from sourceforge.  I didn't need to download the MythBase portion,
only the winmyth.  THe 0.15 version is compatible with myth 0.17.

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


[mythtv-users] mythweb serving up recordings - protocol mixmatch

2005-04-20 Thread Don Brown
I compiled Myth version 16 from CVS.  Then, when I moved to .17, I simply used
Axels RPM packages.

Seaching the archives, the usual case for protocol mismatch on a single FE/BE
machine is issues with different versions in /usr/bin and /usr/local/bin (and
likewise with /usr/lib).

Based on the dates of the files, I determined that /usr/bin was the atrpms
version (.17) and the /usr/local/bin was the default for the old 16 CVS version.

Okay.  So I renamed all the /usr/local/bin/myth* to /usr/local/bin/myth*16 
and renamed /usr/local/lib/myth to be /usr/local/lib/myth16.

I rebooted to ensure I was loading all the correct modules and running the new
executables.  All is fine.  I have full access to all myth features.

MythWeb even works almost perfectly.

However when I click on a recording, (myth://192.168.2.99:6543/2004_blah.nuv)
I get, on the windows client, a network error, and on the mythbackend.log, the
following error:
MainServer::HandleVersion - Client speaks protocol version 13 but we speak 14!

"we" in that message appears to be mythbackend, (obvious I know, but hang on).
 So that means that something in mythweb seems to be running an old version.

Now, in mythweb, the includes/mythbackend.php has PROTO set to 14, so that
seems right.

And as for the RPMs I have installed, I've got:
[EMAIL PROTECTED] includes]$ rpm -qa | grep myth
mythtv-theme-sleek-0.35-2.at
mythmkmovie-1.0.1-3.rhfc2.at
mythtv-theme-visor-0.16.2-5.at
mythtv-themes-0.17-97.rhfc2.at
mythgallery-0.17-69.rhfc2.at
mythtv-suite-0.17-50.at
mythtv-theme-MediaCenter-0.17-2.at
mythvideo-0.17-65.rhfc2.at
mythtv-theme-MythCenter-0.17-1.at
mythtvsetup-0.17-97.2.rhfc2.at
mythtv-theme-purplegalaxy-0.20031214-3.at
mythtv-theme-isthmus-0.20040804-1.at
mythtv-backend-0.17-97.rhfc2.at
mythweather-0.17-65.rhfc2.at
mythmusic-0.17-68.rhfc2.at
mythbrowser-0.17-32.rhfc2.at
mythtv-theme-photo-4-6.at
mythtv-0.17-97.rhfc2.at
mythtv-frontend-0.17-97.rhfc2.at
mythnews-0.17-38.rhfc2.at
mythdvd-0.17-49.rhfc2.at
mythweb-0.17-64.at
mythtv-theme-gant-0.pr1-2.at
libmyth-0.17-97.rhfc2.at
mythphone-0.17-10.rhfc2.at
mythtv-theme-abstract-0.20040910-2.at
mythgame-0.17-67.rhfc2.at

Any pointers on where to look next?
Don


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


[mythtv-users] Re: Can MythTv main menu be displayed on the TV out of Pvr350?

2005-04-17 Thread Don




In the words a agent 86 "Chief, I missed it
by...that much".

Nick - I made the changes you suggested and it works!!  I made both the
changes (one at a time), but it was the "fbdev..." line that made the
difference.  I'll go back now and put the pc monitor back in and make
some adjustments on the TV display.  Thanks a million, 
Don




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


[mythtv-users] Re: Can MythTv main menu be displayed on the TV out of Pvr350?

2005-04-17 Thread Don




jkondis - Thanks, I had already found that site and
had it working, but the picture quality was really bad (fuzzy and
warped).  I'm wondering if I did something wrong or it's just my video
board.

Nick - I have ivtvdev installed, and, my xorg.conf is very similar to
Jarods.  However, at your suggestion, I did some more searching.  I
found a post that suggests that I should be able to have X run on just
the TV, so I tried setting it up.  Here's the xorg.conf sections, but
it gives me some errors that I don't understand.  Where does it get
device (null)?  Thanks again for the help.
Don

..
(==) Using config file: "/etc/X11/xorg.conf"
(EE) ivtvHWProvbe failed to do IVTVFB_IOCTL_GET_STATE for device (null)
(EE) Screen 0 deleted because of no matching config section.
(EE) Device(s) detected, but none match those in the config file.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
 at http://wiki.X.Org




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

Section "Device"
    Identifier "Hauppauge Device"
    Driver "ivtvdev"
   Option "ivtv" "/dev/fb1"
   BusID "PCI:1:08:0"
EndSection

Section "Screen"
    Identifier  "Hauppauge Screen"
    Device  "Hauppauge Device"
    Monitor "NTSC Television on Hauppauge card"
   DefaultDepth 24
   DefaultFbbpp 32
   Subsection "Display"
   Depth 24
   FbBpp 32
   Modes "720x480"
   EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Dual Display"
    Screen "Hauppauge Screen"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


---From lspci:
01:08.0 Multimedia video controller: Internext Compression Inc iTVC15
MPEG-2 Encoder (rev 01)

---From cat /var/log/messages |grep "iTVC15 TV out"
Apr 16 22:25:02 sanson kernel: ivtv-osd: fb1: iTVC15 TV out frame
buffer device

---From /var/log/messages:
(II) v4l driver for Video4Linux
(II) IVTVDEV: driver for framebuffer: PVR-350
(II) Primary Device is: PCI 03:00:0
(--) Chipset PVR-350 found
(EE) ivtvHWProvbe failed to do IVTVFB_IOCTL_GET_STATE for device (null)
(EE) Screen 0 deleted because of no matching config section.
(II) UnloadModule: "ivtvdev"
(EE) Device(s) detected, but none match those in the config file.

-PCI 03:00:0 is the nvidia video board







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


[mythtv-users] Can MythTv main menu be displayed on the TV out of Pvr350?

2005-04-17 Thread Don




With lots of help from others, I have MythTv running
great on the s-video and composite outputs of the Pvr350,  However, I
haven't figured out how to get the main menu (Watch Tv / Manage
Recordings .) to display on the TV.  Anyone have a suggestion?  Can
this be done?  Thanks,
Don

BTW, I've tried several combinations using the nvidia s-video out port,
but had lots of picture quality problems.  The Pvr350's s-video out
looks really good.




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


[mythtv-users] xorg file for nvidia TV-Out

2005-04-17 Thread Don




Sorry for my lack of response from all the great
information, I had to work on taxes for the last week.  Thanks to
everyone for the suggestions.  I've tried several combinations (nvidia
twinview, separate servers, etc).

Unfortunately, I was having so much trouble with the picture quality
that I gave up on the TV-out port of the Nvidia s-video out port and
experimented with the Pvr350's s-video port, which looks pretty good. 
So, I'm starting a new thread to look into it a bit further.  Thanks
again for the help (though, I may be back if the Pvr thing doesn't work
out).

Don 




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


[mythtv-users] Re: All is fine but remote does nothing in MythTv

2005-04-16 Thread Don




Wow, thanks a lot, that fixed it.  Changing
~/.mythtv/lircrc to this form:

begin 
prog = mythtv 
button = Ch+ 
repeat = 3 
config = Up 
end 

, worked.  Now most of the buttons are working.  Some are giving me a
mapping error that I'll need to look at.  Thanks again!!
Don




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


[mythtv-users] Re: All is fine but remote does nothing in MythTv

2005-04-16 Thread Don




Yes, that occurred to me, and I HAD compiled mythtv
before installing lirc.  So, I went back, checked the config in
setting.pro, and reinstalled MythTv:

--settings.pro--

# Native lirc support
CONFIG += using_lirc
LIRC_LIBS = -llirc_client

--- then---
cd /usr/src/mythtv-0.17
make clean
./configure
qmake mythtv.pro
make
make install

Maybe I missed something?  By the way, I'm using "lirc-0.7.0.tar.bz2". 
Is this the right one?  Thanks for the help,
Don





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


[mythtv-users] All is fine but remote does nothing in MythTv

2005-04-16 Thread Don




I'm not sure whether I should be posting this here
or the ivtv list, I guess it could be either.  I have MythTv working
great (Pvr 350), but the remote doesn't do anything.

Lirc loads fine, the remote works perfectly with the irw test program,
but it does absolutely nothing in MythTv.  I start watching TV (whether on the pc's monitor or on the TV), press any key on the remote and nothing happens  I get
no errors, nothing in the Syslog.  Any ideas?  Thanks,

Don

processor - amd 2800+
kernel - 2.4.29
MythTV - 0.17
video - nvidia (NVIDIA-Linux-x86-1.0-7174-pkg1.run)
capture - Pvr 350
ivtv - ivtv-0.2.0-rc3i





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


[mythtv-users] xorg file for nvidia TV-Out

2005-04-10 Thread Don




I'm trying to set up my
nvidia board for Tv-out, but I'm a bit confused on what entries have to
be added to xorg.conf.  I think it needs additions for the monitor,
graphics device, screen, and server layout.  Does anyone have an
example I could look at (or point me to it)? Thanks,

Don

Distro - Slackware 10.1
Kernel - 2.4.29
Video board - XFX GeForce fx 5200
lspci - 00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
nivdia driver version - NVIDIA-Linux-x86-1.0-7174-pkg1.run




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


[mythtv-users] uninstall ivtv then reinstall

2005-03-28 Thread Don Watson
I'm having problems installing ivtv-0.2.0-rc3i.tgz and want to reinstall 
to see if that helps.

rpm -e *** (as root) uninstalls rpm's.
How are .tgz's uninstalled.
dlw
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] installing ivtv

2005-03-28 Thread Don Watson
I found nothing regarding the following in google or ivtv archives.
/root/tmp is empty. I'm using 'root' to install  so there shouldn't be a 
permission problem.
Do you have any ideas?

[EMAIL PROTECTED] don]# /home/don/so*/iv*/ut*/ivtvfwextract.pl
/home/don/software/ivtv-0.2.0-rc3i/utils/ivtvfwextract.pl: Can't open 
/root/tmp/ivtvex.10891/hcwpvrp2.sys: No such file or directory

Ross wrote:
It looks like you're not getting the firmware extracted from the
windows driver correctly, so I wouldn't even try to load the modules
yet.
Have a look at the documentation on the ivtv wiki at
http://ivtv.writeme.ch/ on the firmware, and ask the ivtv list (see
links from the wiki) if you still have problems..
Oh, and FWIW, don't just grep for ivtv, not all of the ivtv related
line have ivtv in it. Use the following instead:
tac /var/log/messages |
sed -n '/=\ \ END INIT IVTV\ \ =/,/= START INIT IVTV =/p;
/= START INIT IVTV =/q' |
tac 

Ross
On Sun, 27 Mar 2005 09:27:19 -0800, dlw <[EMAIL PROTECTED]> wrote:
 

my sys is 1.7ghz, 512m ram
120g hda, 160g hdb
cd/dvd-rw hdc, cd-rw hdd
Hauppauge 350
MDK 10.1 KDE 3.2
Trying to install ivtv-0.2.0-rc3i
dmesg | grep ivtv
(snip)
ivtv: Autodetecting cardtype for card #8
ivtv: SGarray_size = 420, DSGarray_size = 16
ivtv: Found an iTVC15 based chip
Firmware image too large '/lib/modules/ivtv-fw-enc.bin'
ivtv: failed loading encoder firmware
ivtv: Error loading firmware!
ivtv: Error initializing.
ivtv: Error -12 on init
ivtv: iTVC15/16 mpg2 encoder card: probe of :01:07.0 failed with
error -12
ivtv: loaded
I looked in mythtv lists archive and google only to get frustrated.
How can I solve the above regarding 'firmware too large'.
Also, I get this error:
ivtvfwextract.pl: Can't open /root/tmp/ivtvex.7522/hcwpvrp2.sys: No such
file or directory.
dlw
___
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: *****SPAM***** Re: [mythtv-users] MythWeb Remote Control extention. (OT?)

2005-03-25 Thread don
>> On Thu, 24 Mar 2005 22:08:11 -0500, don<[EMAIL PROTECTED]> wrote: 
>> When I first heard of this extention to 
>> the  MythWeb interface I got excited > that I would be able to use 
>> my  PocketPC as a remote control for myth (It's a 
>> Dell X5 and the IR is  not strong enough to use one of the avaliable
>> Remote Control programs  unless I'm 2 feet from the reciever). 
>> However, 
>> I've not been able  to get this extention to work properly. 
>> The webpage appears fine, but  clicking on the buttons does nothing. 
>> 
>> For those of you who have not  checked out this module, it uses 
>> 'sendxevent' in > from a CGI script to  send key presses to the 
>> 'CurrentWindow' on :0.0 > > If I run the script  that gets called 
>> from the CGI script as mythtv (the user > logged on to  kdm and the 
>> preson running mythfrontend), it works fine. > > When I run  it from 
>> the web page, I get the error: 
>> Xlib: connection to "mythtv.mydomain:0.0" refused by server 
>> Xlib: No protocol specified 
>>  Can't open DISPLAY. 
>>
>On Thu, 24 Mar 2005 21:57:58 -0800, MagicITX wrote
> Add this line to your /.xinitrc file:
>   /usr/X11R6/bin/xhost +
> 

For the archives, that fixed it!
Don
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythbackend

2005-03-25 Thread Don
Graham Dunn wrote:
On Fri, Mar 25, 2005 at 01:22:30AM -0800, Don wrote:
 

Installed via rpms on MDK 10.1 cd's.
There is no mythsetup in /usr/bin
There is a setup.xml in ~/myth*/setup.
cd ~/myth*/setup; ./setup does nothing.
That's what the install directions say to do.
   

updatedb
locate setup | grep myth
The instructions are for installing from source, right? Did you install
from source?
Graham
 


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

Installed via rpms on MDK 10.1 cd's.
Mistake! mysql was installed via rpms on MDK 10.1 cd's.
The instructions are for installing from source, right? Did you install
from source?
mythtv-0.17.tar.bz2
I used 'urpmi' to install a couple of dependencies.
Which ones I do not remember.
locate setup | grep myth
[EMAIL PROTECTED] don]# locate setup | grep myth
/home/don/mythtv-0.17/setup
/home/don/mythtv-0.17/setup/.cvsignore
/home/don/mythtv-0.17/setup/backendsettings.cpp
/home/don/mythtv-0.17/setup/backendsettings.h
/home/don/mythtv-0.17/setup/main.cpp
/home/don/mythtv-0.17/setup/setup.pro
/home/don/mythtv-0.17/setup/setup.xml
/home/don/mythtv-0.17/themes/G.A.N.T./title/title_dvd_setup.png
/home/don/mythtv-0.17/themes/G.A.N.T./title/title_game_setup.png
/home/don/mythtv-0.17/themes/G.A.N.T./title/title_music_setup.png
/home/don/mythtv-0.17/themes/G.A.N.T./title/title_setup.png
/home/don/mythtv-0.17/themes/G.A.N.T./title/title_video_setup.png
/home/don/mythtv-0.17/themes/Iulius/title/title_setup.png
/home/don/mythtv-0.17/themes/Minimalist-wide/title/media_setup.png
/home/don/mythtv-0.17/themes/Minimalist-wide/title/title_dvd_setup.png
/home/don/mythtv-0.17/themes/Minimalist-wide/title/title_game_setup.png
/home/don/mythtv-0.17/themes/Minimalist-wide/title/title_info_setup.png
/home/don/mythtv-0.17/themes/Minimalist-wide/title/title_music_setup.png
/home/don/mythtv-0.17/themes/Minimalist-wide/title/title_setup.png
/home/don/mythtv-0.17/themes/Minimalist-wide/title/title_tv_setup.png
/home/don/mythtv-0.17/themes/Minimalist-wide/title/title_video_setup.png
/home/don/mythtv-0.17/themes/Titivillus/title/media_setup.png
/home/don/mythtv-0.17/themes/Titivillus/title/title_dvd_setup.png
/home/don/mythtv-0.17/themes/Titivillus/title/title_game_setup.png
/home/don/mythtv-0.17/themes/Titivillus/title/title_info_setup.png
/home/don/mythtv-0.17/themes/Titivillus/title/title_media_setup.jpg
/home/don/mythtv-0.17/themes/Titivillus/title/title_music_setup.png
/home/don/mythtv-0.17/themes/Titivillus/title/title_setup.png
/home/don/mythtv-0.17/themes/Titivillus/title/title_tv_setup.png
/home/don/mythtv-0.17/themes/Titivillus/title/title_video_setup.png
/home/don/mythtv-0.17/themes/Titivillus/watermark/setup.png
/home/don/mythtv-0.17/themes/blue/setup.png
/home/don/.mythtv/themecache/Titivillus.1024.768/title/media_setup.png
/home/don/.mythtv/themecache/Titivillus.1024.768/title/title_dvd_setup.png
/home/don/.mythtv/themecache/Titivillus.1024.768/title/title_game_setup.png
/home/don/.mythtv/themecache/Titivillus.1024.768/title/title_info_setup.png
/home/don/.mythtv/themecache/Titivillus.1024.768/title/title_media_setup.jpg
/home/don/.mythtv/themecache/Titivillus.1024.768/title/title_music_setup.png
/home/don/.mythtv/themecache/Titivillus.1024.768/title/title_setup.png
/home/don/.mythtv/themecache/Titivillus.1024.768/title/title_tv_setup.png
/home/don/.mythtv/themecache/Titivillus.1024.768/title/title_video_setup.png
/home/don/.mythtv/themecache/Titivillus.1024.768/watermark/setup.png
/usr/share/mythtv/setup.xml
/usr/share/mythtv/themes/G.A.N.T./title/title_dvd_setup.png
/usr/share/mythtv/themes/G.A.N.T./title/title_game_setup.png
/usr/share/mythtv/themes/G.A.N.T./title/title_music_setup.png
/usr/share/mythtv/themes/G.A.N.T./title/title_setup.png
/usr/share/mythtv/themes/G.A.N.T./title/title_video_setup.png
/usr/share/mythtv/themes/Iulius/title/title_setup.png
/usr/share/mythtv/themes/Minimalist-wide/title/title_dvd_setup.png
/usr/share/mythtv/themes/Minimalist-wide/title/media_setup.png
/usr/share/mythtv/themes/Minimalist-wide/title/title_game_setup.png
/usr/share/mythtv/themes/Minimalist-wide/title/title_info_setup.png
/usr/share/mythtv/themes/Minimalist-wide/title/title_music_setup.png
/usr/share/mythtv/themes/Minimalist-wide/title/title_setup.png
/usr/share/mythtv/themes/Minimalist-wide/title/title_tv_setup.png
/usr/share/mythtv/themes/Minimalist-wide/title/title_video_setup.png
/usr/share/mythtv/themes/Titivillus/title/title_dvd_setup.png
/usr/share/mythtv/themes/Titivillus/title/media_setup.png
/usr/share/mythtv/themes/Titivillus/title/title_game_setup.png
/usr/share/mythtv/themes/Titivillus/title/title_info_setup.png
/usr/share/mythtv/themes/Titivillus/title/title_media_setup.jpg
/usr/share/mythtv/themes/Titivillus/title/title_music_setup.png
/usr/share/mythtv/themes/Ti

Re: [mythtv-users] mythbackend

2005-03-25 Thread Don
Installed via rpms on MDK 10.1 cd's.
There is no mythsetup in /usr/bin
There is a setup.xml in ~/myth*/setup.
cd ~/myth*/setup; ./setup does nothing.
That's what the install directions say to do.
Dave Ansell wrote:
mythtvsetup
- Original Message ----- From: "Don" <[EMAIL PROTECTED]>
To: "Discussion about mythtv" 
Sent: Thursday, March 24, 2005 11:29 PM
Subject: [mythtv-users] mythbackend

Well, mythtv is running somewhat.
mythbackend gives this error:
[EMAIL PROTECTED] bin]$ mythbackend
No setting found for this machine's BackendServerIP.
Please run setup on this machine and modify the first page
of the general settings.
Is there a setup program such as /usr/bin/setup or mythsetup.
I don't have one if there is.
mythfrontend works and when I go to the first page
of the general settings the only line I see that could have
anything to do with BackendServerIP is the first line for
hostname wich is localhost, the only hostname there is.
Does the backend need a different hostname?
___
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] mythbackend

2005-03-25 Thread Don
Installed via rpms on MDK 10.1 cd's.
There is no mythsetup in /usr/bin
There is a setup.xml in ~/myth*/setup.
cd ~/myth*/setup; ./setup does nothing.
That's what the install directions say to do.
MagicITX wrote:
It may depend on how you installed mythtv.  I know a CVS install has a
../mythtv/setup directory that has the 'setup' program.  From a Gentoo
ebuild you will have a 'mythsetup' program in /usr/bin.
On Thu, 24 Mar 2005 15:29:17 -0800, Don <[EMAIL PROTECTED]> wrote:
 

Well, mythtv is running somewhat.
mythbackend gives this error:
[EMAIL PROTECTED] bin]$ mythbackend
No setting found for this machine's BackendServerIP.
Please run setup on this machine and modify the first page
of the general settings.
Is there a setup program such as /usr/bin/setup or mythsetup.
I don't have one if there is.
mythfrontend works and when I go to the first page
of the general settings the only line I see that could have
anything to do with BackendServerIP is the first line for
hostname wich is localhost, the only hostname there is.
Does the backend need a different hostname?
___
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] mythbackend

2005-03-24 Thread Don
Well, mythtv is running somewhat.
mythbackend gives this error:
[EMAIL PROTECTED] bin]$ mythbackend
No setting found for this machine's BackendServerIP.
Please run setup on this machine and modify the first page
of the general settings.
Is there a setup program such as /usr/bin/setup or mythsetup.
I don't have one if there is.
mythfrontend works and when I go to the first page
of the general settings the only line I see that could have
anything to do with BackendServerIP is the first line for
hostname wich is localhost, the only hostname there is.
Does the backend need a different hostname?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] MythWeb Remote Control extention. (OT?)

2005-03-24 Thread don
When I first heard of this extention to the MythWeb interface I got excited
that I would be able to use my PocketPC as a remote control for myth (It's a
Dell X5 and the IR is not strong enough to use one of the avaliable Remote
Control programs unless I'm 2 feet from the reciever).

However, I've not been able to get this extention to work properly.
The webpage appears fine, but clicking on the buttons does nothing.

For those of you who have not checked out this module, it uses 'sendxevent' in
from a CGI script to send key presses to the 'CurrentWindow' on :0.0

If I run the script that gets called from the CGI script as mythtv (the user
logged on to kdm and the preson running mythfrontend), it works fine.

When I run it from the web page, I get the error:
Xlib: connection to "mythtv.mydomain:0.0" refused by server
Xlib: No protocol specified
Can't open DISPLAY.

Googling has implied this is an X security issue, and that it should be solved
by running 'xauth +' (as mythtv).  However, this did not solve the problem for 
me.

Hoping someone can help out,
Don
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] ./mythconverg/callsignnetworkmap.frm

2005-03-24 Thread Don
Graham Dunn wrote:
On Thu, Mar 24, 2005 at 06:49:25AM -0800, Don wrote:
 

No, I do not want to make things complicated.
Yes, I very much want a working mythtv.
The only reason I asked the question regarding KnoppMyth was because you 
suggest it.
   

Before I would tell you to install knoppmyth, please answer:
1) Does /var/log/mythtv/mythbackend.log exist / have anything in it?
2) What does /etc/init.d/mythbackend contain?
3) Have you run the database setup sql script as detailed in
http://www.mythtv.org/docs/mythtv-HOWTO-6.html#ss6.2 ?
Graham
 


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


Have you run the database setup sql script as detailed in
http://www.mythtv.org/docs/mythtv-HOWTO-6.html#ss6.2 ?
Yes.
Does /var/log/mythtv/mythbackend.log exist / have anything in it?
It does exist. It is empty.
What does /etc/init.d/mythbackend contain?
#!/bin/bash
#
# Startup script for mythbackend
#
# chkconfig: - 86 14
# description: mythbackend.
# processname: mythbackend
# pidfile: /var/run/mythbackend.pid
# config:
# Source function library.
. /etc/rc.d/init.d/functions
if [ -f /etc/mythtv/mythbackend ]; then
   . /etc/mythtv/mythbackend
fi
## Defaults, override them in /etc/mythtv/mythbackend
: ${MYTHTV_HOME=/var/lib/mythtv}
binary=/usr/bin/mythbackend
prog=mythbackend
RETVAL=0
OPTIONS="$OPTIONS --daemon --logfile /var/log/mythtv/$prog.log --pidfile 
/var/run/$prog.pid"

start() {
 gprintf "Starting %s: " "$prog"
 touch /var/run/mythbackend.pid; chown mythtv:mythtv 
/var/run/mythbackend.pid
 # Does not work on Red Hat, do to to missing audio/video groups.
#  cd $MYTHTV_HOME && daemon --user mythtv $binary $OPTIONS
 cd $MYTHTV_HOME && daemon $binary $OPTIONS
 RETVAL=$?
 echo
 [ $RETVAL = 0 ] && touch /var/lock/subsys/$prog
 return $RETVAL
}

stop() {
 gprintf "Stopping %s: " "$prog"
 killproc $binary
 RETVAL=$?
 echo
 [ $RETVAL = 0 ] && rm -f /var/lock/subsys/$prog /var/run/$prog.pid
}
# See how we were called.
case "$1" in
 start)
   start
   ;;
 stop)
   stop
   ;;
 restart)
   stop
   start
   ;;
 status)
   status $prog
   ;;
 *)
   gprintf "Usage: %s {start|stop|status|restart}\n" "$prog"
   exit 1
esac
exit $RETVAL
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] ./mythconverg/callsignnetworkmap.frm

2005-03-24 Thread Don
Graham Dunn wrote:
On Thu, Mar 24, 2005 at 04:25:12AM -0800, Don wrote:
 

[EMAIL PROTECTED] don]$ mysqlshow -umythtv -pmythtv
+-+
|  Databases  |
+-+
| mythconverg |
| test|
+-+
[EMAIL PROTECTED] don]$
   

OK, so the database has been created. Have you run the step where you
populate the database with tables?
see http://www.mythtv.org/docs/mythtv-HOWTO-6.html#ss6.2
mysql -umythtv -pmythtv < mc.sql
You can find the file (if you don't know where it is) with
find / -name mc.sql -print
If you have a lot of disk space, this will take a while. Be patient.
 

ie, ps auxww | grep [m]ythbackend shows something like
[EMAIL PROTECTED] don]$ ps auxww | grep [m]ythbackend
   

Does /var/log/mythtv/mythbackend.log exist / have anything in it?
What does /etc/init.d/mythbackend contain?
 

I saw KnoppMyth and thought about downloading it.
Can I create a /dev/hda*, install KnoppMyth and set it up in lilo?
   

I'm not sure why you want to make things so complicated. Is your intent
to get as many Linux distributions as possible on a machine, or get a
working mythtv system?
Graham
 


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

No, I do not want to make things complicated.
Yes, I very much want a working mythtv.
The only reason I asked the question regarding KnoppMyth was because you 
suggest it.

I have to go on an errand for a while.
I would like to continue later if you are still around.
dlw
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] ./mythconverg/callsignnetworkmap.frm

2005-03-24 Thread Don

run
mysqlshow -umythtv -pmythtv
you should see 

+-+
|  Databases  |
+-+
| mythconverg |
| test|
+-+
the mythconverg part is the important one.
Is your mythbackend process running / has ever run?
ie, ps auxww | grep [m]ythbackend shows something like
root 13918  0.0  6.7 167660 17212 ?Sl   Mar23   0:01
/usr/bin/mythbackend --logfile /var/log/mythtv/mythbackend.log
and /var/log/mythtv/mythbackend.log exists and has info in it
If not, I'd really recommend the path of least resistance and download
the KnoppMyth (http://mysettopbox.tv/knoppmyth.html) iso. Burn, boot and
install. This will wipe out the machine though.
Graham
 


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

[EMAIL PROTECTED] don]$ mysqlshow -umythtv -pmythtv
+-+
|  Databases  |
+-+
| mythconverg |
| test|
+-+
[EMAIL PROTECTED] don]$
ie, ps auxww | grep [m]ythbackend shows something like
[EMAIL PROTECTED] don]$ ps auxww | grep [m]ythbackend
[EMAIL PROTECTED] don]$ ps auxww | grep
I saw KnoppMyth and thought about downloading it.
Can I create a /dev/hda*, install KnoppMyth and set it up in lilo?
I have MDK 10.2 at /mnt/10.2 to test but I haven't been able to get it 
to boot up from lilo.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] ./mythconverg/callsignnetworkmap.frm

2005-03-24 Thread Don
Graham Dunn wrote:
On Thu, Mar 24, 2005 at 03:17:46AM -0800, Don wrote:
 

[EMAIL PROTECTED] don]$ mythfrontend
2005-03-24 03:05:01.692 Inserting MythTV initial database information.
2005-03-24 03:05:01.693 Upgrading to schema version 1060
2005-03-24 03:05:01.694 DB Error (Performing database upgrade):
Query was: CREATE TABLE IF NOT EXISTS callsignnetworkmap (  id int(11) 
NOT NULL auto_increment,  callsign varchar(20) NOT NULL default '',  
network varchar(20) NOT NULL default '',  PRIMARY KEY  (id),  UNIQUE KEY 
callsign (callsign));
Error was: Driver error was [2/1]:
QMYSQL3: Unable to execute query
Database error was:
Can't create/write to file './mythconverg/callsignnetworkmap.frm' 
(Errcode: 13)

new version: 1060
2005-03-24 03:05:01.696 Couldn't upgrade database to new schema, exiting.
[EMAIL PROTECTED] don]$
If I understand the above, there is no 
/var/lib/mysql/mythconverg/callsignnetworkmap.frm
and it can not be created.

Is this a permission problem?
Permissions for /var/lib/mysql/mythconverg are 'mythtv:mythtv'.
Is trying to start 'mythfrontend' as a 'user' a problem since the 
permissions are 'mythtv:mythtv'?
   

You need to start the frontend as the user mythtv
su mythtv -c mythfrontend
What user is your database running as?
The files in /var/lib/mysql/mythconverg are files for the database
server, and should be owned by the user the database is running as.
To find out what this user is:
ps auxww | grep mysqld
look for a line similar to
mysql 9213  0.0  7.6  70476 19564 ?S
The first item on that line is the user the database is running as
(mysql).
All the files in /var/lib/mysql/mythconverg must be owned by that user:
ls -l /var/lib/mysql/mythconverg/
-rw-rw  1 mysql mysql0 Mar 13 03:42 callsignnetworkmap.MYD
-rw-rw  1 mysql mysql 1024 Mar 13 03:42 callsignnetworkmap.MYI
-rw-rw  1 mysql mysql 8612 Mar 10 13:53 callsignnetworkmap.frm
-rw-rw  1 mysql mysql  164 Mar 13 03:42 capturecard.MYD
-rw-rw  1 mysql mysql 2048 Mar 13 03:42 capturecard.MYI
[...]
-rw-rw  1 mysql mysql   68 Mar 15 17:35 videosource.MYD
-rw-rw  1 mysql mysql 3072 Mar 16 14:37 videosource.MYI
-rw-rw  1 mysql mysql 8752 Mar 10 14:03 videosource.frm
-rw-rw  1 mysql mysql  120 Mar 13 03:45 videotypes.MYD
-rw-rw  1 mysql mysql 2048 Mar 13 03:45 videotypes.MYI
-rw-rw  1 mysql mysql 8698 Mar 10 14:03 videotypes.frm
 

Can I create 'callsignnetworkmap.frm' to solve this?
   

No. This file is strictly for the database's use only. You mess with it
at your own peril.
Graham
 


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

You need to start the frontend as the user mythtv
su mythtv -c mythfrontend
[EMAIL PROTECTED] don]$ su mythtv -c mythfrontend
Password:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
mythfrontend: cannot connect to X server :0.0
[EMAIL PROTECTED] don]$ ps auxww | grep mysqld
root  3028  0.0  0.2  2016 1056 ?S00:04   0:00 /bin/sh 
/usr/bin/mysqld_safe --datadir=/var/lib/mysql 
--pid-file=/var/lib/mysql/localhost.pid
mysql 3097  0.0  2.6 91292 13736 ?   Sl   00:04   0:00 
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql 
--pid-file=/var/lib/mysql/localhost.pid --skip-locking
don  11550  0.0  0.1  1764  592 pts/3R+   03:45   0:00 grep mysqld

[EMAIL PROTECTED] don]$ ls -l /var/lib/mysql/mythconverg/
total 0
I know I don't know much about this stuf but this looks really messed up.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] ./mythconverg/callsignnetworkmap.frm

2005-03-24 Thread Don
sys is 1.7ghz, 512m ram
120g /dev/hda, 160g /dev/hdb
cd/dvd-rw /dev/hdc, cd-rw /dev/hdd
Hauppage 350 TV card
MDK 10.1 KDE 3.2 W98
[EMAIL PROTECTED] don]$ mythfrontend
2005-03-24 03:05:01.692 Inserting MythTV initial database information.
2005-03-24 03:05:01.693 Upgrading to schema version 1060
2005-03-24 03:05:01.694 DB Error (Performing database upgrade):
Query was: CREATE TABLE IF NOT EXISTS callsignnetworkmap (  id int(11) 
NOT NULL auto_increment,  callsign varchar(20) NOT NULL default '',  
network varchar(20) NOT NULL default '',  PRIMARY KEY  (id),  UNIQUE KEY 
callsign (callsign));
Error was: Driver error was [2/1]:
QMYSQL3: Unable to execute query
Database error was:
Can't create/write to file './mythconverg/callsignnetworkmap.frm' 
(Errcode: 13)

new version: 1060
2005-03-24 03:05:01.696 Couldn't upgrade database to new schema, exiting.
[EMAIL PROTECTED] don]$
If I understand the above, there is no 
/var/lib/mysql/mythconverg/callsignnetworkmap.frm
and it can not be created.

Is this a permission problem?
Permissions for /var/lib/mysql/mythconverg are 'mythtv:mythtv'.
Is trying to start 'mythfrontend' as a 'user' a problem since the 
permissions are 'mythtv:mythtv'?

Can I create 'callsignnetworkmap.frm' to solve this?
dlw
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] This account is currently not available.

2005-03-24 Thread Don
Michael J. Lynch wrote:

This means the account was created with an expiration date
on the account, a time limit on the password, or both.  To
disable the time limit of the password, as root do
usermod -f -1 mythtv
There is a similar command to disable account disabling based
on and expiration date but I don't recall off hand what it is.
[EMAIL PROTECTED] don]# usermod -f -1 mythtv
[EMAIL PROTECTED] don]# su - mythtv
-bash-2.05b$
Doesn't appear to work.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] This account is currently not available.

2005-03-24 Thread Don
Richard C. Isaacson wrote:
That is a good line. :)
Howard Cokl wrote:
--- Don <[EMAIL PROTECTED]> wrote:
 

Ivor Hewitt wrote:
  

Don wrote:


Richard C. Isaacson wrote:
  

Are you just setting up your install? If so look


at the shell in   

/etc/passwd. You should be able to just do a su


mythtv. Otherwise   

change the shell that the account is using.
-rich
Don wrote:


[EMAIL PROTECTED] don]$ su - mythtv
Password:
This account is currently not available.
Why am I getting this error?
dlw
___
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
 

Are you just setting up your install?  .yes.
This is what /etc/password has;
mythtv:x:75:75:mythtvbackend
  

User:/var/lib/mythtv:/sbin/nologin
  

Otherwise change the shell that the account is
  

using.
  

I do not know what this means?
  
With ":/sbin/nologin" you have prevented this

account having an   

interactive login...
and using "su - mythtv" you are trying to use the

login shell.
  

either change "/sbin/nologin" or just "su" instead

of "su -"
  
[EMAIL PROTECTED] don]$ su mythtv
Password:
This account is currently not available.

Just 'su' is 'root'.
'mythfrontend' opens using 'root' but  Is it wise to
do this?
There is also this error;
[EMAIL PROTECTED] don]# mythfrontend
2005-03-24 01:34:11.389 Inserting MythTV initial
database information.
2005-03-24 01:34:11.390 Upgrading to schema version
1060
2005-03-24 01:34:11.391 DB Error (Performing
database upgrade):
Query was: CREATE TABLE IF NOT EXISTS
callsignnetworkmap (  id int(11) NOT NULL auto_increment,  callsign 
varchar(20) NOT
NULL default '',  network varchar(20) NOT NULL default '',  PRIMARY
KEY  (id),  UNIQUE KEY callsign (callsign));
Error was: Driver error was [2/1]:
QMYSQL3: Unable to execute query
Database error was:
Can't create/write to file
'./mythconverg/callsignnetworkmap.frm' (Errcode: 13)

new version: 1060
2005-03-24 01:34:11.392 Couldn't upgrade database to
new schema, exiting.
[EMAIL PROTECTED] don]#
/sbin/login is an executable file with the symbols
and such.
I don't have a clue how to change it.
___
mythtv-users mailing list
mythtv-users@mythtv.org
  
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 

Become root and at the command prompt type
usermod -s `which bash` mythtv
 

  

[EMAIL PROTECTED] don]$ su - mythtv
Password:
-bash-2.05b$
Is this correct?
What is the best way to start mythtv?
Console? Add mythtv to the gui menu?

___
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] This account is currently not available.

2005-03-24 Thread Don
Howard Cokl wrote:
--- Don <[EMAIL PROTECTED]> wrote:
 

Ivor Hewitt wrote:
   

Don wrote:
 

Richard C. Isaacson wrote:
   

Are you just setting up your install? If so look
 

at the shell in 
   

/etc/passwd. You should be able to just do a su
 

mythtv. Otherwise 
   

change the shell that the account is using.
-rich
Don wrote:
 

[EMAIL PROTECTED] don]$ su - mythtv
Password:
This account is currently not available.
Why am I getting this error?
dlw
___
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
 

Are you just setting up your install?  .yes.
This is what /etc/password has;
mythtv:x:75:75:mythtvbackend
   

User:/var/lib/mythtv:/sbin/nologin
   

Otherwise change the shell that the account is
   

using.
   

I do not know what this means?
   

With ":/sbin/nologin" you have prevented this
 

account having an 
   

interactive login...
and using "su - mythtv" you are trying to use the
 

login shell.
   

either change "/sbin/nologin" or just "su" instead
 

of "su -"
   

[EMAIL PROTECTED] don]$ su mythtv
Password:
This account is currently not available.
Just 'su' is 'root'.
'mythfrontend' opens using 'root' but  Is it wise to
do this?
There is also this error;
[EMAIL PROTECTED] don]# mythfrontend
2005-03-24 01:34:11.389 Inserting MythTV initial
database information.
2005-03-24 01:34:11.390 Upgrading to schema version
1060
2005-03-24 01:34:11.391 DB Error (Performing
database upgrade):
Query was: CREATE TABLE IF NOT EXISTS
callsignnetworkmap (  id int(11) 
NOT NULL auto_increment,  callsign varchar(20) NOT
NULL default '',  
network varchar(20) NOT NULL default '',  PRIMARY
KEY  (id),  UNIQUE KEY 
callsign (callsign));
Error was: Driver error was [2/1]:
QMYSQL3: Unable to execute query
Database error was:
Can't create/write to file
'./mythconverg/callsignnetworkmap.frm' 
(Errcode: 13)

new version: 1060
2005-03-24 01:34:11.392 Couldn't upgrade database to
new schema, exiting.
[EMAIL PROTECTED] don]#
/sbin/login is an executable file with the symbols
and such.
I don't have a clue how to change it.
___
mythtv-users mailing list
mythtv-users@mythtv.org
   

http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 

Become root and at the command prompt type
usermod -s `which bash` mythtv
 

[EMAIL PROTECTED] don]# usermod -s `which bash` mythtv
[EMAIL PROTECTED] don]#
There is no /mythconverg/callsignnetworkmap.frm file.
I assume mythtv creates it.
Should I create it?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] This account is currently not available.

2005-03-24 Thread Don
Ivor Hewitt wrote:
Don wrote:
Richard C. Isaacson wrote:
Are you just setting up your install? If so look at the shell in 
/etc/passwd. You should be able to just do a su mythtv. Otherwise 
change the shell that the account is using.

-rich
Don wrote:
[EMAIL PROTECTED] don]$ su - mythtv
Password:
This account is currently not available.
Why am I getting this error?
dlw
___
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
Are you just setting up your install?  .yes.
This is what /etc/password has;
mythtv:x:75:75:mythtvbackend User:/var/lib/mythtv:/sbin/nologin
Otherwise change the shell that the account is using.
I do not know what this means?

With ":/sbin/nologin" you have prevented this account having an 
interactive login...
and using "su - mythtv" you are trying to use the login shell.

either change "/sbin/nologin" or just "su" instead of "su -"
[EMAIL PROTECTED] don]$ su mythtv
Password:
This account is currently not available.
Just 'su' is 'root'.
'mythfrontend' opens using 'root' but  Is it wise to do this?
There is also this error;
[EMAIL PROTECTED] don]# mythfrontend
2005-03-24 01:34:11.389 Inserting MythTV initial database information.
2005-03-24 01:34:11.390 Upgrading to schema version 1060
2005-03-24 01:34:11.391 DB Error (Performing database upgrade):
Query was: CREATE TABLE IF NOT EXISTS callsignnetworkmap (  id int(11) 
NOT NULL auto_increment,  callsign varchar(20) NOT NULL default '',  
network varchar(20) NOT NULL default '',  PRIMARY KEY  (id),  UNIQUE KEY 
callsign (callsign));
Error was: Driver error was [2/1]:
QMYSQL3: Unable to execute query
Database error was:
Can't create/write to file './mythconverg/callsignnetworkmap.frm' 
(Errcode: 13)

new version: 1060
2005-03-24 01:34:11.392 Couldn't upgrade database to new schema, exiting.
[EMAIL PROTECTED] don]#
/sbin/login is an executable file with the symbols and such.
I don't have a clue how to change it.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] This account is currently not available.

2005-03-24 Thread Don
Richard C. Isaacson wrote:
Are you just setting up your install? If so look at the shell in 
/etc/passwd. You should be able to just do a su mythtv. Otherwise 
change the shell that the account is using.

-rich
Don wrote:
[EMAIL PROTECTED] don]$ su - mythtv
Password:
This account is currently not available.
Why am I getting this error?
dlw
___
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
Are you just setting up your install?  .yes.
This is what /etc/password has;
mythtv:x:75:75:mythtvbackend User:/var/lib/mythtv:/sbin/nologin
Otherwise change the shell that the account is using.
I do not know what this means?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] This account is currently not available.

2005-03-24 Thread Don
[EMAIL PROTECTED] don]$ su - mythtv
Password:
This account is currently not available.
Why am I getting this error?
dlw
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] (no subject)

2005-03-23 Thread Don
Andrew Close wrote:
On Wed, 23 Mar 2005 10:34:32 -0800, Don <[EMAIL PROTECTED]> wrote:
 

Brad Benson wrote:
   

 

mysql> hostname;
ERROR 1064: You have an error in your SQL syntax.  Check the manual that
corresponds to your MySQL server version for the right syntax to use
near 'hostname' at line 1
   

Don, i believe you should execute 'hostname' from the shell, not within 
mySQL.
 

My posting without a subject was not intentional.
I was moving to fast and didn't read the notice.
   

and top-posting is a no-no here too. ;)
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 

Yes, 'hostname' at the $ promt worked. Thank you.
Ahh...so I can clean up my act, what exactly is top posting?
dlw
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] (no subject)

2005-03-23 Thread Don
Brad Benson wrote:
On Wed, 23 Mar 2005 10:06:57 -0800, Don <[EMAIL PROTECTED]> wrote:
 

Can someone please help me with this.
All I need mysql for is to run mythtv.
To use SET PASSWORD on Unix, do this:
shell> mysql -u root
mysql> SET PASSWORD FOR ''@'localhost' = PASSWORD('newpwd');
mysql> SET PASSWORD FOR ''@'host_name' = PASSWORD('newpwd');
In the second SET PASSWORD statement, replace host_name with the name of
the server host. This is the name that is specified in the Host column
of the non-localhost record for root in the user table. If you don't
know what hostname this is, issue the following statement before using
SET PASSWORD:
mysql> SELECT Host, User FROM mysql.user;
Look for the record that has root in the User column and something other
than localhost in the Host column. Then use that Host value in the
second SET PASSWORD statement.
mysql> SELECT Host, User FROM mysql.user;
+---++
| Host  | User   |
+---++
| % | mythtv |
| localhost ||
| localhost | root   |
+---++
There is no 'root' with something else for a host.
How do I solve this?
dlw
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
   

Most likely you can find out the hostname by executing 'hostname'
(without the quotes) from the command line on the machine that is
running mysql.
 

mysql> hostname;
ERROR 1064: You have an error in your SQL syntax.  Check the manual that 
corresponds to your MySQL server version for the right syntax to use 
near 'hostname' at line 1

My posting without a subject was not intentional.
I was moving to fast and didn't read the notice.
Also, in the future you should NEVER send a post to the list with no
subject line.  It just so happens that I'm bored at the moment and was
curious what was in your post, but nine times out of ten no one is
going to read the post, let alone replay to it, if you don't include a
subject line giving at least a vague idea of what your question is.
Brad
___
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] (no subject)

2005-03-23 Thread Don
Can someone please help me with this.
All I need mysql for is to run mythtv.
To use SET PASSWORD on Unix, do this:
shell> mysql -u root
mysql> SET PASSWORD FOR ''@'localhost' = PASSWORD('newpwd');
mysql> SET PASSWORD FOR ''@'host_name' = PASSWORD('newpwd');
In the second SET PASSWORD statement, replace host_name with the name of 
the server host. This is the name that is specified in the Host column 
of the non-localhost record for root in the user table. If you don't 
know what hostname this is, issue the following statement before using 
SET PASSWORD:

mysql> SELECT Host, User FROM mysql.user;
Look for the record that has root in the User column and something other 
than localhost in the Host column. Then use that Host value in the 
second SET PASSWORD statement.

mysql> SELECT Host, User FROM mysql.user;
+---++
| Host  | User   |
+---++
| % | mythtv |
| localhost ||
| localhost | root   |
+---++
There is no 'root' with something else for a host.
How do I solve this?
dlw
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] connect to database

2005-03-21 Thread Don
Loren H. Burlingame wrote:
On Mon, 21 Mar 2005 05:58:00 -0800, Don <[EMAIL PROTECTED]> wrote:
 

[EMAIL PROTECTED] don]$ mythtv
2005-03-21 05:48:45.074 Switching to square mode ()
2005-03-21 05:48:45.147 Unable to connect to database!
2005-03-21 05:48:45.147 Driver error was [1/2005]:
QMYSQL3: Unable to connect
Database error was:
Unknown MySQL server host '[EMAIL PROTECTED]' (1)
How do I find out who the server host is?
dlw
   

localhost should be resolvable to the loopback address of 127.0.0.1
check your /etc/hosts file to make sure you have something similar to
the following:
127.0.0.1 localhost localhost.localdomain
 

Yes, that is exactly what is in /etc/hosts.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] connect to database

2005-03-21 Thread Don
[EMAIL PROTECTED] don]$ mythtv
2005-03-21 05:48:45.074 Switching to square mode ()
2005-03-21 05:48:45.147 Unable to connect to database!
2005-03-21 05:48:45.147 Driver error was [1/2005]:
QMYSQL3: Unable to connect
Database error was:
Unknown MySQL server host '[EMAIL PROTECTED]' (1)
How do I find out who the server host is?
dlw
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] trying to get mythtv-0.17 working

2005-03-20 Thread Don
Bryan Halter wrote:
Don wrote:
sys is AMD Athlon 1.7ghz, 512m ram
160g /dev/hda, 120g /dev/hdb
cd/dvd-rw /dev/hdc, cd-rw /dev/hdd
MDK 10.1, KDE 3.2 W98
Hauppage PVR 350 TV card
mythtv-0.17 installed via RPM's
mythtv starts with a screen that reads:
'myth could not connect to database'
[EMAIL PROTECTED] don]$ mythtv
2005-03-20 07:30:43.911 Switching to square mode ()
2005-03-20 07:30:43.984 Unable to connect to database!
2005-03-20 07:30:43.984 Driver error was [1/2005]:
QMYSQL3: Unable to connect
Database error was:
Unknown MySQL Server Host '[EMAIL PROTECTED]' (1)
couldn't open db
2005-03-20 07:30:43.985 Switching to square mode (blue)
mythtv: could not connect to socket
mythtv: No such file or directory
lirc_init failed for mythtv, see preceding messages
2005-03-20 07:30:44.704 Joystick disabled.
QSqlDatabaseManager::database: unable to open database: Can't connect 
to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2): 
QMYSQL3: Unable to connect
2005-03-20 07:30:49.160 User canceled database configuration
couldn't open db
[EMAIL PROTECTED] don]$

~/.mythtv/mysql.txt:
[EMAIL PROTECTED]
DBUserName=don
DBPassword=mythtv
DBName=mythconverg
DBType=QMYSQL3
The screen that shows the error 'myth could not connect to database'
has MySQL listed as the database where as ~/.mythtv/mysql.txt has 
QMYSQL3.
Haven't figure out how to change it yet.

Database software is:
MySQL-shared-4.11-1.i686.rpm
libqt3-mysql-3.3.3-26mdk10.1.thac.i586.rpm
I've used Linux since 98.
I am a USER with some technical knowledge.
I do not know diddly about databases.
I have Dish Network.
Signal goes from satillite box to 'vcr/dvd'
then to TV and computer via a splitter.
The PVR 350 has TV out but I haven't been
able to get it working. (Reason for splitter)
Eventually I want to run direct to computer
from satillite box then to 'vcr/dvd' then TV.
(I think.)
Can someone help get mythtv up and running?
dlw
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

When you installed the database did you go into mysql and set 
permissions on it?

Something like:
mysql -u root
> grant all on mythconverg.* to [EMAIL PROTECTED] identified by mythtv;

>quit
should do.
Also your DBHost name is not [EMAIL PROTECTED] its just localhost :) uppon 
further reflection I bet that's it.  Its trying to connecto to some 
machine called [EMAIL PROTECTED] and login as don.

--Bryan
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
Tried as user:
mysql -u root
bash: mysql: command not found
Tried as root:
mysql -u root
bash: mysql: command not found
Changed [EMAIL PROTECTED] to localhost:
DBHostName=localhost
DBUserName=don
DBPassword=mythtv
DBName=mythconverg
DBType=QMYSQL3
dlw
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] trying to get mythtv-0.17 working

2005-03-20 Thread Don
sys is AMD Athlon 1.7ghz, 512m ram
160g /dev/hda, 120g /dev/hdb
cd/dvd-rw /dev/hdc, cd-rw /dev/hdd
MDK 10.1, KDE 3.2 W98
Hauppage PVR 350 TV card
mythtv-0.17 installed via RPM's
mythtv starts with a screen that reads:
'myth could not connect to database'
[EMAIL PROTECTED] don]$ mythtv
2005-03-20 07:30:43.911 Switching to square mode ()
2005-03-20 07:30:43.984 Unable to connect to database!
2005-03-20 07:30:43.984 Driver error was [1/2005]:
QMYSQL3: Unable to connect
Database error was:
Unknown MySQL Server Host '[EMAIL PROTECTED]' (1)
couldn't open db
2005-03-20 07:30:43.985 Switching to square mode (blue)
mythtv: could not connect to socket
mythtv: No such file or directory
lirc_init failed for mythtv, see preceding messages
2005-03-20 07:30:44.704 Joystick disabled.
QSqlDatabaseManager::database: unable to open database: Can't connect to 
local MySQL server through socket '/var/lib/mysql/mysql.sock' (2): 
QMYSQL3: Unable to connect
2005-03-20 07:30:49.160 User canceled database configuration
couldn't open db
[EMAIL PROTECTED] don]$

~/.mythtv/mysql.txt:
[EMAIL PROTECTED]
DBUserName=don
DBPassword=mythtv
DBName=mythconverg
DBType=QMYSQL3
The screen that shows the error 'myth could not connect to database'
has MySQL listed as the database where as ~/.mythtv/mysql.txt has QMYSQL3.
Haven't figure out how to change it yet.
Database software is:
MySQL-shared-4.11-1.i686.rpm
libqt3-mysql-3.3.3-26mdk10.1.thac.i586.rpm
I've used Linux since 98.
I am a USER with some technical knowledge.
I do not know diddly about databases.
I have Dish Network.
Signal goes from satillite box to 'vcr/dvd'
then to TV and computer via a splitter.
The PVR 350 has TV out but I haven't been
able to get it working. (Reason for splitter)
Eventually I want to run direct to computer
from satillite box then to 'vcr/dvd' then TV.
(I think.)
Can someone help get mythtv up and running?
dlw
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Possible root cause for frontend/backend crashes

2005-03-15 Thread Don Bostrom
Hello,

I'm new to this list, so I appologize in advance if this information is old
news.

I have found that the main cause of MythTV crashing on my system (both the
frontend and the backend) is a seg fault in the MySQL library function
my_strcasecmp_8bit().

After recompiling MythTV with various option combinations and having no luck,
I tried a Google search and found a link to this official MySQL bug report
<http://bugs.mysql.com/bug.php?id=7344>.

It appears this is a known problem in MySQL and is triggered by the specific
usage patterns of the QT library. The problem still exists in version 4.1.10a
of MySQL, but will be fixed in 4.1.11.

I hope this information relieves someone else of the many hours of frustration
that I had while trying to get MythTV up and running for the first time.

-don-

Arch Linux 0.7; MythTV 0.17; MySQL 4.1.10a; QT 3.3.4; nVidia FX5200 (S-Video
out); Hauppauge PVR-350

-- 


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


[mythtv-users] Best OS (where in the archives?)

2005-03-05 Thread Don Sheehan
I am sure this is covered in the archives but I can't find it.

What are the pros/cons of different distros for mythtv? Specifically
Mandrake, Debian, or Gentoo.

So the question here is, what can I search on to find so threads to read? 

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


[mythtv-users] Re: Is this a memory leak?

2005-01-10 Thread Don Brett
OK, maybe I sent everyone on a wild goose chase.  Somebody tell me if
this makes sense:

- Start X, Mythbackend, Mythfrontend, and start to play live TV, all is
fine.
- Watch memory and it grows to almost max, but mythfrontend doesn't
increase.
- Stop movie and memory returns to normal.
- Start live TV again and let it run.  Memory grows to max, then
swapping starts.

Is the memory growth due to buffered-up video (which is used for jumping
back)?  If that's the case, then this is perfectly normal operation.
Or, is there a limit on the amount of ram that mythfrontend should
consume during playback?

It's starting to sound like my freezing problem is caused by something
else?  Comments?  Thanks,
Don


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


[mythtv-users] Re: Is this a memory leak?

2005-01-10 Thread Don Brett
Forgot to mention this: yes, I have about a gig of swap drive setup on
the box.  Is that the swap you meant?  Thanks,
Don


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


[mythtv-users] Re: Is this a memory leak?

2005-01-10 Thread Don Brett
Here's some additional data.  Actually, I don't see mythbackend or
mythfrontend growing at all.  It only happens while playing (movie or
live tv).  Thanks for the help, can I provide any more data?
Don


 Several captures from Top:

TopAtStart.txt
- X started with no other programs running

TopWithMythbackendOnly.txt
- X started
- Mythbackend started manually

TopWithMythfrontend.txt
- X started
- Mythbackend started manually
- Mythbackend started manually

TopAfterPlayingOneMinute.txt
- X started
- Mythbackend started manually
- Mythbackend started manually
- Live TV playing for one minute

TopAfterPlayingTenMinute.txt
- X started
- Mythbackend started manually
- Mythbackend started manually
- Live TV playing for ten minutes

 07:59:14  up 7 min,  5 users,  load average: 0.16, 0.27, 0.14
104 processes: 103 sleeping, 1 running, 0 zombie, 0 stopped
CPU states:   1.1% user   0.7% system   0.0% nice   0.0% iowait  98.0% idle
Mem:   385784k av,  245692k used,  140092k free,   0k shrd,9604k buff
45236k active, 147032k inactive
Swap:  979956k av,   0k used,  979956k free   97448k cached

  PID USER PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME CPU COMMAND
  376 root   9   0 35860  35M 11412 S 0.0  9.2   0:03   0 mythfrontend
  223 root  14  -1 32636  23M  2696 S <   0.7  6.2   0:21   0 X
  279 root   9   0 15280  14M 13652 S 0.0  3.9   0:00   0 kdeinit
  322 root  11   0 14856  14M 13348 S 0.3  3.8   0:02   0 kdeinit
  285 root   9   0 14684  14M 13232 S 0.0  3.8   0:00   0 kdeinit
  287 root   9   0 14684  14M 13232 S 0.0  3.8   0:00   0 kdeinit
  268 root   9   0 14324  13M 12912 S 0.0  3.7   0:00   0 kdeinit
  276 root   9   0 14308  13M 13064 S 0.0  3.7   0:00   0 kdeinit
  164 mysql  9   0 14216  13M  2904 S 0.0  3.6   0:00   0 mysqld
  272 root   9   0 13200  12M 12112 S 0.0  3.4   0:00   0 kdeinit
  283 root   9   0 12728  12M 11680 S 0.0  3.2   0:00   0 kdeinit
  288 root   9   0 12568  12M 10792 S 0.0  3.2   0:00   0 korgac
  274 root   8   0 12268  11M 11420 S 0.0  3.1   0:00   0 kdeinit
  256 root   9   0 11896  11M 11124 S 0.0  3.0   0:00   0 kdeinit
  271 root   9   0 11428  11M 10748 S 0.0  2.9   0:00   0 kdeinit
  320 root   9   0 11088  10M  9480 S 0.0  2.8   0:00   0 kalarmd
  254 root   9   0 10404  10M 1 S 0.0  2.6   0:00   0 kdeinit
  341 root   9   0 10376  10M  7992 S 0.0  2.6   0:00   0 mythbackend
  339 root   9   0  9744 9740  9496 S 0.0  2.5   0:00   0 kdeinit
  251 root   9   0  9312 9308  9032 S 0.0  2.4   0:00   0 kdeinit
  248 root   8   0  9308 9304  9156 S 0.0  2.4   0:00   0 kdeinit
  174 root   9   0  4284 4284  4196 S 0.0  1.1   0:00   0 httpd
  128 root   9   0  2072 2072  1524 S 0.0  0.5   0:00   0 sendmail
  131 smmsp  8   0  1964 1956  1492 S 0.0  0.5   0:00   0 sendmail
  176 root   9   0  1824 1824  1268 S 0.0  0.4   0:00   0 smbd
  178 root   9   0  1708 1708  1568 S 0.0  0.4   0:00   0 nmbd
  113 root   9   0  1416 1416  1200 S 0.0  0.3   0:00   0 sshd
  292 root   9   0  1328 1328  1032 S 0.0  0.3   0:00   0 bash
  323 root   9   0  1324 1324  1032 S 0.0  0.3   0:00   0 bash
 08:10:11  up 18 min,  5 users,  load average: 0.10, 0.12, 0.11
111 processes: 110 sleeping, 1 running, 0 zombie, 0 stopped
CPU states:   0.9% user   0.9% system   0.0% nice   0.0% iowait  98.0% idle
Mem:   385784k av,  381160k used,4624k free,   0k shrd,1412k buff
   238480k active, 109724k inactive
Swap:  979956k av,1544k used,  978412k free  254012k cached

  PID USER PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME CPU COMMAND
  376 root   9   0 42732  41M 12712 S 0.0 11.0   0:03   0 mythfrontend
  223 root  14  -1 32764  23M  2696 S <   0.3  6.2   0:31   0 X
  279 root   9   0 15288  14M 13652 S 0.0  3.9   0:01   0 kdeinit
  164 mysql  9   0 14352  14M  2920 S 0.0  3.7   0:00   0 mysqld
  268 root   9   0 14324  13M 12912 S 0.0  3.7   0:00   0 kdeinit
  276 root   9   0 14308  13M 13064 S 0.0  3.7   0:00   0 kdeinit
  322 root   9   0 14808  13M 12788 S 0.0  3.7   0:03   0 kdeinit
  285 root   9   0 14632  13M 12660 S 0.0  3.6   0:00   0 kdeinit
  287 root   9   0 14632  13M 12660 S 0.0  3.6   0:00   0 kdeinit
  272 root   9   0 13200  12M 12112 S 0.0  3.4   0:01   0 kdeinit
  341 root   9   0 13192  12M  8376 S 0.0  3.4   0:00   0 mythbackend
  283 root   9   0 12744  12M 11680 S 0.0  3.3   0:00   0 kdeinit
  288 root   9   0 12548  12M 10772 S 0.0  3.2   0:00   0 korgac
  274 root   8   0 12268  11M 11420 S 0.0  3.1   0:00   0 kdeinit
  256 root   9   0 11896  11M 11124 S 0.0  3.0   0:00   0 kdeinit
  271 root   9   0 11432  11M

[mythtv-users] Is this a memory leak?

2005-01-09 Thread Don Brett
I'm having a problem with mythfrontend freezing, well, actually it locks
up the entire computer.  It can play live TV for 30 to 120 minutes
before it freezes.  The same thing happens with recorded movies.  It
seems to be memory related.

I ran the K performance monitor.  Results are:
- the machine starts with 380 Meg of ram.
- start X and memory stabilizes, running at about 139 Meg,
- start mythbackend, it uses about 10 meg of memory and stabilizes.
- start mythfrontend, it uses about 35 meg of memory and stabilizes.
- Play live TV and memory slowly ramps up to just under maximum
available.  This takes about 10 minutes.
- Leave it playing and I see memory bobbling around 4 meg under max.
- If I leave it running like this, it will eventually freeze the machine
(press reset button to recover).

During the ramp up to max:
- Stop playing live TV and memory return to normal (usually).
- Start playing live TV again and memory ramps up to max.
- While memory is ramping up, change channel and it levels out for about
2 minutes, then starts to ramp up again.

Most of my experience says this is a memory leak.  Anyone have an idea
of what to do?  Thanks,
Don

PS:
distro - Slackware 9.1
Kernel - 2.4.7
ivtv driver - 2.ivtv-0.2.0-rc3a
firmware - pvr48wdm_1.8.22037.exe (as I recall)
mythtv-0.16
mythweb-0.16



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


[mythtv-users] OT - Warning when loading X

2005-01-09 Thread Don Brett
Does anybody get this warning in their X log (XFree86.0.log):

(WW) VESA Framebuffer: More than one matching Device section found:

I've looked at XF86Config and don't see any duplicate entries.  Also, it
seems to happen whether I have the pvr-350 tv-out setups in XF86Config
or not.  Thanks for the help,

Don


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


[mythtv-users] Re: PVR-350 requires firmware?

2005-01-03 Thread Don Brett
Yes, it needs firmware (and it's not that obvious).  The manual way to
do it is to run:

ivtvfwextract.pl FirmwareFileName

, where FirmWareFileName is the name of the firmware file you downloaded
from:

http://ivtv.writeme.ch/tiki-index.php?page=Drivers+and+Firmware

Generally, this is done during the installation of the driver, which is
probably handled in one of the rpm's mentioned by Axel.  If you do it
manually, you need to figure out what driver version, kernel module
patch file, and firmware versions to use.  If the rpm doesn't work out
(and if you feel like experimenting), the drivers are here:

http://205.209.168.201/~ckennedy/ivtv/

Good luck,
Don


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


[mythtv-users] Re: Pvr-350 - Do the menus work on tvout

2004-12-29 Thread Don Brett
Ok, I tried doing the modprobe after starting X and the menus work.
When I tried to modprobe ivtv-fb at boot (rc.local), it freezes the
entire machine when I start X.  How do you load the drivers?  And, by
the way, which driver and firmware are you using?  Thanks,
Don


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


[mythtv-users] Re: Pvr-350 - Do the menus work on tvout

2004-12-29 Thread Don Brett
Thanks for the replies.

John at Netdirect -  I was talking about the "Use PVR250/350 output" in
Mythfrontend's setup, so I'll look at you instructions a bit later.  I
was following that thread earlier until I realized it was FC related.
It seems that every time I attempt to apply FC instructions to
Slackware, I get lost (but maybe the X parts still apply).

John.P.Harvey at BtInternet - Which driver and firmware are you using?
Also, could you post the ivtv and lircd portions of your modules.conf?

Thanks,
Don

distro - Slackware 9.1
Kernel - 2.4.27
driver - ivtv-0.2.0-rc3a
firmware - pvr_1.18.21.22168_inf.zip

modules.conf:
alias char-major-81 videodev
alias char-major-81-0 ivtv



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


[mythtv-users] Pvr-350 - Do the menus work on tvout

2004-12-29 Thread Don Brett
I have not been able to get the on-screen menus to appear on the tv-out
(press m for menu).  They work fine if I disable tvout and use the
computer monitor.  Does this work for anyone else?  If so, what ivtv
driver and firmware are you using?  Thanks,
Don


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


[mythtv-users] Re: Prob setting up PVR350 card using ivtv

2004-12-29 Thread Don Brett
Uuuhh, this may be way off target, but you may want to consider this:

>Installed the ivtv 0.3 driver and it seems to be much better 
- ivtv 0.3 is generally considered bleeding edge, you may want to
consider 0.2x
http://205.209.168.201/~ckennedy/ivtv/
- If you're using the 0.2x or 0.3x driver the tuner type is
automatically detected.  There's no need to force it.
- If you're using the 0.3 driver, I believe the modules.conf setup
should look more like:


# use this setup for the ckennedy drivers (0.2x and 0.3x)
alias char-major-81 videodev
alias char-major-81-0 ivtv

### setup with original driver - stock 0.1.9 version - NTSC#
#alias char-major-81 videodev
#alias char-major-81-0 ivtv
#alias char-major-61 lirc_i2c
#options tuner type=47
#options saa7127 enable_output=1 output_select=0
#options msp3400 once=1 simple=1
#add below ivtv msp3400 saa7115 saa7127 tuner
#add above ivtv ivtv-fb
#add above ivtv lirc_dev lirc_i2c
########

Good luck,
Don



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


[mythtv-users] Re: mysql

2004-12-29 Thread Don Brett
I think I sent this to the wrong place in the last post.

It looks something like this:

- On my system, I have to be logged-in as root in order to access the
mysql database (which is where the password is located).  Follow Jeff's
instructions about logging-in as root.
- My distro is Slackware, so it may look a slightly different.
- replace yourpassword with whatever it is  i.e. -peatatjoes, or
whatever.

[EMAIL PROTECTED]:~# mysql -uroot -pyourpassword
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 15 to server version: 4.0.15a

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show databases;
+-+
| Database|
+-+
| mysql   |
| mythconverg |
| test|
+-+
3 rows in set (0.00 sec)

mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+-+
| Tables_in_mysql |
+-+
| columns_priv|
| db  |
| func|
| host|
| tables_priv |
| user|
+-+
6 rows in set (0.00 sec)

mysql> select * from user;
(this will give you a couple of screens of what looks like giberish
because it has many columns and it's not lined up, so do the next
command)

mysql> select host, user from user;
+-++
| host    | user   |
+-++
| %   | don|
| %   | don1   |
| 192.168.0.% | mythtv |
| localhost   ||
| localhost   | mythtv |
| localhost   | root   |
| sanson  ||
| sanson  | root   |
+-++
8 rows in set (0.00 sec)

(Now do the update)

mysql>UPDATE user SET Password=PASSWORD.

mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)

mysql> quit;
Bye
[EMAIL PROTECTED]:~#


I don't know what you're trying to fix, but that's what it looks like.
Don
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: mysql setup help

2004-12-29 Thread Don Brett
It looks something like this:

- On my system, I have to be logged-in as root in order to access the
mysql database (which is where the password is located).  Follow Jeff's
instructions about logging-in as root.
- My distro is Slackware, so it may look a slightly different.
- replace yourpassword with whatever it is  i.e. -peatatjoes, or
whatever.

[EMAIL PROTECTED]:~# mysql -uroot -pyourpassword
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 15 to server version: 4.0.15a

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show databases;
+-+
| Database|
+-+
| mysql   |
| mythconverg |
| test|
+-+
3 rows in set (0.00 sec)

mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+-+
| Tables_in_mysql |
+-+
| columns_priv|
| db  |
| func|
| host|
| tables_priv |
| user|
+-+
6 rows in set (0.00 sec)

mysql> select * from user;
(this will give you a couple of screens of what looks like giberish
because it has many columns and it's not lined up, so do the next
command)

mysql> select host, user from user;
+-++
| host    | user   |
+-++
| %   | don|
| %   | don1   |
| 192.168.0.% | mythtv |
| localhost   ||
| localhost   | mythtv |
| localhost   | root   |
| sanson  ||
| sanson  | root   |
+-++
8 rows in set (0.00 sec)

(Now do the update)

mysql>UPDATE user SET Password=PASSWORD.

mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)

mysql> quit;
Bye
[EMAIL PROTECTED]:~#


I don't know what you're trying to fix, but that's what it looks like.
Don



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


[mythtv-users] Re: Prob setting up PVR350 card using ivtv

2004-12-26 Thread Don Brett
This sounds very similar to my experience.  Take a look at this thread:

http://www.gossamer-threads.com/lists/mythtv/users/92748?search_string=don%20brett;#92748

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


Re: [mythtv-users] Cursor disappears when overtop ofmythfrontend

2004-12-24 Thread Don Brett
Uuuuhh, ok, cool  ;-).  Then this falls firmly under the category of "if
it aint broke, don't fix it".  Works for me.  Thanks,
Don


PAUL WILLIAMSON wrote:

> >>> [EMAIL PROTECTED] 12/24/2004 10:27:14 AM >>>
> > I run mythfrontend and the program works fine, except the cursor
> > (pointer arrow) disappears whenever it's on the gray background of
> the
> > window.  The keyboard works fine, the cursor reappears when it's
> over
> > the window border at the top.  No other program windows do this.
> Anyone
> > know how to fix it?  Thanks,
> > Don
>
> Modify the code ;-)
>
> Seriously, that's the way it's supposed to work.
>
> Paul

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


[mythtv-users] Re: Connection problem

2004-12-24 Thread Don Brett
I just took a quick look to see what that error was about.  Here's what
I found:

- The connection may be working fine.
- It's doing a check on protocol compatibility before proceeding (a good
thing to do).
- This check throws an error if it doesn't understand the response from
the backend, which is what I would expect if the protocol doesn't match.

It seems that the backend is a different version than what mythweb is
expecting.  And probably different enough that it doesn't even
understand the answer.

Here's the function that's returning the error:

...
check_proto_version:
Check that we are speaking a version of the protocol that is
compatible
*/
function check_proto_version($fp) {
global $MYTH_PROTO_VERSION;
$our_version = $MYTH_PROTO_VERSION;
$cmd = "MYTH_PROTO_VERSION " . $our_version;
$response = explode(backend_sep, backend_command2($cmd, $fp));
if ($response[0] == "ACCEPT")
return;
if ($response[0] == "REJECT")
{
trigger_error("Incompatible protocol version (mythweb=" .
$our_vers
return;
}
trigger_error("Unexpected response to MYTH_PROTO_VERSION '" .
$cmd . "'
}

/*
.

Mythweb is expecting the backend protocol version to be 13.

>From line 15 of mythbackend.php:

...
// MYTH_PROTO_VERSION is defined in libmyth in
mythtv/libs/libmyth/mythcontext.
// and should be the current MythTV protocol version.
$MYTH_PROTO_VERSION = "13";
...

So, looking for mythcontext:
#locate mythcontext

, mine is located on:

/usr/local/include/mythtv/mythcontext.h

, and here's the line from mythcontext.h that defines the version (line
114)

#define MYTH_PROTO_VERSION "13"

So, go look at your mythcontext.h to see what version it is.  Don't know
if this helps, but it might be a good start.  Good luck,
Don


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


[mythtv-users] Re: Lost connection to MySQL server during query

2004-12-24 Thread Don Brett
"Select NULL" works for me when I run it manually:

.
#mysql -umythtv -pmythtv

mysql> SELECT NULL;
+--+
| NULL |
+--+
| NULL |
+--+
1 row in set (0.09 sec)

mysql>quit
#
.

So, it sounds like Mysql is giving you a connection error when the
program tries to kick it (sounds like a keep-alive sort of function),
which is what you suspected in the first place.  Uuuhh, ok, I've never
seen mysql timeout like that before, even when I haven't used it for
days, but, I don't have any power saver features running, other than
defaults.

Here's some threads that might help:

Variable that can be set in Mysql:
http://rucus.ru.ac.za/docs/mysql/SHOW-VARIABLES.html

Setting mysql server variables:
http://dev.mysql.com/doc/mysql/en/Server_system_variables.html

Setting wait_timeout variable:
http://lists.mysql.com/mysql/176811

I know none of this sounds simple, but it's all I could come up with.
Good luck,
Don


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


[mythtv-users] Cursor disappears when overtop of mythfrontend

2004-12-24 Thread Don Brett
I run mythfrontend and the program works fine, except the cursor
(pointer arrow) disappears whenever it's on the gray background of the
window.  The keyboard works fine, the cursor reappears when it's over
the window border at the top.  No other program windows do this.  Anyone
know how to fix it?  Thanks,
Don


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


  1   2   >