• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Search results

  1. mmjs

    TashRouter: An AppleTalk Router

    You are completely right, no intervention is necessary. Working great with the code as shipped. Thank you!
  2. mmjs

    TashRouter: An AppleTalk Router

    Happy to report that once I changed destination_network to port.network in the latest code the 512K is happy! Additionally, I found a pin issue on my PhoneNet adapter, which fixed the discrepancy with zones not showing up. Ultimately it looks like it was the combo of the timeout, which did get...
  3. mmjs

    TashRouter: An AppleTalk Router

    Interesting! In this particular case it seems like a direct connection actually worked *better* since I could at least see and browse other zones, but I need to actually properly test now
  4. mmjs

    TashRouter: An AppleTalk Router

    Thank you for the quick turnaround! This now works with all my regular LT and LToUDP machines, with both configurations (ie. both with and without tashrouter serving as a seed router). However, the 512K is still struggling. When tashrouter is NOT set as a seed router, then it still doesn't see...
  5. mmjs

    TashRouter: An AppleTalk Router

    Yup, here's my config without seed: import logging import time import tashrouter.netlog from tashrouter.port.ethertalk.tap import TapPort from tashrouter.port.localtalk.ltoudp import LtoudpPort from tashrouter.port.localtalk.tashtalk import TashTalkPort from tashrouter.router.router import...
  6. mmjs

    TashRouter: An AppleTalk Router

    FYI, when using @finkmac's tap solution changing to destination_network=port.network in sending.py breaks functionality. This is with a newly pulled version from repo and a config file that works (other than a timeout on a Mac 512K) when destination_network=0x0000. This is on a network where...
  7. mmjs

    TashRouter: An AppleTalk Router

    Hey folks, I've been seeing something similar with a 512K. Effectively it times out after about 85 seconds after connecting, and during this time it works fine. I haven't done any proper testing yet, but figured I would share since it seems quite similar to the issue described here. I posted...
  8. mmjs

    SE/30 logic board replacement woes

    Definitely sounds like you will have to start to check additional lines across the board to troubleshoot this. One note -- the GLUE is absolutely necessary for any kind of operation (as you've probably noticed with the screen). Without it, the 16Mhz clock will not even get to the video logic, so...
  9. mmjs

    SE/30 32Mhz clock and UH7

    I finally closed the loop on this and wrote a lengthy blog post about what it took to get two working SE/30 boards out of this mess :) https://blog.vladovince.com/i-get-knocked-down-but-i-get-up-again-the-sisyphean-macintosh-se-30-struggles/
  10. mmjs

    SE/30 logic board replacement woes

    Feel free to share your pattern if you've got a pic, might provide some insight! Also, are you using the oscilloscope to check out your data and address lines? It might provide a lot of insight while you identify whether you have a ROM, RAM, memory mux or another bus related problem. This...
  11. mmjs

    SE/30 logic board replacement woes

    Not necessary to get to question mark! I think the original ROM may fail to boot a system without an FPU, and custom ROMs like the Rominator II may boot but applications that require an FPU will fail with Error Type 90 (ie. no FPU). But you should still be able to get to floppy icon.
  12. mmjs

    SE/30 logic board replacement woes

    Hi, I've gone through a pretty difficult rebuild recently (some details here: https://68kmla.org/bb/index.php?threads/se-30-32mhz-clock-and-uh7.46062/ and on Mastodon if you want to read a *very* long thread: https://mastodon.vladovince.com/@mejs/111008723163117281) Here's what I found was...
  13. mmjs

    SE/30 FPU trouble

    Thank you both @obsolete and @Melkhior ! In the end this was definitely caused by bad contacts in sockets. Thanks for pointing towards the GLU -- eventually, I found socket issues with SCSI, GLU and FPU. I directly soldered SCSI and GLU, and got a new socket for the FPU. I would have directly...
  14. mmjs

    SE/30 FPU trouble

    Hey everyone, This is a follow up to this thread which seemed to end in success, but after a couple of weeks using my newly rebuilt SE/30 Bolle board, I started to experience strange issues that resulted in non-functional FPU. For context, my board is fully socketed and uses a Rominator II. I...
  15. mmjs

    PowerBook 165/180 RAM chips, how can I test them?

    This worked great, thanks again @croissantking ! I'm still waiting for 4 more 512K modules, so keeping the expansion at 8MB for now.
  16. mmjs

    PowerBook 165/180 RAM chips, how can I test them?

    Oh thanks this is super helpful, going to try this today!
  17. mmjs

    PowerBook 165/180 RAM chips, how can I test them?

    Hi! Thanks so much for this thread -- it's super useful. I'm currently doing exactly the same thing with my PowerBook, including using the external screen to test. For this Kingston board, did you add any missing filter caps or the R2 resistor (and if so, what size?). I successfully brought my...
  18. mmjs

    SE/30 32Mhz clock and UH7

    Thanks! This was by far the most difficult project I tackled to date, and most of the issues ended up being self inflicted in the end. I'm glad I didn't give up!
  19. mmjs

    SE/30 32Mhz clock and UH7

    Hey folks, figured I would follow up here and confirm that I finally resolved this and successfully built a functional SE/30 on a new board, using parts from both of these original boards + a new CPU. I'm working on a blog post which I'll publish at https://blog.vladovince.com, but in the...
  20. mmjs

    SE/30 32Mhz clock and UH7

    Hi folks, I will try to summarize this situation into a question, but I need to share some context first. I own two original SE/30 boards. One was battery bombed, while the other was in great physical shape, but with a never identified issue which prevented it from successfully booting into any...
Top