All of lore.kernel.org
 help / color / mirror / Atom feed
From: wb <dead_email@nospam.com>
To: Paul Blazejowski <paulb@blazebox.homeip.net>
Cc: "Justin T. Gibbs" <gibbs@scsiguy.com>,
	Patrick Mansfield <patmans@us.ibm.com>,
	Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org
Subject: Re: Badness in device_release at drivers/base/core.c:84
Date: Tue, 05 Aug 2003 05:20:02 -0500	[thread overview]
Message-ID: <3F2F84D2.8000202@nospam.com> (raw)
In-Reply-To: 5793.199.181.174.146.1060050091.squirrel@www.blazebox.homeip.net


> 
> I'll look into serial console and try to set it up.Do i need extra
> hardware or cables to run serial console? any poniters or setup
> suggestions would be welcome as i never used serial consoles before.
> Regards,
> 
> Paul
> -

  Your need a NULL modem serial cable available
  from any computer store.

Install uucp - I use on the HOST :

uucp-1.06.1-33.7.2.

Also , LILO is broken on some machines and ignores
serial input so make sure you use at least

lilo-21.6-71

On the TARGET

1. Connect the serial ports together ( COM1->COM1 ) with
    the serial cable .

2. Modify LILO to use serial line on the TARGET
    add to lilo.conf:
       append="console=ttyS0,9600n8  console=tty0 "
       serial=0,9600N8

    Run lilo

3. Add to /etc/inittab on the HOST

       S0:s12345:respawn:/sbin/agetty 9600 ttyS0

4. To see ALL THE CONSOLE MESSAGES during boot on the TARGET

    mv /dev/console /dev/console.org
    ln  /dev/ttyS0 /dev/console

5. Start uucp on the HOST:

     cu -l /dev/ttyS0 -s 9600

6. Boot your target

///

John Donnelly AT HP DOT com















  reply	other threads:[~2003-08-05 10:13 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-01 18:22 Badness in device_release at drivers/base/core.c:84 Diffie
2003-08-01 21:27 ` Greg KH
2003-08-02  5:40   ` Diffie
2003-08-01 21:44 ` Andrew Morton
2003-08-01 23:27   ` Mike Anderson
2003-08-02  5:57     ` Diffie
2003-08-02  5:53   ` Diffie
2003-08-03  1:55   ` Diffie
2003-08-03  2:07     ` Andrew Morton
2003-08-03 21:47       ` Diffie
2003-08-03 21:52         ` Andrew Morton
2003-08-03 22:23           ` Diffie
2003-08-03 22:31             ` Diffie
2003-08-04 16:30               ` Patrick Mansfield
2003-08-04 17:48                 ` Paul Blazejowski
2003-08-04 18:26                 ` Paul Blazejowski
2003-08-04 18:57                   ` Patrick Mansfield
2003-08-04 19:36                   ` Justin T. Gibbs
2003-08-05  2:21                     ` Paul Blazejowski
2003-08-05 10:20                       ` wb [this message]
2003-08-05 16:10                         ` Ishikawa
2003-08-06 16:58                           ` Paul Blazejowski
2003-08-06 17:20                             ` Chiaki
2003-08-13  2:03                               ` Chiaki
2003-08-06 16:55                         ` Paul Blazejowski
2003-08-05  7:18                     ` Paul Blazejowski

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=3F2F84D2.8000202@nospam.com \
    --to=dead_email@nospam.com \
    --cc=akpm@osdl.org \
    --cc=gibbs@scsiguy.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=patmans@us.ibm.com \
    --cc=paulb@blazebox.homeip.net \
    /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.