View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 104 posts ] 
Go to page Previous  1 ... 3, 4, 5, 6, 7

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Final Result
PostPosted: Fri Nov 10, 2006 10:54 pm 
Offline
Joined: Fri Oct 20, 2006 8:49 pm
Posts: 52
Location: Lafayette, IN
I hope you all don't mind, but I'm going to edit up these directions JUST a bit... Hopefully it will help somebody. I really appreciate all the help you guys have been.

First, create a file using the nano text editor:

Code:
root@mythtv:~# nano /etc/init.d/local


This file should contain the following text:
Code:
#! /bin/sh

modprobe ivtv-fb


Then make this file executable:

Code:
root@mythtv:~# chmod +x /etc/init.d/local
root@mythtv:~# update-rc.d local start 95 2 3 4 5 .



Next, we want to edit the file /etc/X11/XF86Config-4, and add a line as shown in bold below.

:arrow: Note: use /dev/fb0 if you have the bootsplash enabled.
Code:
Section "Device"
        Identifier      "Hauppauge PVR 350 iTVC15 Framebuffer"
        Driver          "ivtvdev"

        ### change fb0 to whatever number you got in the previous section
        Option          "fbdev" "/dev/fb1"
        Option          "ivtv" "/dev/fb1"
        Option          "VideoOverlay" "on"
        Option          "XVideo" "1"

        ### change the busid to whatever is reported by lspci. Note that
        ### output of lspci is hex, so add a preceding "0x" to the BusID
        BusID "PCI:0:20:0"

        Screen          0
EndSection


Okie Dokey! Halfway home. Next, we have to... UNPACK THE KERNEL!! Don't worry it's quite simple:

Code:
cd /usr/src/
    ls -ald kernel-source*
    tar jxvf kernel-source-2.6.15-chw-2.tar.bz2


Once that's done, make sure your system has the latest greatest version of "wget" (At least I think that's what this is supposed to accomplish):
Code:
apt-get update
apt-get install wget


Then use it to get a compatible version of the ivtv drivers:
:arrow: NOTE: A newer version of ivtv is now available. I have not tested this with 0.7.2. As my collegue said, "Caveat Utor" (User Beware). Adjust the code accordingly. -schmecken

Code:
> wget http://dl.ivtvdriver.org/ivtv/stable/ivtv-0.7.1.tar.gz

>tar -zxf ivtv-0.7.1.tar.gz

>cd ivtv-0.7.1/


Rejoice as the last step gives you the culmination of all human kind's toil: MythTV!!!
Code:
>make && make install


Then reboot using your favorite method, and if you are lucky, like me, your TV will show you KnoppMyth front end!

Here is a link to an awesome Wiki article that will help you further enhance your PVR-350 experience.

http://www.knoppmythwiki.org/index.php?page=HauppaugeThreeFiftyInstallation

One final note: Don't forget to add your remote computers' IP's to the hosts.allow file, so you can SSH in and continue to do stuff!

8) Derr Herr Schmeckendeugler
()xxx|=============>


Last edited by schmeckendeugler on Thu Dec 07, 2006 7:36 am, edited 2 times in total.


Top
 Profile  
 
 Post subject: Re: SUCCESS!!!
PostPosted: Sat Nov 11, 2006 12:22 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
schmeckendeugler wrote:
A second note: For those scared off by looking at the intense instructions contained at http://knoppmythwiki.org/index.php?page=CompileIvtv, it is not necessary to do all of that! just the first steps 1-3. (I believe somebody else might have mentioned this already).

Sigh.
1) You also need to reboot (step 10) as is called out explicitly in those instructions.
2) You would not believe how much comments like that frustrate me. These are called "detailed" instructions. Aside from the mythtv-setup bits where you have to poke at a GUI, they can be completed in under 5 minute using cut and paste (I've timed it) and they're as close to bombproof as I can make them. Like the old sing along cartoons you "just follow the bouncing ball". (Can I get an "amen" from the church?)


Top
 Profile  
 
PostPosted: Mon Nov 13, 2006 8:03 am 
Offline
Joined: Fri Oct 20, 2006 8:49 pm
Posts: 52
Location: Lafayette, IN
Well, perhaps you should take steps to alleviate your frustrations. I find working out ot be a great stress reliever in today's fast-paced world of DVR |337 Haxtoring. I may even recompile the IVTV drivers so that it monitors my eliptical machine via a serial port, and I can't watch TV unless I'm burning 10 calories per minute. ;)

But seriously, You're right, I DID forget to tell the people to REBOOT. Sorry for sabotoging your "detailed" instructions. I'll take down the post, because my later post is much more thorough anyway.

Didn't mean to step on any toes, Just trying to help, I'm as frustrated as you are, etc.,

Der Herr Schmeckendeugler


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 13, 2006 6:28 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
My frustration had more to do with folks seeing a set of directions more that 10 lines long and reacting with "OMG that's so complicated/intense/hard!" when the intent was to make it as easy as connect the dots. :?

While the directions could easily be cut down to about a quarter of their current size, it'd mean at least 3/4 of the newbies ending up out on the ledge needing to be talked down. :(


Top
 Profile  
 
PostPosted: Fri Nov 17, 2006 11:48 pm 
Offline
Joined: Mon Oct 23, 2006 3:16 pm
Posts: 12
Not a n00b to linux, and I have been scouring these pages for the last 3 weeks figuring out how to properly configure my Myth system (KnoppMyth R5D1, Asus P4S800 MoBo, PVR350, 1G RAM, 250HDD, Modem (i.e. fun with dialup) with DirectTV H20 satellite (i.e. fun with many cables and usb->DB9 connections) with video and audio run throgh a Pioneer receiver and ultimately to a Pioneer 50" plasma). Needless to say this has been an adventure! I have never submitted a reply to any board, so I apologize if I violate some unwritten rule of posting.

I want to thank tjc, cyphon, schemeckendeugler (specifically) and others on this thread for the postings that finally solved my problems configuring the S-Video out on the 350 card. I can confirm that the directions that were neatly arranged by schemeckenduegler (Oct 2006) worked for me.

My question is this: My wife has now asked me to hook-up the myth box, which up to now has been working perfectly, to a 12-year old 36" RCA CRT with s-video in. I naively thought that I could just use the s-video out of the 350 which worked perfectly to the plasma, but based upon no picture or gui showing up, it seems as if I need to reconfigure my XFConfig file to use the "new" tv. Any thoughts on this or do I have to reinstall for this new configuration (i.e. 36in RCA tv rather than brand new plama)?


Top
 Profile  
 
PostPosted: Sat Nov 18, 2006 3:57 pm 
Offline
Joined: Fri Aug 26, 2005 9:54 pm
Posts: 617
drutherford wrote:
I apologize if I violate some unwritten rule of posting.

Apology accepted. It sounds like your question is a separate topic (you have already gotten the pvr-350 output to work on one TV). You should start a new thread instead of cluttering up this one.


Top
 Profile  
 
 Post subject: Same old Story
PostPosted: Sun Nov 19, 2006 8:14 pm 
Offline
Joined: Fri Dec 16, 2005 7:02 am
Posts: 15
I'm having the exact same problem. Followed all the steps listed above, but to no avail. However, when I modprobe ivtv-fb it freezes up. So I decided to roll back and do a completly fresh install in R5C7, which I had installed and working before with no changes in hardware, but when I reinstalled I still recieve the same problem as before it can't start X, so I follow the same instructions above and still ivtv-fb freezes up, I upgraded ivtv to the most recent version, no Difference. I've searched the forums and can't find someone who has either fixed the start up problem or find anybody that has had the same ivtv freeze problem. Does anyone have any ideas?


Top
 Profile  
 
PostPosted: Sun Nov 19, 2006 8:55 pm 
Offline
Joined: Fri Oct 20, 2006 8:49 pm
Posts: 52
Location: Lafayette, IN
That is a tough one. I assume it USED to work for you since you said "roll back". but gosh, when it suddenly fails so catastrophically, I'd be compelled to do a hardware check. R5C7 for me, used to exhibit this problem as well, FYI. R5Bwhatever used to be the one I had to use.

I'd check for things like,

-you're sure the /dev/whatever matches if you're using bootsplash or not; i never used bootsplash and would recommend not using it during development (which for me is pretty much always),

-you're sure that ivtv is not the .8 ver, but the .7.1,

-TV still works with other input...

-all cables attached properly,

-the pvr-350 grabs channels during setup,

the bios recognizes it,

-and the ultimate in desperation, if it still works in a windoze box...

and of course none of that will probably help. :(


Top
 Profile  
 
PostPosted: Wed Nov 29, 2006 7:48 am 
Offline
Joined: Fri Oct 20, 2006 8:49 pm
Posts: 52
Location: Lafayette, IN
Did you guys ever get your problems fixed? maybe you should try starting a new thread? also maybe the ivtv forums / mailing lists / etc might be able to help. :)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 06, 2006 10:33 am 
Offline
Joined: Sun Oct 29, 2006 6:17 pm
Posts: 3
Thanks for putting together the walkthrough. It fixed my problem.

A couple comments.
1. there's no 0.7.1 version of ivtv available. I used version 0.7.2 and it seems to work okay.
2. This changed the way my setup displayed picture. It used to display to my computer monitor for all mythtv menus and only use the TV for "watch recordings". now, all menus are displayed on the the TV. This is actually nicer, but it is a change from my previous functionality.

Thanks again!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 06, 2006 6:56 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
wireframe wrote:
1. there's no 0.7.1 version of ivtv available. I used version 0.7.2 and it seems to work okay.

Huhn? ivtv 0.7.1 is still available as are all the archived versions.
Code:
root@black2:/usr/src# wget http://dl.ivtvdriver.org/ivtv/archive/0.7.x/ivtv-0.7.1.tar.gz
--19:52:00--  http://dl.ivtvdriver.org/ivtv/archive/0.7.x/ivtv-0.7.1.tar.gz
           => `ivtv-0.7.1.tar.gz'
Resolving dl.ivtvdriver.org... 130.133.35.30
Connecting to dl.ivtvdriver.org|130.133.35.30|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 423,214 (413K) [application/x-gzip]

100%[===================================>] 423,214      345.27K/s

19:52:01 (344.34 KB/s) - `ivtv-0.7.1.tar.gz' saved [423214/423214]

Based on what I've seen in my tests you may experience tuning artifacts with 0.7.2 so caveat utor.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 07, 2006 7:28 am 
Offline
Joined: Sun Oct 29, 2006 6:17 pm
Posts: 3
Sorry, I should have said, "the url in the previous post does not exist"

wget http://dl.ivtvdriver.org/ivtv/stable/ivtv-0.7.1.tar.gz

0.7.1 is no longer in the "stable" directory.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 22, 2006 8:51 pm 
Offline
Joined: Fri Oct 24, 2003 2:08 am
Posts: 7
Location: switzerland
wireframe wrote:
Sorry, I should have said, "the url in the previous post does not exist"

wget http://dl.ivtvdriver.org/ivtv/stable/ivtv-0.7.1.tar.gz

0.7.1 is no longer in the "stable" directory.


New URL (???):
Code:
http://ftp.tu-clausthal.de/ftp/linux/gentoo/distfiles/ivtv-0.7.1.tar.gz


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 22, 2006 9:05 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
See the one I posted.

General pattern for the archives...

http://dl.ivtvdriver.org/ivtv/archive/0.MAJOR_VERSION_HERE.x/ivtv-FULL_VERSION_HERE.tar.gz

e.g. - http://dl.ivtvdriver.org/ivtv/archive/0.8.x/ivtv-0.8.2.tar.gz


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 104 posts ] 
Go to page Previous  1 ... 3, 4, 5, 6, 7



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu