Welcome, Guest. Please login or register.

Author Topic: Help with QuickNet 2000 Ethernet card  (Read 1585 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline wildstar1063Topic starter

  • Full Member
  • ***
  • Join Date: Oct 2003
  • Posts: 114
    • Show only replies by wildstar1063
Help with QuickNet 2000 Ethernet card
« on: December 23, 2003, 06:20:35 AM »
I have a QuickNet 2000 Ethernet card,
 and I can't seem to get the thing to work with Miami or Genesis
 I think this is because the QuickNetS2.device SANA 2 driver
 is not a physical file on the disk, but is in the card's rom.

When Miami or Genesis ask for the SANA 2 device they
 give a file requestor, but as this is not a physical file on the
 disk, they don't seem to find the card, but the quicknets2.device
 does show up under devices in ARTM.

Any one ever use or are currently using one of these cards
 I could shure use some help.

Thanks

Chuck E.
 
Amiga 3000T with 12Megs-SCZ, G-Force 040 28mhz, Delfina Lite, CyberVision 64/3D, QuickNet-2000 Ethernet, 2gig IBM , CD Rom and external Zip 100 Also Fastlane Z3 board and Amax IV whenever I install them.
Also an A600, and an A3000D bone stock, with 12...
 

Offline maximo

  • Newbie
  • *
  • Join Date: Dec 2003
  • Posts: 19
    • Show only replies by maximo
    • http://www.mycyberspace.co.uk
Re: Help with QuickNet 2000 Ethernet card
« Reply #1 on: December 23, 2003, 09:56:26 AM »
Have you tried one of the other drivers supplied with Miami? Also check out Aminet as there should be a driver on there some where. The card will be a NE2000 compatiable interface which was one of the industry standards not so long ago.
 

Offline tweek

  • Newbie
  • *
  • Join Date: Dec 2003
  • Posts: 19
    • Show only replies by tweek
Re: Help with QuickNet 2000 Ethernet card
« Reply #2 on: December 23, 2003, 01:31:06 PM »
Try typing the device name without any path in the file requester.
That should make exec.library/OpenDevice() handle it properly by first searching the list of already loaded devices.
Just remember that this list is case sensitive.

If this doesn't help, then have a look at Miami's / Genesis' config file to see if the path really is removed.

Good luck and merry christmas.

-Tweek
One of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs
- Robert Firth
 

Offline wildstar1063Topic starter

  • Full Member
  • ***
  • Join Date: Oct 2003
  • Posts: 114
    • Show only replies by wildstar1063
Re: Help with QuickNet 2000 Ethernet card
« Reply #3 on: December 24, 2003, 12:47:52 AM »
Thanks for the suggestion, I got Genesis talikng
 to the card and driver.
Now I get a message saying genesis Cant get an IP
 address and something abount BootP any ideas what this means?

Thanks

Chuck
Amiga 3000T with 12Megs-SCZ, G-Force 040 28mhz, Delfina Lite, CyberVision 64/3D, QuickNet-2000 Ethernet, 2gig IBM , CD Rom and external Zip 100 Also Fastlane Z3 board and Amax IV whenever I install them.
Also an A600, and an A3000D bone stock, with 12...
 

Offline Castellen

Re: Help with QuickNet 2000 Ethernet card
« Reply #4 on: December 24, 2003, 02:53:01 AM »
What did you do to get it working exactly??

I have two Quicknet2000 cards I'm trying to set up in an A3000 with MiamiDX as a standalone firewall.
MiamiDX has a MNI driver for these cards, but it wouldn't talk to them.

I've since found quicknet.device drivers (files, not in the card's ROM) which appear to talk to the cards OK as I can read each one's unique ID number, but I can't seem to get communication via the BNC connector, though it's a bit tricky to test as I don't have much of a coax based network.
Going to try getting some AUI to RJ45 adaptors which should have better results.
 

Offline tweek

  • Newbie
  • *
  • Join Date: Dec 2003
  • Posts: 19
    • Show only replies by tweek
Re: Help with QuickNet 2000 Ethernet card
« Reply #5 on: December 25, 2003, 08:17:23 AM »
@ wildstar

You've probably configured Genesis to use BootP to figure out a dynamic IP address for you.
The most commonly used protocol for that purpose is atm DHCP (dynamic host configuring protocol), which is supposed to be backward compatible with BootP iirc.
The only problem is that it doesn't seem to work with Genesis.

I use static IP addresses in a local network and have a pc running Linux as a firewall with IP Masquerade.

-Tweek
One of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs
- Robert Firth