Most active commenters
  • wmf(3)

←back to thread

163 points wmf | 17 comments | | HN request time: 0.672s | source | bottom
1. groguzt ◴[] No.45366953[source]
Linux support is still basically non-existent for the first gen, and they made all this deal about supporting Linux and the open source community. This is to say, don't trust them
replies(5): >>45367012 #>>45367488 #>>45367830 #>>45367933 #>>45367944 #
2. wyldfire ◴[] No.45367012[source]
The truth is much more subtle than "nonexistent" IMO [1].

Clearly it's a priority because the support for ChromeOS/android support is a big headline this year.

[1] https://discourse.ubuntu.com/t/ubuntu-24-10-concept-snapdrag...

Also worth noting that not all the bits needing support are inside of the Snapdragon, so specific vendor support from Dell, Lenovo etc is required.

replies(1): >>45367103 #
3. wmf ◴[] No.45367103[source]
My (admittedly cynical) interpretation is that they are dropping support for desktop Linux completely and shipping Android drivers instead.
replies(2): >>45367147 #>>45367880 #
4. cogman10 ◴[] No.45367147{3}[source]
That'd definitely fit the Qualcom pattern of trying to force you to update by not upstreaming their linux drivers.

This is one place where windows has an advantage over linux. Window's longterm support for device drivers is generally really good. A driver written for Vista is likely to run on 11.

replies(1): >>45367492 #
5. cmxch ◴[] No.45367488[source]
They “supported Linux” by putting it in a virtual machine guarded by the hardware against the machine’s owner. No thank you.
6. packetlost ◴[] No.45367492{4}[source]
A stable driver ABI will do that. And a couple billion in revenue to fund bending over backwards to make sure stuff doesn't break.
7. eigenform ◴[] No.45367830[source]
Not surprising considering I haven't seen a programming manual or actual datasheet for these things in the first place. Usually helps if you tell the community how to interact with your hardware ..
replies(1): >>45368096 #
8. tomComb ◴[] No.45367880{3}[source]
I thought “Android drivers” were Linux drivers?
replies(2): >>45367907 #>>45368089 #
9. yjftsjthsd-h ◴[] No.45367907{4}[source]
I think the situation is:

Old situation: "Android drivers" are technically Linux drivers in that they are drivers which are built for a specific, usually ancient, version of Linux with no effort to upstream, minimal effort to rebase against newer kernels, and such poor quality that there's a reason they're not upstreamed.

New situation: "Android drivers" are largely moved to userspace, which does have the benefit of allowing Google to give them a stable ABI so they might work against newer kernels with little to no porting effort. But now they're not really Linux drivers.

In neither case does it really help as much as you'd hope.

replies(1): >>45370803 #
10. downrightmike ◴[] No.45367933[source]
They expected linux devs to build it for free
replies(1): >>45369626 #
11. cmrdporcupine ◴[] No.45367944[source]
How's the WSL2 support on these Aarch64 Windows systems?

I'm not a huge fan of working in WSL, because I actively dislike the Windows GUI.

replies(1): >>45368118 #
12. wmf ◴[] No.45368089{4}[source]
Android drivers don't support Wayland etc.
13. wmf ◴[] No.45368096[source]
That ended 10-20 years ago. The best you can hope for now is vendor-provided drivers.
replies(1): >>45369012 #
14. Mogzol ◴[] No.45368118[source]
I have both Ubuntu and Docker Desktop set up in WSL2 on my X Elite laptop, they both work great, no issues (at least none that I have run into).
15. eigenform ◴[] No.45369012{3}[source]
Not even true: Arm, Intel, AMD, and most other hardware vendors (who are actively making an effort to support Linux on their parts) actually publish useful[^1] documentation.

edit: Also, not knocking the Qualcomm folks working on Linux here, just observing that the lack of hardware documentation doesn't exactly help reeling in contributors.

[^1]: Maybe in some cases not as useful as it could be when bringing up some OS on hardware, but certainly better than nothing

16. yjftsjthsd-h ◴[] No.45369626[source]
In some cases the linux devs want to build it for free, but they still need enough information to work with
17. justincormack ◴[] No.45370803{5}[source]
Old Android also had a bunch of weird kernel drivers that were not upstream; they mostly are now so Android kernel is converging on Linux finally.