According to Kuruvilla Chandy: While burning my CPU.
> 
> Hi,
> 
> Ok, to prove to myself that I am a newbie, I managed to delete my /dev/cua1
> file. Don't ask me how or why, please save me the humiliation:-(
> I need to know how to remake a new /dev/cua1 file, any suggestions? I
> thought rebooting would restore it, but no luck. Is there any way I can
> autoprobe it back into existance? If not then I guess I'll have to do it
> manually, but then I don't know what hardware settings to give it. I am
> using a pentium 166, redhat 5.1 kernel 2.0.34.

type on one line;

cd /dev; ./MAKEDEV -n -v ttyS1

This should return something like;

create ttyS1    c 4 65 root:tty 666
create cua1     c 5 65 root:uucp 660

You can do it manualy with the 'mknod' command, however reading the man page
for 'mknod' will not help much tho', it's one of those obscure linux
         "we think you should know howto do it man pages"
which was possably written many moons ago and has long been forgotten and
never updated to reflect to presant day needs.

> 
> thanks
> Ishaaq Chandy
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to