9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: epseps@att.net, 9fans@cse.psu.edu
Subject: Re: [9fans] loud newbie question: Trouble logging on as glenda
Date: Wed, 27 Dec 2000 17:13:35 -0500	[thread overview]
Message-ID: <20001227221354.3F160199E4@mail.cse.psu.edu> (raw)

  ndb/dns: can't read my ip address (not suprising since I
  never set one)

That's fine for now.

  i8259enable: irq 7 shared but not level
  intrenable: couldn't enable irq 7, tdbf 0xFFFFFFFF for
  lpt

This means the printer driver is trying to
grab irq 7 for itself but someone else already has it.
cat '#P/irqalloc' to find out which driver.

term% cat '#P/irqalloc'
...
         39           7 lpt
...
term%

The second column is the irq.

  When rio starts all that works is the clock and I see a
  flash of some other type of window that dies to quickly
  for me to tell what it is.

That's not such a big deal.  To get a new window,
hold down the right button, select New
from the menu, when you get the cross cursor,
hold down the right button, move the mouse
diagonally, let go of the right button.

http://plan9.bell-labs.com/magic/man2html/1/rio 
says more about window operations.

Have fun.
Russ


             reply	other threads:[~2000-12-27 22:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-27 22:13 Russ Cox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-01-03 23:37 Sadanand Warrier
2000-12-27 21:30 epseps

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=20001227221354.3F160199E4@mail.cse.psu.edu \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    --cc=epseps@att.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).