Welcome, Guest. Please login or register.

Author Topic: "Easy"net Networking Pains!  (Read 6453 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline amiman99

Re: "Easy"net Networking Pains!
« on: June 30, 2012, 03:23:19 PM »
Maybe you need to try the HARD way and install AmiTCP by hand.
Use this guide http://amigarealm.whdownload.com/archives/~patrikax/amiga/guides/AmiTCP_Install/
The author is using PCMCIA Ethernet card, so instead using CNET device, just use Prism device.
Use the Prism2V2 for the driver and edit the wireless config file by hand. Read the docs for the prism2v2 how to edit the config file.

Make sure that the Wireless manager command in user-startup goes first before TCPIP.
« Last Edit: June 30, 2012, 03:26:55 PM by amiman99 »
A500 KS 2.1, 1MB Chip, 68000
A600 KS 3.1, 2MB Chip, ACA630 32MB RAM
A1000 KS 1.3, 8MB RAM
A1200 KS 3.1, Blizzard IV 50MHz 64MB RAM
A2000 KS 2.1, 68030 25MHz, 6MB RAM
A3000 KS 3.1, 68030 25MHz, 16MB RAM
A4000 KS 3.0, 68040 25MHz, 16MB RAM
CDTV KS 3.1, 4MB RAM
CD32
(AROS BOX) Dead :(
 

Offline amiman99

Re: "Easy"net Networking Pains!
« Reply #1 on: June 30, 2012, 05:12:44 PM »
Quote from: Sutty100;698465
I can't find the config file the file path makes no sense to me! 'ENVARC:Sys/Wireless.prefs'

Where is my sys folder? And what is ENVARC?
The way I do it is this way:
Open shell/cli
Type: ed a
file>open click Volumes, choose ENVARC, then SYS, fined wireless.prefs.
Edit file per your requirement, read the prism2v2 manual before editing.
A500 KS 2.1, 1MB Chip, 68000
A600 KS 3.1, 2MB Chip, ACA630 32MB RAM
A1000 KS 1.3, 8MB RAM
A1200 KS 3.1, Blizzard IV 50MHz 64MB RAM
A2000 KS 2.1, 68030 25MHz, 6MB RAM
A3000 KS 3.1, 68030 25MHz, 16MB RAM
A4000 KS 3.0, 68040 25MHz, 16MB RAM
CDTV KS 3.1, 4MB RAM
CD32
(AROS BOX) Dead :(
 

Offline amiman99

Re: "Easy"net Networking Pains!
« Reply #2 on: June 30, 2012, 05:16:02 PM »
Quote from: Duce;698468
Just use Miami.
The amitcp is not that hard if you follow my previous guide link.

So, to get the wireless working you only need Amitcp and prism2v2 driver, and a little headache. But.., that's all.
A500 KS 2.1, 1MB Chip, 68000
A600 KS 3.1, 2MB Chip, ACA630 32MB RAM
A1000 KS 1.3, 8MB RAM
A1200 KS 3.1, Blizzard IV 50MHz 64MB RAM
A2000 KS 2.1, 68030 25MHz, 6MB RAM
A3000 KS 3.1, 68030 25MHz, 16MB RAM
A4000 KS 3.0, 68040 25MHz, 16MB RAM
CDTV KS 3.1, 4MB RAM
CD32
(AROS BOX) Dead :(
 

Offline amiman99

Re: "Easy"net Networking Pains!
« Reply #3 on: June 30, 2012, 10:19:27 PM »
Here are some files from my configuration.

Some lines like IP, name and key, you need to change.

Maybe if you send me your files, we can look them over.
A500 KS 2.1, 1MB Chip, 68000
A600 KS 3.1, 2MB Chip, ACA630 32MB RAM
A1000 KS 1.3, 8MB RAM
A1200 KS 3.1, Blizzard IV 50MHz 64MB RAM
A2000 KS 2.1, 68030 25MHz, 6MB RAM
A3000 KS 3.1, 68030 25MHz, 16MB RAM
A4000 KS 3.0, 68040 25MHz, 16MB RAM
CDTV KS 3.1, 4MB RAM
CD32
(AROS BOX) Dead :(
 

Offline amiman99

Re: "Easy"net Networking Pains!
« Reply #4 on: July 01, 2012, 12:36:40 AM »
In the interfaces file change the prism line to this:
prism dev=devs/networks/prism2.device

(I did it this way: prism dev=devs:networks/prism2.device and it did not work, I'm not sure why)
==============================
In the wireless.prefs do this:
network={
    key_mgmt=NONE
}
==============================
In startnet (in my startnet example ignore the wep key stuff it was copy paste stuff mistake):
remove: AmiTCP:bin/login -f amiga_user

works fine w/o it in my setup.
==============================
Create the file netdb-myhost, its should be in the amitcp/db folder, you can open the example file and add your settings. (Nameserver is your DNS server):

; This host
HOST 192.168.1.12 amiga.something.com amiga
; Domain names

; Name servers
NAMESERVER 156.154.70.1
NAMESERVER 156.154.71.1

==============================
In the user-startup:
Remove AmiTCP:bin/startnet
==============================
when your amiga starts, make sure that the wireless card is plugged in. during the statup watch the power led turn on, this is when this command starts in user-startup: Run <>NIL: C:WirelessManager prism2.device
The active light should blink once in awhile.
I like to start the Amitcp by hand not automaticly, and it's good to start it manually for troubleshooting. You can do that from CLI, just type startnet before using internet.
Before you do startnet try to do this in CLI: ifconfig prism0  192.168.0.11  netmask 255.255.255.0
If there is no error then the rest should work.
A500 KS 2.1, 1MB Chip, 68000
A600 KS 3.1, 2MB Chip, ACA630 32MB RAM
A1000 KS 1.3, 8MB RAM
A1200 KS 3.1, Blizzard IV 50MHz 64MB RAM
A2000 KS 2.1, 68030 25MHz, 6MB RAM
A3000 KS 3.1, 68030 25MHz, 16MB RAM
A4000 KS 3.0, 68040 25MHz, 16MB RAM
CDTV KS 3.1, 4MB RAM
CD32
(AROS BOX) Dead :(
 

Offline amiman99

Re: "Easy"net Networking Pains!
« Reply #5 on: July 01, 2012, 02:58:07 PM »
You get this error: ifconfig loctl (SIOCGIFFLAGS): no such interface , because this command does not work: prism dev=devs/networks/prism2.device
I had exactly same problem. Maybe change the prism line to: prism dev=devs:networks/prism2.device
Check if the prism2.device is in Devs/Networks folder and play with the path.

Edit: When you get error when executing startnet, try this command: ifconfig prism0  192.168.0.11  netmask 255.255.255.0
When this one is not working: prism dev=devs:networks/prism2.device , this one will fail: ifconfig prism0  192.168.0.11  netmask 255.255.255.0
« Last Edit: July 01, 2012, 03:37:08 PM by amiman99 »
A500 KS 2.1, 1MB Chip, 68000
A600 KS 3.1, 2MB Chip, ACA630 32MB RAM
A1000 KS 1.3, 8MB RAM
A1200 KS 3.1, Blizzard IV 50MHz 64MB RAM
A2000 KS 2.1, 68030 25MHz, 6MB RAM
A3000 KS 3.1, 68030 25MHz, 16MB RAM
A4000 KS 3.0, 68040 25MHz, 16MB RAM
CDTV KS 3.1, 4MB RAM
CD32
(AROS BOX) Dead :(
 

Offline amiman99

Re: "Easy"net Networking Pains!
« Reply #6 on: July 02, 2012, 02:08:49 AM »
I noticed that if you don't start the wireless manager, the TCPIP will work and you can ping yourself, just not the gateway. Basicaly the over the air link won't work.
One thing I don't know, what is this for? Library = pccard.library (version 1.1 installed)
A500 KS 2.1, 1MB Chip, 68000
A600 KS 3.1, 2MB Chip, ACA630 32MB RAM
A1000 KS 1.3, 8MB RAM
A1200 KS 3.1, Blizzard IV 50MHz 64MB RAM
A2000 KS 2.1, 68030 25MHz, 6MB RAM
A3000 KS 3.1, 68030 25MHz, 16MB RAM
A4000 KS 3.0, 68040 25MHz, 16MB RAM
CDTV KS 3.1, 4MB RAM
CD32
(AROS BOX) Dead :(