ChanServ changed the topic of #asahi-alt to: Asahi Linux: porting Linux to Apple Silicon macs | User-contributed/unofficial distribution ports | Logs: https://alx.sh/l/asahi-alt
<zv> Glanzmann: thanks!
<Glanzmann> mps: Congrats. :-)
<Glanzmann> zv: Welcome, let me know if it works for you.
beeblebrox has quit [Quit: Konversation terminated!]
pthariensflame has joined #asahi-alt
pthariensflame has quit [Quit: Textual IRC Client: www.textualapp.com]
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-alt
tpw_rules has quit [Ping timeout: 480 seconds]
tpw_rules has joined #asahi-alt
tobhe has joined #asahi-alt
tobhe_ has quit [Ping timeout: 480 seconds]
tobhe_ has joined #asahi-alt
tpw_rules has quit [Ping timeout: 480 seconds]
tobhe has quit [Ping timeout: 480 seconds]
tpw_rules has joined #asahi-alt
Glanzmann has quit [Quit: EOF]
Kasper has joined #asahi-alt
Kasper has quit [Remote host closed the connection]
<ahdeb[m]> Glanzmann (IRC): bootstrap.sh should probably apt-get install curl as well.
ah_ has joined #asahi-alt
<ahdeb[m]> cat: ../../config: No such file or directory
jvzr has joined #asahi-alt
Glanzmann has joined #asahi-alt
<Glanzmann> ahdeb[m]: fixed. Thanks.
jvzr has quit [Remote host closed the connection]
<mps> Glanzmann: from your script to build gpu I see that you use m1n1 lina/gpu-wip, is it needed to test gpu or latest m1n1 release 1.1.8 ok?
<mps> last night I built kernel but was tired to test boot it
<jannau> you need lina/gpu-wip
<mps> jannau: thanks. will that m1n1 also boot current edge kernel
<jannau> it would with the edge device tree, it probably works with the device tree from the gpu kernel and the edge kernel image
<mps> thanks again, lets try
cylm has joined #asahi-alt
pjakobsson has joined #asahi-alt
Ry_Darcy has joined #asahi-alt
<mps> with gpu driver machine boots but can't start xorg
<mps> but nvm, good first steps for me and alpine ;)
<Ry_Darcy> @jannau and Glanzmann, I am trying to build the latest kernel release using RUST as per Thomas' instructions. On running make LLVM=-14 olddefconfig, I am receiving "stddef not found" errors at the start of the make. I have set my (RUST) environment also using Thomas' instructions and also using curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh. Any ideas?
<ChaosPrincess> post logs
<Ry_Darcy> @mps I think Glanzmann is also stuck here.
<mps> Ry_Darcy: maybe you need rust src
<Ry_Darcy> In the office at the moment, will have to do post stuff later this evening.
<mps> Ry_Darcy: my xorg logs this msg '(EE) Failed to load module "fbdev" (module does not exist, 0'
<mps> so I have to install it and check again
<Glanzmann> Ry_Darcy: Rust is working for me.
<Glanzmann> Ry_Darcy: Maybe, I'll add the commands to compile rust to my bootstrap.sh.
<Ry_Darcy> @Glanzmann Thomas I have not compiled RUST as such, just followed these (https://sh.rustup.rs) instructions.
<Glanzmann> Ry_Darcy: That is meant by compiling rust. I'm not sure what rust exactly does. But I was able to set it up to compile a kernel and m1n1.
<Glanzmann> rustup*
<Ry_Darcy> I ran the script to setup RUSt as already described above. This resulted id the same "env" file that you described yesterday. However, I am still receiving the "stddef" errors when I run LLVM=-14 olddefconfig. Have to wait unit I am at home later to post more information.
<Ry_Darcy> Mea culpa for my spelling. I am doing twenty seven things at once here. Still no excuse though...
<Glanzmann> Ry_Darcy: Did you install the 'llvm' dependencies: sudo apt install -y dwarves clang-14 lld-14 llvm-14
jvzr has joined #asahi-alt
<Glanzmann> Ry_Darcy: I'll test my build script with a minimal debian installation and make sure all packages are listed and rust is part of the bootstrap.sh than it is easier in the future.
<Ry_Darcy> As far as I am aware, I installed all RUST dependencies. I will check later. Thanks.
Heyb4r has joined #asahi-alt
<mps> can someone tell where is mesa with gallium-asahi driver
<_alice> the main branch is intended to be the canonical dev/testing branch as per https://alx.sh/l/asahi-gpu/2022-11-21#31638095; aiui
<mps> _alice: thanks
<mps> ah, there is #asahi-gpu channel, good to know
Ry_Darcy has quit [Remote host closed the connection]
Heyb4r has quit [Remote host closed the connection]
Heyb4r has joined #asahi-alt
Heyb4r has quit [Ping timeout: 482 seconds]
Heyb4r has joined #asahi-alt
Heyb4r_ has joined #asahi-alt
Heyb4r has quit [Read error: Connection reset by peer]
Heyb4r_ has quit [Ping timeout: 480 seconds]
Heyb4r has joined #asahi-alt
Heyb4r has quit [Remote host closed the connection]
Heyb4r has joined #asahi-alt
Heyb4r has quit [Ping timeout: 480 seconds]
Heyb4r has joined #asahi-alt
Heyb4r_ has joined #asahi-alt
Heyb4r_ has quit [Read error: Connection reset by peer]
sentinal8473 has joined #asahi-alt
Heyb4r has quit [Ping timeout: 480 seconds]
sentinal8473 has quit [Quit: Textual IRC Client: www.textualapp.com]
beeblebrox has joined #asahi-alt
Ry_Darcy has joined #asahi-alt
<Ry_Darcy> @Glanzmann compiling now with no errors/snafus. I must have done smoething wrong and/or got some step out of sequence earlier.
<Ry_Darcy> something
Ry_Darcy has quit [Remote host closed the connection]
Ry_Darcy has joined #asahi-alt
<Ry_Darcy> @Glanzmann running Debian now with XFCE and my 4K screen. Rust compile according to you howto - https://pbot.rmdir.de/nTi2tcsdqE_M3v8zXNcAkw. I thought "x" would be dead at this stage, but everything has come up :)
<Ry_Darcy> Running 6.1.0-rc6 (asahi-6.1-rc6-5).
Ry_Darcy has quit [Remote host closed the connection]
Ry_Darcy has joined #asahi-alt
<Glanzmann> Ry_Darcy: Can you paste your dmesg?
<Ry_Darcy> How much of it? The drm part?, dcp?
<Glanzmann> Ry_Darcy: Everything.
<Glanzmann> Ry_Darcy: I just want to check if your kernel really has dcp and gpu and x is working.
<Glanzmann> Ry_Darcy: There is perl cli for pbot: https://pbot.rmdir.de/pbot.sh
<Ry_Darcy> Here we are - https://paste.debian.net/1261615/
<Glanzmann> Ry_Darcy: The kernel you compiled has dcp but no gpu.
<Glanzmann> Ry_Darcy: But good to know that dcp works with your 4k screen.
<Ry_Darcy> I compiled the kernel with your GPU script (lina/gpu-wip ) etc.
<Glanzmann> Ry_Darcy: This is the script which enabled gpu. But be aware that for me x11 does not start. https://pbot.rmdir.de/lCFqtWLIWs-eN0eSbc4AZw
<Glanzmann> Ry_Darcy: So don'
<mps> Glanzmann: I don't have luck with starting X with gpu driver, I've built and installed gallium-asahi driver and it didn't helped
<Glanzmann> t deinstall the old kernel and the script makes a backup of m1n1.
<Glanzmann> mps: Same for me. If you make any progress, please let me know, I'll do the same.
ah_ has quit [Quit: Lost terminal]
<mps> Glanzmann: sure
<mps> here is my dmesg out with gpu driver https://tpaste.us/KeLb
<Ry_Darcy> This script https://pbot.rmdir.de/nTi2tcsdqE_M3v8zXNcAkw is yours Thomas. I thought that the GPU would be enabled here. Maybe I am missing something..
<mps> if it is interesting to you
<mps> also here Xorg.0.log https://tpaste.us/oOXY
<Glanzmann> mps: I get the exact same error message from Xorg.
<mps> in it I don't see that X trying to use asahi dri
<Glanzmann> Ry_Darcy: This script has the wrong branch for the gpu. The branch for the gpu is git reset --hard origin/gpu/rust-wip;
<Ry_Darcy> Der Groschen fällt...
<Glanzmann> mps: Neither do, I. But to be honest I don't know if it is supposed to work and I don't understand all parts that are involved. But I have a friend that I can ask.
<Glanzmann> But I still have work to do. Busy week.
<mps> Glanzmann: yes, also I have a lot of work. just wanted to follow and check can we get it working
<mps> and current dcp/appledrm is acceptable for me, so I don't have pressure to get gpu working
<Ry_Darcy> git reset --hard origin/gpu/rust-wip; fatal: ambiguous argument 'origin/gpu/rust-wip': unknown revision or path not in the working tree.
<Glanzmann> Ry_Darcy: git fetch -a -t
<Ry_Darcy> Already done. Makes no difference.
<Glanzmann> Ry_Darcy: You need to execute the command in 'build/linux'.
<Glanzmann> Or you do a 'git pull' in m1-debian
<Glanzmann> and run './gpu.sh'
<Ry_Darcy> Thanks. I am also busy. Talk soon.
<Glanzmann> l8er
Glanzmann has quit [Quit: EOF]
Ry_Darcy has quit [Remote host closed the connection]
<ahdeb[m]> uname -r ---> 6.0.0-rc6-asahi-00001-ga451a6ee4e6a (just built from bootstrap.sh)
<ahdeb[m]> is there any particular reason bootstrap.sh doesn't use asahi-6.1-rc6-5 yet?
<ahdeb[m]> maybe I should try dcp.sh instead....
<ahdeb[m]> dcp.sh: line 22: /root/.cargo/env: No such file or directory
<ahdeb[m]> also: chmod +x dcp.sh
jamespmorgan has joined #asahi-alt
jamespmo_ has quit [Ping timeout: 480 seconds]
cylm has quit [Ping timeout: 480 seconds]
dbadams has joined #asahi-alt
jvzr has quit [Remote host closed the connection]