Re: [Freedos-user] bloody SMC w8003wc packet driver set up! please help!

2013-12-16 Thread Chris Evans
DCHP is application level not IP/TCP level need annet app that supports DHCP address support On Mon, Dec 16, 2013 at 11:54 AM, sparky4 insano < sparky44...@gmail.com> wrote: > I am stumped this card is very stingy... > > I cannot seem to get it to do a DHCP no matter what packet driv

Re: [Freedos-user] bloody SMC w8003wc packet driver set up! please help!

2013-12-16 Thread Bernd Blaauw
sparky4 insano schreef op 16-12-2013 20:54: > I am stumped this card is very stingy... Your best bet would be some Realtek or Intel wired network card, perhaps in combination with a PLX adapter (network through power wall socket). > > I cannot seem to get it to do a DHCP no matter what packet dr

Re: [Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
Hey Eric, nice to meet you! I tried to find your Email on the web as I saw your name in makefile but I only found an old one. Thanks for your help, works very well!! -Ursprüngliche Nachricht- Von: Eric Auer [mailto:e.a...@jpberlin.de] Gesendet: Montag, 16. Dezember 2013 20:53 An: freedos

[Freedos-user] bloody SMC w8003wc packet driver set up! please help!

2013-12-16 Thread sparky4 insano
I am stumped this card is very stingy... I cannot seem to get it to do a DHCP no matter what packet driver i use for it sigh with love, sparky4 Administrator of 四葉の芽◇ちゃんねる -- Rapidly troubleshoot problems before t

Re: [Freedos-user] Compile mode.com

2013-12-16 Thread Eric Auer
Hi! To compile FreeDOS MODE, you need the following: upx (in any of your PATH directories) nasm (same) tcc (Turbo C 2.01, search in the Borland museum / ask Rugxulo) make (also the old Borland version, I assume) In theory, it is also possible to compile mode with OpenWatcom C, using "wcl" inste

Re: [Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
Hi Dennis, thanks for explanation. I also had a compiler called djgpp installed but it seems like that isn't what I need either? Can you tell me where to get make / installation instructions? Thanks, -Ursprüngliche Nachricht- Von: dmccunney [mailto:dennis.mccun...@gmail.com] Gesendet: M

Re: [Freedos-user] Compile mode.com

2013-12-16 Thread dmccunney
On Mon, Dec 16, 2013 at 12:22 PM, Hans-Christian Koch wrote: > > as I am trying to get a working serial port emulation under DOSEMU I would > like to use the freedos version of mode.com . I need to remove the if clause > that checks whether the serial port number is invalid (<1 or >4) as I’d like

[Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
Hello all, as I am trying to get a working serial port emulation under DOSEMU I would like to use the freedos version of mode.com . I need to remove the if clause that checks whether the serial port number is invalid (<1 or >4) as I'd like to configure COM5. I found the code in mode.c and chang

[Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
Hello all, as I am trying to get a working serial port emulation under DOSEMU I would like to use the freedos version of mode.com . I need to remove the if clause that checks whether the serial port number is invalid (<1 or >4) as I'd like to configure COM5. I found the code in mode.c and chang