Re: [Freedos-user] Packet Driver Help

2019-05-09 Thread Mercury Thirteen via Freedos-user
My first thing would be to try booting without JEMM. There's another (better, 
IMO) Extended Memory driver which doesn't tend to lead to exceptions like JEMM 
does.

Best o' luck to ye!

Sent with [ProtonMail](https://protonmail.com) Secure Email.

‐‐‐ Original Message ‐‐‐
On Thursday, May 9, 2019 5:52 PM, Martin Collins 
 wrote:

> Hi,
>
> Sorry to email but need a little help please, if someone would be so kind?
>
> I just acquired a £30 Ebay bargain, a good condition Lenovo Thinkpad X100E. 
> Nice little laptop (runs a little hot in Linux) which I've dual booted with 
> FreeDOS 1.2 & Peppermint Linux. I have been trying to get a packet driver 
> working to enable my Ethernet without much success.
>
> NICSCAN.EXE (http://www.georgpotthast.de/sioux/pktdrv/nicscan.zip) & 
> Peppermint report the card as follows:
>
> PCI vendor 10EC, Realtek Semiconductor Co., Ltd.
> PCI vendor 8168, RTL8111/8168B PCI Express Gigabit Ethernet Controller
>
> I tried several packet drivers without success and eventually I appeared to 
> find exactly what I needed when DuckDuckGo led me to this packet driver for 
> DOS: https://support.lenovo.com/lu/en/downloads/ds003425
>
> Which is a DOS Realtek driver for the following Thinkpad models: ThinkPad 
> Edge 13, Edge E30, Edge 14, Edge E40, Edge 15, Edge E50, L412, L512 and X100e
>
> The zip file does not provide an actual packet driver but provides several 
> files to make one. In short if I want the final driver to be called X100E.COM 
> then I run the following commands: RTPATCH.EXE RTEND.DOS RTEND2.TXT 
> X100E.COM. I copy X100E.COM into C:\FDOS\NETWORK and edit 
> C:\FDOS\BIN\FDNET.BAT and add the following couple of blocks of text.
>
> berndpci 10ec8168
> if errorlevel 1 goto x100e
>
> REM ... Downloaded from https://support.lenovo.com/lu/en/downloads/ds003425 
> ...
> :x100e
> X100E.COM
> goto finish
>
> Unfortunately on a reboot I get the following error(s) when X100E.COM is 
> executed.
>
> JemmEx: exception 06 occured at CS:EIP-0386-, ERRC= 
> SS:ESP=0386:0001 EBP=091E EFL=00033202 CR0=8011 CR2= 
> EAX= EBX= ECX=00FF EDX=20490376 ESI= EDI= 
> DS=0376 ES=0376 FS= GS= [CS:IP]=FF FF FF FF 40 C0 B4 8D
>
> So I'm not sure where I can go from here and just wondered if anybody has any 
> ideas or pointers they could give me please? BTW I am also getting Extended 
> Memory errors when running my favourite word processor - Protext.
>
> Thanks everybody!
>
> Best regards,
>
> Martin___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Packet Driver Help

2019-05-09 Thread Martin Collins

Hi,Sorry to email but need a little help please, if someone would be so kind?I just acquired a £30 Ebay bargain, a good condition Lenovo Thinkpad X100E. Nice little laptop (runs a little hot in Linux) which I've dual booted with FreeDOS 1.2 & Peppermint Linux. I have been trying to get a packet driver working to enable my Ethernet without much success.NICSCAN.EXE (http://www.georgpotthast.de/sioux/pktdrv/nicscan.zip) & Peppermint report the card as follows:PCI vendor 10EC, Realtek Semiconductor Co., Ltd.PCI vendor 8168, RTL8111/8168B PCI Express Gigabit Ethernet ControllerI tried several packet drivers without success and eventually I appeared to find exactly what I needed when DuckDuckGo led me to this packet driver for DOS: https://support.lenovo.com/lu/en/downloads/ds003425Which is a DOS Realtek driver for the following Thinkpad models: ThinkPad Edge 13, Edge E30, Edge 14, Edge E40, Edge 15, Edge E50, L412, L512 and X100eThe zip file does not provide an actual packet driver but provides several files to make one. In short if I want the final driver to be called X100E.COM then I run the following commands: RTPATCH.EXE RTEND.DOS RTEND2.TXT X100E.COM. I copy X100E.COM into C:\FDOS\NETWORK and edit C:\FDOS\BIN\FDNET.BAT and add the following couple of blocks of text.berndpci 10ec8168if errorlevel 1 goto x100eREM ... Downloaded from https://support.lenovo.com/lu/en/downloads/ds003425 ...:x100eX100E.COMgoto finishUnfortunately on a reboot I get the following error(s) when X100E.COM is executed.JemmEx: exception 06 occured at CS:EIP-0386-, ERRC= SS:ESP=0386:0001 EBP=091E EFL=00033202 CR0=8011 CR2= EAX= EBX= ECX=00FF EDX=20490376 ESI= EDI= DS=0376 ES=0376 FS= GS= [CS:IP]=FF FF FF FF 40 C0 B4 8DSo I'm not sure where I can go from here and just wondered if anybody has any ideas or pointers they could give me please? BTW I am also getting Extended Memory errors when running my favourite word processor - Protext.Thanks everybody!Best regards,Martin
 

___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Packet Driver for 2c90x works

2011-08-05 Thread JPT
Hi Ulrich,

 Found a packet driver for the 3c905b-c family. Perhaps you like to
 try it?
 See: http://lazybrowndog.net/3c90xpd

thanks, it works out of the box!
I had started to search myself, but haven't got that far...

using this driver its as easy as:

run 3c90xpd.com
run dhcp
run ping [anything]

thats it. easier than windows. Wow! ;)

Now I will try the 1.0 installer to add a few... a lot of ... packages.


JPT



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver for 2c90x works

2011-08-05 Thread Rugxulo
Hi,

On Fri, Aug 5, 2011 at 1:20 PM, JPT j.p...@gmx.net wrote:

 Found a packet driver for the 3c905b-c family. Perhaps you like to
 try it?
 See: http://lazybrowndog.net/3c90xpd

 thanks, it works out of the box!
 I had started to search myself, but haven't got that far...

 using this driver its as easy as:

 run 3c90xpd.com
 run dhcp
 run ping [anything]

 thats it. easier than windows. Wow! ;)

 Now I will try the 1.0 installer to add a few... a lot of ... packages.

1.0? Erm, that's fine, but keep in mind that some things are outdated
(FPC, FBC, OW). You may wish to use Arachne to browse around for
latest stuff.;-)

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-18 Thread Karen Lewellen
Just tossing in my two cents, but you require the dos driver for the card, 
and there should be no reason why it will not work in freedos as they do 
in other editions of dos.
I have one in my desktop and another in my laptop running pure dos and 
using a driver from the  card manufacturer, dlink in the first case com3 in 
the second.
the wireless aspect might make a difference though?  both of mine are for 
wired setups.
Karen

On Sun, 17 Jul 2011, Thomas D. Dean wrote:

 I want to install WATTCP on my FreeDOS system.

 I have a Linksys Wireless-G Notebook Adapter Model WPC54G Ver. 3.1

 I have wat2001b.zip.  I think I need a packet driver.  Correct?

 Where may I find a driver for FreeDOS?  Google returns too many results
 to be meaningful.

 tomdean


 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user



--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-18 Thread Ralf A. Quint
At 09:00 AM 7/18/2011, Karen Lewellen wrote:

the wireless aspect might make a difference though?  both of mine are for
wired setups.
Karen
Yes, as someone already mentioned, this makes in fact all the difference!

It does not only take a(ny) packet driver for him to get working, it 
would take additional software to deal with WEP/WPA encryption and 
most importantly, the wireless setup and functionality like dealing 
with SSID, channel, etc as well. That are all things that simply do 
not apply in a wired setup...
DOS and packet drivers simply pre-date wireless networking, hence he 
will simpy be SOL...

Ralf



--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-18 Thread Thomas D. Dean
On Mon, 2011-07-18 at 10:03 -0700, Ralf A. Quint wrote:
 At 09:00 AM 7/18/2011, Karen Lewellen wrote:
 
The wireless network uses MAC address control.

tomdean


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-18 Thread Mike Eriksen
On Mon, Jul 18, 2011 at 7:10 PM, Thomas D. Dean tomd...@speakeasy.org wrote:
 On Mon, 2011-07-18 at 10:03 -0700, Ralf A. Quint wrote:
 At 09:00 AM 7/18/2011, Karen Lewellen wrote:

 The wireless network uses MAC address control.

That's a complete waste of time. Every IP packet includes the senders
MAC address in clear text, so any school boy can get your MAC address
with a sniffer and use it in his own setup. It soo easy to fake IP
packages.

Mike

 tomdean

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-18 Thread Thomas D. Dean
On Mon, 2011-07-18 at 19:16 +0200, Mike Eriksen wrote:

The network is in a semi-remote location - no kids!  There is only one
other wireless network I can detect, with a marginal signal level.

The machine will provide a data stream that will not end the world if it
stops.

tomdean


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-18 Thread Mike Eriksen
On Mon, Jul 18, 2011 at 7:32 PM, Thomas D. Dean tomd...@speakeasy.org wrote:
 On Mon, 2011-07-18 at 19:16 +0200, Mike Eriksen wrote:

 The network is in a semi-remote location - no kids!  There is only one
 other wireless network I can detect, with a marginal signal level.

 The machine will provide a data stream that will not end the world if it
 stops.

So why bother in the first place?

Mike

 tomdean





-- 
Operator of the Danish TS-O-Matic.
http://thinstation.org
- a light, full featured linux based thin client OS

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-18 Thread cordata02

 Tomdean,

I think it should be clear now that it isn't very likely your wireless adapter 
can
be directly controlled from DOS (Free or otherwise).

A workable solution would be to boot Windows or Linux on the PC in question and 
use
their wireless card drivers, then boot FreeDOS in a virtual machine.  The 
virtual machine
simulates a wired Ethernet interface which is no problem to bridge onto the 
PC's wireless
network adapter.

Is there any reason why this solution wouldn't work?

Is there a specific reason why you are trying to boot onto real hardware?

Cordata

 


 

 

-Original Message-
From: Thomas D. Dean tomd...@speakeasy.org
To: Mike Eriksen thinstation.m...@gmail.com
Cc: freedos-user freedos-user@lists.sourceforge.net
Sent: Mon, Jul 18, 2011 12:33 pm
Subject: Re: [Freedos-user] Packet Driver


On Mon, 2011-07-18 at 19:16 +0200, Mike Eriksen wrote:



The network is in a semi-remote location - no kids!  There is only one

other wireless network I can detect, with a marginal signal level.



The machine will provide a data stream that will not end the world if it

stops.



tomdean





--

AppSumo Presents a FREE Video for the SourceForge Community by Eric 

Ries, the creator of the Lean Startup Methodology on Lean Startup 

Secrets Revealed. This video shows you how to validate your ideas, 

optimize your ideas and identify your business strategy.

http://p.sf.net/sfu/appsumosfdev2dev

___

Freedos-user mailing list

Freedos-user@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/freedos-user


 
--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-18 Thread Thomas D. Dean
On Mon, 2011-07-18 at 19:34 +0200, Mike Eriksen wrote:
 On Mon, Jul 18, 2011 at 7:32 PM, Thomas D. Dean tomd...@speakeasy.org wrote:
  On Mon, 2011-07-18 at 19:16 +0200, Mike Eriksen wrote:
 
  The network is in a semi-remote location - no kids!  There is only one
  other wireless network I can detect, with a marginal signal level.
 
  The machine will provide a data stream that will not end the world if it
  stops.
 
 So why bother in the first place?
 

Just to annoy you.

tomdean


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-18 Thread Bernd Blaauw
Op 18-7-2011 19:03, Ralf A. Quint schreef:
 It does not only take a(ny) packet driver for him to get working, it
 would take additional software to deal with WEP/WPA encryption and
 most importantly, the wireless setup and functionality like dealing
 with SSID, channel, etc as well. That are all things that simply do
 not apply in a wired setup...
 DOS and packet drivers simply pre-date wireless networking, hence he
 will simpy be SOL...

The DRDOS website has some networking info at:
http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=Main.Network

that includes a few specific wireless cards, but I'm not sure which 
interface is used (cardbus? pcmcia? some kind of pci-express? usb?).

For desktops it's relatively easy to get a network card for which a 
packetdriver exists. Combine it with PowerLine adapters and you have a 
relatively wireless solution.

I've not heared of anyone recently writing packet drivers for cards at 
all, even with an open spec and opensource drivers.

--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-18 Thread Ulrich Hansen
Am 18.07.2011 22:54, schrieb Bernd Blaauw:

 The DRDOS website has some networking info at:
 http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=Main.Network

We also have something about DOS WiFi in our Wiki:
http://sourceforge.net/apps/mediawiki/freedos/index.php?title=WiFi

I never heard that anyone had a WiFi adapter working in DOS that was 
faster than 11 Mbps (802.11b), sorry. But of course feel free to prove 
it wrong.

I think the easiest way would be to use a wired network adapter or 
indeed install FreeDOS in a virtual machine as Cordata suggested (if 
your computer is powerful enough).

Have fun!
Uli

--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Packet Driver

2011-07-17 Thread Thomas D. Dean
I want to install WATTCP on my FreeDOS system.

I have a Linksys Wireless-G Notebook Adapter Model WPC54G Ver. 3.1

I have wat2001b.zip.  I think I need a packet driver.  Correct?

Where may I find a driver for FreeDOS?  Google returns too many results
to be meaningful.

tomdean


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-17 Thread cordata02
tomdean,

Yes, you need a packet driver.   However I'm not sure about running a wireless 
card under DOS - packet
drivers are typically not capable of configuring wireless security.  They 
normally operate with a wired ethernet
port.  Others will know more about this than I.

Is there a reason you are running on real hardware compared to a virtual 
machine?

Packet drivers can be found at one of two places:

1) www.crynwr.com - many of these are open source.
2)  The web site of whoever makes the Ethernet interface of your PC.  This 
driver will likely be
closed source.

What applications are you trying to run?If they are basic FTP, Telnet, etc. 
you may want to look
into mTCP as well.

Cordata

 


 

-Original Message-
From: Thomas D. Dean tomd...@speakeasy.org
To: freedos-user freedos-user@lists.sourceforge.net
Sent: Sun, Jul 17, 2011 9:39 pm
Subject: [Freedos-user] Packet Driver


I want to install WATTCP on my FreeDOS system.

I have a Linksys Wireless-G Notebook Adapter Model WPC54G Ver. 3.1

I have wat2001b.zip.  I think I need a packet driver.  Correct?

Where may I find a driver for FreeDOS?  Google returns too many results
to be meaningful.

tomdean


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

 
--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-17 Thread Thomas D. Dean
On Sun, 2011-07-17 at 19:11 -0700, Thomas D. Dean wrote:
 I want to install WATTCP on my FreeDOS system.
 
 I have a Linksys Wireless-G Notebook Adapter Model WPC54G Ver. 3.1
 
 I have wat2001b.zip.  I think I need a packet driver.  Correct?
 
 Where may I find a driver for FreeDOS?  Google returns too many results
 to be meaningful.
 

More info:

The adapter uses the Broadcom BCM4318 chip.

tomdean


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-17 Thread Rugxulo
Hi,

On 7/17/11, Thomas D. Dean tomd...@speakeasy.org wrote:

 On Sun, 2011-07-17 at 19:11 -0700, Thomas D. Dean wrote:

 I want to install WATTCP on my FreeDOS system.

 I have a Linksys Wireless-G Notebook Adapter Model WPC54G Ver. 3.1

 I have wat2001b.zip.  I think I need a packet driver.  Correct?

 Where may I find a driver for FreeDOS?  Google returns too many results
 to be meaningful.


 More info:

 The adapter uses the Broadcom BCM4318 chip.

Eek! Okay, first of all, don't get your hopes up. Seriously, this
stuff is complex, and DOS support ain't great. Anyways ...

Try here (run NICSCAN.EXE, see what it says, grab a packet driver or
two or three, get mTCP, edit sample.cfg, run DHCP.EXE, try FTP.EXE,
etc. etc.).

http://www.georgpotthast.de/sioux/packet.htm

http://www.brutman.com/mTCP/
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.0/pkgs/crynwrx.zip
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.0/pkgs/crynwrs.zip

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver

2011-07-17 Thread Thomas D. Dean
On Sun, 2011-07-17 at 22:13 -0500, Rugxulo wrote:
Using FreeBSD 8-STABLE, a kernel module is produced which is a driver
for the card.

I may be wrong in some of the following.

When building the kernel module, an executable, b43-fwcutter is used to
extract a binary portion of the driver provided by the manufacturer.
This is used as an interface between the FreeBSD kernel and the BCM4318
chip.

The command line is like:  b43-fwcutter xxx.sys

FreeBSD uses the bwn driver as the interface between the TCP stack and
the chip.  The bwn driver is a wrapper around the code extracted from
the windows(?) driver.

Now, I am REALLY getting over my head.

tomdean


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Packet driver: Realtek RTL8211B

2008-09-01 Thread Lester Vanhoff
The network adapter on my computer is:

Realtek RTL8211B 10/100/1000 Ethernet

There doesn't seem to be any DOS packet drivers available. The links 
below look like a way around, but which of NE2000 drivers listed is 
the best:

- ne2000.zip
- NovellAnthemNE2000.zip
- ne2000driveranddiagn...isk.zip
- ez2000pl.zip

http://forums.overclockers.com.au/showthread.php?t=561409

http://www.network-drivers.com/companies/715.htm

Tnx


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet driver: Realtek RTL8211B

2008-09-01 Thread Eric Auer

Hi!

 Realtek RTL8211B 10/100/1000 Ethernet
 ...which of NE2000 drivers listed is the best

While NE2000 has RTL8029/8039 as popular implementations,
RTL8211B is very unlikely to be NE2000 compatible. You
could try the RTSPKT driver for RTL8139 10/100, maybe it
even works. But I would generally recommend to find some
driver which is specifically for RTL8211B. Check the link
collections linked from the freedos.org link page :-).

Eric



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet driver: Realtek RTL8211B

2008-09-01 Thread Tom Ehlert
 The network adapter on my computer is:

 Realtek RTL8211B 10/100/1000 Ethernet

RTL8211B is a 'PHYceiver' (only the electrical stuff);
youre network card is something different (and most likely not a
NE2000 chip, either)

Tom


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet driver: Realtek RTL8211B

2008-09-01 Thread Alain M.
try www.netbootdisk.com

if it works, I can help you installing it permnently

Alain

Lester Vanhoff escreveu:
 The network adapter on my computer is:
 
 Realtek RTL8211B 10/100/1000 Ethernet
 
 There doesn't seem to be any DOS packet drivers available. The links 
 below look like a way around, but which of NE2000 drivers listed is 
 the best:
 
 - ne2000.zip
 - NovellAnthemNE2000.zip
 - ne2000driveranddiagn...isk.zip
 - ez2000pl.zip
 
 http://forums.overclockers.com.au/showthread.php?t=561409
 
 http://www.network-drivers.com/companies/715.htm
 
 Tnx
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user
 
 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Packet Driver install problem - New to Freedos

2008-05-29 Thread Jacob W Tennant
I just did a full clean install of Freedos and have only one small problem 
so far.

When I tried to use the networking.internet capabilities it seems that I 
didn't get a packet driver for my ehternet card installed correctly or 
something

When installing I noticed that when it tried to Configuring thru DHCP it 
failed everytime.

My system is on a old eMachine computer which I have no idea what kind of 
ethernet card I have but Windows and Ubuntu used it OK. I am also on a home 
network with a router.

Any help would be great...

Jacob Tennant - K8JWT

PS: Has anyone figured out how to do WiFi under Freedos? 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver For Arachne Browser

2006-10-11 Thread Robert Riebisch
Lester Vedrox wrote:

 Q3) Although DSL connection seems to be ok Arachne browser won't load
 any normal web pages. I guess you need a page with minimal content,
 like text only. Can someone post a URL that works.

You could try my pages at http://www.bttr-software.de/

By the way: Please turn off Pegasus Mail's HTML postings!

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver For Arachne Browser

2006-10-11 Thread Lester Vedrox
 From: tomleem [EMAIL PROTECTED]
 A peek at Fdauto.bat shows that your packet-driver aborts loading

I see that my message from Oct-10 is blank on Sourceforge archives page so I 
will repost it 
here.

--
Thanks, everyone. TCP/IP can be set with BOOTP now and seems to be working ok.

http://img138.imageshack.us/img138/9059/10112006035337it6.png

Arachne still doesn't work but let's first make sure that everything is fine 
with RTSPKT.

Q1) In Fdauto.bat I load Rtspkt after all other drivers, just before the 
mouse, not sure if it 
matters:

@ECHO OFF
PROMPT $P$G
SET DOSDIR=C:\FDOS
SET NLSDIR=%DOSDIR%\NLS
SET HELPPATH=%DOSDIR%\HELP
SET PATH=%DOSDIR%\BIN
SET TEMP=E:\TEMP
SET TMP=E:\TEMP
SET DIRCMD=/P /OG /A
SET BLASTER=A220 I5 D1 H5 P330
SHCDX33A /D:?CDRCACH$ /V /~+ /Q+
RTSPKT.COM 0x60 2 3
CTMOUSE.EXE
ECHO CuteMouse Driver Loaded
FREE.EXE

In real life I don't really load Rtspkt from Fdauto.bat but turn it on/off from 
two custom batch 
files. This way you don't need to be connected all the time:

Dslon.bat
RTSPKT.COM 0x60 2 3

Dsloff.bat
RTSPKT.COM -U

Q2) If more parameters were specified then it would probably load faster (it's 
quite slow 
compared to other drivers):

RTSPKT [options] packet_int_no [-m media_type] [bus_no device_no]

Bus#=2 and Device#=3 are shown below, where can you find Media Type?

http://img243.imageshack.us/img243/7287/10102006124405sw0.png

command line as is now: RTSPKT.COM 0x60 2 3
command line as it should be: RTSPKT.COM 0x60 -m ??? 2 3

Lester


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver For Arachne Browser

2006-10-10 Thread Lester Vedrox



Thanks, everyone. TCP/IP can be set with BOOTP now and seems to be working ok.


Q1) In Fdauto.bat I load Rtspkt after all other drivers, just before the mouse, not sure if it 
matters:


@ECHO OFF
PROMPT $P$G
SET DOSDIR=C:\FDOS
SET NLSDIR=%DOSDIR%\NLS
SET HELPPATH=%DOSDIR%\HELP
SET PATH=%DOSDIR%\BIN
SET TEMP=E:\TEMP
SET TMP=E:\TEMP
SET DIRCMD=/P /OG /A
SET BLASTER=A220 I5 D1 H5 P330
SHCDX33A /D:?CDRCACH$ /V /~+ /Q+
RTSPKT.COM 0x60
CTMOUSE.EXE
ECHO CuteMouse Driver Loaded
FREE.EXE


In real life I don't rfeally load Rtspkt from Fdauto.bat but turn it on/off from two custom bats. 
This way you don't need to be connected all the time:


Dslon.bat
RTSPKT.COM 0x60


Dsloff.bat
RTSPKT.COM -U


Q2) If you could specify more parameters then it would probably load faster (it's by far the 
slowest loading driver I have):


RTSPKT [options] packet_int_no [-m media_type] [bus_no device_no]


Bus#=2 and Device#=3 are shown below, where can you find Media Type?


http://img243.imageshack.us/img243/7287/10102006124405sw0.png


RTSPKT.COM 0x60 2 3


Q3) Although DSL connection seems to be ok Arachne browser won't load any normal web 
pages. I guess you need a page with minimal content, like text only. Can someone post a 
URL that works.




Lester




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver For Arachne Browser

2006-10-10 Thread tomleem
Hi Lester,

A peek at Fdauto.bat shows that your packet-driver
aborts loading so i'll suggest you use this value:

RTsPkt *_0x60_*  --  RTsPkt.Com (v3.18, 1999-Aug-10)

When it loads, the packet-driver should state very
clearly that it installed OKay (int. vector, etc);
i can display the Arachne.CFG file but i won't pay
much attention to it:  it's all GUI under Arachne!

I wouldn't try to load a shim over an NDIS layer
when all i need is to /get the right/ packet-driver.


:-B

Salutations,  Avatar.GIF http://cf.geocities.com/dosinternet/Avatar.GIF

Michel Samson (/alias DOSInterNet/Bicéphale/)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver For Arachne Browser

2006-10-10 Thread Mark Bailey


tomleem wrote:
 Hi Lester,

 
 I wouldn't try to load a shim over an NDIS layer
 when all i need is to /get the right/ packet-driver.
 
 
 :-B
 

I wouldn't either, but I have at least two computers with
Ethernet chipsets that don't have packet drivers and it
does work...

Mark

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver For Arachne Browser

2006-10-09 Thread Lester Vedrox
Thanks, Eric. RTSPKT loads from Fdauto.bat ok but Arachne still won't work 
(unable to initialize tcp/ip).

Here are the specs again:

Connection: DSL, modem + router
Arachne browser: v1.90J1
NIC card: Realtek RTL8139/810x Family Fast Ethernet
Packet Driver: RTSPKT.com

The driver seems to be loading ok, I'm not sure if any switches should be 
enabled:

http://img73.imageshack.us/img73/6280/10092006150639ch2.png

http://img117.imageshack.us/img117/2142/10092006150713yl3.png

I tried to setup Arachne in BOOT/DHCP with no results. Another approach was to 
enter IP address, etc. manually. Here is the screenshot of Arachne.cfg

http://img59.imageshack.us/img59/6112/10092006151018wi2.png

Still no luck. Any suggestions?

Lester

 - Original Message -
 From: Eric Auer [EMAIL PROTECTED]
 Date: Mon, 9 Oct 2006 18:31:14 +0200 (MEST)
 
 
 the driver which came with the card is called rtspkt,
 not sure if the driver used by freedos 1.0 has the
 same name, but it is quite possible.
 
 eric

 Lester Vedrox wrote:
  I'm trying to get Arachne browser running from DSL connection and I'm
   stuck at the problem with a packet driver.


-- 
___
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com

Powered by Outblaze

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user