[MPlayer-users] /dev/fb0 no such device

D Richard Felker III dalias at aerifal.cx
Tue Sep 23 16:35:52 CEST 2003


On Tue, Sep 23, 2003 at 10:04:58AM +0200, armin.gerritsen at philips.com wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> Felix Cuello wrote:
> > [Automatic answer: RTFM (read DOCS, FAQ), also read
> > DOCS/bugreports.html]
> >
> > Hello,
> >
> >    Somebody have this problem?.
> >
> >    "/dev/fb0 not such device."
> >
> >    any help?
> >
> >    thanks,
> 
> This often means that
> 
> - either /dev/fb0 simply doesn't exist. In that case, a

No, it cannot mean that. You get ENOENT (No such file or directory) if
the device node doesn't exist in the filesystem. If you see ENODEV (No
such device), then the device node has major/minor number which the
kernel does not recognize as a valid device, i.e. you haven't compiled
in the driver or loaded the module.

Rich



More information about the MPlayer-users mailing list