Search results

  1. N

    Looking for driver for Kingston KNE40 Ethernet card for PPC clone

    Quite possibly the second most generic 10/100 card out there, one of many based on the DEC "Tulip" chip. Its likely Apple's driver has limited PCI device IDs programmed into it... on purpose.
  2. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Netatalk 2.x supports this. Support was removed from Netatalk 3.0 to simplify the codebase.
  3. N

    TashRouter: An AppleTalk Router

    This might have been a side effect of the fixes made for RTMP or the ImageWriter LocalTalk card. Watching actual traffic from AppleTalk routers, the only packets that must always use Short DDP packets are the RTMP broadcasts from the router itself. Everything else uses Long DDP packets on a...
  4. N

    Imagewriter II expansion pinout?

    The pinout is documented in the ImageWriter LQ technical reference.
  5. N

    Macintosh Personal Color, a Fantasy 1986, 68000 Mac with a 4bpp Color Mode (Emulator)

    The GEM screenshot is actually 640x200 stretched to 640x400 to correct the aspect ratio. The ST did support 640x400, but only with a monochrome monitor. All three of the 16-bit micros offered GUIs running on 640x200 (hence why I mentioned the IIgs as a "what if" situation), so it was a...
  6. N

    Need an "I don't know jack" guide to Pi 3 and Netatalk/CUPS

    Yes, you can using the PAP backend for CUPS, which now ships with Netatalk. The biggest limitation with ImageWriters is that they only have black and white support, but a color driver is in the works.
  7. N

    Laserwriter 4/600 PS with streaks all over printed page.

    As I've said before, I'm surprised Apple equipped a 600dpi PostScript printer with only 2MB of RAM. The 4MP came with 6MB stock with 2xSIMM sockets to add up to 16MB more. They are very versatile printers, one reason why my 4MP is still on my desk... albeit a paperweight at the moment since it...
  8. N

    Laserwriter 4/600 PS with streaks all over printed page.

    The Canon PX engine is rated for a whopping 4 pages per minute. I have a LaserJet 4MP with the RAM maxed out to 22MB and its still slow.
  9. N

    The Pro Audio Spectrum 16 NuBus's YMF262 FM synthesizer...

    Resource forks should be stored in AppleDouble format. Use the OS X standard (._Filename) which specifies an entry for FinderInfo and the Resource Fork (in that order). It works with Netatalk out of the box and macOS should handle it as well. Also... you could port Adlib Tracker 2. :P
  10. N

    Need an "I don't know jack" guide to Pi 3 and Netatalk/CUPS

    Manually specifying the printer name via papd.conf circumvents the name mangling and truncation that the CUPS support does automatically via cupsautoadd. Basically, if your CUPS queue had that long name already, papd would have cut it off at 31 characters.
  11. N

    Need an "I don't know jack" guide to Pi 3 and Netatalk/CUPS

    That would do it. The parsing of papd.conf is based on ancient code that was used to parse printcap files back in the day. They used the same formatting to ease administration in the pre-CUPS age. Note, I don't think you actually need to specify a PPD file for CUPS printer queues. They are...
  12. N

    The Pro Audio Spectrum 16 NuBus's YMF262 FM synthesizer...

    The Linux kernel used to support the PAS16: https://git.samba.org/?p=jlayton/linux.git;a=blob;f=sound/oss/pas2_mixer.c;h=a0bcb85c39046a8c4878b6367e6bd2cc938e2140;hb=c3c9897c63ebb0b93b7f78724e38d6ee1da04041...
  13. N

    The Pro Audio Spectrum 16 NuBus's YMF262 FM synthesizer...

    Heh, talk about a lazy design. They seem to have told someone "Take this ISA card and make it work on Nubus". Some x86 ASM samples for the mixer can be found in this zip: http://www.symphoniae.com/soundcard/MediaVision/SDK/PASSDK_201.zip check the PAS\SUBS\MIXER directory.
  14. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Passing packets doesn't require the kernel to have DDP support, even then its the AARP packets that get mangled. Kernel support is only needed if file or printer sharing services are running on the device itself.
  15. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    The Airport Extreme might be too new to have any AppleTalk support since it was released after Apple dropped DDP from OS X. The onboard file and printer sharing would be the only functions that would need such support.
  16. N

    quick curiousity about doing a particular gpu setup on 6400's

    My beige G3 detects onboard as primary only if a monitor is plugged in. You could also turn off the onboard video entirely with some OpenFirmware settings.
  17. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Yeah, jrouter uses libpcap to get its packets onto a network adapter. Those packets won't be visible to Netatalk's atalkd running on the same machine.
  18. N

    Macintosh Personal Color, a Fantasy 1986, 68000 Mac with a 4bpp Color Mode (Emulator)

    QuickDraw has limited support for color prior to the Macintosh II. It mostly existed for color printer support.
  19. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    You should be able to connect the two via a tap interface. Looking at jrouter, it can be configured with an alternate MAC address to allow for this. https://gitea.drjosh.dev/josh/jrouter/src/branch/main/jrouter.yaml I would try uncommenting the ethernet_addr: line as a first step. If that...
  20. N

    Macintosh Personal Color, a Fantasy 1986, 68000 Mac with a 4bpp Color Mode (Emulator)

    Apple did build a machine that did this in 1986...... the Apple IIgs. Technically the 640x200 SHR mode can only support 4 solid colors, but you can have two different palettes staggered across every other column of graphics, leading to 16 dithered colors...
Back
Top