Search results

  1. J

    Need solution for HDI-45 to DB-15 connectors for video out

    The diagram at #31 says the spacing between rows is 3mm so 2mm plastic spacers should have fit. The fact that the plastic spacers don't fit means the spacing between rows is less than 2mm (which is obvious looking at your PCB). In that case, you could try pin headers of < 2mm, 5 pins...
  2. J

    Need solution for HDI-45 to DB-15 connectors for video out

    A diode from pin 10 (SENSE2) to pin 7 (SENSE1) with ground on pin 4 (SENSE0) is for MultiScan 21" displays. VGA uses a wire instead of a diode between SENSE2 and SENSE1 with SENSE0 not connected. #41 #42 VGA and MultiSync 21" are probably the two best choices for an...
  3. J

    Blue and White SCSI 2 Drive Issues

    You said it hangs with the cursor on a gray screen. I think that is beyond Open Firmware after a boot device has been chosen. None of the default items in no-boot is a PCI device. There's no dev aliases for the PCI slots except for screen which points to a graphics card or a child device of a...
  4. J

    Blue and White SCSI 2 Drive Issues

    The process takes a while. If you enable some debugging options (such as by using the setenv AAPL,debug-bootpathsearch command) then it might show what it's scanning during the process. Newer version of Open Firmware may have different names for the debug options or more debug options. If you...
  5. J

    Blue and White SCSI 2 Drive Issues

    B&W G3 can't boot USB or FireWire. You can invoke the text based boot picker using the multi-boot command. On later Macs, that command is graphical based, and multi-boot-menu is text based...
  6. J

    SATA? In an old world PCI Power Mac?! IMPOSSIBRU! (Updated 11/22/23)

    PCIe cards have only one notch which is near the back plate. They also have a tab nearer to the back plate to stop it from being inserted into a PCI slot. https://en.wikipedia.org/wiki/Peripheral_Component_Interconnect https://en.wikipedia.org/wiki/PCI_Express
  7. J

    Performa 6400/200. How to image HD to run in emulation?

    Each file system partition of the disk should be a separate disk image for SheepShaver. Boot an external disk to make the disk images.
  8. J

    SATA? In an old world PCI Power Mac?! IMPOSSIBRU! (Updated 11/22/23)

    There might be a problem with different versions of Open Firmware. You would have to compare the ROMs to see what's different. The ROMs can be converted from fcode to Forth, modified, then tokenized back to fcode. The ROMs might have compressed parts which complicates the process. Maybe you can...
  9. J

    🛠️ Some beige PCI-based Power Macintosh Service Manuals

    Go here: https://www.macdat.net/repair_portal.html and click Service Source.
  10. J

    Eric's ANS 700 tinker log

    That's the same Open Firmware version as the ANS 500 but should check the entire thing to be sure. To dump the ROM, you need a serial port connection from the modem port to a Mac or PC. Then you use Open Firmware on the ANS to dump the hex of the ROM. Go to the first post of this thread and...
  11. J

    Eric's ANS 700 tinker log

    ROM version, checksum? MD5? We have info for the ANS 500 but not the others.
  12. J

    Help loading GR, HGR, DGR AND DHGR image files in the Apple II

    Found this: which points to: https://www.reenigne.org/misc/ntsc.zip which exists on GitHub at: https://github.com/reenigne/reenigne/tree/master/ntsc It has two command line executables avi2ntsc.exe and ntsc2avi.exe. ntsc2avi.exe converts 8 bit PCM 14.318MHz sampled composite video to AVI...
  13. J

    unknown part on 128k analog board?

    A normal inductor won't work? https://en.wikipedia.org/wiki/Inductor The schematics say L2 (connected to -12V) is 27µH L1 (connected to +12V) and L3 (connected to +5V) are 28 µH (toroid) These three are connected to the Power connector J7 Actually, I think that's the schematic for the main...
  14. J

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Why do I want AFP? Why don't I have AFP already? When did I stop having AFP? I have Intel Macs (Mac OS X10.4 to 15.0) and PCs (Linux/Windows). I have PowerPC Macs that can run System 7 to OS X 10.5. They can connect to Intel Macs that are running early versions of Mac OS X (either booted or in a...
  15. J

    TwiSlot PCI Riser and ComSlot2 NIC repro in widened CS riser form factor

    The way I think an arbiter works is, it checks for REQ from a device and gives it GNT to allow the device to do work. When the device releases REQ, the arbiter releases GNT and checks the next device. I suppose the PCI Local Bus Specification will explain it - at least the PCI part. There's...
  16. J

    TwiSlot PCI Riser and ComSlot2 NIC repro in widened CS riser form factor

    Is there a download link for the ROM? I don't think the archive sites have that one. It might be nice to try and emulate it in DingusPPC. I'm looking for any Mac ROM that's not in the list at...
  17. J

    TwiSlot PCI Riser and ComSlot2 NIC repro in widened CS riser form factor

    It does simplify things. What ROM does it use? Does it have Open Firmware? The S900 uses the same ROM as the Power Mac 7200&7500&8500&9500 v2 which doesn't have issues with PCI-PCI bridges. There's an S900 discussion at...
  18. J

    TwiSlot PCI Riser and ComSlot2 NIC repro in widened CS riser form factor

    You didn't connect an interrupt for E1 so the mouse freezes if you move the cursor onto the GPU that is in that slot. The default interrupt for E1 is the COMM_SLOT_INT. Slot E1 is IDSEL AD17. The interrupt bit is 0x16. I expect you could connect any number of cards and read config data or setup...
  19. J

    TwiSlot PCI Riser and ComSlot2 NIC repro in widened CS riser form factor

    I said the interrupts were probably ok for A,B,C because there's an interrupt pin on OHare for each of them. Its the GNT and REQ for C that I'm wondering about. Did you find out if A19 and B10 are connected to anything?
  20. J

    TwiSlot PCI Riser and ComSlot2 NIC repro in widened CS riser form factor

    I think interrupts should be working, so you can move the mouse around the display connected to slot C. Does the Matrox card enable bus master? Does it have 2D or 3D acceleration? Try a ATA or USB or FireWire or SCSI card? Some of those probably won't work.