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
user982492 has joined #asahi
yuyichao has joined #asahi
Nspace has quit [Ping timeout: 480 seconds]
hspak has joined #asahi
alexstore06 has joined #asahi
bps has quit [Remote host closed the connection]
alexstor_ has quit [Ping timeout: 480 seconds]
StupidYui has quit [Ping timeout: 480 seconds]
StupidYui has joined #asahi
phiologe has joined #asahi
PhilippvK has quit [Ping timeout: 480 seconds]
kenjigashu has joined #asahi
kenjigashu has quit []
<marcan> MAINTAINERS and DT pulls sent
<marcan> hope I didn't miss anything :)
kenjigashu has joined #asahi
alexstore06 has quit [Remote host closed the connection]
alexstore06 has joined #asahi
marvin24_ has joined #asahi
marvin24 has quit [Ping timeout: 480 seconds]
alexstore06 has quit [Ping timeout: 480 seconds]
alexstore06 has joined #asahi
kov has quit [Quit: Coyote finally caught me]
kov has joined #asahi
<marcan> now here's hoping Linus waits another week before releasing 5.15, so I have an okay chance of getting the pmgr driver it
rohin2 has joined #asahi
rkt has left #asahi [#asahi]
alexstore06 has quit [Ping timeout: 480 seconds]
alexstore06 has joined #asahi
kenjigashu has quit []
user982492 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rohin2 has quit [Ping timeout: 480 seconds]
alexstore06 has quit [Ping timeout: 480 seconds]
user982492 has joined #asahi
alexstore06 has joined #asahi
jeffmiw has quit [Ping timeout: 480 seconds]
<arnd> marcan: it's unlikely, he already said that he'll likely release 5.15 this week,
<arnd> Linux just merged my fixes branch, which I think is the last one for this release. I'll put your maintainer updates into arm/fixes, but plan to send that next week along with the new stuff then.
<arnd> ah, those are just for the newly added files. Nevermind then, it's arm/soc then, not arm/fixes
<arnd> marcan: the generated pull request for the maintainers file update included the two commits that I had already pulled into the fixes branch, which was a bit confusing. There is no good way of doing that, but I would usually pass the old branch as the base commit in 'git request-pull' here
<marcan> ah, right, makes sense
<marcan> arnd: sorry about that
<arnd> no worries, as I said there is no good way of doing it. As long as your branch has no backmerge, the shortlog in the pull request is still sensible.
aleasto has joined #asahi
aleasto has quit []
aleasto has joined #asahi
aleasto has quit [Remote host closed the connection]
aleasto has joined #asahi
alexstor_ has joined #asahi
alexstore06 has quit [Ping timeout: 480 seconds]
user982492 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nspace has joined #asahi
alexstor_ has quit [Ping timeout: 480 seconds]
d4ve has quit [Remote host closed the connection]
d4ve has joined #asahi
gabuscus_ has quit [Read error: Connection reset by peer]
gabuscus has joined #asahi
robinp_ has joined #asahi
robinp has quit [Ping timeout: 480 seconds]
Nspace has quit [Quit: Nspace]
Nspace has joined #asahi
d4ve has quit [Remote host closed the connection]
d4ve has joined #asahi
bgb has joined #asahi
d4ve has quit [Remote host closed the connection]
d4ve has joined #asahi
Nspace has quit [Ping timeout: 480 seconds]
gladiac has quit [Read error: No route to host]
gladiac has joined #asahi
jacoxon has joined #asahi
alexstore06 has joined #asahi
boardwalk9 has joined #asahi
boardwalk has quit [Ping timeout: 480 seconds]
boardwalk9 is now known as boardwalk
bgb has quit [Quit: WeeChat 3.0.1]
jacoxon has quit []
jacoxon has joined #asahi
jacoxon has quit []
jacoxon has joined #asahi
jacoxon has quit []
alexstore06 has quit [Ping timeout: 480 seconds]
alexstore06 has joined #asahi
alexstor_ has joined #asahi
alexstore06 has quit [Ping timeout: 480 seconds]
alexstor_ has quit [Remote host closed the connection]
<marcan> arnd: derp.
<marcan> I didn't realize I had to signoff as well.
<marcan> how do we fix this?
<arnd> marcan: your branches are right on top at the moment, if you resend a fixed pull request, I can back them out and redo the merge
<marcan> will do
<marcan> want the fixes one too?
<marcan> also, should that be sob + ab or just sob?
<marcan> I guess just sob, going by history
<arnd> marcan: the two commits from the fixes branch are already in mainline now, so don't rebase those
<marcan> heh, nothing complained about those?
<arnd> if you are adding SoB, you can remove the 'Acked-by'
* j_ey added a-b to the pinctrl maintainers patch
<arnd> I meant removing the one for the same person. Acked-by usually means that you are okay with the commit being merged by someone else. If you are the one merging it, then it's redundant
<arnd> you could still have it done indirectly, so a patch might be
al3xtjames3 has joined #asahi
<arnd> Signed-off-by: j_ey
<arnd> Acked-by: arnd
al3xtjames has quit [Read error: Connection reset by peer]
al3xtjames3 is now known as al3xtjames
<arnd> Signed-off-by: marcan
<arnd> Signed-off-by: arnd
<arnd> which means that marcan forwarded a patch by j_ey to arnd, who applied it to the soc tree with the earlier ack still being meaningful
<marcan> makes sense
<marcan> arnd: pulls sent
<j_ey> arnd: now I wonder what the longest chain a patch has had :P
<jix> got a M1 MBA today, guess I'll figure out if the docs on the wiki are up to date later ;)
<j_ey> jix: good luck!
<arnd> j_ey: git log --oneline | while read a b ; do echo `git show -s $a | grep -c Signed-off-by ` $a $b | grep -vw '^[0123]' ; done | sort -n
<j_ey> this might take a while
<arnd> 863f302d181f has 16 S-o-B
<arnd> "git log --no-merges" makes it a bit faster
<j_ey> why dont I have that in my tree..
<marcan> arnd: I'm surprised whatever tooling you use to apply pulls didn't catch this
<arnd> I think sfr pointed me to a script before, but I never integrated that
<arnd> "b1111358e1e8 ARM: dts: add SKOV imx6q and imx6dl based boards" has nine
<j_ey> a lot of people interested in SKOV apparently
jacoxon has joined #asahi
<jix> the developer quick start on the wiki doesn't even mention the installer ^^
<marcan> yeah, the wiki needs some love
hendry has quit [Quit: brb]
<jix> I can try to update stuff while I go through this later
hendry has joined #asahi
<jix> I saw that the last commit on the installer handles filevault... does this mean the warning against using filevault can be removed from the dev quickstart? seems like it was just there because it wasn't tested and I assume this means it is now
yuyichao has quit [Ping timeout: 480 seconds]
jacoxon has quit []
jacoxon has joined #asahi
jacoxon has quit []
jacoxon has joined #asahi
yuyichao has joined #asahi
aleasto has quit [Quit: Konversation terminated!]
aleasto has joined #asahi
aleasto has quit [Remote host closed the connection]
aleasto has joined #asahi
jacoxon has quit []
go4godvin is now known as frytaped
jbowen has joined #asahi
nobodyna1a has quit [Ping timeout: 480 seconds]
jbowen has quit []
jacoxon has joined #asahi
jacoxon has quit []
jacoxon has joined #asahi
jacoxon has quit []
alexstore06 has joined #asahi
alexstore06 has quit [Remote host closed the connection]
alexstore06 has joined #asahi
alexstore06 has quit [Ping timeout: 480 seconds]
alexstore06 has joined #asahi
nobodynada has joined #asahi
alexstore06 has quit [Remote host closed the connection]
alexstore06 has joined #asahi
alexstore06 has quit []
blzd has quit [Remote host closed the connection]
blzd has joined #asahi
blzd has quit [Read error: Connection reset by peer]
blzd has joined #asahi
robinp_ has quit [Ping timeout: 480 seconds]
X-Scale` has joined #asahi
X-Scale has quit [Ping timeout: 480 seconds]
___nick___ has joined #asahi
___nick___ has quit []
___nick___ has joined #asahi
blzd has quit [Read error: Connection reset by peer]
user982492 has joined #asahi
blzd has joined #asahi
<jix> so which kernel config and tree is a good starting point to just get *something* working?
<j_ey> jix: torvalds/master defconfig should do something!
<j_ey> that is, print the boot log to the screen
<jix> oh, right, let me try that... didn't even think of that inbetween all the different random trees mentioned on the wiki or in the irclogs ^^
jacoxon has joined #asahi
<jn> if you've going to run it longer than 10 minutes, i'd go with stable.git instead
<j_ey> jix: that wont have the keyboard or anything else working, but its a good test
<marcan> also I guess I should update the m1n1 in the installer... some useful stuff got merged recently
<jn> OH wait, sorry, i thought this was a general linux channel, not #asahi
blzd has quit [Read error: Connection reset by peer]
<j_ey> jix: if youve already run the installer, you'll want to chainload m1n1
<j_ey> jn: I did wonder :P
<marcan> there, hope that works
<marcan> jix: FWIW: curl -L https://mrcn.st/alxsh | sh
<marcan> that's the testing URL (will be alx.sh once this is "released" more broadly)
<jix> marcan: saw that, but I built the installer myself and copied it over as I wasn't sure that url was up to date
<marcan> ah sure
<marcan> I just pushed a m1n1 submodule update
<marcan> you might want to do that if you haven't run it yet
<jix> marcan: I did already, but I can chainload m1n1 for now
<marcan> though it's good to get used to chainloading the latest m1n1 before doing anything anyway
<marcan> (*especially* the hypervisor, I really should add an outright lockout that fails if you try to mix versions there, that ABI is deliberately completely unstable)
<jix> marcan: btw two things I noticed while running the installer 1) when getting prompted to select the startup disk the message just told me to select the volume... which doesn't do anything, I need to also click on reboot
<marcan> hm, yeah, I guess I should amend the message
<marcan> I really want to get rid of that hideous thing but... apple won't let me (yet?)
<j_ey> jix: you probably need to apply this to m1n1 https://paste.gg/p/anonymous/3f7dada1789a4dc68c66d22821f1adec
blzd has joined #asahi
<marcan> j_ey: or just use the right DT? :p
<marcan> that doesn't matter for linux.py though
<j_ey> marcan: there is no right dt yet!
<marcan> so make one!
<j_ey> no u
<marcan> fine.
<marcan> later though.
<marcan> it's 3AM, I should sleep
<j_ey> I can help jix get it running, go bed1
<eta> > marcanpls.diff
<j_ey> eta: :3
<nsklaus_> reading what's going on atm, is exactly why i'm not counting myself in the 'adventurous' asahi testers yet (as they are being named). there's too many sources, patches, bits and bobs and stuffs scattered everywhere in different branches and git repos.. it need to be consolidated and unified in one public friendly source, imho.
<marcan> that's the plan
<eta> I think the point is for that public friendly source to be torvalds/linux :p
<marcan> eventually yes
<j_ey> nsklaus_: yeah, but the stuff isnt really done enough for that
<marcan> there's no way to avoid the current situation with half a dozen people working on different bits and things being reviewed in parallel
<nsklaus_> i guess it's bound to happen at some point, but considering the current situation, i have no choice but just wait for that to happen, as it doesn't seem to be the case just yet..
<j_ey> alyssa is doing the hard work for that here: https://github.com/mu-one/linux
<marcan> once all the fundamentals are in things will settle down
blzd has quit [Read error: Connection reset by peer]
<j_ey> 5.16 and 5.17 will be a better base for that
<nsklaus_> at least, reading your replies is reassuring :)
<nsklaus_> i just need to be a bit more patient i suppose
blzd has joined #asahi
<j_ey> nsklaus_: or be impatient enough to figure out what branch to use :P
<nsklaus_> j_ey: i'm tempted to do that, but sound support is not there yet, and macbook keyboard and wifi seems not completely done either, so even if i did i wouldn't be able to use it
blzd has quit [Read error: Connection reset by peer]
blzd has joined #asahi
<j_ey> then you'll have to be patient ;)
<nsklaus_> indeed .. patience is a virtue they say..
<nsklaus_> i've been waiting for a year already, suffering macos
<jix> hmm I'm probably doing something silly mistake, but linux.py only makes the m1n1 output disappear from the screen (leaving the logo) and otherwise hangs
<j_ey> jix: I suggest to use the hypervisor
<jix> seems like a good idea, but an even better idea is to do that when I'm not hungry anymore, reduces the chance of silly mistakes ;) so bbl dinner
<j_ey> jix: https://paste.gg/p/anonymous/52ad39e831184803ae592342604ca6d2 shouldhelp a little, you can drop the rootfs for now, it'll just boot and panic, but again its a good first step
Nspace has joined #asahi
blzd has quit [Read error: Connection reset by peer]
blzd has joined #asahi
roxfan has joined #asahi
<jix> j_ey: thx, that does give me a boot log until the no rootfs panic over usb, still just the asahi logo on the screen though
roxfan2 has quit [Ping timeout: 480 seconds]
<j_ey> jix: huh, where is the boot log?
<j_ey> over the ttyACM1?
<jix> yeah
<j_ey> can you paste the full output?
blzd has quit [Read error: Connection reset by peer]
<jix> (haven't looked at it at all yet, still preparing dinner in parallel)
<j_ey> jix: oh, CONFIG_FB_SIMPLE is likely not enabled
<j_ey> yeah, that's not part of arm64_defconfig
blzd has joined #asahi
<jix> ah, figured it would be some simple config/boot args/etc thing, thanks for checking
<kit_ty_kate> does anyone know which wi-fi chip the M1 got? I can't find it in the documentation
<jix> now I have penguins :3
<j_ey> bcm4378 kit_ty_kate
<j_ey> jix: yay
<kit_ty_kate> thanks!
skipwich has joined #asahi
blzd has quit [Read error: Connection reset by peer]
blzd has joined #asahi
blzd has quit [Read error: Connection reset by peer]
jacoxon has quit []
jacoxon has joined #asahi
blzd has joined #asahi
Nspace has quit [Quit: Nspace]
jacoxon has quit []
jacoxon has joined #asahi
blzd has quit [Read error: Connection reset by peer]
Nspace has joined #asahi
blzd has joined #asahi
blzd has quit [Read error: Connection reset by peer]
X-Scale has joined #asahi
blzd has joined #asahi
blzd has quit [Read error: Connection reset by peer]
user982492 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
blzd has joined #asahi
X-Scale` has quit [Ping timeout: 480 seconds]
blzd has quit [Read error: Connection reset by peer]
user982492 has joined #asahi
blzd has joined #asahi
blzd has quit [Read error: Connection reset by peer]
blzd has joined #asahi
m6wiq has joined #asahi
jeffmiw has joined #asahi
Nspace has quit [Quit: Nspace]
Nspace has joined #asahi
rohin has joined #asahi
m6wiq1 has joined #asahi
m6wiq1 has quit []
m6wiq has quit [Ping timeout: 480 seconds]
Nspace has quit [Quit: Nspace]
utf8 has joined #asahi
___nick___ has quit [Ping timeout: 480 seconds]
jeffmiw has quit [Ping timeout: 480 seconds]
user982492 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alexstore06 has joined #asahi
kenjigashu has joined #asahi
kenjigashu has quit [Remote host closed the connection]
alexstor_ has joined #asahi
alexstore06 has quit [Ping timeout: 480 seconds]
user982492 has joined #asahi
Nspace has joined #asahi
Nspace has quit []
aleasto has quit [Quit: Konversation terminated!]
alexstor_ has quit [Remote host closed the connection]
yuyichao_ has joined #asahi
alexstore06 has joined #asahi
yuyichao has quit [Ping timeout: 480 seconds]
prohin[m] has joined #asahi
yuyichao has joined #asahi
yuyichao_ has quit [Read error: No route to host]
yuyichao_ has joined #asahi
yuyichao has quit [Ping timeout: 480 seconds]
jacoxon has quit []
Chinese_soup has joined #asahi
yuyichao has joined #asahi
yuyichao_ has quit [Read error: No route to host]
Nspace has joined #asahi
yuyichao_ has joined #asahi
yuyichao has quit [Ping timeout: 480 seconds]
Nspace has quit [Quit: Nspace]
Nspace has joined #asahi
Nspace has quit []
tertu has joined #asahi
yuyichao_ has quit [Ping timeout: 480 seconds]
tertu2 has quit [Ping timeout: 480 seconds]
alexstore06 has quit [Remote host closed the connection]
Nspace has joined #asahi
Nspace has quit [Quit: Nspace]
alexstore06 has joined #asahi
user982492 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
thunfisch has quit [Ping timeout: 480 seconds]
robinp has joined #asahi
prohin[m] is now known as rohin[m]
<rohin[m]> marcan: I've been following this project for a couple weeks and am trying to get ramped up. Currently stuck on the serial console bit. Is the DIY Arduino console (assuming I don't have a second mac) the most viable solution? The link in the github points to a FUSB302/D reference sheet which is no longer available, is the FUSB302B or FUSB302T a valid alternative?
thunfisch has joined #asahi