Search results

  1. L

    SD to IDE, How Do I Use This?

    It probably isn't that smart. I'd bet it's just presenting the whole SD card as a disk with a simple 1-to-1 sector mapping. You can probably use Balena Etcher or something similar to write a pre-made image to the drive. A modern Mac would probably be able to mount the SD card and add files once...
  2. L

    SCSI to IDE

    That second one is a passive SCSI adapter, so no help there, and it would be way too big to fit into a powerbook. The first one is for the very-rare outside of pre-touch screen iPods 1.8" drives. They probably had to split the power over more pins than the 44-pin laptop standard because those...
  3. L

    Is still Hotline a thing?

    is it wrong that I want to hack a bridge to these forums?
  4. L

    Too many categories

    ...a couple more pennies on the floor... I suspect that the detailed categorization will help down the road as a long term information repository rather than just the "what's happening today" chatter. I thought that part of the idea behind TinkerDifferent was to grow a repository of knowledge...
  5. L

    Internal BlueSCSI, external RaSCSI, and termination question

    an external Active terminator instead of the passive resister nets on the *SCSI emulators would probably work better
  6. L

    “Your screen is being observed” Mac Message

    That's normally because somebody is watching you with Apple Remote Desktop or VNC. On a stand-alone machine that's very suspicious.
  7. L

    SMC presents - Beleths Drum BlueSCSI HDD Sound Emulator!

    I'm curious how experiments with different resonating chambers, or maybe just sticking the relay up against the case, to get a richer sound work out. I don't have a BlueSCSI, or anything to put one in, or I'd try it myself.
  8. L

    Support for PPP in The Old Net WiFi modem

    I'm seeing some weird huge lags when telneting over the PPP connection on MacOS 7.5. I need to do some more packet captures to try and figure out what's going on. The same modem on a Linux machine seems to be able to maintain the telnet flow so I don't think it's the modem itself mangling...
  9. L

    HyperCard Documentation online

    Nice. Next year maybe someone will make an HTML/JS HyperCard player using these docs and whatever the latest and greatest new JS app framework is at the time.
  10. L

    Internal BlueSCSI, external RaSCSI, and termination question

    hmm, sounds like over-termination. Both ends being terminated is proper, but I suspect one or both of the emulators aren't capable of sinking enough current to drive a bus terminated on both ends. The new chips are too power efficient, they aren't made to slosh around as much power as those of...
  11. L

    FileMaker Pro IWP (database publishing on the web)

    This doesn't sound like it's very structured data. Would a searchable wiki be a better fit for this information? MediaWiki lets you create a little bit of structure in largely unstructured data, as caps.wiki is demonstrating. A few tags and/or categories for automatic grouping and listing...
  12. L

    Macintosh Portrait Display Repair - Smearing/Pulsing Image on Screen

    I left it there since I don't have anything that I could plug in either side to. If somebody has a use for it I could go back and grab it and toss it in the mail.
  13. L

    Macintosh Portrait Display Repair - Smearing/Pulsing Image on Screen

    Is this the unicorn cable the Portrait display needs? That caught my eye when I was glancing at the cable heaps at a local computer store. I think it's in the $2 cable bin.
  14. L

    Post your desk!

    Project A.D.D.: Z80/8088, G4, G4, Pentium MMX, and some photography stuff
  15. L

    G4 + Adelie + Rage 128 + Action retro’s xorg.conf = no screens found

    Sorry, no. My G4 tower got battery bombed and doesn't power up any more. That error message looks like a coding bug though, not something that can be fixed without recompiling Xorg.
  16. L

    G4 + Adelie + Rage 128 + Action retro’s xorg.conf = no screens found

    https://lists.freedesktop.org/archives/dri-devel/2022-January/338356.html The bounds checking for reading the card's ROM cut off the last byte. I think in every other case that isn't a problem because the ROM image is a full power of two dump of a flash chip, so the last byte is never used, but...
  17. L

    G4 + Adelie + Rage 128 + Action retro’s xorg.conf = no screens found

    A GeForce 2MX will probably fail with an unresponsive screen with the Adelie 1.0-rc2 released images because of an off-by-one error in the nouveau driver that probably only effects OpenFirmware Macs. Adding modprobe.blacklist=nouveau modprobe.blacklist=nvidia to the kernel command line in grub...
  18. L

    DEC Rainbow PC100

    Progress! After lots and lots of staring at hand written schematics and removing components starting from the output pins I found two ICs that were failed-short. An "8UV48A" power transistor and a "FE16C" common cathode diode array, and the main circuit breaker I took apart to look for damage...
  19. L

    Gut Thunderbolt display for the interface guts?

    Hmm, interesting. I suspect it would work but you'd have the downside of any computer you plug in trying to use the display part.
  20. L

    Apple //c connect to RS232 Wifi modem

    I think you just need to flip your TX and RX pins on either end. DE9#2 should go to DIN5#4 and DE9#3 to DIN5#2. Serial is notorious for this confusion. One end of the connections TX needs to connect to the other end's RX(RD) and vice versa. Connecting TX to TX gets you Twitter: both ends...