Search results

  1. ironborn65

    Salvaging bombed SE/30 ROM lines A(8) A(9) shorted?!

    @cheesestraws "respect bow" I love this journey, I'm learning a lot
  2. ironborn65

    Salvaging bombed SE/30 ROM lines A(8) A(9) shorted?!

    @LaPorta , thanks I'll go that way. I'll keep posted. At the moment I'm mapping the traces I'm worried about the Address lines splitting in the middle layer because they reach the 74F258 (MUX), the ROM SIMM, VIA2, VIA2 and the CPU/FPU. Sometimes I see traces splitting on a surface on a via, but...
  3. ironborn65

    Salvaging bombed SE/30 ROM lines A(8) A(9) shorted?!

    ok, right, I was misled by the bombed one where vias are not conductive due to the gunk
  4. ironborn65

    Salvaging bombed SE/30 ROM lines A(8) A(9) shorted?!

    this is my progress on my journey and I have a question about some traces. I have addressed the traces of the RTC section (Y1 is not required, in fact pins 2 and 3 are NC), I'm waiting for diodes and the ATTiny85 replacement. I've added a bodge wire for the RCMUX line UJ2 UJ3 and UJ4, which is...
  5. ironborn65

    Salvaging bombed SE/30 ROM lines A(8) A(9) shorted?!

    I checked another working SE/30 board and the two traces are - obviously - not shorted. I was expected to repair missing connections, not to remove new ones :) There is a short somewhere, which can be more tricky, maybe inside the layers??? How could it happen? The red trace goes inside a via...
  6. ironborn65

    Salvaging bombed SE/30 ROM lines A(8) A(9) shorted?!

    My conquest here https://68kmla.org/bb/index.php?threads/salvaging-a-bombed-se-30.48542/ is being salvaged.. at least I'm trying to. I removed the obvious destroyed chips: RTC, D1, D2 (caps are the easy thing) and the RAM muxes UJ1, UJ2, UJ3. I'm now looking for continuity, the traces from the...
  7. ironborn65

    Macintosh SE M5010 - Restoration

    easy, it was my opinion, a general habit I have with electronics, as I said. If you disagree .. fine to me, do whatever you want, I am not looking for consensus here, I could care no less. Enjoy your Mac,
  8. ironborn65

    Macintosh SE M5010 - Restoration

    maybe it's just me ...but don't turn on a floppy drive when it's lying on a metal surface ;) PF
  9. ironborn65

    Salvaging a bombed SE/30

    Hi guys, For a decent price I found a bombed SE/30 that can hopefully be salvaged. A reloaded board is the B plan. As I got it: after a round in the dishwasher and some scrubbing with vinegar: I need to keep scrubbing and rubbing, more washing and rinsing ... At this moment it does...
  10. ironborn65

    Mac II ci - Looking for help

    I spot some sign of corrosion in C2 C3 C5, I suggest a thorough cleaning and a recap first UA4 as well hope you got it working soon
  11. ironborn65

    Netatalk 2.4.0 available

    will do
  12. ironborn65

    SCSI for Dummies Thread - How to properly use SCSI

    Hi @Realitystorm thanks for your contribution, I used your content very often, thank you so much. About the diagram, can I ask how it can address the cases where many SCSI devices are inside the Mac? Can it be taken into account?
  13. ironborn65

    ZuluSCSI 2 2040 Help w/ Mac Plus

    I would do a recap before any further test or reboot. I recommend it as a baseline with these machines before doing anything else
  14. ironborn65

    Macproxy v24.8 release and Docker image

    @slipperygrey Thanks, it works flawlessly
  15. ironborn65

    SE/30 bad SCSI bus?

    never trust the termination power, if you can hook an external PS the better ....
  16. ironborn65

    SE/30 bad SCSI bus?

    @CircuitBored , can u pls tell which version of BlueSCSI you have been using? thanks
  17. ironborn65

    Netatalk 2.4.0 available

    foreword: I'm not a linux/unix expert. https://en.wikipedia.org/wiki/Inotify Differently from Docker, I never used Inotify in my job, this is just a Google thing ;) I hope this helps, others here might have different ideas
  18. ironborn65

    Netatalk 2.4.0 available

    it's possible. You must install Docker daemon in the webmin container by mounting the Docker socket docker run -v /var/run/docker.sock:/var/run/docker.sock -it webmin-container-name then you can run docker commands from webmin like: docker kill --signal=SIGHUP netatalk-container-name (or id)...
  19. ironborn65

    CRT Yoke rev A vs rev B

    There are a couple of threads about this topic. https://68kmla.org/bb/index.php?threads/adapting-the-late-mac-classic-crt-yoke.46777/ https://68kmla.org/bb/index.php?threads/are-the-early-and-late-macintosh-classic-analog-boards-different.46814/ There is a common understanding that they are...
  20. ironborn65

    Netatalk 2.4.0 available

    @slipperygrey , for the first point, sharing a file via a volume, it can be something like this (the YAML example is not computable or complete): services: netatalk: container_name: netatalk2 image: netatalk/netatalk2:latest network_mode: "host" cap_add: - NET_ADMIN...
Back
Top