On Thu, 2006-03-23 at 15:58 +0100, Matthias Meyer wrote: > (EE) open /dev/fb0: No such device
Does the device node /dev/fb0 exist with correct major and minor
numbers?
$ ls -l /dev/fb0
crw-rw---- 1 root video 29, 0 2006-03-22 18:53 /dev/fb0
Is the fb subsystem present in your kernel?
$ grep fb /proc/devices
29 fb
Did you load the ivtv and ivtv-fb kernel modules correctly?
$ lsmod | grep ivtv
ivtv_fb 31204 2
ivtv 182676 1 ivtv_fb
Does dmesg show the card being detected and configured etc after you
load the ivtv module?
Ian.
--
Ian Campbell
The Kennedy Constant:
Don't get mad -- get even.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
