On Thu, 2006-03-23 at 15:58 +0100, Matthias Meyer wrote: > Am Dienstag 21 März 2006 21:58 schrieb Ian Campbell: > > On Tue, 2006-03-21 at 21:33 +0100, Matthias Meyer wrote: > > > (I wondering about the size of Ian's driver. 90,5kB is more than 3 > > > times of the 21,3 kB of the original driver) > > > > I didn't strip mine so it probably contains all sorts of debugging > > stuff. > > > > > (II) Primary Device is: PCI 01:00:0 > > > (WW) ivtvdev: No matching Device section for instance (BusID > > > PCI:0:16:0) found > > > > That appears to be mismatched... > > > > > Any suggestion how to find out the correct BusID and/or how to > > > enable /dev/fb0 ? > > > > lspci will show it. You might need to convert the numbers to/from > > decimal/hex. I think lspci prints hex while xorg.conf uses decimal > > unless you prefix each number with 0x -- I might be confused though so > > have a play. > > > > Ian. > > Thank you. Now my /etc/X11/xorg.conf contains: > > Section "Device" > Identifier "Hauppauge PVR 350 iTVC15 Framebuffer" > Driver "ivtvdev" > BusID "PCI:0:16:0" > EndSection > > Well, as a first step ;-). But ivtv will not work for me until now. Please > see my /var/log/Xorg.0.log: > > (II) LoadModule: "ivtvdev" > (II) Loading /usr/X11R6/lib/modules/drivers/ivtvdev_drv.o > (II) Module ivtv: vendor="X.Org Foundation" > compiled for 4.3.99.902, module version = 0.10.6 > ABI class: X.Org Video Driver, version 0.8 > (II) IVTVDEV_TST: driver for framebuffer: PVR-350 > (II) Primary Device is: PCI 01:00:0 > (--) Chipset PVR-350 found > (EE) open /dev/fb0: No such device > (EE) Screen 0 deleted because of no matching config section. > (II) UnloadModule: "ivtvdev" > (EE) Device(s) detected, but none match those in the config file. > > Fatal server error: > no screens found > > It seems my framebuffer do not work. Following Bill's suggestion I have > inserted the line: > Option "ivtv" "/dev/fb0" > in the device section of my xorg.conf. But as before the /dev/fb0 seems not > be present. I also tried Option "ivtvdev" "/dev/fb0" but with the same > result. > > vdr:~# ivtvfbctl /dev/fb0 > Failed to open /dev/fb0: No such device > > What I have to do? What is the next step to get a running system? > > Thanks in advance > Matthias
A couple of things I can think of to try: 1) Make sure that you still have both lines: Option "fbdev" "/dev/fb0" Option "ivtv" "/dev/fb0" in your xorg.conf file. 2) Make sure that /dev/fb0 is the actual device name. On my system it's /dev/fb1. Normal caveats apply...I'm no expert, my own system doesn't even work, etc... _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
