| To: | Louis Lai <louis.lai@entone.com> |
|---|---|
| Subject: | Re: missing /dev/tty0 |
| From: | Yoann Allain <yallain@avilinks.com> |
| Date: | Fri, 28 Oct 2005 12:26:55 +0200 |
| Cc: | linuxconsole-dev@lists.sourceforge.net, linux-mips@linux-mips.org |
| In-reply-to: | <HAENJFHIMADGCOMALOKKOEELCBAA.louis.lai@entone.com> |
| Organization: | Avilinks |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <HAENJFHIMADGCOMALOKKOEELCBAA.louis.lai@entone.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla Thunderbird 1.0 (X11/20041206) |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] mips: prom_free_prom_memory() returns `unsigned long', Ralf Baechle |
|---|---|
| Next by Date: | RE: missing /dev/tty0, Louis Lai |
| Previous by Thread: | missing /dev/tty0, Louis Lai |
| Next by Thread: | RE: missing /dev/tty0, Louis Lai |
| Indexes: | [Date] [Thread] [Top] [All Lists] |