VOGONS


486 Post Diag Card

Topic actions

First post, by Dak666

User metadata
Rank Newbie
Rank
Newbie

Anyone here got any experience with post cards? I have a 486 board which I'm having a heck of a time trying to get any life out of it, it has a DX4 100 overdrive CPU in it, the board is a ECS UM4980. I have the manual for it and am 100% certain all the jumpers are set, the post card has all the LED's lit, except the 3.3v one which is OK, and the segment display is just changing constantly as in the vid clip. No beeps from the speaker. CPU is getting warm. Anyone had the segment display do this before or have any ideas? It's got me beat.

Reply 1 of 6, by jmarsh

User metadata
Rank Oldbie
Rank
Oldbie

What type of POST card, have you used it before to know that it works... is it by any chance one of the ones that has both PCI and ISA connectors on it?

Reply 2 of 6, by Dak666

User metadata
Rank Newbie
Rank
Newbie

Generic chinese post card with both slot connectors, I've used it for quite a long time and it's always been fine.

Reply 3 of 6, by rasz_pl

User metadata
Rank l33t
Rank
l33t

>changing constantly as in the vid clip

no vid clip in your post
try recording with your phone in slomo mode to see which post codes are looping

https://github.com/raszpl/FIC-486-GAC-2-Cache-Module for AT&T Globalyst
https://github.com/raszpl/386RC-16 memory board
https://github.com/raszpl/440BX Reference Design adapted to Kicad
https://github.com/raszpl/Zenith_ZBIOS MFM-300 Monitor

Reply 4 of 6, by Thermalwrong

User metadata
Rank Oldbie
Rank
Oldbie
rasz_pl wrote on 2024-08-31, 00:09:

>changing constantly as in the vid clip

no vid clip in your post
try recording with your phone in slomo mode to see which post codes are looping

On my phone that backfires, then all that can be seen is the flashing segments as they refresh 🙁
I wish there was a POST code datalogger or a Pi Pico project type thing that displayed a list of POST codes on a TFT

OP: Interested to see the video, is it changing values like you might see when using an ISA soundcard and playing Doom?
Is the POST card the only card connected right now?

Perhaps you're facing an ISA BUS interface problem where a diagnostic card can only do so much. Currently I'm trying to track down a fault on a 286 motherboard where it seems to work but POST codes are meaningless and then I tried SuperSoft diagnostic BIOS (sadly only good for a 286) which allowed me to work out that I'm missing one data bit (D0) on the ISA bus so POST codes were getting corrupted in just the same way ASCII text is so FAILED displayed on screen becomes GAIMED because D0 is stuck high 😒

Reply 5 of 6, by rasz_pl

User metadata
Rank l33t
Rank
l33t
Thermalwrong wrote on 2024-08-31, 01:08:

On my phone that backfires, then all that can be seen is the flashing segments as they refresh 🙁

you need a phone with a slomo mode, 120/240fps

Thermalwrong wrote on 2024-08-31, 01:08:

I wish there was a POST code datalogger or a Pi Pico project type thing that displayed a list of POST codes on a TFT

there is https://github.com/TheRetroWeb/PicoPOST PicoGUS should totally get a firmware for it

https://github.com/raszpl/FIC-486-GAC-2-Cache-Module for AT&T Globalyst
https://github.com/raszpl/386RC-16 memory board
https://github.com/raszpl/440BX Reference Design adapted to Kicad
https://github.com/raszpl/Zenith_ZBIOS MFM-300 Monitor

Reply 6 of 6, by Thermalwrong

User metadata
Rank Oldbie
Rank
Oldbie
rasz_pl wrote on 2024-08-31, 01:35:
you need a phone with a slomo mode, 120/240fps […]
Show full quote
Thermalwrong wrote on 2024-08-31, 01:08:

On my phone that backfires, then all that can be seen is the flashing segments as they refresh 🙁

you need a phone with a slomo mode, 120/240fps

Thermalwrong wrote on 2024-08-31, 01:08:

I wish there was a POST code datalogger or a Pi Pico project type thing that displayed a list of POST codes on a TFT

there is https://github.com/TheRetroWeb/PicoPOST PicoGUS should totally get a firmware for it

That's pretty nice actually, thanks for the link 😀 It shows the last 5 codes which makes it more useful than my current POST readers that only show the final code. I've got a spare OLED screen like this and some Pico boards so I should probably give this a go