From: Yoann Allain <yallain@avilinks.com>
To: Louis Lai <louis.lai@entone.com>
Cc: linuxconsole-dev@lists.sourceforge.net, linux-mips@linux-mips.org
Subject: Re: missing /dev/tty0
Date: Fri, 28 Oct 2005 12:26:55 +0200 [thread overview]
Message-ID: <4361FCEF.30707@avilinks.com> (raw)
In-Reply-To: <HAENJFHIMADGCOMALOKKOEELCBAA.louis.lai@entone.com>
Louis Lai a écrit :
>Hi all,
>
>I am using a 2.4.30 kernel for my MIPS embedded processor. The kernel can
>start up properly but the tty0 doesn't exist under /dev. I have already
>enable the virtual console during kernel configuration. is it something
>configure not properly for the kernel?? Anyone can help??
>
>Thanks in advance,
>Louis
>
>
>
Hi Louis,
The problem is that you didn't create the special file /dev/tty0. Create
it with the mknod command :
# mknod /dev/tty0 c 4 0
Then put the good rights, for example:
# chmod 640 /dev/tty0
That should do it...
Yoann
next prev parent reply other threads:[~2005-10-28 10:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-28 9:46 missing /dev/tty0 Louis Lai
2005-10-28 9:46 ` Louis Lai
2005-10-28 10:26 ` Yoann Allain [this message]
2005-10-28 10:43 ` Louis Lai
2005-10-28 10:43 ` Louis Lai
2005-10-28 12:23 ` Yoann Allain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4361FCEF.30707@avilinks.com \
--to=yallain@avilinks.com \
--cc=linux-mips@linux-mips.org \
--cc=linuxconsole-dev@lists.sourceforge.net \
--cc=louis.lai@entone.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.