Search results

  1. speakers

    Help Please - I've confused my Beige G3 trying to setup SATA

    There so many ways to hork a G3 doing this stuff! I've often had to resort to an OFW init-nvram command or to pull the battery to a while! There's so many variables... but in particular: what firmware is flashed on the SATA card? what version of OpenFirmware does your bootrom have? You should...
  2. speakers

    MODE32/System compatability

    I'd inject a word of caution here. On my SE/30, I had issues with the Rominator and BlueSCSI - so I reverted to the original ROM plus MODE32. And SE/30s can be temperamental with RAM configurations - so your mileage may vary.
  3. speakers

    Purchased a 400mhz G3 ZIFF Upgrade CPU but after installation G3 Still reports 266Mhz

    Neither Beige or B&W have -5V. Here's the pinout for both:
  4. speakers

    MODE32/System compatability

    Yep, my mistake. MODE32 must be installed on 7.5.3/7.5.5. When Apple licensed it from Connectix in 1994, they announced that a future release of MacOS would have it built-in. Never happened.
  5. speakers

    Purchased a 400mhz G3 ZIFF Upgrade CPU but after installation G3 Still reports 266Mhz

    You need to change the clock divider ratio. Refer to https://lowendmac.com/1997/overclocking-beige-power-mac-g3/ You may be able to over-clock it beyond 400MHz.
  6. speakers

    MODE32/System compatability

    A footnote to this: System 7.5.3 and 7.5.5 have MODE32 builtin. No need to install anything .. just enable 32-bit addressing in the Memory control panel and your dirty old SE/30 will happily see more than 8MB. I use 7.5.5 on my SE/30 with 16MB (4*4MB in bank A).
  7. speakers

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

    Yep, you grok the issue. My patch is just a cheap fix to get around the issue for my configuration. Lazy initialization would seem to be the solution so long as duplicate connections are permitted.
  8. speakers

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

    I did some debugging and the flashrom failure is due to a conflict between the pciutils and DirectHW libraries. The IOUserClient port is being obtained by the PCI library and the PCI bus is successfully probed. But the subsequently attempted memory mapping via the DirectHW library fails because...
  9. speakers

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

    I pulled your repos and rebuilt. See attached flashrom.txt and lspci.txt for the latest ouput. Better, but no cigar.
  10. speakers

    USB card for Beige G3

    ADS Technologies USBX-500 is what's in my G3 Minitower. Reliable 2-port card.
  11. speakers

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

    I cloned your trees to my G3 Minitower running 10.4.11 with TigerBrew installed and built and installed everything. DirectHW and pciutils seem to work OK producing this output - see lspci.txt. But flashrom has trouble - see flashrom.txt. Running under gdb, I see this backtrace - see gdb.txt...
  12. speakers

    Emulation and Virtualization on a Macbook Air M1

    Although UTM is convenient for running potted configs from the gallery, I find that for creating other configurations it adds another level of complexity. In particular for QEMU, it makes configuration switches more difficult to set. I've been experimenting with QEMU instances (guests) on a...
  13. speakers

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

    Attached are zipped binary source diffs for Linux built on Debian 8.
  14. speakers

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

    I can build and post a macppc Linux binary if dosdude1 posts the AM28F010 source diff.
  15. speakers

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

    And here's my verbose lspci for the device:
  16. speakers

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

    I meant flashrom -VVV -p satasii. My spew is attached.
  17. speakers

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

    Have you tried running flashrom with the verbose switch (-V, -VV or -VVV) to get more information? It's pretty specific.
  18. speakers

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

    Oh .. my mistake .. I hit the wrong device. It should read: 01:02.0 Mass storage controller: Silicon Image, Inc. SiI 3112 [SATALink/SATARaid] Serial ATA Controller (rev 01) Subsystem: Silicon Image, Inc. SiI 3112 SATALink Controller Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV-...
  19. speakers

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

    indeed. Alas, I have no recollection of what device/class I saw when I originally flashed the card. It had BIOS firmware installed originally, but I guess it was advertising compatible IDs for flashrom to grok.
  20. speakers

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

    For reference, here's what my B&W G3 reports for a flashrom-programmable PCI SATA card under Tiger: And running Debian, I see: root@blue:~# lspci 00:00.0 Host bridge: Motorola MPC106 [Grackle] (rev 40) 00:0d.0 PCI bridge: Digital Equipment Corporation DECchip 21154 (rev 02) 00:10.0 VGA...