* [Qemu-devel] NE2000 vs Realtek-8029 on WfW 3.11 and NT4
@ 2004-12-27 11:50 Friedemann Baitinger
2004-12-27 16:09 ` Doug Stanley
2004-12-27 21:23 ` Johannes Martin
0 siblings, 2 replies; 5+ messages in thread
From: Friedemann Baitinger @ 2004-12-27 11:50 UTC (permalink / raw)
To: qemu-devel
I was trying to get some "vintage" OSes running on qemu-0.6.1. Here are
some findings which might be interesting either for the
documentation/FAQ or for further development:
Neither on WfW3.11 nor on Windows NT4 I was able to get networking going
with the NE2000 drivers that are part of those OSes. By reading the qemu
sources I found out that "Realtek 8029" was mentioned there so I
"googled" for those drivers and found some for WfW 3.11 as well as NT4
(actually NT4 has them on the distro).
Using these drivers worked on boths OSes.
I also have an OS/2 Warp 4 installed. Networking didn't work with NE2000
either. I have _not_ yet tried the realtek there, not even sure wheter a
realtek driver exists for OS/2 but in case somebody is really
struggling, you might give it a try. If I find the time to test it I'll
certainly report the results here.
--
Friedemann Baitinger
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] NE2000 vs Realtek-8029 on WfW 3.11 and NT4
2004-12-27 11:50 [Qemu-devel] NE2000 vs Realtek-8029 on WfW 3.11 and NT4 Friedemann Baitinger
@ 2004-12-27 16:09 ` Doug Stanley
2004-12-27 20:59 ` Friedemann Baitinger
2004-12-27 21:23 ` Johannes Martin
1 sibling, 1 reply; 5+ messages in thread
From: Doug Stanley @ 2004-12-27 16:09 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]
Where did you get these drivers?
I tried for days to get the realtek drivers to work
with win95 with no luck. I ended up forcing isa and
using the ne2000...
But if you've found some drivers that worked...
I used realtek drivers directly from realtek.com.tw
and also from a thirdparty I believe...neither worked...
Thanks,
Doug
Friedemann Baitinger wrote:
> I was trying to get some "vintage" OSes running on qemu-0.6.1. Here are
> some findings which might be interesting either for the
> documentation/FAQ or for further development:
>
> Neither on WfW3.11 nor on Windows NT4 I was able to get networking going
> with the NE2000 drivers that are part of those OSes. By reading the qemu
> sources I found out that "Realtek 8029" was mentioned there so I
> "googled" for those drivers and found some for WfW 3.11 as well as NT4
> (actually NT4 has them on the distro).
>
> Using these drivers worked on boths OSes.
>
> I also have an OS/2 Warp 4 installed. Networking didn't work with NE2000
> either. I have _not_ yet tried the realtek there, not even sure wheter a
> realtek driver exists for OS/2 but in case somebody is really
> struggling, you might give it a try. If I find the time to test it I'll
> certainly report the results here.
>
[-- Attachment #2: dstanley.vcf --]
[-- Type: text/x-vcard, Size: 291 bytes --]
begin:vcard
fn:Douglas Stanley
n:Stanley;Douglas
org:Integrated Marketing Technologies;IT
adr:;;2945 Carquest Dr.;Brunswick;Ohio;44212;US
email;internet:dstanley@imtco.com
title:Systems Administrator
tel;work:330-220-6715
x-mozilla-html:FALSE
url:http://www.imtco.com
version:2.1
end:vcard
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] NE2000 vs Realtek-8029 on WfW 3.11 and NT4
2004-12-27 16:09 ` Doug Stanley
@ 2004-12-27 20:59 ` Friedemann Baitinger
0 siblings, 0 replies; 5+ messages in thread
From: Friedemann Baitinger @ 2004-12-27 20:59 UTC (permalink / raw)
To: qemu-devel
Doug Stanley wrote:
> Where did you get these drivers?
> I tried for days to get the realtek drivers to work
> with win95 with no luck. I ended up forcing isa and
> using the ne2000...
> But if you've found some drivers that worked...
>
> I used realtek drivers directly from realtek.com.tw
> and also from a thirdparty I believe...neither worked...
Doug,
there are various places. Search for the following pattern in google:
wfw311-8029
I have found these links:
http://www.tech24.com/help/tools/download_driver.asp?id=4939
or try this:
http://optimal.odessa.ua/bbs/downloads/Realtek/rtl8029as/
there are many different versions of drivers out there even OS/2 (which
I will try as time permits).
Before I had successfully experimented with Realtek I was also trying to
get NE2000 in ISA mode running but it did not work at all.
--
Friedemann Baitinger
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] NE2000 vs Realtek-8029 on WfW 3.11 and NT4
2004-12-27 11:50 [Qemu-devel] NE2000 vs Realtek-8029 on WfW 3.11 and NT4 Friedemann Baitinger
2004-12-27 16:09 ` Doug Stanley
@ 2004-12-27 21:23 ` Johannes Martin
2004-12-28 23:43 ` Antony T Curtis
1 sibling, 1 reply; 5+ messages in thread
From: Johannes Martin @ 2004-12-27 21:23 UTC (permalink / raw)
To: qemu-devel
Hi,
On Mon, 27 Dec 2004, Friedemann Baitinger wrote:
> I also have an OS/2 Warp 4 installed. Networking didn't work with NE2000
> either. I have _not_ yet tried the realtek there, not even sure wheter a
> realtek driver exists for OS/2 but in case somebody is really
> struggling, you might give it a try. If I find the time to test it I'll
> certainly report the results here.
I had mixed success with OS/2 Warp. It worked sometimes (with -isa) only.
I finally decided to hook up a pppd on the host OS through the virtual
serial port in OS/2 and got networking to work that way. I posted some
patches to get qemu communicate with pppd and similar programs a few
months ago.
Johannes
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] NE2000 vs Realtek-8029 on WfW 3.11 and NT4
2004-12-27 21:23 ` Johannes Martin
@ 2004-12-28 23:43 ` Antony T Curtis
0 siblings, 0 replies; 5+ messages in thread
From: Antony T Curtis @ 2004-12-28 23:43 UTC (permalink / raw)
To: Johannes Martin; +Cc: qemu-devel
On Mon, 2004-12-27 at 21:23, Johannes Martin wrote:
> Hi,
>
> On Mon, 27 Dec 2004, Friedemann Baitinger wrote:
> > I also have an OS/2 Warp 4 installed. Networking didn't work with NE2000
> > either. I have _not_ yet tried the realtek there, not even sure wheter a
> > realtek driver exists for OS/2 but in case somebody is really
> > struggling, you might give it a try. If I find the time to test it I'll
> > certainly report the results here.
> I had mixed success with OS/2 Warp. It worked sometimes (with -isa) only.
>
> I finally decided to hook up a pppd on the host OS through the virtual
> serial port in OS/2 and got networking to work that way. I posted some
> patches to get qemu communicate with pppd and similar programs a few
> months ago.
That is the reason why I wrote the AMD PCNet-II compatible network
adaptor. It works great with the driver for OS/2, and worked IMO better
with other operating systems I tried running in qemu.
--
Antony T Curtis, BSc. UNIX, Linux, *BSD, Networking
antony.t.curtis@ntlworld.com C++, J2EE, Perl, MySQL, Apache
IT Consultancy.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-12-28 23:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-27 11:50 [Qemu-devel] NE2000 vs Realtek-8029 on WfW 3.11 and NT4 Friedemann Baitinger
2004-12-27 16:09 ` Doug Stanley
2004-12-27 20:59 ` Friedemann Baitinger
2004-12-27 21:23 ` Johannes Martin
2004-12-28 23:43 ` Antony T Curtis
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).