All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
To: ultralinux@vger.kernel.org
Subject: Re: Serial console?
Date: Fri, 26 Jun 1998 22:26:49 +0000	[thread overview]
Message-ID: <marc-linux-ultrasparc-90222357631039@msgid-missing> (raw)
In-Reply-To: <marc-linux-ultrasparc-90222357631028@msgid-missing>

> 
> Hi,
> 
> Marc Duponcheel wrote:
> > PS: I could see some complaints about 'cua' being depreciated in favour of
> > 'ttyS' on first bootup. I'll check what this is about.
> 
> What it is: an attempt to get rid of the confusion caused by having pairs
> of devices for one physical serial port - make all users go away, then
> remove cua* in 2.3.
> 
> Why you are seeing this: no idea, some program is accessing cua*, but I
> have no idea which one...

setconsole program is broken, if it detects serial console, it ln -sf
/dev/console to /dev/cuaX. That is wrong with 2.1 kernels, where
/dev/console should be always character 5,1. Install program runs
setconsole, if it detects a serial console during install. So, either do you
install from framebuffer, or after install 
rm -f /dev/console
mknod /dev/console c 5 1

I promise to fix this soon, but as I mentioned in the last mail, we have to
get consoles working again with 2.1.107 first.

Cheers,
    Jakub
___________________________________________________________________
Jakub Jelinek | jj@sunsite.mff.cuni.cz | http://sunsite.mff.cuni.cz
Administrator of SunSITE Czech Republic, MFF, Charles University
___________________________________________________________________
Ultralinux - first 64bit OS to take full power of the UltraSparc
Linux version 2.1.106 on a sparc64 machine (498.80 BogoMips).
___________________________________________________________________

  parent reply	other threads:[~1998-06-26 22:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-25 16:55 Serial console? Craig Metz
1998-06-25 21:28 ` djb
1998-06-26  6:49 ` David S. Miller
1998-06-26  6:50 ` Jakub Jelinek
1998-06-26 10:41 ` Marc Duponcheel
1998-06-26 22:26 ` Jakub Jelinek [this message]
1998-06-27  6:40 ` Ward Deng
     [not found] <001201c0bb3f$4dd65600$4c0c5c8c@trd.iii.org.tw>
2001-04-03  2:57 ` Serial Console!! Jim Dennis
  -- strict thread matches above, loose matches on Subject: below --
2005-11-18  1:31 Serial console?? Nicholas Lee

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=marc-linux-ultrasparc-90222357631039@msgid-missing \
    --to=jj@sunsite.ms.mff.cuni.cz \
    --cc=ultralinux@vger.kernel.org \
    /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.