Attached is a mkinitrd script that you'll need to create a new ramdisk. 
Inspect it for any distro-specific directories and make sure you understand 
what it is doing. Note that as of ivtv 0.4.0 the firmware is loaded from your 
distro's hotplug directory, "/lib/firmware" for me, and that the firmware 
files are named differently now. I've had trouble getting mkinitrd to load 
the firmware from this new location early enough for this to work so YMMV.

1. Copy it to /sbin. 
2. Make a backup of your old initrd image: 
        cp /boot/initrd-`uname -r`.img  /boot/initrd-`uname -r`.img.bak
3. Then use "mkinitrd-ivtv -f --ivtvdev /boot/initrd-`uname -r`.img `uname 
-r`" to create the ramdisk. 
4. Then make sure your grub.conf file references the initrd image you created. 
Below is mine, although it is for Fedora Core 3.

title Linux (2.6.11-1.27_FC3smp)
        root (hd0,0)
        kernel /vmlinuz-2.6.11-1.27_FC3smp ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.11-1.27_FC3smp.img

You may also need to add "vga=791" to the end of the kernel line. This tells 
the kernel to load a frame buffer at 1024x768, 16 bit.

Although it is Fedora-centric, this link has some good MythTV setup 
information for any distro.
http://wilsonet.com/mythtv/fcmyth.php?SID&expandables=closed&ivtv=open&pvr350out=open

J

On Tuesday 03 January 2006 07:11, Fredrik Karlsson wrote:
> Hi,
>
> I would like to get a graphical boot sequence on my PVR 350 card. How
> do I do this?
>
> I need information on :
>
> * How do I get the modules to load soon enough
> * How do I get the boot sequence on it
> * How do I configure grub for it?
>
> I am using IVTV 0.4.0, Gentoo Linux, kernel 2.6.11 (soon 2.6.14) and
> only a TV connected to the computer.
>
> /Fredrik
>
> --
> My Gentoo + PVR-350 + IVTV + MythTV blog is on
> http://gentoomythtv.blogspot.com/
> _______________________________________________
> mythtv-users mailing list
> [email protected]
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Attachment: mkinitrd-ivtv
Description: application/shellscript

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to