* [9fans] Two questions
@ 2010-02-13 1:36 Gregg Levine
2010-02-13 15:24 ` erik quanstrom
0 siblings, 1 reply; 2+ messages in thread
From: Gregg Levine @ 2010-02-13 1:36 UTC (permalink / raw)
To: 9fans
Hello!
I have the current Plan9 CD installing itself into a virtual disk drive.
Q1: How do I go about checking to see if the finally installed image
sees the virtual Ethernet device for the system? (It believes it to be
a Digital Tulip style one.)
Q2:And this is related to Q1 above: Are these adapters supported on
real hardware? (Of course I'll recheck the Wiki pages.)
-----
Gregg C Levine gregg.drwho8@gmail.com
"This signature fought the Time Wars, time and again."
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [9fans] Two questions
2010-02-13 1:36 [9fans] Two questions Gregg Levine
@ 2010-02-13 15:24 ` erik quanstrom
0 siblings, 0 replies; 2+ messages in thread
From: erik quanstrom @ 2010-02-13 15:24 UTC (permalink / raw)
To: 9fans
> Q1: How do I go about checking to see if the finally installed image
> sees the virtual Ethernet device for the system? (It believes it to be
> a Digital Tulip style one.)
there are many ways to do this.
1. cat /dev/kmesg
you should get lines that start with #ln, where n is a small
nonnegative integer.
#l0: i82574: 1000Mbps port 0xFA6E0000 irq 11 tu 1514: 003048d788de
#l1: i82574: 1000Mbps port 0xFA7E0000 irq 10 tu 1514: 003048d788df
2. ls /net/ether0.
if you have a network, you will get similar output to this. (you may
not have the mtu file. that's my addition, especially for aoe performance.)
chula# chula# lc /net/ether0
0 1 2 3 addr clone ifstats mtu stats
> Q2:And this is related to Q1 above: Are these adapters supported on
> real hardware? (Of course I'll recheck the Wiki pages.)
yes.
- erik
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-13 15:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-13 1:36 [9fans] Two questions Gregg Levine
2010-02-13 15:24 ` erik quanstrom
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).