As per title, have you experienced any distro on this device? Currently torn between mint/Debian or just vanilla Debian

  • Petter1@lemm.ee
    link
    fedilink
    arrow-up
    7
    ·
    5 months ago

    I decided to use a rolling distro, in order to get the newest kernel drivers My favorite rolling distros are OpenSuse Tumbleweed and Arch OpenSuse TW was great out of box on my old iMac, but you most likely have to get some proprietary firmware in order for WiFi to work (see dmesg for drivers missing their FW) I decided to use arch (install using archinstall python script) from now on because I prefer the installation of community packages if the AUR using yay instead of searching https://software.opensuse.org/packages and click “one click imstall” download the file, double klick the file, which opens YaST frontend for repo management and then klick multiple times until the package is installed 😄

    Pro of that behavior of openSuse is, that you don’t have to touch the terminal even once (except for checking dmesg to see if all driver work as intended)

    Maybe, it makes sense to upgrade wifi using a dongle (you may have only wifi 4 in the iMac and there are usb dongles for wifi 6) or just use Ethernet.

    I had problems using suspend on my iMac (screen was glitchy after wakeup) so I prevented systemd to trigger suspend and always turn the iMac off after usage. Command to disable suspend: sorry forgot but was something with simlinking

    But anyway, now that I searched for it, I found this: apparently you can prevent the glitchy screen if you boot via legacy BIOS instead of EFI, to achieve this, you have to install your Linux (and thus grub2) from a liveOS booted from a cdRom instead from a stick (old mac boot efi from stick and legacy bios from usbstick) once you have your Linux booting using legacy bios, you can from now on boot your ISOs using grub and you don’t have to use any stick or CDrom ever again on that machine, as long as you leave have your boot partition untouched 😇

    Feel free to ask more (I love when people try to make old hardware usable and prevent eWaste that way)

    • Loucypher@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      Yeah WiFi requires proprietary drivers… it is less of an issue in 2024 as even purist distro like Debian now ship with those. The screen bug sounds annoying though… on which iMac did you experience this?

      • Petter1@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        5 months ago

        Yea, it ships with the driver but not with the firmware needed for that driver (/sys/firmware/) in Arch there is a AUR package to install the firmware and in openSuse you have to run a command, which is written in dmesg error, while connected to the internet. I don’t know how debian handles it.

      • Petter1@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        I have to research that first 😂 but it’s one that has a AMD grafic card that runs on readon driver which seems to not support suspend if booted from EFI if understood that linked threat correctly. Some macs have nvidia grafic card, which don’t work at all, if you boot Linux from EFI. So I guess it’s ideal to boot Linux on any older mac via legacy bios instead of modern EFI.

        • Loucypher@lemmy.mlOP
          link
          fedilink
          arrow-up
          2
          ·
          5 months ago

          Oh yeah forgot about Nvidia!!! Is that tricky to get to work on Debian? Possibly easier on Mint LMDE

          • Petter1@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            5 months ago

            I don’t know Debian really, i heard that the kernel is somewhat old, but if you use the proprietary drivers anyway, It should not matter