Gentoo Archives: gentoo-user

From: "赵光" <prolibertine@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] qemu can't connect to internet
Date: Tue, 25 Oct 2005 14:17:10
Message-Id: 1ece08820510250710m5b1121f1o@mail.gmail.com
In Reply to: Re: [gentoo-user] qemu can't connect to internet by Willie Wong
1 now,i use qemu to emulate arch linux,and set arch to use dhcp
2 but always can;t connect to internet
3 my host system was on net,can connect to internet,thx
4
5 did qemu have some configure argument to enable or disable net?
6 thx
7
8 2005/10/25, Willie Wong <wwong@×××××××××.edu>:
9 >
10 > On Tue, Oct 25, 2005 at 09:31:50PM +0800, ???? wrote:
11 > > i am install qemu and active kqemu
12 > > using ./configure --enable-kqemu to configure and make&& make install
13 > > than i use a win98.img to start qemu(using NAT )
14 > >
15 > > qemu -hda win98.img -m 256 -localtime -enable-audio -user-net
16 > >
17 > > but in win98 can;t connect internet
18 > > did i qemu need some driver to support this function
19 > > did i need to recompile my kernel and add some new modules to support
20 > this
21 > > function
22 > > thx
23 >
24 > If you are running on gentoo, why not just set the "kqemu" USE flag
25 > and "emerge qemu"?
26 >
27 > I have successively ran WinXP under qemu with the kernel accelerator
28 > that way.
29 >
30 > You WON'T need drivers or kernel modules. User-Net means exactly that:
31 > the network is in user mode. Qemu connects to the network like any
32 > other userland program on your host computer, and AFAIK qemu emulates
33 > a fairly basic ethernet card, so Win98 should have built-in support
34 > for it.
35 >
36 > Now:
37 > What do you mean by win98 cannot connect to the internet? Is your
38 > host computer on a network? Did you set the Win98 system to use
39 > DHCP? Does the Windows system running under the VM detect the
40 > (virtual) Network Card?
41 >
42 > W
43 >
44 > --
45 > Nothing is fool-proof to sufficiently talented fools.
46 > Sortir en Pantoufles: up 3 days, 5:55
47 > --
48 > gentoo-user@g.o mailing list
49 >
50 >

Replies

Subject Author
Re: [gentoo-user] qemu can't connect to internet Willie Wong <wwong@×××××××××.EDU>