On Thu, 2007-01-18 at 15:36 +0200, Alex Rier wrote: > Hi, > > After booting 2.6.20-rc5-omap1 /dev/fb/* and /dev/i2c/* were not > created. > mknod solved the problem. > But what should be done to create the devices automatically at reboot? > (Udev staff?)
Make sure you have CONFIG_HOTPLUG=y, and CONFIG_TMPFS=y, and then udev takes care of all the device node creation/removal. Kevin _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
