@SilvrDrgn:
Your CTX-monitor will probably get a seriously reduced life-length with all the heat building up inside it when its top ventilation is covered by that printer.
(edit):
Looked at the pictures and read about your A500 with an A2091 inside a Dataflyer 500 case using its Zorro2-to-86-pin-A500-expansion adapter. You also mentioned there that the A2091 card disappears when you reset the A500 so it sounds like the A2091 doesn't reset if the A500 resets. A Zorro2 card needs to be reset to respond to "autoconfiguration-requests", which would explain the behaviour you are experiencing.
When looking at
this picture - the internals of a Dataflyer 1000 (identical to DataFlyer 500 internals according to
The Big Book of Amiga Hardware), the Zorro2-to-86-pin-A500-expansion adapter looks like it is a straight-forward connection between pin 1-86 of the two connectors and pin 87-100 on the Zorro2 connector are just left unconnected.
One of the signals that the A2091 wont be getting then is the /BUSRST signal (Zorro2 pin 94). The /BUSRST signal is a output only (to the Zorro2 card) buffered version of the /RST signal (Zorro2 pin 53 and 86-pin A500 expansion pin 53) and is the signal a Zorro2 card that is not able to reset the machine should use for knowing when to be reset.
As the A2091 is a Zorro2 card not able to reset the machine it should use the /BUSRST signal if it follows the Zorro2 specification and would then not be able to reset on your setup.
This picture of the A2091 from the front shows that /BUSRST is connected and
this picture of the A2091 from the back shows that /RST is not connected (pictures courtesy of
The Amiga Hardware Database) - thus can the A2091 only be reset with the /BUSRST signal which confirms that it will not be able to reset on your system.
As this is a one-slot Zorro2 solution, you should be able solve this issue by a quick hack and just connect /RST to /BUSRST - in other words connect pin 53 of the 86-pin connector to pin 94 of the 100-pin Zorro2 connector on the Dataflyer Zorro2-to-86-pin-A500-expansion adapter you are using.
If you want to do it according to the book - which in this case has to be the A2000 schematics, you need one 74LS08 quad AND gate and one 1kOhm resistor. Actually you only need to use two of the four AND gates in the 74LS08.
To the first gate you should connect /RST as one input and +5V as the other input. To the second gate you should connect the output of the first gate plus one end of the 1kOhm resistor and +5V as the other input. The end of the resistor not connected to the second gates input should be connected to +5V which will make the resistor act as a pullup-resistor. The output of the second gate is then your /BUSRST, made according to the book

.
A simple schematics of it should look something like this:
____
____ +5V --| \
+5V --| \ |AND |---- /BUSRST
|AND |---+-------|____/
/RST --|____/ |
R
|
+5VYou ofcourse also need to connect Vcc (pin 14) and GND (pin 7) of the 74LS08 to +5V and GND from the 86-pin connector and the spare AND input pins of the 74LS08 should be connected to GND.
An example arrangement seen from the 74LS08 would be this:
74LS08 pin: Connected to: Comment:
1 86-pin Connector pin 5 +5V
2 86-pin Connector pin 53 /RST
3 74LS08 pin 5 + pullup side of resistor To second gate
4 86-pin Connector pin 5 +5V
5 74LS08 pin 3 + pullup side of resistor From first gate
6 Zorro2 Connector pin 94 /BUSRST
7 86-pin Connector pin 1 GND
8 Nothing None
9 86-pin Connector pin 1 GND
10 86-pin Connector pin 1 GND
11 Nothing None
12 86-pin Connector pin 1 GND
13 86-pin Connector pin 1 GND
14 86-pin Connector pin 5 +5VI have double-checked this, but do check it by yourself to make sure it is ok. I would anyhow suggest that you try the /RST to /BUSRST quick hack solution mentioned above first.
References:
Part 1 of 6 of the A500/2000 Technical Reference Manual - page 80, 84-86, 92 and 98-100 is of special interest.
Part 6 of 6 of the A500/2000 Technical Reference Manual - page B2000-10a is of special interest.
74LS08 Datasheet/Patrik