Hi Gabe,

Oh, here's a question I can help with. Found this one out mostly
by mistake and almost by accident. Note my experience is only just
recent (ie: last week) with ivtv2.0, so your experience may vary.

**DON'T BELIEVE ANY FAQ THAT TELLS YOU TO INSERT HEX VALUES FOR BusID,
**AND NEVER PREFIX IT WITH 0x. USE DECIMAL VALUES.

Turns out they're all wrong. The ivtvdev driver requires *DECIMAL*
values or it get's entirely confused and can't find the device. More
than likely what you need is:
        BusID      "0:09:0"

lspci on my box (pvr350) reports: 00:0d.0
which means my BusID for the xorg.conf is:
        BusID      "0:13:0"

Strange that the FAQs and install docs tell you "put what lspci
says here", but what lspci says (ie: 00:0d.0) looks very different
from what I really needed (0:13:0). Both base and format are different.
I'm a pretty technical guy and that one threw me forever. <grin>

Regards,
james

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gabe Rubin
Sent: Monday, February 14, 2005 10:27 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] PVR 350 XORG.CONF thoroughly confused


> I am having some problems trying to figure out the proper x settings
> following Jarod's FC2 install.
>
> When I startx, I get:
>
> LoadModule: "ivtvdev"
> (WW) Warning, couldn't open module ivtvdev
> (II) UnloadModule: "ivtvdev"
> (EE) Failed to load module "ivtvdev" (module does not exist, 0)
>
> xorg.conf
> ======
snip
>
> Section "Device"
>         Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
>         Driver      "ivtvdev"
>         #Driver      "fbdev"
>
>         ### change fb0 to whatever your card grabbed
>         Option      "fbdev" "/dev/fb1"
>         #Option       "ivtv" "/dev/fb1"
>
>         ### change the BusID to whatever is reported by lspci, specify it
as
> hex.
>         #BusID "0:0x09:0"
>         BusID "00:00:0x09"
> EndSection
>

I am not sure what lspci is returning for your busid, but if that is
what it is you should change the BusID line to:

BusID "00:00:09"
I think.  Report what lspci says the busid is

--
Email me if you want a gmail account, I have invites.

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

Reply via email to