Re: [mythtv-users] Frontends can't find database, can't connect (success)

2005-07-01 Thread Michael Jones
Thanks Marc and Korey.. That was the ticket. The link http://wilsonet.com/mythtv/fcmyth.php#mysql In combination with the info provided by Mark Tousignant put me in the right place. When I listed the users, only the root users had a Y in ANY of the privilege columns. I used the GRANT function

RE: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Korey Fort
You have to do the same for all of the users who connect to the database no bind necessary. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Jones Sent: Friday, July 01, 2005 11:18 PM To: Discussion about mythtv Subject: Re: [mythtv-users] Frontend

Re: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Michael Jones
Marc, Thanks.. I'll give that part a shot.. However, Acutally I can only connect to the mysql database LOCALLY as root.. I can't do squat from a remote front end (root or otherwise). . I may have to dig into the bind addresses or something.. - Michael > From: Marc Tousignant <[EMAIL PROTEC

Re: [mythtv-users] MythTV editing and home key

2005-07-01 Thread shadestalker
On 7/1/05, Fedor Pikus <[EMAIL PROTECTED]> wrote: > A couple times I accidentally hit "Home" key while editing recordings. > The result was that the edit bar was cleared of all cut points, and > frontend froze, I had to kill -9 it. > > What's the key supposed to do, and why would that action hang

Re: [mythtv-users] Remote to use w/ EPIA M10000

2005-07-01 Thread MagicITX
On 6/30/05, Michael Carland <[EMAIL PROTECTED]> wrote: > > On Jun 30, 2005, at 8:54 PM, Pane, Chris wrote: > > > > What are people with EPIA m1 doing for remotes. > > > I built a serial LIRC receiver, and plugged it into the header on the > M1 board. I replaced the power button/disk li

Re: [mythtv-users] Overwhelmed

2005-07-01 Thread Chris Lopeman
PAUL WILLIAMSON wrote: "Mark Knecht" <[EMAIL PROTECTED]> 06/30/05 11:48 AM >>> On 6/30/05, PAUL WILLIAMSON <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] 06/29/05 10:09 PM >>>

RE: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Marc Tousignant
Mike, Follow this yggdrasil ~ # mysql -uroot -p mysql> show databases; mysql> use mysql; mysql> select * from user where User = 'mythtv'; you should see atleast 2 records | % | mythtv | localhost | mythtv If you do not see the % one create a the user GRANT USAGE ON *.* TO 'mythtv'@'%' ID

Re: [mythtv-users] Mythstream Tips Tricks

2005-07-01 Thread Phill Edwards
> I tried to install Mythstream a few weekends ago and it refused to show up in > Mythtv. I followed all the instructions and kept thinking it was a plugin > issue. It > wasn't. My Myththemes was messed up. I cleaned and re-installed Myththemes, >made the required additions to lirary.xml and me

Re: [mythtv-users] [Slightly OT] Recommendations for Joysticks?

2005-07-01 Thread Ross Campbell
> looking at getting a joystick for running the games, I'd love to get > something close to an arcade style joystick (big frogger and contra fan) > and was wondering if anyone had some recommendations. I have a "Super Joybox 5" USB adapter that supports up to 4 playstation controllers. http://www.

RE: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Korey Fort
Mythtv lacks permission to log in. Try reading this: http://dev.mysql.com/doc/mysql/en/adding-users.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Jones Sent: Friday, July 01, 2005 7:20 PM To: Discussion about mythtv Subject: Re: [mythtv-use

Re: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Michael Jones
Just another note.. I did use http://wilsonet.com/mythtv/fcmyth.php#mysql to set this up... I did receive the error that is mentioned here.. Could this be the issue? > From: Michael Jones <[EMAIL PROTECTED]> > Reply-To: Discussion about mythtv > Date: Fri, 01 Jul 2005 17:19:47 -0700 > To:

Re: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Michael Jones
Ok.. this is getting a little frustrating.. Sorry if this is a little disjointed.. but my brain is bouncing around in my head trying to wrap itself around this properly ;) Note: >From the machine running the masterbackend I can only access the database as root.. not mythtv as I am assuming I sh

Re: [mythtv-users] MythTV Database problem - Credits.MYI

2005-07-01 Thread Scott Carr
Bruce Markey wrote: Scott Carr wrote: I have been having problems with MythFillDatabase taking FOREVER to input the records. This process used to take about 5 minutes, now it takes close to 24 hours. I noticed that my Credits.myi has 1400 records and my people table only has 80 re

Re: [mythtv-users] PVR250

2005-07-01 Thread Dewey Smolka
Are you sure you put the right card in mythtvsetup? Start mythtvsetup and check capture card settings -> card type. This should be set to hardware mpeg-2 card. You shoudn't have to change any settings in mythfrontend to get the 250 working. ___ mythtv-us

Re: [mythtv-users] PVR250

2005-07-01 Thread Michael Haas
[EMAIL PROTECTED] wrote: Hi! Please go back to the setup program and make sure that you've defined your PVR 250 correctly. I guess that you entered 'standard v4l' instead of 'pvr x50/500' as the card type. 2005-07-02 00:14:22.041 Changing from None to WatchingLiveTV 2005-07-02 00:14:22.075

[mythtv-users] PVR250

2005-07-01 Thread mcffeyel
Dear users, I am very experienced with Linux, but brand new with Mythtv. I am using a PVR-250 card. This card works fine under linux, using the appropriate drivers (ie I can see the video input in a window using mplayer -vo xv /dev/video0). I did the configuration using mythtvsetup, as described

[mythtv-users] tv_grab_za not in mythtvsetup

2005-07-01 Thread Deon Bredenhann
Hi there I used Jarod's guide in setting up my box with a PVR350. Now the xmltv package includes tv_grab_za, which I tested, and I get program listings. The problem is that I cannot select tv_grab_za in mythtvsetup. Any idea on how I can get around this problem? Thanx a mil. __

Re: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Michael Jones
Nope.. Didn't find that one the first time I looked. Thanks for the link. - Michael > From: Donavan Stanley <[EMAIL PROTECTED]> > Reply-To: Donavan Stanley <[EMAIL PROTECTED]>, Discussion about mythtv > > Date: Fri, 1 Jul 2005 12:42:05 -0400 > To: Discussion about mythtv > Subject: Re: [mytht

Re: [mythtv-users] [Slightly OT] Recommendations for Joysticks?

2005-07-01 Thread Matt Gorecki
I just bought an USB adapter for a Playstation 2 Controller. I'm not sure how well it'll work for a game like frogger, but everything else it's great. - matt [EMAIL PROTECTED] wrote: Hi all. So I've got everything up and running brilliantly. A big thanks to Jarod and his howto and this li

Re: [mythtv-users] mythfrontend segmentation fault

2005-07-01 Thread Chad Sims
I saw somethign similiar with XvMC enabled. Myth would crash when starting to watch tv. - Original Message - From: "Sven Richter" <[EMAIL PROTECTED]> To: "Discussion about mythtv" Sent: Friday, July 01, 2005 1:54 PM Subject: [mythtv-users] mythfrontend segmentation fault ___

[mythtv-users] [Slightly OT] Recommendations for Joysticks?

2005-07-01 Thread mike
Hi all. So I've got everything up and running brilliantly. A big thanks to Jarod and his howto and this list (I'm a pretty persistant lurker). Anyway I'm looking at getting a joystick for running the games, I'd love to get something close to an arcade style joystick (big frogger and contra fan)

Re: [mythtv-users] HD capture via Component/RGB/DVI incoming at 720i

2005-07-01 Thread Michael T. Dean
Todd Bailey wrote: It there anyway to perform an video + audio mixed in capture on the above listed hd signals and resolution? Not for under $1000. Maybe for under $10,000. Probably for under $100,000. At the prices involved and because the solutions available are all for "specialized" u

Re: [mythtv-users] OT: FedoraCore3 + NFS + XFS + Software Raid = EIP?

2005-07-01 Thread Blammo
On 7/1/05, James Esslinger <[EMAIL PROTECTED]> wrote: > All the rpms you need for getting XFS running on CentOS 4.0 are located > in the centosplus repository. > > http://ftp.osuosl.org/pub/centos/4.0/centosplus/i386/RPMS/ WONDERFUL! Thank you didn't know about that one.

Re: [mythtv-users] OT: FedoraCore3 + NFS + XFS + Software Raid = EIP?

2005-07-01 Thread Blammo
On 7/1/05, Tim Berger <[EMAIL PROTECTED]> wrote: > I've already stated my piece on this list about using xfs, especially > with 4k stacks often leading to kernel crashes, so I'm not sending to > everyone again. From what I've read, xfs has some serious stack > problems leading to kernel crashes, e

[mythtv-users] Re: [mythtv] one hour offset on current CVS?

2005-07-01 Thread Andrew Wilson
That was it, thanks a lot! Actually, it had the same behaviour in 18.1. I had to change xmltv offet from AUTO to NONE. I have no idea why this happened now, as I have not fiddled with myth or the timezone on my pc Anyway, it's working now - much indebted cheers Andrew

RE: [mythtv-users] mythfrontend segmentation fault

2005-07-01 Thread Marc Tousignant
The log can not be used to identify the issue. I would recommend getting a backtrace and posting it to dev. It might already be fixed in svn. I have been running with cvs/svn with gentoo since December without issues and update every weekend. > -Original Message- > From: [EMAIL PROTECTE

Re: [mythtv-users] Best Nvida & IVTV driver versions for FC1?

2005-07-01 Thread Ross Campbell
> However, if I can improve recorded picture quality (ivtv drivers) or > output picture quality (nvidia drivers), or get better performance from > XvMC (nvidia), then it might be worth checking out new drivers. I tried XvMC and aside from gettting lower CPU usage, I get my OSD in monochrome :( Si

Re: [mythtv-users] Best Nvida & IVTV driver versions for FC1?

2005-07-01 Thread Ross Campbell
On 7/1/05, Joseph A. Caputo <[EMAIL PROTECTED]> wrote: > Just wondering... my main production box is still running FC1 and I have > no compelling reason to do a full distro upgrade, but I was wondering > if I should stick with my current Nvidia driver (6111) or upgrade to > something a little more

Re: [mythtv-users] Best Nvida & IVTV driver versions for FC1?

2005-07-01 Thread wmaccormack
I second what the last person said. But if that hasn't convinced you, I've heard stories about the newest NVidia driver (1.0-7664) not acting too nicely. I'm using 1.0-7664 and haven't run into any problem with it (yet), but some people with certain configurations (can't remember off of the to

Re: [mythtv-users] Best Nvida & IVTV driver versions for FC1?

2005-07-01 Thread Joseph A. Caputo
On Friday 01 July 2005 15:36, Johan Reinalda wrote: > if you are happy with your current setup and > If it ain't broke... > Don't fix it! Yes, of course :-) However, if I can improve recorded picture quality (ivtv drivers) or output picture quality (nvidia drivers), or get better performance fro

Re: [mythtv-users] Best Nvida & IVTV driver versions for FC1?

2005-07-01 Thread Johan Reinalda
if you are happy with your current setup and If it ain't broke... Don't fix it! Happy with 0.18.1 on FC3/x86_64, and not planning to upgrade to FC4 at all. Johan - Original Message - From: "Joseph A. Caputo" <[EMAIL PROTECTED]> To: Sent: Friday, July 01, 2005 11:32 AM Subject: [mytht

Re: [mythtv-users] DVI->HDMI on Toshiba DLP

2005-07-01 Thread Kyle Rose
> Not to go too off topic, but have either of you successfully generated > a modeline that eliminates most of the vertical overscan when running > at 1280x720p? I've managed to get rid of most of the horizontal > overscan, but am at a loss when it comes to the vertical... What TV do you have? If

Re: [mythtv-users] Seeking commercial hardware

2005-07-01 Thread Meatwad
I incorrectly wrote: snapshot of a release or CVS and preconfigure COTS hardware. We'll be taking a much closer look at them this coming CEDIA but they have had penetration in our market (custom install) as far as we and our reps/insiders know. Should have read "but they have had NO penetrat

[mythtv-users] HD capture via Component/RGB/DVI incoming at 720i

2005-07-01 Thread Todd Bailey
Hi all, It there anyway to perform an video + audio mixed in capture on the above listed hd signals and resolution? I am on satellite and those are the only hdtv signals available to me, cable or off the air is not an option. I believe there is a something called sdi that is either a interfa

[mythtv-users] mythfrontend segmentation fault

2005-07-01 Thread Sven Richter
Hello, I just emerged mythtv-0.18.1-r2 at my gentoo box . After all was installed successful mythfrontend did not start any more. So I reemerged the -r1 version which did run before very stable. But I just got the same result. So I deleted the database and started with a clean one. No change

[mythtv-users] MythTV editing and home key

2005-07-01 Thread Fedor Pikus
A couple times I accidentally hit "Home" key while editing recordings. The result was that the edit bar was cleared of all cut points, and frontend froze, I had to kill -9 it. What's the key supposed to do, and why would that action hang frontend? -- Fedor G Pikus ([EMAIL PROTECTED]) http://www.p

[mythtv-users] Best Nvida & IVTV driver versions for FC1?

2005-07-01 Thread Joseph A. Caputo
Just wondering... my main production box is still running FC1 and I have no compelling reason to do a full distro upgrade, but I was wondering if I should stick with my current Nvidia driver (6111) or upgrade to something a little more recent. Same goes for my ivtv driver -- stick with what I'v

[mythtv-users] On Line EPG Getting Stuck

2005-07-01 Thread Dave Ansell
Hi, For the last couple of weeks I have been having problems with the on-air EPG (UK). Normally it should have one week of data, but every so often it seems to stop updating so that the later days have no data. Sometimes several days at the end (of the 7 day period) will be missing,

[mythtv-users] Video out issue with mythfrontend

2005-07-01 Thread wmaccormack
Hi folks. I'm running linux kernel 2.6.9 vanilla, with a WinTV-PVR350 card. My video card is a GEForce FX5200, and I've got a dual headed configuration. Myth version 0.18.1-3. All of my modules load correctly, and most everything works except for one thing. If I start mythfrontend on my mon

Re: [mythtv-users] Seeking commercial hardware

2005-07-01 Thread Meatwad
Larry Howe wrote: I enjoyed the recent discussion about commercial hardware, although it seems to have diverged somewhat. Is there a good source of info on available commercial open source PVRs? I know I'm not going to have time to build my own. My basic requirements are that the box is microso

Re: [mythtv-users] Re: MythTV Database problem - Credits.MYI

2005-07-01 Thread Bruce Markey
Scott Carr wrote: Scott Carr wrote: I have been having problems with MythFillDatabase taking FOREVER to input the records. This process used to take about 5 minutes, now it takes close to 24 hours. I noticed that my Credits.myi has 1400 records and my people table only has 80 recor

Re: [mythtv-users] after mythrtvsetup my PVR 250 is recongnized asa PVR150 help!

2005-07-01 Thread Mark Knecht
On 7/1/05, Michael T. Dean <[EMAIL PROTECTED]> wrote: > PAUL WILLIAMSON wrote: > > [EMAIL PROTECTED] 07/01/05 8:39 AM >>> > > >>Using the how to on wilsonnet.com, I was able to > >>setup my PVR-250 to capture and dispaly cable tv > >>video and it worked perfectly. It was fine. > >> > >>A

Re: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Donavan Stanley
On 7/1/05, Michael Jones <[EMAIL PROTECTED]> wrote: > When I try to configure a remote frontend (I've tried another FC3 box, a Mac > OSX box.. haven't tried the Windows front end yet) it tells me that it can't > find the database. > > The messages that come up on screen say that the current user i

[mythtv-users] DVB USB Ideas

2005-07-01 Thread dhoyos
Im a little confused and was hoping the mailing list could help me out. I got the mythtv system working but I have come to realize that I am not satisfied with the analog channels I can record. It seems that the options I have are to purchase a DVB tuner card or to set up an IR Blaster and connect

Re: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread George Nassas
On 1-Jul-05, at 10:47 AM, Michael Jones wrote: Here's my my.cnf file.. In my file under [mysqld] I have "bind_address = 192.168.1.11" but of course you should use your server's IP numbers. I'm guessing that the default is skip networking to be on if it's not specified but the bind will over

Re: [mythtv-users] after mythrtvsetup my PVR 250 is recongnized asa PVR150 help!

2005-07-01 Thread Daniel Bennett
If the PCI device ID isn't recognized, 0.3 versions assume it's a PVR-150. 0.2 versions assume it's a PVR-250, so you could just use 0.2.x... The right solution, however, is to get the card recognized (basically, the info needs added to ivtv-cards.c)... From the IvyTV initialization log m

[mythtv-users] Re: MythTV Database problem - Credits.MYI

2005-07-01 Thread Scott Carr
Scott Carr wrote: I have been having problems with MythFillDatabase taking FOREVER to input the records. This process used to take about 5 minutes, now it takes close to 24 hours. I noticed that my Credits.myi has 1400 records and my people table only has 80 records. Is there somet

[mythtv-users] RE: DVB Subtitles Patch v1.0 released

2005-07-01 Thread Neil
Hi PJ, I have applied your patch to the newest svn trunk of mythtv. It's very clean. I got it installed without issues. I made it sure that close captioning is enabled in my television. I tried different channels and I don't see subtitles. I do see key T works. It changes from CC OFF to CC1 an

Re: [mythtv-users] ERROR - Could not find dvb tuning parameters for transport 0

2005-07-01 Thread Mudit Wahal
Did you scan for channels in myth setup ? Did you see the channels lineup after they were detected ? On 7/1/05, Ted Healey <[EMAIL PROTECTED]> wrote: > I can't get my pchdtv3000 to work with Myth: I am not sure how to set > up the channels properly (I think). i can capture hidef video with > bot

Re: [mythtv-users] when I restart my PC my settings are gone // howdoI solve this?

2005-07-01 Thread Michael T. Dean
Paul Pick wrote: I do NOT see my TV card initilized...after I run these commands: #/sbin/depmod -a #/sbin/modprobe ivtv I can see the card initiliazed... So after I reboot the PC I have to run this everytime ... One way to save yourself the typing would be to append those lines to /etc/

Re: Re: [mythtv-users] Mythtv for INDIA - cant watch LiveTV

2005-07-01 Thread VJ
You do not have to change anything, modprobe does it automatically for you. On 01/07/05, Dhiraj Kamble <[EMAIL PROTECTED]> wrote: > > here is the output of lsmod > > i see that ivtv is loading before saa7115, tuner, videodev... > > can this be the problem why i cant watch Live TV ? >

Re: [mythtv-users] Mythtv for INDIA - cant watch LiveTV

2005-07-01 Thread Michael T. Dean
Dhiraj Kamble wrote: i see that ivtv is loading before saa7115, tuner, videodev... Good. The module ivtv loads and then loads the other modules it requires. can this be the problem why i cant watch Live TV ? Nope. how do i change the order in which the modules load ? You can't if you'

Re: [mythtv-users] after mythrtvsetup my PVR 250 is recongnized asa PVR150 help!

2005-07-01 Thread Michael T. Dean
PAUL WILLIAMSON wrote: [EMAIL PROTECTED] 07/01/05 8:39 AM >>> Using the how to on wilsonnet.com, I was able to setup my PVR-250 to capture and dispaly cable tv video and it worked perfectly. It was fine. After I ran Mythtvsetup. I am no longer to able to display cable tv video. and when

Re: [mythtv-users] Problem with installing my INFRARED eye on thePVR-350

2005-07-01 Thread Michael T. Dean
iwan wrote: I did thats just now: depmod -ae" But it does not do anything? Good. That means no errors. and if I run this command again I get the same: [EMAIL PROTECTED] ~]# /sbin/modprobe lirc_i2c FATAL: Module lirc_i2c not found. FATAL: Error running install command for lirc_i2c [EMAI

Re: [mythtv-users] Haupauge PVR 150

2005-07-01 Thread Paul Furtado
Right but that isnt the problem. It came with my Fedora 3 installation and it works if i try to play from the GUI. I found avisynth.dll online and i copied it into the directory it was looking in and it went away. So now it says playing from command line but Mplayer doesnt show up. Nick Rout

Re: [mythtv-users] when I restart my PC my settings are gone // howdoI solve this?

2005-07-01 Thread Paul Pick
> I do NOT see my TV card initilized...after I run these commands: > > #/sbin/depmod -a > #/sbin/modprobe ivtv > > I can see the card initiliazed... > > So after I reboot the PC I have to run this everytime ... One way to save yourself the typing would be to append those lines to /etc/rc.d/rc.

Re: Re: [mythtv-users] Mythtv for INDIA - cant watch LiveTV

2005-07-01 Thread Dhiraj Kamble
here is the output of lsmod   i see that ivtv is loading before saa7115, tuner, videodev...   can this be the problem why i cant watch Live TV ?   how do i change the order in which the modules load ?   Module  Size  Used bynls_iso8859_1    5888  1 nls_cp437  

Re: [mythtv-users] Can I setup a 'wish list' keyword?

2005-07-01 Thread Donavan Stanley
On 7/1/05, George Styles <[EMAIL PROTECTED]> wrote: > Hi, > > Im using quite an old version of MythTV (just before the big DVB > patch, as I want to be able to record radio from DVB). > > I dont use the mythfrontend at all, instead I use mythweb to schedule > shows, and a custom script to rip the

Re: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Michael Jones
Here's my my.cnf file.. [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock set-variable = key_buffer = 16M set-variable = table_cache = 128 set-variable = sort_buffer = 2M set-variable = myisam_sort_buffer_size = 8M [mysql.server] user=mysql basedir=/var/lib [safe_mysqld] err-log=

Re: [mythtv-users] OT: FedoraCore3 + NFS + XFS + Software Raid = EIP?

2005-07-01 Thread James Esslinger
All the rpms you need for getting XFS running on CentOS 4.0 are located in the centosplus repository. http://ftp.osuosl.org/pub/centos/4.0/centosplus/i386/RPMS/ * [EMAIL PROTECTED] [2005.06.30 21:19]: : On 6/30/05, Nick <[EMAIL PROTECTED]> wrote: : > On 7/1/05, Blammo <[EMAIL PROTECTED]> wrote:

Re: [mythtv-users] Mythtv for INDIA - cant watch LiveTV

2005-07-01 Thread Dhiraj Kamble
here is the output of lsmod   i see that ivtv is loading before saa7115, tuner, videodev...   can this be the problem why i cant watch Live TV ?   how do i change the order in which the modules load ?   Module  Size  Used bynls_iso8859_1    5888  1 nls_cp437   7

Re: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread George Nassas
On 1-Jul-05, at 10:10 AM, Jason Werpy wrote: Make sure you /etc/mysql/my.cnf file does not have skip-networking set as an option or it will disable any network access no matter what your database has for permissions. Another place to look is bind_address in my.cnf. If the server is only liste

[mythtv-users] Can I setup a 'wish list' keyword?

2005-07-01 Thread George Styles
Hi, Im using quite an old version of MythTV (just before the big DVB patch, as I want to be able to record radio from DVB). I dont use the mythfrontend at all, instead I use mythweb to schedule shows, and a custom script to rip them out as mp3/divx/mpeg. Is there any way to tell MythTV to record

Re: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Jason Werpy
On 7/1/05, Michael Jones <[EMAIL PROTECTED]> wrote: > When I try to configure a remote frontend (I've tried another FC3 box, a Mac > OSX box.. haven't tried the Windows front end yet) it tells me that it can't > find the database. > > The messages that come up on screen say that the current user i

Re: [mythtv-users] Database setup

2005-07-01 Thread Jason Werpy
On 6/30/05, ian swanson <[EMAIL PROTECTED]> wrote: > > Everytime I attempt to start the MySQL server, whether it be at start up, or > running the frontend, it says that it can't connect to server through > /var/lib/mysql/mysql.sock. I assume that this is not the correct place for > it to look? Wh

Re: [mythtv-users] OT: FedoraCore3 + NFS + XFS + Software Raid = EIP?

2005-07-01 Thread Jason Werpy
On 6/30/05, Blammo <[EMAIL PROTECTED]> wrote: > I know this isn't a kernel mailing list, however, given that this list > has a large number of people who combine these features, I thought I'd > give it a shot. > > I have a backend running (at the moment) 2.6.12.1 w/8k stacks. I've > been fighting

Re: [mythtv-users] Compile error for mythmusic in Ubuntu

2005-07-01 Thread Jason Werpy
On 6/30/05, Robert Tsai <[EMAIL PROTECTED]> wrote: > On Thu, Jun 30, 2005 at 06:08:24PM -0500, Jason Werpy wrote: > > I cannot get mythmusic to compile I have all the prerequisites > > installed, but still get this error, I think it has to do with > > libid3tag, but thats installed in /usr/local/li

RE: [mythtv-users] MCE cards

2005-07-01 Thread Jim Reith
I meant Non MCE has a remote and no FM Tuner and the PVR-350 has both > -Original Message- From: [EMAIL PROTECTED] [mailto:mythtv-users- [EMAIL PROTECTED] On Behalf Of Marc Tousignant Sent: Friday, July 01, 2005 7:43 AM To: 'Discussion about mythtv' Subject: RE: [mythtv-users] M

[mythtv-users] ERROR - Could not find dvb tuning parameters for transport 0

2005-07-01 Thread Ted Healey
I can't get my pchdtv3000 to work with Myth: I am not sure how to set up the channels properly (I think). i can capture hidef video with both the dvb and atsc drivers, so the card works. When I start the backend I get 2005-07-01 08:57:53.353 DVB#0 DVB SI Table Parser Started 2005-07-01 08:57:53.3

Re: [mythtv-users] after mythrtvsetup my PVR 250 is recongnized asa PVR150 help!

2005-07-01 Thread PAUL WILLIAMSON
>>> [EMAIL PROTECTED] 07/01/05 8:39 AM >>> > Using the how to on wilsonnet.com, I was able to > setup my PVR-250 to capture and dispaly cable tv > video and it worked perfectly. It was fine. > > After I ran Mythtvsetup. I am no longer to able to > display cable tv video. and when I the system

RE: [mythtv-users] Problem with installing my INFRARED eye on thePVR-350

2005-07-01 Thread iwan
Title: Re: [mythtv-users] Problem with installing my INFRARED eye on thePVR-350 ? Hi,   I did thats just now: depmod -ae"   But it does not do anything?   and if I run this command again I get the same:   [EMAIL PROTECTED] ~]# /sbin/modprobe lirc_i2cFATAL: Module lirc_i2c not found.FATAL: E

[mythtv-users] after mythrtvsetup my PVR 250 is recongnized as a PVR150 help!

2005-07-01 Thread Samuel Bousum
Using the how to on wilsonnet.com, I was able to set up my PVR-250 to capture and dispaly cable tv video and it worked perfectly. It was fine. After I ran Mythtvsetup. I am no longer to able to display cable tv video. and when I the system now thanks it is a PVR150 instead of a PVR250 [EMAIL

RE: [mythtv-users] when I restart my PC my settings are gone // howdoI solve this?

2005-07-01 Thread iwan
? Hi, This is a part of the output of my /etc/modprobe.conf FILE # This is for WinTV PVR-350 IVTV ## alias char-major-81 videodev alias char-major-81-0 ivtv install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb options ivtv ivtv_std=2 tda

Re: [mythtv-users] Re: Program time/length not correct

2005-07-01 Thread Stephen Williams
On 7/1/05, Brad <[EMAIL PROTECTED]> wrote: > I have just changd to TS recording on my DVB-T VisionPlus card as > sound was dropping out occasionally. HAs fixed the sound issue but now > some channels dont report the correct time of the recording. I am > using knoppmyth R5A12 which i think is .16 I

Re: [mythtv-users] Re: Jerky Video after transcode MPEG2->MPEG4

2005-07-01 Thread Michael T. Dean
Mike Harris wrote: Joseph A. Caputo wrote: On Wednesday 29 June 2005 7:58, Mike Harris wrote: It is a P4 2.8Ghz. It barely breaks out a sweat, the CPU fan does not come on. Also, sureley transcoding should just take longer rather than dropping frames if CPU speed were an issue? It is not as

[mythtv-users] Re: Program time/length not correct

2005-07-01 Thread Brad
>What build are you running? Is this DVB, if so are you recording in TS >or PS mode? > >There was a problem with TS recordings a while ago that resulted in >this behaviour but you'll need to provide more information. >Steve I have just changd to TS recording on my DVB-T VisionPlus card as sound

Re: [mythtv-users] Problem with installing my INFRARED eye on the PVR-350

2005-07-01 Thread Michael T. Dean
iwan wrote: I am getting this strange error message when running this command: [EMAIL PROTECTED] /]# /sbin/modprobe lirc_i2c FATAL: Module lirc_i2c not found. FATAL: Error running install command for lirc_i2c [EMAIL PROTECTED] /]# Can someone please help me to solve this problem? Did you

Re: [mythtv-users] Re: Jerky Video after transcode MPEG2->MPEG4

2005-07-01 Thread Mike Harris
Hi JAC, I did not specify libmpeg2 on the configure command line, so I guess I am not using it. Here is the ./configure output: Warning: DVB location points into kernel (ok if kernel >= 2.6.11) # Basic Settings Compile type release Compiler cache no DistCC no Install prefix /

RE: [mythtv-users] MCE cards

2005-07-01 Thread Marc Tousignant
I meant Non MCE has a remote and no FM Tuner > -Original Message- > From: [EMAIL PROTECTED] [mailto:mythtv-users- > [EMAIL PROTECTED] On Behalf Of Marc Tousignant > Sent: Friday, July 01, 2005 7:43 AM > To: 'Discussion about mythtv' > Subject: RE: [mythtv-users] MCE cards > > MCE has a FM

RE: [mythtv-users] when I restart my PC my settings are gone // how doI solve this?

2005-07-01 Thread Marc Tousignant
#echo 16384 > /proc/sys/vm/min_free_kbytes #echo "# Fix ivtv memory allocation problems" >> /etc/sysctl.conf #echo "vm.min_free_kbytes=16384" >> /etc/sysctl.conf   This is only needed for some people. If you are able to load the ivtv module before these lines you don’t need them.   # /

RE: [mythtv-users] MCE cards

2005-07-01 Thread Marc Tousignant
MCE has a FM Tuner and no remote. Non MCE has a remote and no remote. That's it. > -Original Message- > From: [EMAIL PROTECTED] [mailto:mythtv-users- > [EMAIL PROTECTED] On Behalf Of flim > Sent: Friday, July 01, 2005 7:40 AM > To: mythtv-users@mythtv.org > Subject: [mythtv-users] MCE car

[mythtv-users] MCE cards

2005-07-01 Thread flim
I'm having a thick moment... Can anyone tell me the difference between a PVRx50 and a PVRx50MCE? I've assumed it's just the software on the CD, but are there any implications for Myth before I dive in? Cheers, flim. -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ _

[mythtv-users] Problem with installing my INFRARED eye on the PVR-350

2005-07-01 Thread iwan
? Hi,   I am getting this strange error message when running this command:   [EMAIL PROTECTED] /]# /sbin/modprobe lirc_i2cFATAL: Module lirc_i2c not found.FATAL: Error running install command for lirc_i2c[EMAIL PROTECTED] /]#   Can someone please help me to solve this problem? Thanks,      

[mythtv-users] when I restart my PC my settings are gone // how do I solve this?

2005-07-01 Thread iwan
? Hi,   When I restart my PC I have to do the following all over again:   #/sbin/depmod -a#/sbin/modprobe ivtv#echo 16384 > /proc/sys/vm/min_free_kbytes #echo "# Fix ivtv memory allocation problems" >> /etc/sysctl.conf#echo "vm.min_free_kbytes=16384" >> /etc/sysctl.conf # /usr/bin/ivtvctl -u

Re: [mythtv-users] Mythtv for INDIA - cant watch LiveTV

2005-07-01 Thread Dhiraj Kamble
i am resending this mail, cause the previous send mail has bounced back.   On 7/1/05, Dhiraj Kamble <[EMAIL PROTECTED]> wrote:   ok, now i am able to see video and hear sound, if i do a "cat /dev/video > /dev/video16", but its, TRANSPARENT. the channel plays behind the Knoppmyth Desktop.   i used

Re: [mythtv-users] Differences between PVR-150 & PVR-250

2005-07-01 Thread PAUL WILLIAMSON
Thatr is 100% wrong. The MCE doesn't come with that stuff. I jut bought a 150 a Circuit Ctiy - has the new remote and an IR receiver WITH an integrated IR blaster - Pretty cool. I'm not sure if the IR blaster works, but it's a nice touch. Paul >>> [EMAIL PROTECTED] 06/30/05 10:15 PM >>> I

Re: [mythtv-users] Remote frontend cannot see EPG

2005-07-01 Thread Nick Rout
On Thu, 2005-06-30 at 23:50 -0400, Isaac Richards wrote: > On Thursday 30 June 2005 09:43 pm, Nick Rout wrote: > > I have a myth backend box, with tuner etc in it. On that box I can see > > the EPG. > > > > On the other box, same version of myth (18.1) I can see TV from the > > backend, but the EPG

Re: [mythtv-users] SOLUTION: Seek (FF / Fast foward) does not skip correctly

2005-07-01 Thread Ant Daniel
On 6/30/05, Simon Kenyon <[EMAIL PROTECTED]> wrote: > On Thursday 30 June 2005 14:29, Walt Howd wrote: > > After three days...(I know, I'm slow. . .) I noticed that the > > /etc/localtime was linked to Vienna. The install for Xebian did *not* > > prompt me for the timezone during setup. I linked th

Re: [mythtv-users] Silent HDTV Front End

2005-07-01 Thread Simon Kenyon
On Thursday 30 June 2005 17:19, Robert S. Kerr wrote: > Googling around on the web the other day I stumbled across this page > http://mythhd.info/ that describes a silent HDTV capable front end for > MythTV. > > It uses the COMMELL LV-660 Mini-ITX board with a VT1625 encoder (for > HDTV YPbPr outpu

Re: [mythtv-users] Mythtvosd

2005-07-01 Thread Phill Edwards
> trying to play around with mythtvosd but I can't really find much > information on it. I have tried running the following command but I don't > get any output to the screen while watching a recording. > > # mythtvosd > --template=/src/mythtv/programs/mythtvosd/alert.xml > --alert_text='hello' -

Re: [mythtv-users] Differences between PVR-150 & PVR-250

2005-07-01 Thread Fredrik Karlsson
I have a PVR-150 card also, and it came with a remote, an IR reciever and an IR blaster. According to the Hauppauge homepage, MCE cards are the ones without all of that stuff (but with radio input). The same goes for PVR-250 / PVR-250MCE.. http://www.hauppauge.com/Pages/compare_pvr.html /Fredrik

Re: [mythtv-users] Differences between PVR-150 & PVR-250

2005-07-01 Thread Milos Prudek
toddb wrote: I think the 150 does not come with the remote or ir recvr. Not true. I purchased a PVR-150 yesterday and it has both the remote and the ir receiver. -- Milos Prudek http://www.spoxdesign.com - your web usability testing ___ mythtv-use

Re: [mythtv-users] Haupauge PVR 150

2005-07-01 Thread Nick Rout
On Thu, 2005-06-30 at 13:21 -0400, Paul Furtado wrote: > When trying to use mplayer I get the following: > [EMAIL PROTECTED] ~]# mplayer /dev/video0 > MPlayer 1.0pre7-3.4.3 (C) 2000-2005 MPlayer Team > CPU: Advanced Micro Devices Athlon Thunderbird (Family: 6, Stepping: 2) > Detected cache-line siz

Re: [mythtv-users] Another commercial MythTV box

2005-07-01 Thread Nick Rout
On Fri, 2005-07-01 at 01:59 -0400, Dewey Smolka wrote: > > Oh don't worry, i get it, and i am sympathetic to the cause. However I > > can't find a copy of the zap2it.com license. > > Neither can I, but it's pretty clear from here: > docs.tms.tribune.com/tech/tmsdatadirect/zap2it/open_letter.html

RE: [mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Korey Fort
You can try mysqlaccess mythtv to see what access mythtv has or Log into mysql then use mysql; select * from user where User = 'mythtv'; This will show you where mythtv is allowed to connect from. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael

Re: [mythtv-users] Mythtv for INDIA - cant watch LiveTV

2005-07-01 Thread VJ
Hi Dhiraj, Can you provide more information about your card, driver version and also the way you load the module (may be via modprobe.conf), and parameters passed to ivtv driver. Also provide any other ivtvctl command that you isse before trying to access /dev/video0. I am not running mythTV in I

[mythtv-users] Frontends can't find database, can't connect

2005-07-01 Thread Michael Jones
When I try to configure a remote frontend (I've tried another FC3 box, a Mac OSX box.. haven't tried the Windows front end yet) it tells me that it can't find the database. The messages that come up on screen say that the current user isn't allowed to connect to the remote machine.. I'm not sure

Re: [mythtv-users] Mythtv for INDIA - cant watch LiveTV

2005-07-01 Thread Dhiraj Kamble
i get a valid Mpeg file when i do a "cat /dev/video0 > test.mpg"   and i can watch the channel using Mplayer   "mplayer -vo x11 /dev/video0"   i have set the frequency Id's right, in the channel editor. I have fields "Callsign" and "XMLTV ID"  - BLANK   when i try to watch Live Tv, all i get is a

RE: [mythtv-users] Another commercial MythTV box

2005-07-01 Thread Korey Fort
They actually don't promise any data provision. I attempted to send an image of where it says this in the pdf but it was too large. Yet, they are still stealing from trolltech if they haven't purchased an agreement to use Qt. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC