Search results

  1. N

    That kind of looks like the Apple IIgs in Picasso style.

    That kind of looks like the Apple IIgs in Picasso style.
  2. N

    Need help Getting Up To Speed with ProDOS on Apple II

    I always found it hard to call BASIC.SYSTEM a true "command shell" given it lacks many built-in commands (ex: you have to load the utilities program to copy files). The reality is most 8-bit Apple II users didn't have a hard drive or used a GUI. The vast majority booted off of a given 5.25"...
  3. N

    Macintosh 68060 Redux

    There is a PiStorm32 for the 68020 based Amiga 1200. So far a version for the 3000/4000 CPU slot hasn't appeared.
  4. N

    Macintosh 68060 Redux

    Apple IIgs accelerators do the same thing. Any time something hits the I/O range of the memory map, its back to 1Mhz since its all timing sensitive.
  5. N

    What is the technical reason why DDP AppleTalk doesn't work with WiFi?

    DD-WRT uses the Linux kernel, which properly routes AARP packets between WiFi and Ethernet.
  6. N

    A thread for packing lists

    PM6100 DOS Card (retail US)
  7. N

    x86 card revival thread

    Reply/Radius seemed to have gotten into the DOS card game too. Unlike their Nubus PPC line cards (which were clones of Hondini for 7100/8100), this is a new design with in-house software. Note this is the first I've seen of screenshots of this bespoke software...
  8. N

    CompleteSet - a resource for vintage Mac collectors and enthusiasts

    A few Powerbook G4 systems that shipped in late 2003 originally came with MacOS X 10.2. When I purchased my 15in G4 AlBook (online order) on release day, it was a crap shoot whether it would have came with Panther preinstalled. Apple offered a Panther CD upgrade set to all purchasers for like...
  9. N

    What is the technical reason why DDP AppleTalk doesn't work with WiFi?

    Run a packet sniffer on the Ethernet segment of the network and filter out the AARP packets. If they appear as Ethernet II frames instead of SNAP frames, then the router or ZuluSCSI is mangling the packets. No tweaks are needed for OpenWRT or ddwrt. The code that handles the packet...
  10. N

    What is the technical reason why DDP AppleTalk doesn't work with WiFi?

    Surprised the Ubiquiti AP supports AARP properly given the track record of their routers with DDP traffic.
  11. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    I have to go thru and recreate the steps. The in-progress version of A2SERVER already sets this up automatically. The biggest pain is creating a persistent TAP interface on boot, which differs depending on the Linux distro. You need to create a systemd service for TashRouter too.
  12. N

    What is the technical reason why DDP AppleTalk doesn't work with WiFi?

    Any router running ddwrt or OpenWRT should work. In theory any router running Linux should work properly as well as the kernel can properly route AARP packets between WiFi and Ethernet. GL.inet's entire router line runs OpenWRT and are pretty affordable.
  13. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Since atalkd doesn't support the TashTalk directly, you'll have to run both regardless. In my case, I create a tap interface (called tash0) and "connect" both atalkd and tashrouter to it with a dedicated network number. This avoids using kernel bridging and some other weird side effects, like...
  14. N

    Printing to an HP Printer from a Power Mac 6500, an iMac G5, a SE/30 and an LC475

    The G5 running Tiger should (in theory) be able to print out of the box via Bonjour. Under the hood it uses CUPS. Classic MacOS can print via LPR using the LaserWriter 8 driver (clunky, but works) or by setting up a Netatalk server on a Pi or VM to serve as a real AppleTalk PAP print spooler...
  15. N

    PC Setup DIMM Patch: large DIMMs (32 or 64 MB) with the 12" PC Compatibility Card.

    Would be curious if PC Setup 1.6.4 or the 3rd party PC Setup 2.0 fixed this. Assuming Apple stored the PC side BIOS in a resource, it should be easy to compare what was patched.
  16. N

    Network and station number in Appletalk control panel

    The screenshot above is what you will see on an Ethernet connection without a router defining zones or a network range. How is the machine connected, Ethernet or LocalTalk? What router is seeding the network with zone information?
  17. N

    Anyone have a copy of "AppleTalk Phase 2 Protocol Specification" (C0144LL/A)?

    I finally tracked down the Usenet post that indicates that this document has additional information that Inside AppleTalk 2nd Edition lacks. See: https://groups.google.com/g/comp.protocols.appletalk/c/YcJkQ8t8e7Q/m/EjOUlKL3KL8J This post dates to 1992, so well after the revised Inside AppleTalk...
  18. N

    Who can repair motherboards for my Performa 460 - Recap & pad repair

    Tom Andrews of Amiga of Rochester recaps and repairs vintage Macs. I have used his services in the past, including recapping a LC line power supply. https://amigaofrochester.com/ https://www.facebook.com/AmigaOfRochesterNYUSA/
  19. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    The old ea=ad system isn't going away anytime soon.
  20. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    The org.netatalk.ResourceFork EA is only used in Solaris. The extended attribute API that works similar to file descriptors (complete with random access) only exists on that OS. Even Darwin doesn't have this, although with some coding, you can simulate it for the resource fork (some of Apple's...
Back
Top