Search results

  1. N

    A thread for packing lists

    PM6100 DOS Card (retail US)
  2. 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...
  3. 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...
  4. 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...
  5. 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.
  6. 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.
  7. 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.
  8. 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...
  9. 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...
  10. 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.
  11. 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?
  12. 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...
  13. 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/
  14. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    The old ea=ad system isn't going away anytime soon.
  15. 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...
  16. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Since this is on-topic for a Netatalk thread, here are the nitty gritty details on what is stored with each AppleDouble backend: The "old" AppleDouble v2 system: All metadata for files is stored in a separate hidden directory called .AppleDouble with equivalently named files. These files follow...
  17. N

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

    Took a look at the materials on the AppleTalk for Programmers CD. Sadly nothing too detailed in the lessons, but there is a really nice HyperCard stack with the various AppleTalk packet format graphics in it.
  18. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    OK, the above will only work if you are using ea = sys and NOT the old AppleDouble v2 system with ea = ad. IT should be pulling the resource fork from the ._ files as I have it working here. You need both files in the directory together, Netatalk always stores the resource fork in the ._ file.
  19. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    In addition to the ad set commands, add the following to your script to "fix up" the header of your ._ files so Netatalk stops complaining about bad AppleDouble data: printf '\x4E\x65\x74\x61\x74\x61\x6C\x6B\x20\x20\x20\x20\x20\x20\x20\x20' | dd of="._Applications HD.img" bs=1 seek=8 count=16...
  20. N

    Make Color Scans With a Grayscale Scanner?

    Its not a new idea, look up the CBS sequential color television system. Early on, many flatbed scanners were not "single pass". They were actually modified grayscale units doing what you want to do, except that they automatically switched out the red, green, and blue color filters with each...
Back
Top