Hi every body!
i have the following configuration : Linux on a set top box. 
When I try to insert framebuffer module in the Linux kernell , I get "-1 No
such device" :,(
when I try  
                # ls -l /dev/fb*
crwxrwxrwx  1 root root 29, 0 Apr  5  2008 /dev/fb0
crw-r-----  1 root root 29, 1 Apr  5  2008 /dev/fb1
crw-r-----  1 root root 29, 2 Apr  5  2008 /dev/fb2
crw-r-----  1 root root 29, 3 Apr  5  2008 /dev/fb3
crw-r-----  1 root root 29, 4 Apr  5  2008 /dev/fb4
crw-r-----  1 root root 29, 5 Apr  5  2008 /dev/fb5
crw-r-----  1 root root 29, 6 Apr  5  2008 /dev/fb6
crw-r-----  1 root root 29, 7 Apr  5  2008 /dev/fb7

so fb device exists but when I try to do some operations on any of them I
got always the some error : 

# cat /dev/fb*
cat: /dev/fb0: No such device
cat: /dev/fb1: No such device
cat: /dev/fb2: No such device
cat: /dev/fb3: No such device
cat: /dev/fb4: No such device
cat: /dev/fb5: No such device
cat: /dev/fb6: No such device
cat: /dev/fb7: No such device

or 

# fbset
fbset: /dev/fb0: No such device

Although that I rebuilt the kernel with all framebuffer options activated
(at least those indicated by the manufacturer of the card :rules:)
has any one an idea or an advice ?
-- 
View this message in context: 
http://www.nabble.com/-dev-fb0%3A-No-such-device-tp19861077p19861077.html
Sent from the DirectFB Dev mailing list archive at Nabble.com.

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to