Search results

  1. 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.
  2. 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.
  3. 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.
  4. 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...
  5. 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...
  6. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Not likely. If its using something similar to libpcap to inject packets into the host's interface (like VirtualBox's "bridge" interface option), other VMs on the machine can't "see" those packets. Many VMs have provisions to allow this to work properly with TCP/IP, but it doesn't extend to other...
  7. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Sorry, meant afp.conf, not netatalk.conf. Note that atalkd will not "make up" a zone name. If no router is found, it will pick an address in the startup range (network in the 65000 area). Running jrouter on the same machine in another container is likely an issue. The two containers likely can't...
  8. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    If you have a seed router on the network (in this case, jrouter), just enter a network interface in ATALKD_INTERFACE and leave ATALKD_OPTIONS blank. This will force atalkd to issue a ZIPGetNetInfo packet to request network information and automatically configure the interface for use. By...
  9. N

    Cayman GatorBox now redundant? GlobalTalk Connection?

    A GatorBox is still useful as a LocalTalk-to-Ethernet bridge. AIR 3.0 implements a somewhat more complex tunneling protocol to cut down on bandwidth use by RTMP packets and such over the bridge. The GatorBox tunnels were fairly simple, just forwarding any AppleTalk traffic over the tunnel. Bad...
  10. N

    Just remember, LocalTalk RTMP broadcasts should always be non-extended "short DDP" packets. :cool:

    Just remember, LocalTalk RTMP broadcasts should always be non-extended "short DDP" packets. :cool:
  11. N

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

    The 74A cartridge in my LJ4MP has the opposite problem. For some reason it doesn't deposit toner at all onto statically charged portions of the drum. Printer itself is working, I can see a light ghost of the test page on the paper.
  12. N

    Lisa Duplicate Filesystem Paths

    Apple later expanded this concept in HFS and AppleShare with the Catalog Node ID, giving every file a unique identifier alongside of the file names. Its a key part of how alias work.
  13. N

    TOPS FlashBox information

    Looks like its an external clock to speed up SCC transfers. The SCC allows for external devices to provide their own clock (pin 2 of the mini-DIN 8 serial port).
  14. N

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

    NOS toner can degrade, particularly the wiper for the drum that scraps waste toner off. Look at the drum after printing and see if it is completely clear of toner. If it has streaks/residue, the wiper is failing. It could also be a bad drum as well. With the Canon PX engine printers, it takes...
  15. N

    Will RPi4 run OS9 in emulation

    Just use a MicroSD card at that point. The Pi4 doesn't have an actual M.2 slot on it making this difficult. Weirdly enough, the one PCIe riser/splitter I have uses a cable with USB 3.0 type-A plugs (wire protocol is still PCIe) between the x1 piece that goes into the board and the riser itself.
  16. N

    Will RPi4 run OS9 in emulation

    NVMe will be faster then USB. Also helps that that NVMe storage devices are actually designed to boot and run computers. I am disappointed in the I/O selection. No onboard LocalTalk? :p
  17. N

    Will RPi4 run OS9 in emulation

    It should. How well, I don't know as I haven't attempted to use QEMU to emulate a PPC machine on a Pi4. QEMU emulating a Quadra 800 running System 7.1 works fine however.
  18. N

    MacIPRpi beta release 6.02

    There shouldn't be any need to define the local hostname in /etc/hosts, it gets it from /etc/hostname. Also, Netatalk 4 bases the server's name off of the system host name by default. ;)
  19. N

    Copy Protection Bits: File Flags and The Bozo Bit

    With regards to AFP and AppleShare, those "file flags" are defined as file attributes in the AFP protocol and can be retrieved and changed with the FPGetFileParams/FPSetFileParams calls. One of the changes made between AFP1.1 and AFP2.0 are these flags. From Inside AppleTalk page 13-20: AFP2.0...
  20. N

    MacIPRpi beta release 6.02

    I can't believe Apple shipped that printer with only 2MB stock. The LaserJet 4P (PCL only) came with 2MB, while the 4MP (Postscript and PCL) came with 6MB standard. Even with the full 22MB in my 4MP, its a dog when printing with PostScript as PCL5e is MUCH faster. Printing via CUPS is worse...
Back
Top