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
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users