TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Linux 5.19

351 pointsby anpepalmost 3 years ago

12 comments

nicoburnsalmost 3 years ago
Somewhat surprisingly, Linux support for Apple Silicon MacBooks seems to be shaping up to be <i>better</i> than that for pretty much any other laptop. The Asahi team don’t have support for everything yet (notably no GPU) but what they do have support for seems to be high quality, well integrated with Linux’s conventions, and upstreamed into the mainline kernel! How much other hardware can claim that?<p>The Asahi developers have also stated that Apple tends to keep hardware peripheral interfaces stable across generations (they speculate that this is to keep things easy for their own OS dev teams), and that this has so far proven to be true for M2 (and several iPhone generations before that), and thus once support is available , it should stay relevant for some time.<p>Given this, it seems like MacBooks could easily end up becoming the laptop of choice for Linux developers in the years to come.
评论 #32304306 未加载
评论 #32304401 未加载
评论 #32304346 未加载
评论 #32304933 未加载
评论 #32304323 未加载
评论 #32307426 未加载
评论 #32304162 未加载
评论 #32305079 未加载
评论 #32304453 未加载
评论 #32304913 未加载
评论 #32316577 未加载
评论 #32304153 未加载
评论 #32305157 未加载
评论 #32304572 未加载
评论 #32304129 未加载
评论 #32308804 未加载
评论 #32305124 未加载
评论 #32304982 未加载
评论 #32304135 未加载
评论 #32305344 未加载
Omniusaspireralmost 3 years ago
Title correction: From an <i>M2</i> MacBook Air, which was impressively supported before it had even shipped.<p><a href="https:&#x2F;&#x2F;mobile.twitter.com&#x2F;AsahiLinux&#x2F;status&#x2F;1553968394734813184?cxt=HHwWgIDShbKB55ArAAAA" rel="nofollow">https:&#x2F;&#x2F;mobile.twitter.com&#x2F;AsahiLinux&#x2F;status&#x2F;155396839473481...</a><p><a href="https:&#x2F;&#x2F;mobile.twitter.com&#x2F;AsahiLinux&#x2F;status&#x2F;1550866042183974918?cxt=HHwWjIC8qdqc5IUrAAAA" rel="nofollow">https:&#x2F;&#x2F;mobile.twitter.com&#x2F;AsahiLinux&#x2F;status&#x2F;155086604218397...</a>
rangunaalmost 3 years ago
Checkout the Asahi repos in github: <a href="https:&#x2F;&#x2F;github.com&#x2F;AsahiLinux" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;AsahiLinux</a><p>Didn&#x27;t know it was fully usable right now, amazing work!<p>I think one of the few last things missing is the gpu module, which is being developed with a help of a VTuber, she puts up full live coding session on YouTube: <a href="https:&#x2F;&#x2F;youtube.com&#x2F;c&#x2F;AsahiLina" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;c&#x2F;AsahiLina</a>
OJFordalmost 3 years ago
&gt; I&#x27;ll likely call [the next release] 6.0 since I&#x27;m starting to worry about getting confused by big numbers again.<p>I&#x27;m not sure whether to read this as a joke, or if there&#x27;s really no semantic difference between x &amp; y version numbers for the Linux kernel?<p>[Edit: that was a sincere question, not &#x27;what a joke&#x27;, I didn&#x27;t mean anything against it.]<p>If I hadn&#x27;t seen that I&#x27;d have been very cautious, a bit worried even, about upgrading to :shocked-face: six point oh, scoured for news &amp; changelogs (yes yes as I should anyway.. actually what I do is assume patch will be fine, and check &#x2F;r&#x2F;archlinux for minor bumps - that is, I thought they <i>were</i> &#x27;minor&#x27; and &#x27;patch&#x27; rather than arbitrary) etc.
评论 #32303979 未加载
评论 #32303991 未加载
评论 #32303995 未加载
ameliusalmost 3 years ago
Wait, if Linus is happy about supporting undocumented hardware, then does he like NVidia now too?
评论 #32304342 未加载
评论 #32304336 未加载
zinekelleralmost 3 years ago
While the main focus is on the surprising compatibility of M2, I still laughed a bit at this:<p>&gt; (*) I&#x27;ll likely call it 6.0 since I&#x27;m starting to worry about getting confused by big numbers again.<p>It seems that he ran out of fingers and toes again.
评论 #32306592 未加载
colomonalmost 3 years ago
Nothing against the Asahi team, it sounds like they&#x27;re doing fantastic work. But I&#x27;m a little surprised at the talk (which I&#x27;ve seen before) which indicates theirs is the first approach allowing you to use Linux on ARM Macs. A few months ago I used UTM Virtual Machines (which itself uses QEMU) to get ARM Linux up and running on my M1 Mini, and it worked brilliantly. Admittedly I only use the command line interface for working on Linux -- maybe the GUI is lacking? -- but I effortlessly got G++, Perl 5, and Raku working on it, and used that to get a full build of my $work up and running. It was actually easier than getting the same setup working on the MacOS side of things, with great performance.
评论 #32304987 未加载
评论 #32305004 未加载
评论 #32305021 未加载
alexeizalmost 3 years ago
So Linus wants to use an arm64 to build and test kernel. Why not use AWS Graviton instead? Graviton3 may be slightly less powerful than M1 for single core workloads, but for multicore workloads like building the kernel it&#x27;s much better suited. In fact, I don&#x27;t understand why Linus uses a laptop for development. You can easily configure a more powerful cloud instance for the type of work he does. It may be costing more than the Macbook Air M1, but I&#x27;m sure the Linux Foundation can afford it.
评论 #32317826 未加载
评论 #32317110 未加载
henearkralmost 3 years ago
And the news hidden in the news: this will be renamed Linux kernel 6.0.
评论 #32303800 未加载
MichaelRazumalmost 3 years ago
Anyone using it fulltime? Just curious how the simple things work for you. The biggest question for me would be the keyboard, since linux seems to be much more windows like.<p>PS: Im on a p1 gen4 thinkapd very happy with it, BUT it is sometimes really noisy..
评论 #32303964 未加载
评论 #32303889 未加载
评论 #32304138 未加载
评论 #32304261 未加载
ngcc_hkalmost 3 years ago
“ On a personal note, the most interesting part here is that I did the release (and am writing this) on an arm64 laptop.”<p>Some comments seems not on this. It seems to a mac arm notebook he tried to use not in a big way. But will be for travelling.<p>For the release itself tbh I am confused his last merge window (*) comment. Is it 6.1 or not I am not sure? ( should it be odd number if it replaces 5.x9?or it 6.0 as it is after 5.x9)
a3walmost 3 years ago
Linus&#x27; third time using ARM64, once ``a decade+ ago when the Macbook Air was the only real thin-and-lite [machine] around&#x27;&#x27;, confuses me. The original Macbook Air and successor a decade ago used Intel IIRC?<p>&lt;edit&gt;Wikipedia agrees with my memory.&lt;&#x2F;&gt;
评论 #32303927 未加载
评论 #32303922 未加载
评论 #32303931 未加载
评论 #32303926 未加载