9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] file server install
@ 2001-12-20  3:08 jmk
  0 siblings, 0 replies; 8+ messages in thread
From: jmk @ 2001-12-20  3:08 UTC (permalink / raw)
  To: 9fans

On Wed Dec 19 19:53:16 EST 2001, geoff@collyer.net wrote:
> What I noticed first was this:
>
> 	scsi#0: ncr53c8xx: port 0xe1906000 irq 11
>
> I believe port numbers are limited to 16 bits even for PCI devices,
> and given that your ether is at 0x6100, that 0xe1906000 should
> probably be 0x6000.  Perhaps your BIOS's PCI P'n'P code is broken?
> I've seen breakage in assigning IRQs before.
>
> The 0Mbps thing is also worrying; have you tried plugging your
> machines into a switch (they're pretty cheap now)?
>

The 53C8xx driver uses memory-mapped accesses so the apparently
large port address is OK.

A clue to the answer is, as Geoff points out,given by the 0Mbps 'thing'.
Here's a post from last year:

 From cse.psu.edu!owner-9fans Thu Jun 15 17:29:58 EDT 2000
Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Thu Jun 15 17:29:58 EDT 2000
Date: Thu, 15 Jun 2000 17:08:38 -0400 (EDT)
From: Sam Hopkins <sah@borf.com>
Subject: [9fans] fs configuration with the ether i82557

Heya,

If you're planning on setting up a fileserver with the i82557 nic, you'll
need to edit the code in your /sys/src/fs/<kernel>/ether82557.c file.
Currently it only checks and sets for the 100 mbps setup, and otherwise
leaves it 0.  This unfortunately makes the fileserver's network capabilities
nonexistent.

Around line 1043 you'll see the conditional:
  if(bmcr & 0x2000)
    ether->mbps = 100;
Add:
  else
    ether->mbps = 10;

and you'll be set.

sam


^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: [9fans] file server install
@ 2001-12-20  0:52 geoff
  0 siblings, 0 replies; 8+ messages in thread
From: geoff @ 2001-12-20  0:52 UTC (permalink / raw)
  To: 9fans

What I noticed first was this:

	scsi#0: ncr53c8xx: port 0xe1906000 irq 11

I believe port numbers are limited to 16 bits even for PCI devices,
and given that your ether is at 0x6100, that 0xe1906000 should
probably be 0x6000.  Perhaps your BIOS's PCI P'n'P code is broken?
I've seen breakage in assigning IRQs before.

The 0Mbps thing is also worrying; have you tried plugging your
machines into a switch (they're pretty cheap now)?



^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: [9fans] file server install
@ 2001-12-19  8:52 forsyth
  0 siblings, 0 replies; 8+ messages in thread
From: forsyth @ 2001-12-19  8:52 UTC (permalink / raw)
  To: 9fans

>>instructions and it displays my NIC card and its MAC
>>address on bootup.

has the card got more than one connector (eg, RJ45 and BNC)?
if so, perhaps it's using the wrong one.


^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: [9fans] file server install
@ 2001-12-18 22:32 Russ Cox
  0 siblings, 0 replies; 8+ messages in thread
From: Russ Cox @ 2001-12-18 22:32 UTC (permalink / raw)
  To: 9fans

try typing "arp print" and "route print" at your
server while it is running (especially after the pings)
and see if any extra information is gained.



^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <20011218154004.0E3A619A2C@mail.cse.psu.edu>]
[parent not found: <20011214170104.C9FF719A0C@mail.cse.psu.edu>]

end of thread, other threads:[~2001-12-20  3:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20011219141904.5F49E19A67@mail.cse.psu.edu>
2001-12-19 23:52 ` [9fans] file server install William Gunnells
2001-12-20  3:08 jmk
  -- strict thread matches above, loose matches on Subject: below --
2001-12-20  0:52 geoff
2001-12-19  8:52 forsyth
2001-12-18 22:32 Russ Cox
     [not found] <20011218154004.0E3A619A2C@mail.cse.psu.edu>
2001-12-18 22:18 ` William Gunnells
2001-12-18 23:06   ` Sam Ducksworth
     [not found] <20011214170104.C9FF719A0C@mail.cse.psu.edu>
2001-12-18  1:36 ` William Gunnells

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).