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
possiblemeatball has joined #asahi-alt
dylanchapell has quit [Read error: Connection reset by peer]
dylanchapell has joined #asahi-alt
Dementor has quit [Quit: Ping timeout (120 seconds)]
dylanchapell has quit [Read error: Connection reset by peer]
dylanchapell has joined #asahi-alt
possiblemeatball has quit [Quit: Quit]
Enzime has joined #asahi-alt
Enzime has left #asahi-alt [#asahi-alt]
pjakobsson has joined #asahi-alt
chadmed has quit [Ping timeout: 480 seconds]
cylm_ has joined #asahi-alt
mcint has quit [Quit: WeeChat 3.0]
chadmed has joined #asahi-alt
chadmed has quit [Ping timeout: 480 seconds]
ellyq_ has joined #asahi-alt
chadmed has joined #asahi-alt
ellyq has quit [Ping timeout: 480 seconds]
ellyq_ has quit [Read error: Connection reset by peer]
possiblemeatball has joined #asahi-alt
possiblemeatball has quit [Quit: Quit]
MichaelLong has quit [Remote host closed the connection]
MichaelLong has joined #asahi-alt
possiblemeatball has joined #asahi-alt
zerdox has joined #asahi-alt
<zerdox> chadmed ChaosPrincess jannau after update it pointing to edge kernel and edge kernel for some reason did not have that files. I changed it to stable version and update-m1n1 worked fine. Today I tried to switch to edge kernel and fucked up my setup :) https://send.vis.ee/download/6eade1db8cc376dd/#w0ho3YFO5AlTNXprdA8UcQ
<zerdox> Do you guys have any ideas how can I at least access files? Not even thinking about repairing that stuff, it must be easier to start over, but I would really like to get some keys and passwords from here
<ChaosPrincess> dd if=/dev/diskWhatever of=file on macos, mount disk in a vm
<ChaosPrincess> or, just install another copy of asahi
<zerdox> second scenario, will it share the same bootloader? or they will be fully independent from each other
<zerdox> if i can install second asahi, maybe i can just chroot and change link pointing from usr/src/linux?
<jannau> zerdox: if you replace m1n1/boot.bin on your efi with the one from http://cdn.asahilinux.org/os/uefi-only-20230606-1.zip you should be able to boot
<jannau> you need to add "nomodeset" to the kernel cmdline for booting an asahi-6.4 based kernel
<zerdox> ok, got it. what is the easiest way to do it?
<zerdox> to replace boot.bin
<ChaosPrincess> mount the ESP in macos
<jannau> booting into macos or recovery and mount the partition with mount_msdofs
<ChaosPrincess> you will most likely not be able to use diskutil mount, so do sudo mount -t msdos /dev/diskWhatever some_folder
<jannau> or mount_msdos
<zerdox> will try it rn. thank you so much!
<zerdox> it worked :0 it was not as terrifying. now.. how do I correctly switch to edge kernel? after booting uname gives me 6.2 but eselect highlights 6.4
<zerdox> also /usr/src/linux pointing to 6.4 now I am so confused
<jannau> uname gives you the actual booted kernel. eselect and /usr/src/linux is the current installed kernel source
<zerdox> jannau: yeah. i understand it. i tried running update-m1n1 but it gives me the error i was talking about: there is no dtb files in new kernel, only dts in arm64/boot/dts/apple/
possiblemeatball has quit [Quit: Quit]
possiblemeatball has joined #asahi-alt
<jannau> zerdox: you have to compile the kernel yourself like you would have to with gentoo-sources
jacksonchen666 has joined #asahi-alt
<zerdox> oh.. alr. thank you <3 hope it will fix my video drivers issue. there is no any mesa edges, right? i am trying to get new opengl version working, but hyprland/wlroots/whatever doesn't catch this up. i saw an issue on github where guy deleted some lib files and got it working, not my case :(
<jannau> the video driver is in mesa in the overlay. needs video_cards_asahi as use flag and DRM_ASAHI / RUST in the built kernel
leio has joined #asahi-alt
zerdox has quit [Ping timeout: 480 seconds]
jacksonchen666 has quit [Ping timeout: 480 seconds]
cylm_ has quit [Ping timeout: 480 seconds]
kdb424 has quit [Quit: The Lounge - https://thelounge.chat]
kdb424 has joined #asahi-alt
zerdox has joined #asahi-alt
stipa is now known as Guest9096
stipa has joined #asahi-alt
Guest9096 has quit [Ping timeout: 480 seconds]
<zerdox> jannau: trying to compile 6.4.0_p6 with make LLVM=1 and it fails on modpost regmap_add_irq_chip complaining about sound/soc/codecs/snd-soc-cs35l45.ko undefined
<zerdox> compiling with my old config, nothing was changed. do we even need this codec? maybe i can just disable it in config
<zerdox> ofc i am trying to google everything before asking for help here, but this one is too specific
<zerdox> i am so sorry for ping and these messages. i've got a brain to use logs of this chat and someone already asked this a month ago
<zerdox> ChaosPrincess: yeah i found this one before but i could not understand what to do with this
<ChaosPrincess> well, in this case you can just apply the patch manually, but for more complex patches, put it in a file, and run `git am`
<zerdox> ohh. i like this one more then just disabling the module, even we dont use this driver. compilation continued, thank you
<zerdox> asking just in case, anyone got here minimal kernel config for apple platform? maybe someone already shared this work to public
possiblemeatball has quit [Quit: Quit]
<zerdox> jannau: you said I need to use use flag for mesa, which one? including default i got this: X, gles2, llvm, osmesa, proprietary-codecs, video_cards_asahi, wayland, zink, zstd and vulkan (which is ignored due to videocards list). with this I still can't get through this issue https://github.com/hyprwm/Hyprland/issues/2276
<zerdox> Is it ok that I am missing /usr/lib64/dri/simpledrm_dri.so? How can I get it?