Hi Tim,<br>MAKEDEV is work for me...thank you..<br><br><br><div><span class="gmail_quote">On 10/19/07, <b class="gmail_sendername">Mikkel L. Ellertson</b> <<a href="mailto:mikkel@infinity-ltd.com">mikkel@infinity-ltd.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">techme linux wrote:<br>> Hello All,<br>> I am using fedora 4.<br>
> I want to create a device node inside /dev/usb/ for fedora 4.<br>> But i just found that there is no usb directory inside /dev. But there<br>> is directory inside /sys/bus/usb.<br>> But for my embedded device I need to create a node inside /dev/usb...I
<br>> try to create a symbolic link between /sys/bus/usb and /dev/ but then<br>> also i could not able to create the node inside /dev/usb  as there is<br>> permission problem..<br>><br>> can anybody has idea how to create a node in /dev/usb for FC4?
<br>>  Thank You<br>><br>You need to read up on udev. On systems that use udev, there is a<br>virtual file system mounted on /dev with all the device nodes. Udev<br>takes care of creating the device nodes found there. Because it is a
<br>virtual file system, it is created every time the system boots, so<br>any changes you make are lost when you reboot. So you need to create<br>a udev rule to create the device node for you when you plug in your<br>USB device.
<br><br>The /sys file system is another virtual file system that contains<br>information about the system hardware. The udev documentation<br>contains information about tools to get information from it to help<br>you in writing your own udev rules.
<br><br>Note: If you have the /sys directory tree, it is probably a safe<br>assumption that you are using udev.<br><br>Mikkel<br>--<br><br>  Do not meddle in the affairs of dragons,<br>for thou art crunchy and taste good with Ketchup!
<br><br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list
</a><br><br></blockquote></div><br>