[mythtv-users] Wierd problems on loading ivtv module on startup

gabe at mustbethemoney.com gabe at mustbethemoney.com
Wed Feb 18 09:55:40 EST 2004


Thanks for getting back to me.

If I recall, this is exactly what the pertinant section of the XF86Config
file says:
Section "Device"
        Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
        Driver      "fbdev"

        ### change fb0 to whatever your card grabbed
        Option      "fbdev" "/dev/fb0"

        BusID "0:0x0b:0"
EndSection

I copied it straight from Jarod's tutorial and really doubt I would have
changed the Driver info (in fact, I am certain I did not as I grepped the
file to find instances of "fb0" and only posted those lines).  I will try
a reboot and do an lsmod, but I know it is ivtv not getting loaded at
startup, and I suspect due to that error (Feb 17 08:15:00 localhost
modprobe: modprobe: Can't locate module fb0).  No idea why it is looking
for a module called fb0, and when I grepped /etc/modules.conf for fb, all
I saw was "add above ivtv ivtv-fb" (w/o quotes).  So maybe I need to
search the whole system for an instance of fb0 in a config file?  Not
sure, but this is really wierd, and something that I know is probably
easily fixable, but perhaps out of my expertise.

Any help would be greatly appreciated!

On Tue, 2004-02-17 at 18:25, gabe at mustbethemoney.com wrote:
> I have dug through my logs and found some more info that maybe someone
> smarter than me can diagnose.
>
> Setup: PVR-350 tv-out, RH FC1, followed Jarod's guide.  Trying to use tv
> as the monitor.  Have had success getting tv and am watching now through
> mythtv.
>
> Problem: On startup, it appears my ivtv module is not loading properly,
> and I have to type in the console /sbin/modprobe ivtv which then throws me
> over to the tv (though I can't read text).  If I type "killall gdm-binary"
> in the blind (as I can't see what I am typing), that then starts up gdm
> and allows me to log in and get kde on the tv, and I can startup
> mythbackend and mythfrontend.
>
> Checking my logs, I see this:
> Feb 17 08:15:00 localhost modprobe: modprobe: Can't locate module fb0
>
> I am not sure what exactly is going on here.
> There is no reference to fb0 in my /etc/modules.conf, though I do have
> this line:
> add above ivtv ivtv-fb
> (it is the exact config in Jarod's guide)
>
> and my XF86Config has this:
>         ### change fb0 to whatever your card grabbed
>         Option      "fbdev" "/dev/fb0"
>
> The PVR-350 is definatly at fb0, and I can watch tv normally once i go
> this little hiccup step.
>
> Any help would be greatly appreciated.
>
> Thanks,
> Gabe
I think your problem might be with your XF86Config file.  The line prior
to the one you mention should be:

    Driver      "fbdev"

is it?  if it says fb0 instead of fbdev then that is your problem.

Basically (not sure why) somewhere you are trying to modprobe fb0
instead of something else... which will give you an error unless you
have a module named fb0.o

Another hint that might help pinpoint the problem is to do a lsmod and
see what has been loaded. and what hasn't.

hope this helped.



-jose-


More information about the mythtv-users mailing list