|
From: Hugo V. <hvw...@ya...> - 2005-10-13 13:25:37
|
--- Nathan Hoult <ho...@ho...> wrote:
> >On Pirmdiena, 10. Oktobris 2005 18:05, Nathan Hoult
> wrote:
> >>I am using kernel 2.6.13 and trying to get
> faketty-0.04 to work.
> >>I managed to make the ftty devices, (mknod
> /dev/ftty[0-9] c 13 96) and
>
> >Do You realy use mknod? If that is right, then You
> must do
> >mknod /dev/ftty0 c 13 96
> >mknod /dev/ftty1 c 13 97
> >mknod /dev/ftty2 c 13 98
> >...
>
> ummm I did:
> mknod /dev/ftty0 c 13 96
> mknod /dev/ftty1 c 13 96
> mknod /dev/ftty2 c 13 96
> ...
>
> I never used mknod before and after 1 hour of
> searching I couldn't find
> documentation on what I needed to run exactly.
There's your problem. Couldn't find man mknod?
...
MKNOD(1)
User Commands
MKNOD(1)
NAME
mknod - make block or character special files
SYNOPSIS
mknod [OPTION]... NAME TYPE [MAJOR MINOR]
DESCRIPTION
Create the special file NAME of the given TYPE.
...
Hugo
__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
|