Projects and Stuff

Blogs & guides and tales of woo by forum members.
User avatar
PaulJ
Posts: 1568
Joined: Sun Apr 08, 2018 1:14 am
Location: USA

Re: Projects and Stuff

Post by PaulJ »

Tried the Mega with a 1.02/1.04 eprom with no joy. Pretty much hangs immediately so eprom emulator appears to be off the hook. Appears the netusbee is a sensitive little beast. When its booting immediately after power is applied the floppy light comes on all most immediately. With the netusbee plugged in no floppy light.. just hangs.
User avatar
PaulJ
Posts: 1568
Joined: Sun Apr 08, 2018 1:14 am
Location: USA

Re: Projects and Stuff

Post by PaulJ »

Another comparison... tried the netusbee in the other H4.. the first one built. Works fine.. so it doesn't work with the H4 with the SMT glue and MMU. All other carts I have work on both machines. Thats a pretty sensitive device. Hangs on boot with one.. works fine on the other. :dizzy:
User avatar
stephen_usher
Posts: 5664
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: Projects and Stuff

Post by stephen_usher »

I think it works by accident on most machines. No doubt it's some sort of timing problem. Did anyone look at the specs etc. I posted a link to the other day to see what might be the issue?

P.S. I can't find the post now, but here's the link to the file anyway: http://hardware.atari.org/files/netusbee.zip
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
User avatar
exxos
Site Admin
Site Admin
Posts: 23763
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Projects and Stuff

Post by exxos »

Anyone have a schematic is a image or something ? Says file it is using "EASY PC"... I've not use that since the early 90s!
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
stephen_usher
Posts: 5664
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: Projects and Stuff

Post by stephen_usher »

I'm not sure if this will load the older "Easy PC" files as it's based on an earlier version (but at least it's free):

https://www.rs-online.com/designspark/p ... stallation
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
User avatar
PaulJ
Posts: 1568
Joined: Sun Apr 08, 2018 1:14 am
Location: USA

Re: Projects and Stuff

Post by PaulJ »

stephen_usher wrote: Thu Mar 05, 2020 9:09 am I think it works by accident on most machines. No doubt it's some sort of timing problem. Did anyone look at the specs etc. I posted a link to the other day to see what might be the issue?

P.S. I can't find the post now, but here's the link to the file anyway: http://hardware.atari.org/files/netusbee.zip
Yes, I won't be buying any additional netusbee's. I've designed and written a lot of hardware drivers for OS9 at Motorola and a BIG rule was NEVER use timing delays ESPECIALLY software loops!! If you do that any change any where runs a good risk of breaking the driver. I suspect the software for the netusbee is using timing loops which are inherently prone to failure.

So in summary, it works on the falcon, and one H4.

It hangs the other H4, the mega, and the ST.

Have never tried it on MSTE since it uses a Lightning card.

If you buy one its going to be a real CRAP Shoot if its going to work. I believe the more stock the machine the better your chances maybe but who wants to risk it. :coffee:
User avatar
exxos
Site Admin
Site Admin
Posts: 23763
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Projects and Stuff

Post by exxos »

If its stopping your machine from booting up, then it can't be a software issue ?

Maybe it is something dumb where they must be using tricks to control the read/write to the port ?, so maybe it is intermittently starting up in a bad state and trying to write to the bus corrupting it :shrug:
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
PaulJ
Posts: 1568
Joined: Sun Apr 08, 2018 1:14 am
Location: USA

Re: Projects and Stuff

Post by PaulJ »

Nothing interrmittant about it.. its a solid freeze. If I really wanted it to work I'd dive into it but I have a lot more interesting projects in the works so as I said earlier I'll dedicate it to the falcon where it appears to be happy for now. :shock:
User avatar
stephen_usher
Posts: 5664
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: Projects and Stuff

Post by stephen_usher »

PaulJ wrote: Thu Mar 05, 2020 1:59 pm Yes, I won't be buying any additional netusbee's. I've designed and written a lot of hardware drivers for OS9 at Motorola and a BIG rule was NEVER use timing delays ESPECIALLY software loops!! If you do that any change any where runs a good risk of breaking the driver. I suspect the software for the netusbee is using timing loops which are inherently prone to failure.
Nope, it's merely accessing the hardware directly in terms of reading the network adapter ROM and reading the registers. However, it uses a "write using read" hack to write to the registers. From what I understand it uses the bottom 8(?) bits of a range of addresses as the values to write into a memory location. The drivers do this blind as the chip doesn't expose the values written anyway. I did look into this a while ago and went through the NIC drivers line by line.

On my TT it can read the NIC ROM and register values but the "write using read" fails. On the STE with the Exxos PSU it can't even read the ROM or registers, with the Atari PSU it works beautifully on the same machine. :WTF: :sigh:
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
User avatar
PaulJ
Posts: 1568
Joined: Sun Apr 08, 2018 1:14 am
Location: USA

Re: Projects and Stuff

Post by PaulJ »

stephen_usher wrote: Thu Mar 05, 2020 2:28 pm On my TT it can read the NIC ROM and register values but the "write using read" fails. On the STE with the Exxos PSU it can't even read the ROM or registers, with the Atari PSU it works beautifully on the same machine. :WTF: :sigh:
Ya I haven't looked at it at all but it sounds like a total hack when the normal cartridge port is read only. It could be pretty cool to change the driver for the H4 where it would use the new write capability instead of the write hack. Even when its working I prefer the Lighting card.

I've had this 3d printer setting in the box which is driving me nuts. Wife wants me to build a case for it to reduce the vapors which I have agreed to do but I need to check it out to insure its working. So the ole netusbee will need to stand on its own merits and will only use it where it works. I guest this is just a warning to others that there's no guarantee it will work and if possible a LightningST or LightningVME is a better solution for usb and ethernet in my opinion. :D
Post Reply

Return to “MEMBER BLOGS”