• SynopsisTantilize@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      10 hours ago

      I’m reading this on a bootloader locked S23U…while looking across the room I see my s10e,bootloader locked. And if I look in the distance my s7 is sitting there…locked…

  • ShortN0te
    link
    fedilink
    arrow-up
    21
    ·
    1 day ago

    Qualcomm did work together with Microsoft and the Vendors closely together before the launch to create those devices.

    Linux device vendors probably did not get the same treatment. So give it time. Also, why not buy a windows laptop and put linux on it?

  • Strit@lemmy.linuxuserspace.show
    link
    fedilink
    arrow-up
    36
    arrow-down
    1
    ·
    2 days ago

    There is currently work being done to get support for some snapdragon laptops into the kernel. I think 6.11 got preliminary support for a couple and patches for others are still waiting.

    • Vitaly@feddit.uk
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 day ago

      Do they have a list of devices that they work on? Because I’m really excited about using linux on arm

  • anon5621
    link
    fedilink
    arrow-up
    11
    arrow-down
    2
    ·
    1 day ago

    I am personally not exicted about using arm on pc/laptop all because situation with them can repwat situation with phones where we have locked down devices without ability to unlock bootloader and hug problems with drivers as sequence. Also there no uefi with ACPI so each distribution should be custom build to exact laptop because of operating system should know about installed hardware in laptop/pc in DTB file,i would prefer stay on x86 long as i can and maybe risc v cpus gonna change this situation.

    • ___@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      11 hours ago

      Exactly. All the hype and excitement over a locked down arm ecosystem with evaporating battery life advantages. No thank you. Development efforts are better served elsewhere. I would prefer the Linux community ignore it rather than support it over RISC-V.

  • data1701d (He/Him)@startrek.website
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    I’m pretty sure some basic stuff is running on the Windows Dev Kit 2023 (no thanks to Qualcomm), which is very similar. See https://www.phoronix.com/news/Windows-Dev-Kit-2023-Linux

    I wonder if the endgame for getting Linux running on these freakasauruses is not to create a custom UEFI firmware for each laptop that could abstract away the differences between each laptop with an ACPI API, rather that modifying the kernel itself.

    It sounds daunting, but people have done it for the Raspberry Pi before. I don’t think it runs as actual firmware on the device - I think it’s just an ARM binary that could then execute and provide abstraction for a bootloader.

    There are difficulties with that, obviously. For one, the Raspberry Pi is one hardware platform, and a Broadcom-based one at that. Still, I can’t imagine that you’d have to redo everything from scratch on every platform; it’d basically just be something like a device tree to define the ACPI info built into every firmware build variant. If this idea worked, people could just have an environment to install an operating system on that is almost like a normal UEFI PC but with ARM.

    Truth be told though, I kind of wish Ampere would get more into the consumer space; I feel like they have the least insane configuration of almost any ARM device, being users of UEFI. I don’t know if they could viably scale down from their 192 core beasts, though. Now that BNL song is going through my head. “If I had a million dollars, I’d buy an Ampere workstation; a power-hungry ARM beast.”

    • Vitaly@feddit.uk
      link
      fedilink
      arrow-up
      23
      ·
      2 days ago

      If the devs don’t have access to the hardware then it’s impossible to make drivers for a specific laptop

      • 0x0@programming.dev
        link
        fedilink
        arrow-up
        4
        arrow-down
        2
        ·
        2 days ago

        If it’s arm-based is the CPU so alien as to not being usable without a very generic kernel?

        As for the hardware, is it so unique there are no drivers already?

        • rotopenguin@infosec.pub
          link
          fedilink
          English
          arrow-up
          8
          ·
          1 day ago

          ARM systems don’t have the whole ACPI thing to describe what hardware is where. Linux has to bodge together its view of the system with a devicetree instead. If you don’t know what device IP blocks are integrated into the SOC (and locked behind an NDA), good luck blindly guessing. You don’t even get EFI booting, you get shit like “the rpi gpu runs its own proprietary bootloader lol”.

        • Markaos@lemmy.one
          link
          fedilink
          arrow-up
          41
          ·
          2 days ago

          I can’t speak for these specific laptops, but unlike x86, ARM generally doesn’t have a way for an OS to discover the available hardware, and most ARM platforms historically didn’t do anything to help. There is a standard for UEFI on ARM where the UEFI is supposed to tell the OS about the hardware, but as far as I know this is only a thing on ARM servers and these laptops might not support it.

          Without any way of probing for hardware or getting the information from UEFI, Linux has to somehow be compiled with all the info about the hardware built-in. And the build will be model-specific (there’s a way to pass a file describing the hardware to Linux from the bootloader which enables a single kernel to be used on multiple models and have just a small part of the bootloader be model-specific, but somebody still needs to make that file and the manufacturers clearly don’t intend to do that).

        • woelkchen@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          1 day ago

          There’s more hardware in a notebook than just the CPU. It’s pointless without network and GPU drivers, for example. Also the ARM DeviceTree stuff is BS.

        • boredsquirrel@slrpnk.net
          link
          fedilink
          arrow-up
          6
          ·
          1 day ago

          Yes the drivers are all different afaik. You need a device tree, and hardware to debug what you wrote.

          Just a kernel doesnt help much.

    • Buffalox@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      1 day ago

      Well there needs to be a working general boot-loader for one. Then the hardware needs to have drivers that work.

  • IHave69XiBucks@lemmygrad.ml
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    A lot of the people who would do the work simply don’t have access to the hardware to test stuff and so progress is slow. Would help a lot if qualcomm sent devs some hardware.