9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] network connection on virtualbox
       [not found] <3f60b9b0-81a6-419e-9bf9-b36d512c90d0@o39g2000prb.googlegroups.co>
@ 2011-02-02 13:06 ` erik quanstrom
  2011-02-02 13:53   ` Fernan Bolando
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: erik quanstrom @ 2011-02-02 13:06 UTC (permalink / raw)
  To: 9fans

On Wed Feb  2 05:04:07 EST 2011, nyanhtootin@gmail.com wrote:
> Hi, Running plan 9 on virtual box 4.0.2, I've configured network
> adaptaters as below.
> Attached to NAT
> Adapter type: PCnet-FAST 3(Am79C973)
> check cable connected.
>
> After booting plan 9, I typed ip/ipconfig, after waiting some time,
> ipconfig: no success with DHCP.
> I don't know what's wrong??
> Please help.

virtualbox is finicky and what works depends a lot on the
version of vb and it seems to depend on your own hardware.

the 79c973 driver doesn't track link state currently, so there's
limited ways i can think of to remotely help.  did you happen
to see a message that looks like this on the console?

		print("#l%d: unknown PCnet card version 0x%.7ux\n",
			ether->ctlrno, x&0xFFFFFFF);

can you verify a /net/ether0 exists?  if the answers are no and yes,
then it might be worth running snoopy in another window
to verify that you can see any packets.

you might also try another emulated chipset.

- erik



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] network connection on virtualbox
  2011-02-02 13:06 ` [9fans] network connection on virtualbox erik quanstrom
@ 2011-02-02 13:53   ` Fernan Bolando
  2011-02-03  9:58   ` Nyan Htoo Tin
       [not found]   ` <df8af61a-8923-4145-aa53-1bd833810182@s11g2000yqh.googlegroups.co>
  2 siblings, 0 replies; 5+ messages in thread
From: Fernan Bolando @ 2011-02-02 13:53 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Wed, Feb 2, 2011 at 9:06 PM, erik quanstrom <quanstro@quanstro.net> wrote:
> On Wed Feb  2 05:04:07 EST 2011, nyanhtootin@gmail.com wrote:
>> Hi, Running plan 9 on virtual box 4.0.2, I've configured network
>> adaptaters as below.
>> Attached to NAT
>> Adapter type: PCnet-FAST 3(Am79C973)
>> check cable connected.
>>
>> After booting plan 9, I typed ip/ipconfig, after waiting some time,
>> ipconfig: no success with DHCP.
>> I don't know what's wrong??
>> Please help.
>
> virtualbox is finicky and what works depends a lot on the
> version of vb and it seems to depend on your own hardware.
>

I am using intel pro below under vb 4.02 snowleopard. It also worked
on 3.12. I am also using 9atom not the official iso. You should find a
month or 2 old thread regarding this if you do a search

Adapter 1:
Intel PRO/1000 MT Server (Bridged adapter, en1: AirPort)



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] network connection on virtualbox
  2011-02-02 13:06 ` [9fans] network connection on virtualbox erik quanstrom
  2011-02-02 13:53   ` Fernan Bolando
@ 2011-02-03  9:58   ` Nyan Htoo Tin
       [not found]   ` <df8af61a-8923-4145-aa53-1bd833810182@s11g2000yqh.googlegroups.co>
  2 siblings, 0 replies; 5+ messages in thread
From: Nyan Htoo Tin @ 2011-02-03  9:58 UTC (permalink / raw)
  To: 9fans

On Feb 2, 9:11 pm, quans...@quanstro.net (erik quanstrom) wrote:
> On Wed Feb  2 05:04:07 EST 2011, nyanhtoo...@gmail.com wrote:
>
> > Hi, Running plan 9 on virtual box 4.0.2, I've configured network
> > adaptaters as below.
> > Attached to NAT
> > Adapter type: PCnet-FAST 3(Am79C973)
> > check cable connected.
>
> > After booting plan 9, I typed ip/ipconfig, after waiting some time,
> > ipconfig: no success with DHCP.
> > I don't know what's wrong??
> > Please help.
>
> virtualbox is finicky and what works depends a lot on the
> version of vb and it seems to depend on your own hardware.
>
> the 79c973 driver doesn't track link state currently, so there's
> limited ways i can think of to remotely help.  did you happen
> to see a message that looks like this on the console?
>
>                 print("#l%d: unknown PCnet card version 0x%.7ux\n",
>                         ether->ctlrno, x&0xFFFFFFF);
>
> can you verify a /net/ether0 exists?  if the answers are no and yes,
> then it might be worth running snoopy in another window
> to verify that you can see any packets.
>
> you might also try another emulated chipset.
>
> - erik

I tried on Qemu, still same problem even though now ip/ipconfig and
ndb/dns -r seems ok,



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] network connection on virtualbox
       [not found]   ` <df8af61a-8923-4145-aa53-1bd833810182@s11g2000yqh.googlegroups.co>
@ 2011-02-03 13:06     ` erik quanstrom
  0 siblings, 0 replies; 5+ messages in thread
From: erik quanstrom @ 2011-02-03 13:06 UTC (permalink / raw)
  To: 9fans

> > > Hi, Running plan 9 on virtual box 4.0.2, I've configured network
> > > adaptaters as below.
> > > Attached to NAT
> > > Adapter type: PCnet-FAST 3(Am79C973)
> > > check cable connected.
> >
> > > After booting plan 9, I typed ip/ipconfig, after waiting some time,
> > > ipconfig: no success with DHCP.
> > > I don't know what's wrong??
> > > Please help.
> >
> > virtualbox is finicky and what works depends a lot on the
> > version of vb and it seems to depend on your own hardware.
> >
> > the 79c973 driver doesn't track link state currently, so there's
> > limited ways i can think of to remotely help.  did you happen
> > to see a message that looks like this on the console?
> >
> >                 print("#l%d: unknown PCnet card version 0x%.7ux\n",
> >                         ether->ctlrno, x&0xFFFFFFF);
> >
> > can you verify a /net/ether0 exists?  if the answers are no and yes,
> > then it might be worth running snoopy in another window
> > to verify that you can see any packets.
> >
> > you might also try another emulated chipset.
> >
> > - erik
>
> I tried on Qemu, still same problem even though now ip/ipconfig and
> ndb/dns -r seems ok,

i don't understand the problem, then.  i thought it was that ip/ipconfig
didn't work.  what is it?

- erik



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [9fans] network connection on virtualbox
@ 2011-02-02 10:01 Nyan Htoo Tin
  0 siblings, 0 replies; 5+ messages in thread
From: Nyan Htoo Tin @ 2011-02-02 10:01 UTC (permalink / raw)
  To: 9fans

Hi, Running plan 9 on virtual box 4.0.2, I've configured network
adaptaters as below.
Attached to NAT
Adapter type: PCnet-FAST 3(Am79C973)
check cable connected.

After booting plan 9, I typed ip/ipconfig, after waiting some time,
ipconfig: no success with DHCP.
I don't know what's wrong??
Please help.

Thanks in advance.

Nyan



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-03 13:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3f60b9b0-81a6-419e-9bf9-b36d512c90d0@o39g2000prb.googlegroups.co>
2011-02-02 13:06 ` [9fans] network connection on virtualbox erik quanstrom
2011-02-02 13:53   ` Fernan Bolando
2011-02-03  9:58   ` Nyan Htoo Tin
     [not found]   ` <df8af61a-8923-4145-aa53-1bd833810182@s11g2000yqh.googlegroups.co>
2011-02-03 13:06     ` erik quanstrom
2011-02-02 10:01 Nyan Htoo Tin

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