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

Nick knowledgejunkie at gmail.com
Mon Apr 18 01:04:32 UTC 2005


Don,

<snipped>

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

My Device section looks like that below (note the BusID format
difference - dropping the PCI: , and the fbdev option name of fbdev
instead of ivtv.) This is with ivtv version 0.2.0 (rc3f).

Section "Device"
        Identifier  "PVR350"
        Driver      "ivtvdev"
        Option      "fbdev" "/dev/fb0"
        BusID       "2:9:0"
EndSection


I would recommended changing the section to the following:

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

although there seems to be a lot of mesages on the list about whether
particular setups require the PCI prefix or not. The ID does need to
be given in decimal unless explicitly given in hex via the 0x
notation.

Let us know how it goes and if this improves anything,
Nick


More information about the mythtv-users mailing list