marcan changed the topic of #asahi to: Asahi Linux: porting Linux to Apple Silicon macs | General project discussion | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Topics: #asahi-dev #asahi-re #asahi-gpu #asahi-stream #asahi-offtopic | Keep things on topic | Logs: https://alx.sh/l/asahi
malvo has quit [Read error: Connection reset by peer]
malvo has joined #asahi
bps has joined #asahi
maor26 has quit [Ping timeout: 480 seconds]
rohin2 has quit [Ping timeout: 480 seconds]
bps has quit [Remote host closed the connection]
Gues__________________________ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<chadmed>
citizen1[m]: the money thing isnt an "excuse" as much aas it is a factor simply by the nature of how apple makes its money. as krbtgt points out, apple doesnt sell chips, it sells computers. they dont need to make money back on their chips, just the computer as a whole. making a good chip helps sell computers. apple has infinite money so the bean counters give engineering carte blanche to make the biggest and baddest
<chadmed>
chips they can muster
PhilippvK has joined #asahi
phiologe has quit [Ping timeout: 480 seconds]
Gues__________________________ has joined #asahi
marvin24 has joined #asahi
marvin24_ has quit [Ping timeout: 480 seconds]
chadmed has quit [Read error: Connection reset by peer]
LiamGibson[m] is now known as Liam[m]
chadmed has joined #asahi
maor26 has joined #asahi
Gues__________________________ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Gues__________________________ has joined #asahi
Gues__________________________ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
l3k has joined #asahi
l3k has quit [Quit: leaving]
Gues__________________________ has joined #asahi
aleasto has joined #asahi
malvo has quit [Ping timeout: 480 seconds]
malvo has joined #asahi
Gues__________________________ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rkt_ has joined #asahi
rkt_ has quit []
rkt_ has joined #asahi
rkt_ is now known as rkt
<Chainsaw>
kode54: It's not a Dell 34" is it? That needs a firmware update for some odd sync issues.
<rkt>
Hello, Where is the latest github repo for Asahi Linux? I found the `linux` repo on github, but the last commit is on Mar this year.
<rkt>
Is Asahi Linux now just a kernel wihout any Desktop environemnt?
<chadmed>
its not a distro at all at the present time
<chadmed>
but the endgame is an arch linux arm based distro
<rkt>
hmm, makes sense, and cool
<j_ey>
I mean, the endgame is everything upstream, so you can pick a distro ;)
<chadmed>
the focus right now and into the future is upstreaming all the hardware specific patches required into the relevant projects (mostly the kernel and mesa)
<chadmed>
but eventually marcan wants to package up an ALARM roofts i believe
<rkt>
ALARM = Arch Linux ARM?
<j_ey>
yeah
<rkt>
okay, I have never use Arch Linux yet. Looking forward to use it
<j_ey>
rkt: what are you using?
<rkt>
Ubuntu
<rkt>
In my Intel based iMac
aleasto has quit [Quit: Konversation terminated!]
aleasto has joined #asahi
___nick___ has joined #asahi
alexstore06 has quit [Remote host closed the connection]
<sven>
hopefully in a year or so once all our patches are upstreamed and once they then have then propagated to the distribution kernels pretty much any distro should work
<rkt>
sven: Asahi would be always a linux kernel, and it depends to linux distro to adapt Aashi by themselves? Or at the end, Asahi will be another linux distro?
<chadmed>
well it wont be "a" linux kernel because all the working and high-quality patches get upstreamed as a matter of policy (good policy)
<chadmed>
so any ARM distro with their default kernel will eventually work OOB because their kernels come from upstream
<sven>
most of the adapting will happen automatically
<j_ey>
assuming they enable the configs..
<sven>
it just takes a while because most distros are N months behind the latest kernel
<sven>
and also because it takes us a while to get the patches into a shape until they're accepted
<chadmed>
havent used anything but gentoo in years but dont most binary distro kernels just have everything enabled as modules and build an initramfs based on lspci/lshw?
<j_ey>
sven: and they use LTS kernels
<sven>
true
<j_ey>
chadmed: you still need ARCH_APPLE, for example
<sven>
so yeah, it'll take another 1-2 years until you can just take any distro. but long before then there will be a bit more bleeding-edge distro "forks" you can use
<j_ey>
kettenis: yes
<sven>
which will mostly really just be a different kernel + maybe some additional userland packages (to e.g. handle the SEP)
<j_ey>
kettenis: although it seems like it might be handled by the hw itself?
<chadmed>
i wouldve thought its software since macos can modify the behaviour of the caps lock key, e.g. you can short press it to change to japanese ime which does not turn on the light, but then long press it for caps lock which does turn on the light
<chadmed>
and even by default a press shorter than some amount of milliseconds will not activate it
<j_ey>
uhh, yeah sorry, it seems to be handled via spi, not via gpio/pinctrl
<j_ey>
(and that part wasnt changed by corellium, iirc)
<chadmed>
yeah applespi sends a command to the keyboard to turn it on just checked
<kettenis>
right; trying to get the spi driver going on OpenBSD
<kettenis>
and the command to turn on the led seems a useful simple testcase ;)
<j_ey>
kettenis: good luck!
<chadmed>
lol the number of unknown fields in the applespi command structs
<chadmed>
really indicative of the level of interest in intel macs ;)
<j_ey>
they cant be that useful :P
<rkt>
kettenis: You are tring go make a OpenBSD for running on M1 Mac?
alexstor_ has joined #asahi
<kettenis>
already running
<chadmed>
rkt: most (all?) of the code written as part of asahi is dual licensed under MIT so with some changes it can feed the pufferfish without problems
<rkt>
kettenis: Did you submit your patch to upstream already?