Search results

  1. saybur

    Hootswitch, a (work-in-progress) Apple Desktop Bus switch

    The extra ADB can be used to attach more peripherals if needed. It is mainly there for devices without a passthrough plug. Can be left out to shave a buck or two off the assembly cost. The TWI connection is for future add-ons, like a monitor switcher board, external buttons, etc. No software...
  2. saybur

    Hootswitch, a (work-in-progress) Apple Desktop Bus switch

    It should be fine, most of the changes were quite minor. Definitely post any troubles and I'd be happy to help. I'm still a bit buried with work but am hoping to have more time for this stuff over the holiday breaks coming up.
  3. saybur

    SCSI to Ethernet Adapter on New Hardware

    PR looked great, it is now merged. Thanks again!
  4. saybur

    SCSI to Ethernet Adapter on New Hardware

    Really big thanks to @demik, this is awesome work! Also thanks to @cheesestraws for the graphics. Those are some snazzy panels, my spouse got a real kick out of seeing scuzzy the snail appearing again.
  5. saybur

    Mac II Case Label Restore

    Thanks for the picture, that's quite helpful for getting an idea of the end product. My spouse does waterslide decals for ship models and offered to help, I'll give that a go and see what it looks like before digging into the silkscreening.
  6. saybur

    Hootswitch, a (work-in-progress) Apple Desktop Bus switch

    Thanks for the link, I'll do some reading on the background there.
  7. saybur

    Mac II Case Label Restore

    :ROFLMAO: Thanks for the silkscreen idea, I'll ask around. I know zilch about the process so it'll be a good learning opportunity.
  8. saybur

    Mac II Case Label Restore

    I've got a project Mac II without the "Macintosh II" label on the front. It looks like some bozo (not me this time) decided it would look better without it and scrubbed the area clean. Anyone been able to restore this type of thing? Is this a job for decals, or is there another option available?
  9. saybur

    Hootswitch, a (work-in-progress) Apple Desktop Bus switch

    Thanks! I've been slowly digging at it as I get time. Quite annoyingly, licensing is the current problem: the Bluetooth SDK library, btstack, doesn't appear to be compatible with the GPL, so I can't use the example code as a base and even linking to the library may also be a problem. I'm trying...
  10. saybur

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Those all look good to me. The other thing that might be worth adding is a nod toward enabling atalkd if you do set "appletalk = yes"
  11. saybur

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Wanted to give a short trip report of my experience installing Netatalk 4. TL;DR: release is working great for me, no problems so far. I installed 4.0.1, compiled from source on Debian stable. Instructions here worked perfectly. After installation I perused the excellent 2.x->4.0 upgrade guide...
  12. saybur

    Macintosh II fan speed controller hack (circa 1993)

    That's a neat find, quite clean as mods go. Maybe the previous owner upgraded from a pre-SE compact and was unhappy their machine was making fan noise at all?
  13. saybur

    NetBoot OS 9 from a Modern Linux Server

    I'll have to look, supposedly there are newer versions of the original iMac firmware on the OS install disks. Based on other people's reports I'm kind of suspecting even the newest firmware on the original iMac isn't capable of proper USB booting. For what it's worth the command itself worked...
  14. saybur

    NetBoot OS 9 from a Modern Linux Server

    I think you can configure Kea that way using a variant of the following: Disclaimer: this is untested. I keep my retro systems on a separate VLAN so Kea is handling all address assignment.
  15. saybur

    NetBoot OS 9 from a Modern Linux Server

    For @Snial, did some testing today with USB booting on my Summer 2000 iMac DV+ (450MHz). Open Firmware reports this as "PowerMac2,2 3.0f3 BootROM built on 06/13/00" which seems old compared to similar systems on this list. The computer has a good OS 9 install on it already, but I will be needing...
  16. saybur

    NetBoot OS 9 from a Modern Linux Server

    The library should only modify packets with the "netboot" class attached to them. That's added by the option 221 test in the example config file. All other DHCP/BOOTP traffic should be handled normally by Kea. If you have an existing DCHP server then yes, this setup will interfere with it. You...
  17. saybur

    ADB splitter?

    One bit of caution, some cheap S-Video cables tie one or more lines together or to the cable shield. If you're hacking a cable together buzz out the lines with a meter before using it.
  18. saybur

    NetBoot OS 9 from a Modern Linux Server

    Really appreciate you putting that together, I'll give it a go on my system and report back. It is interesting that Apple apparently didn't expend much effort trying to simplify USB booting. You would think the explosion of external USB peripherals after the iMac came out would have given them...
  19. saybur

    NetBoot OS 9 from a Modern Linux Server

    Thanks all for the nice comments! 🙂 I'll try that on my iMac DV+. I had a heck of a time fiddling with USB in Open Firmware on the original iMac, everything I tried would just lock up OF. I couldn't tell if it was a 'me' problem, something with my USB devices, a computer-specific problem, or...
  20. saybur

    NetBoot OS 9 from a Modern Linux Server

    I figured out a method to net-boot early New World ROM systems into OS 9 using modern server software. Instructions for how to do it are here: https://github.com/saybur/kea-mboot This is quite useful if you need to bootstrap an old Mac without a functional optical drive, or if you want to run...
Back
Top