←back to thread

163 points wmf | 1 comments | | HN request time: 0s | source
Show context
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 #
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 #
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 #
tomComb ◴[] No.45367880[source]
I thought “Android drivers” were Linux drivers?
replies(2): >>45367907 #>>45368089 #
yjftsjthsd-h ◴[] No.45367907[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 #
1. justincormack ◴[] No.45370803[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.