A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Thu, Aug 19, 2010 at 07:07:40PM +0400, ???? wrote: > Thanks. > My question (I think) is very easy. But I could not find answer in the Internet, and did not get it on forum. > My aim is to make UDEV create device node automatically on loading module. > I tied rule: > KERNEL=="math", NAME="math" > meaning my device name (register char dev) is "math" and the node name I want is "math". > But nothing happens. > Is there any possibility to make such rule? > Maybe I do not export some required information to SysFS? > If you need module code I can send it to you with Makefile. Yes, please post your kernel code. You need to hook into the driver model to properly be able to have udev pick up your device information. Have you done that? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html