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.

  • @[email protected]
    link
    fedilink
    English
    -13 months 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

    • @[email protected]
      link
      fedilink
      English
      43 months 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
        link
        fedilink
        English
        23 months ago

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

      • @[email protected]
        link
        fedilink
        English
        13 months 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