Search results

  1. N

    Restoration CD for market software

    I have a Performa 630CD,635CD,638CD restore disk here. Don't know where it came from.
  2. N

    Questions about Apple IIGS and ADTPro serial connection

    You can convert 2MG files to Disk Copy 4.2 compatible images if needed.
  3. N

    Questions about Apple IIGS and ADTPro serial connection

    Make sure the serial cable actually works and is plugged into a RS-232 serial port, not the 25pin female parallel port! Open up HyperTerminal and the serial port your cable is plugged into. On the IIgs from a BASIC prompt, type PR#1, and then start typing stuff, you should get some output on the...
  4. N

    68KMLA Featured on ArsTechnica!

    Apple isn't the only one with silk screen errors on their boards. The A3640 68040 processor card that came in the Amiga 4000 had a few backwards caps from the factory too.
  5. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Linking OpenLDAP libraries appears to be the correct thing to do. Apple has "LDAP.framework" labelled as "do not use" and clearly that is the case. Folks are having App Store submissions rejected over this. Officially, LDAP appears to be handled by the Open Directory framework. Seems like a...
  6. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Here is a response direct from DTS regarding the whole thing: https://developer.apple.com/forums/thread/737464?answerId=764686022#764686022 Basically, if you aren't using Cocoa and stick with POSIX calls, you should be fine. What libraries are being linked by afpd? With regards to @robin-fo's...
  7. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    The use of fork() is not obsolete on macOS. The issue is Objective-C, which Netatalk doesn't use: https://sealiesoftware.com/blog/archive/2017/6/5/Objective-C_and_fork_in_macOS_1013.html
  8. N

    Latest System version to successfully run AIR for GlobalTalk

    Something modern that implements AURP: https://gitea.drjosh.dev/josh/jrouter
  9. N

    Tech by Androda Comm slot ethernet card

    Does it work with the generic RTL8139 driver put out by RealTek for classic MacOS? CommSlot II devices are PCI, so the driver should work. The driver even comes with instructions for changing the PCI vendor and device IDs to work with a particular card.
  10. N

    Mac OS 7.6.1 on a Beige G3

    My G4 upgraded PowerSurge machines ran 7.5.3 and 7.6 without any problem. Its not the CPU.
  11. N

    TashRouter: An AppleTalk Router

    This maybe a bug in Netatalk. I "unpatched" the kernel module and looked at the logs. Netatalk sends out duplicate NBP Reply packets even with the unpatched module, the difference is that the origin address in the DDP header is all the same. Its sending out one for each interface on the machine...
  12. N

    TashRouter: An AppleTalk Router

    I did post a note on the patch author's gist regarding the issue. I am trying to determine the source of the problem first before escalating.
  13. N

    TashRouter: An AppleTalk Router

    Note for those running Linux kernel 6.9 or newer. It appears that a regression has been introduced that NBPReply packets are being duplicated and sent out with a source address of 0.0 whenever netatalk replies to NBP Requests. These packets will crash TashRouter and leave it running in an...
  14. 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'
  15. 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...
  16. 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...
  17. 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...
Back
Top