Rod Stewart writes:
> Question: Who should make the device /dev/fb0? Should I create it? If I
> need to create it, would anyone know the options for mknod? `mknod
> /dev/fb0 c X X' Thanks.
Yes, people who have read linux/Documentation/devices.txt do. ;)
Here's the ls output of /dev for fb0:
crw------- 1 root root 29, 0 Jan 31 10:06 /dev/fb0
So you want to do:
mknod -m 600 /dev/fb0 c 29 0
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King [EMAIL PROTECTED] --- ---
| | | | http://www.arm.linux.org.uk/~rmk/armlinux.html / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]