On my Job I regularly have to install Windows PCs and sometimes even install the USB Drivers for Mouse and Keyboard to work. Why dont I have to do that on Linux ever? Seems weird not to have them installed on Windows.

  • phx@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    3
    ·
    11 days ago

    Yeah, I’ve had more than a few chipsets or periphs that worked on Windows, and worked on Linux but were… quirky, especially when dealing with stuff like suspend states etc.

    For USB3 in particular, I’ve found many storage devices or adaptors like to drop out partway through an longer copy process on Linux (like they’ll be fine for copying a smaller amount of data, but the controller or device would reset during longer ones). This didn’t seem to occur in Windows, but I’m pretty sure the copy process was also slower so guessing it’s some sort of buffer or heat quirk that 'nix didn’t account for in the more generic driver

    • FrostyPolicy@suppo.fi
      link
      fedilink
      English
      arrow-up
      4
      ·
      11 days ago

      This didn’t seem to occur in Windows, but I’m pretty sure the copy process was also slower so guessing it’s some sort of buffer or heat quirk that 'nix didn’t account for in the more generic driver

      If the device says it’s a generic storage device (to the system that is) but actually isn’t (based on your description) then it’s 100% devices fault and not a Linux fault.

      • Mark@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 days ago

        That’s not a distinction that users care about, or should need to care about.

      • phx@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 days ago

        Honestly I think it’s generally more of a bus driver issue, because it seems more tied to the motherboard than a given device