crzhang wrote:
> 
> Hi all,
> I have install rtlinux2.2 with linux-2.2.14, but in the /dev I have only rtf0 ~ 
>rtf7, and how do I create the other RT-FIFOs.
> 

Hi Wang,

one way is (as root):

cd /dev
perl -e 'foreach $i (0..63) { `mknod rtf$i c 150 $i` }'

This will make rtf0 to rtf63

Regards, Stuart.
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to