|
Register or have you forgotten your password?
|
|
|
| Amiga Hardware Issues and discussion This forum is dedicated to the discussion and resolution of issues related to Classic and Next Generation Amiga hardware. Got a problem with a piece of hardware? Click to speak. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||||||
|
Too much caffeine
![]()
Join Date: Jan 2011
Posts: 96
|
So...I gave up trying to connect my Amiga through WiFi, no messing about with passwords etc much simpler! Or so I thought. I have installed the driver and then easynet all supplied by amigakit. When I connect my router lights up an orange light for the Ethernet port the amiga is on. I think orange means 100Mbs so that's a good sign. Although no flickering for activity.
I can't ping the router and I thought I was at the same stage as last time (very stuck) However I did by chance see the ip address pop up on the connected devices list! It didn't have a device name but it was the correct IP and on the correct Ethernet port it did disappear again though quite quickly. Any ideas of things to try? |
||||||||
|
|
|
|
|
#2 | ||||||||
|
Too much caffeine
![]()
Join Date: Jan 2011
Posts: 96
|
Established it shows up in the device list of the router while the amiga is pinging the router. The ping fails however.
|
||||||||
|
|
|
|
|
#3 | ||||||||
|
Defender of the Faith
![]()
Join Date: Mar 2006
Posts: 1,889
|
* Setup a unix PC as a DHCP server with some Ethernet MAC / IP / high level decoder
* See if link is established in both directions If you get ethernet frames in both directions and received then you have come far. The next step is to make sure ARP tables contain the correct IP. Then you can try out UDP (like NFS) or TCP (like FTP). DNS (using UDP) is quite convinient too (check /etc/resolv.conf). How does it show up in the device list? as MAC address or IP? I think you could investigate if the Amiga IP stack is setup correctly. |
||||||||
|
|
|
|
|
#4 | ||||||||
|
Technoid
![]()
Join Date: Mar 2004
Posts: 159
|
Is the router configured for MAC filtering or limited number of IP addresses to assign?
Does another new wireless device that has never used a connection on your router get an IP address - do you have a friend with a phone/laptop etc who could try? |
||||||||
|
|
|
|
|
#5 | ||||||||
|
Sockologist
![]()
|
I use good old AmiTCP on my A1200 under OS3.x. As it doesn't support DHCP, what I did was to reserve an IP address for it on the router (using the PCMCIA NIC's MAC address) and gave that IP address to AmiTCP's manual configuration. It's proven to be totally reliable over the last few years.
__________________
OCA This isn't SCSI... This is SATA!!! I have CDO. It's like OCD except all the letters are in ascending order. The way they should be. Core2 Quad Q9450 2.66GHz / X48T / 4GB DDR3 / nVidia GTX275 / Linux x64, AROS, Win64 A1XE 800MHz / 512MB / Radeon 9200 / OS4.1 A1200T BPPC 240MHz / 256MB / Permedia 2 / OS 3.1 - OS3.9, OS4 A1200T Apollo 1240 28MHz / 32MB / Mediator1200 / Voodoo 3000 / OS3.9 A1200D Apollo 1240 25MHz (ejector seat ROM edition) / 32MB |
||||||||
|
|
|
|
|
#6 | ||||||||
|
Defender of the Faith
![]()
Join Date: Mar 2006
Posts: 1,889
|
Time to write a new TCP stack for Amiga?
![]() Last time I checked all existing stacks has serious, but different flaws.. |
||||||||
|
|
|
|
|
#7 | ||||||||
|
Kindred of Babble-on
![]()
Join Date: Jul 2006
Location: Tallahassee, FL
Posts: 2,128
|
|
||||||||
|
|
|
|
|
#8 | ||||||||
|
Defender of the Faith
![]()
Join Date: Mar 2006
Posts: 1,889
|
According to quick read of the thread "Roadshow for 68K -Needs your support!" it seems to not happen. And will only be in binary form..
What is needed is something that works for KS1.3 with 68000 and better so it works on stock A500. Source should be included as well with a free license. Modularly based such that many cards can be supported and different types of protocols (arp/MAC, IP, DHCP, TCP, DNS). The flaws: * MiamiTCP - no DHCP * Genesis - bugs, but 30% faster than MiamiTCP, requires MUI * AmiTCP * SANA - can't deal with promiscuous mode (broadcast problems too?) etc.. Oh and you can't fix anything because the source is closed. And if you do fix.. can distribute due license. Author contact is lost in space.. Last edited by freqmax; 08-15-2012 at 04:14 PM.. |
||||||||
|
|
|
|
|
#9 | |||||||||
|
Cult Member
![]()
Join Date: Aug 2007
Location: Kansas
Posts: 753
|
Quote:
Genesis works with Reaction or MUI. The AmigaOS 3.9 version uses Reaction as default. Although AmigaOS 3.9 requires a 68020+, it looks like Genesis is compiled for the 68000 and can use the 68000 AmiTCP kernel. There is a lot of compiler fluff in the main Genesis program. I have a working modified version for the 68020+ that saves about 15k in program size and I haven't even optimized in the 68020+ integer multiplication and division yet. It would probably be possible to save 40k as the optimization is poor. What bugs do you know about? There are 2 bugs directly attributed to Genesis here: http://lilliput.amiga-projects.net/Abugs.htm Bug ID=2 turned out to be a Genesis icon format not completely supported by AmigaOS 3.9. The easy fix is loading the Genesis icons into Icon Edit and converting them to normal glow icons. Bug ID=4 looks like the normal behavior of Genesis as intended. Neither are bugs in the programs of Genesis. I did find some very suspicious code in a function starting at $148b0. It looks like this: lab_148b0: link a5,#0 move.l d2,-(sp) move.l (8,a5),d2 jsr lab_232 move.l d2,-(sp) jsr lab_23a nop dc.w 0,$4e55 ;this would be an ori.b #$55,d0 but it's obviously not dc.w 0 ;this would also be the start of a ori.b with the next function used as the data lab_148cc: link a5,#0 move.l d2,-(sp) ... This function would likely result in a crash (illegal instruction, illegal address or similar) or at least trashed memory as it falls into the next function with the wrong offset. It's strange how such code could be produced by a compiler. I created a fix in my modified Genesis program although I haven't figured out what causes this function to be executed yet. It is called (jsr) from 4 places in the program. Any other known bugs? Last edited by matthey; 08-15-2012 at 10:51 PM.. |
|||||||||
|
|
|
|
|
#10 | ||||||||
|
Cult Member
![]()
Join Date: Jan 2003
Posts: 964
|
Genesis / prism device connects first availlable unsecured wlan by defaul.
I'ven't changed that. I use my amigas through my nokia lumia's hot spot, it does nat so I just need to give IP manually from correct IP range 192.168.33.0 Lumia ofcourse supports secure connections, but turning it off takes just 5 seconds. |
||||||||
|
|
|
|
|
#11 | |||||||||||
|
Defender of the Faith
![]()
Join Date: Mar 2006
Posts: 1,889
|
Quote:
A useful TCP/IP program may be Telnet and FTP, and definitely distributed filesystem(s). Point is being able to use the same software foundation for all Amiga models. That reduces the number of source code modules to keep track of. Quote:
Quote:
A basic network package would be configured using textfiles. Provide connectivity using driver layer, MAC to IP mapping via ARP, IP routing, and UDP/TCP. Then DHCP and WLAN configuration can be available as applications. Such that Telnet/FTP works. Anything else would be optional. |
|||||||||||
|
|
|
|
|
#12 | ||||||||||||
|
Cult Member
![]()
Join Date: Aug 2007
Location: Kansas
Posts: 753
|
Quote:
Quote:
http://aminet.net/comm/tcp/AmiTCP_PacketFix.lha Quote:
Quote:
|
||||||||||||
|
|
|
|
|
#13 | ||||||||
|
Technoid
![]()
Join Date: Sep 2008
Location: Swindon, England
Posts: 186
|
Wasn't AmiTCP a port of the BSD stack? How feasible is it to do a modern port from the current (or at least a newer) source tree? What would the requirements likely be to run such a port? I can't imagine the basic TCP/IP source has bloated that much - although of course I could very easily be wrong!
__________________
A1200 50MHz 68030 16Mb + PCMCIA Ethernet http://www.coherer.net Coherer: Retro Electro http://www.rammlied.com Rammlied: UK Rammstein Tribute Last edited by TCMSLP; 08-16-2012 at 07:31 AM.. |
||||||||
|
|
|
|
|
#14 | ||||||||
|
Defender of the Faith
![]()
Join Date: Mar 2006
Posts: 1,889
|
There's a TCP stack for Commodore 64..
|
||||||||
|
|
|
|
|
#15 | ||||||||
|
Lifetime Member
Join Date: Mar 2012
Posts: 813
|
These Amiga's were designed in an era when networking was done over a modem; I (and a few others) feel lucky that I can connect my Amiga to my home network, print to network printers, connect to the Internet and even use a semi-modern browser. Compare oranges to oranges, try networking an IBM PC/XT to the internet and use a browser. In my hands, I had to have a 386 with windows 3.1 just to pretend to surf over dial up until 1995 when the rest of the tech came together to make it a common task.
|
||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| amiga , ethernet , problems |
| Thread Tools | |
| Display Modes | |
|
|