9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] oh, no! (again)
Date: Tue, 11 Aug 2009 13:57:24 -0400	[thread overview]
Message-ID: <455065f30312d5a82c92b7820fa5f778@quanstro.net> (raw)
In-Reply-To: <2fba2a7ca9d962d85979de12fa36fd4c@quanstro.net>

>
> i don't know where it's getting the 9pcf that it's putting in 9fat.  it
> doesn't appear to be the same as /386/9pcf from the cd.  (there's
> only one.)
>
> as soon as i figure that out, this will probablly all work.

okay.  the cd was rolled correctly, but i discovered a potential
source of confusion.  evidently the installer didn't want to
overwrite the bad 9pcf and 9load that were already in 9fat.
so download a new copy of 9atom.tar.bz2 and when you
start the installer, make sure to zero out 9fat at a minimum.
to do this
	- open a new window
	- dd -if /dev/zero -of /dev/sdXX/9fat -bs 4k

a further note, if you rebuild your kernel, it won't work.
installing the following contrib packages is required
	quanstro/fis		(build and parse sata fises)
	quanstro/sd		(new sd stuff)
	quanstro/nvram		(so you can find nvram)
	quanstro/9load-e820	(to rebuild 9load)

for most atom-based machines with 8169s you will need
this as well.

	quanstro/8169

comment out the edev->maxtu line.  that's for jumbo frames
support for aoe.  you could apply the changes to the dist
driver as well, but unfortunately the distributed driver does
not handle unexpectly large packet reception.  (crash)

also you may wish to enable support for the new sd stuff.
	quanstro/atazz		(send raw ata commands)
	quanstro/smart		(smart monitor)

there are a few things in the kernel i've built that don't fit
in dist packages very well.
	PAT
	jumbo ethernet frames
	kernel cec server		(console-over-ethernet)
	/dev/cputemp
	/dev/nomp		(mptables when not enabled)

sorry about that.

finally, would anyone who has success or failure please
send me a note off-list including lspci output and what
happens when you try the official distribution.

- erik



  reply	other threads:[~2009-08-11 17:57 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-11 13:28 cej
2009-08-11 13:55 ` erik quanstrom
2009-08-11 14:17 ` erik quanstrom
2009-08-11 16:12   ` cej
2009-08-11 16:26     ` erik quanstrom
2009-08-11 17:57       ` erik quanstrom [this message]
2009-08-11 19:04         ` David Leimbach
2009-08-11 19:25           ` erik quanstrom
2009-08-11 20:51             ` Fernan Bolando
2009-08-11 21:17               ` erik quanstrom
     [not found]               ` <7ed7d1dd2bafb28e91ed462c526409e6@quanstro.net>
2009-08-12 12:12                 ` Fernan Bolando
2009-08-12 12:40                   ` erik quanstrom
     [not found]                   ` <5e44a853596c9d4a4a751c14d0878855@quanstro.net>
2009-08-12 14:06                     ` Fernan Bolando
2009-08-13 14:10         ` Fernan Bolando
2009-08-13 14:33           ` erik quanstrom
     [not found]           ` <855df96e3e51a2f75d1bce104eddda2f@quanstro.net>
2009-08-13 14:49             ` Fernan Bolando
2009-08-13 14:54               ` erik quanstrom

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=455065f30312d5a82c92b7820fa5f778@quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.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).