Search results

  1. N

    Of stuffit and resource forks

    The image works fine, just the filetype and creator need to be set and Disk Copy opens it up. Unzip the .dsk file and copy it to your BlueSCSI image. Using ResEdit, set the filetype to 'dImg' and creator to 'dCpy'
  2. N

    Of stuffit and resource forks

    By default, Finder should treat anything with a filetype of APPL as an application and attempt to launch it if double clicked. Self extracting archives should NOT have a resource fork by design. EDIT: Nevermind, doesn't work. Most of the time these files are wrapped in BinHEX or MacBinary...
  3. N

    Looking for Apple ImageWriter I Manual Part II

    I have the Apple IIc version. Both parts are contained in a book simply titled "Apple IIc Imagewriter Manual". It covers programming and escape codes. Most all of these are covered in the later "ImageWriter II Technical Reference Manual". Some bits of the original Imagewriter manual can be found...
  4. N

    Releasing AirTalk: Wireless plug-and-play LocalTalk dongle

    Any trusty Linksys WRT-54G running ddWRT or other Linux firmware can shuttle AppleTalk just fine. Both OpenWRT and ddWRT appear to support the proper packet translation. I have a modern "pocket" router from GL.iNet (stock firmware is OpenWRT based) that works just fine with AppleTalk. Also keep...
  5. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    It involved a lot of cursing. The previous maintainer of code from roughly 2009 to 2013 was terrible at actually leaving comments on commits. Things were changed and moved around without any explanation of "why" and most of those commits were HUGE. It also didn't help that there were obvious...
  6. N

    Upgrading FastPath 4 to FastPath 5?

    The boot PROMs really aren't that important on the FastPath 5, there is nothing to flash. They are only used to bootstrap the device with a VROM and K-STAR file.
  7. N

    NetBoot OS 9 from a Modern Linux Server

    I don't expect the dinky DHCP server in my router to respond to netboot stuff. I was mostly worried about Kea deciding to hijack DHCP duties and start assigning addresses to all my other devices on the network. Forcing Kea to respond to only BOOTP requests would be ideal.
  8. N

    Farallon LocalPath

    Did a LocalTalk scanner actually exist? Everything Apple sold was SCSI re-brands from Canon and the like.
  9. N

    Farallon LocalPath

    This basically duplicates what Apple's LocalTalk Bridge Control Panel did. Would be curious if it did the same fooling of LocalTalk clients using RTMP that Apple's product did.
  10. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Apple removed the Postscript converter that was built into the OS libraries, which is really annoying. It was nice having Preview automatically convert PS files.
  11. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    This is coming once CUPS 3.0 starts to materialize into a working product. What version of macOS is this? It likely never worked anyway.........Apple long since effectively forked CUPS 2.3 into their own build for macOS while the community maintains it on other platforms still. They likely...
  12. N

    NetBoot OS 9 from a Modern Linux Server

    Does this setup interfere with another DHCP server on a network serving addresses, or is kea strictly broadcasting BOOTP packets? I might give this a spin, but don't want it screwing around with address assignments on other devices.
  13. N

    NetBoot OS 9 from a Modern Linux Server

    I'm guessing some of this tooling dates from NeXT or early 90s Apple and never updated. DHCP was around for quite some time when the iMac came out.
  14. N

    What to put on a Raspberry Pi 3 to act as an intermediary for classic Mac OS to print to a modern Laser printer

    The current release of Netatalk 2.4 and 4.0 should work out of the box. Just un-comment the "cupsautoadd" line in papd.conf and away you go.
  15. N

    How to Repair a G5 Quad Dual Pump LCS

    Chris Edwards just put up a video about this with details on the refill. One gotcha is that one of the how-tos online had the wrong replacement o-ring size for the water blocks.
  16. N

    Various Questions on Mac Serial and PPP

    PPP can carry more then just IP as it is a Layer 2 protocol. AppleTalk-over-PPP is native DDP, although you'll have to use Apple's remote access software as a server since the Linux kernel long since dropped what little support it had for PPP based AppleTalk. As for serial port speeds, people...
  17. N

    LocalTalk: when does termination matter?

    Given that folks are running LocalTalk over barbed wire fence..... and thru water...... I'm guessing it doesn't matter too much.
  18. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Instructions below are Debian specific (should work on Ubuntu) and may need tweaking for your distribution. The janky solution used in A2SERVER involves a systemd service file. https://github.com/NJRoadfan/a2server/blob/currentdev/files/macipgw.service.txt Copy this to...
  19. N

    Performance: AsanteFAST versus Farallon EtherFast?

    What is the maximum theoretical transfer speed of NuBus? The bus alone presents a huge bottleneck. Add in that these cards are likely polled I/O driven and not bus mastering DMA (read: Cheap) attached to an OS not exactly known for its I/O throughput.
Back
Top