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
possiblemeatball1 has joined #asahi-alt
possiblemeatball has quit [Read error: Connection reset by peer]
pthariensflame has joined #asahi-alt
possiblemeatball1 has quit [Read error: Connection reset by peer]
possiblemeatball has joined #asahi-alt
kidplayer666 has quit [Quit: Connection closed for inactivity]
pthariensflame has quit [Quit: Textual IRC Client: www.textualapp.com]
chadmed has quit [Quit: Konversation terminated!]
john-cabaj has quit [Ping timeout: 480 seconds]
chadmed has joined #asahi-alt
lactose has joined #asahi-alt
possiblemeatball has quit [Quit: Quit]
chadmed has quit [Remote host closed the connection]
<lactose> I'm trying to cross compile the linux kernel, what target should I be building?
<chadmed_> lactose: aarch64-unknown-linux-gnu
<tdr> for aarch64, ARCH=arm64 but youd want to set CROSS_COMPILE too
kidplayer666 has joined #asahi-alt
lactose has quit [Quit: Leaving]
lactose has joined #asahi-alt
<lactose> I knew that, but how do I get the compressed vmlinuz image?
<psykose> the aarch64 image is not self-decompressing so you get regular vmlinux, only with bootloader support to decompress it can you compress it
<psykose> iirc there were patches to add the self-decomp code there too, but i don't remember if it will be merged or not
<mps> psykose: right, and I think patches are not merged though didn't looked for long
chadmed has joined #asahi-alt
<chadmed> gentoo users: if you installed krunvm please sync the overlay and read the latest news
<chadmed> tldr some of the krunvm stuff required for the asahi use case is being built in private branches for now so ive removed the packages because theyre entirely useless
tdr has quit [Ping timeout: 480 seconds]
<mps> I enabled speakers for alpine testing/linux-asahi and pushed to builder. anyone testing it *must* run speakersafetyd by adding it `apk add speakersafetyd` and after that run `rc-update add speakersafetyd` and as safe measure reboot machine
<mps> and on alpine speakers works with KDE plasma though I still can't get working them fine on other desktops/WMs
<mps> and also still can't get asahi-audio filters to work with speakers
lactose has quit [Read error: Connection reset by peer]
<chadmed_> what do you mean you cant get them to work
<mps> chadmed_: yes, speakers don't work when I install asahi-audio and bankstown
<mps> without them speakers works
<mps> content of bankstown package is here https://tpaste.us/d1O8
<chadmed_> can you get some logs from pipewire and wireplumber perhaps
<mps> and asahi-audio content is https://tpaste.us/4aNj
<chadmed_> the packages look fine
<chadmed_> i suspect maybe pipewire or wireplumber are not being built with the required features or something
<mps> chadmed_: I could try but have to do some $day_job tasks first
<chadmed_> no rush
<mps> pipewire APKBUILD is here
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
<chadmed> mps: looks like it might not be getting built with lv2 plugin host support
<chadmed> when you're able, please give me the logs of wireplumber and pipewire so i can confirm if thats the case
<mixi> (with libudev-zero that might be even more involved, but then pipewire should not find any audio devices with it, so I assume you switched away from it at some point)
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
<mps> mixi: aha, good. Have to build eudev from git repo and test, iiuc. (yes, eudev is used on alpine, though I use also libudev-zero but not on m1 test machines). thanks
<mps> chadmed: I can't find how to tell pipewire and wireplumber to log somewhere. running on terminal and capture stderr/stdout?
<chadmed> PW_DEBUG=3 pipewire -c pipewire-pulse.conf & WP_DEBUG=3 wireplumber
<chadmed> should do it
<mps> aha, thanks
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
<mps> chadmed: here is log https://tpaste.us/MRq9
<mps> iiuc is related to elogind, which I don't have installed
<chadmed> nothing we install depends on elogind
<chadmed> maybe we;re not launching it properly
<chadmed> how does alpine normally launch it?
<chadmed> given you guys use openrc i assume its similar to gentoo
<mps> if I build wireplumber without elogind maybe it will work
<mps> alpine have /usr/libexec/pipewire script to launch
<chadmed> can you paste that script somewhere
<mps> but wireplumber is build with elogind support (which I can't understand why)
<mps> I will try to rebuild it without it and test
<mps> didn't helped
<chadmed> can you try build pipewire with lv2 support
<mps> let me check
<mps> ah it is not enabled on alpine, have to search somewhere how to enable
lactose has joined #asahi-alt
<chadmed> pretty sure its just -Dlv2=true
<chadmed> and dont forget to add the lv2 lib as a dep
<mps> and it told me on terminal 'W 12:56:09.379612 mod.filter-chain ../src/modules/module-filter-chain.c:1714:plugin_load: can't load plugin type 'lv2': No such file or directory'
<chadmed> yeah so that is in fact the issue
<chadmed> its not being built with lv2 support
lactose has quit [Read error: Connection reset by peer]
<mps> aha, meson.build:1:0: ERROR: Value "true" (of type "string") for combo option "Enable loading of LV2 plugins" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto".
alethkit has quit [Remote host closed the connection]
okt has quit [Read error: Connection reset by peer]
pitust has quit [Remote host closed the connection]
tretinha has quit [Remote host closed the connection]
tsujp has quit [Remote host closed the connection]
probie has quit [Remote host closed the connection]
pldtf has quit [Remote host closed the connection]
asimpson has quit [Remote host closed the connection]
signaryk has quit [Remote host closed the connection]
handlerug has quit [Remote host closed the connection]
d4ve has quit [Remote host closed the connection]
asimpson has joined #asahi-alt
handlerug has joined #asahi-alt
alethkit has joined #asahi-alt
pldtf has joined #asahi-alt
tretinha has joined #asahi-alt
d4ve has joined #asahi-alt
tsujp has joined #asahi-alt
pitust has joined #asahi-alt
okt has joined #asahi-alt
signaryk has joined #asahi-alt
probie has joined #asahi-alt
<mps> happily have this fast machine for rebuild often ;-)
<mps> also pipewire build with -Dlv2=enabled didn't helped
<mps> '[E][02802.915947] mod.fallback-sink | [module-fallback-: 426 pipewire__module_init()] can't connect: Host is down'
<mps> chadmed: here is /usr/libexec/pipewire run log https://tpaste.us/EJgD but it is not urgent for me to be fixed
<chadmed> mps: did you install lilv?
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
liv has quit []
herrwolfe has joined #asahi-alt
john-cabaj has joined #asahi-alt
r0ni has joined #asahi-alt
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
lactose has joined #asahi-alt
lactose has quit []
<j`ey> r0ni: lactose is interested in slack + asahi
possiblemeatball has joined #asahi-alt
tdr has joined #asahi-alt
tdr is now known as Guest12859
<mps> chadmed: sorry for late answer, had to out to do some sudden 'things'
<mps> chadmed: yes, I installed lilv
<mixi> mps: does your pipewire package contain the file /usr/lib/pipewire-0.3/libpipewire-module-filter-chain-lv2.so ?
<mps> mixi: no, but /usr/lib/pipewire-0.3/libpipewire-module-filter-chain.so if it is related
<mps> I looked at Arch linux pkg https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/blob/main/PKGBUILD?ref_type=heads but don't see how to add this to alpine package
<mps> I could ask alpine maintainer to help
<mps> hm, no help there
<mps> do anyone can point me to fedora pipewire packaging script, or gentoo
<mixi> mps: did you update pipewire-libs to your freshly built version as well? apparently that's where the APKGBUILD hides all the modules that weren't matched by a previous subpackage
<mps> mixi: just got it work
<mps> \o/
<mps> thank you for help, and thank you to chadmed
<mps> your patience and ideas helped a lot
<mps> now speakers sounds fine
<cy8aer> mps: and, would you like to have a rudimentary speaker sound now?
<mps> cy8aer: both are ok for me :)
<cy8aer> 🙂
<mps> but I've got this all for alpine
<cy8aer> gratulations
<mps> now have push changes to builders
<mps> cy8aer: thanks
<cy8aer> de nada
<kidplayer666> cy8aer: acabei de detetar PORTUGUÊS? (or in english, did I just detect portuguese??)
<cy8aer> estou a aprender um pouco
<kidplayer666> fantástico! Porquê, se não te importares? ( fantastic, why, if you don't mind)
<cy8aer> Gosto de portugal (I like portugal)
<mps> ncopa: ping
<r0ni> j`ey https://github.com/Marek-Svoboda/slackahi-support this is whom is working on it these days (slack + asahi)
<j`ey> r0ni: oh, I somehow didnt realise that was also you
<j`ey> I linked the older github stuff
<j`ey> (well and that one)
possiblemeatball has quit [Quit: Quit]
<r0ni> i've had ppl in other places ask me, i always give them that url, tho tbh I'm not sure what his hold up is on releasing
<j`ey> r0ni: wait, I totally misread that sorry. I read 'whom' as 'where', thought you meant that was your repo too :/
<j`ey> I cant find any slackbuilds on his gh either
<r0ni> https://github.com/mac-a-r0ni/asahi-slackware i haven't touched it in some time
<r0ni> all one really needs is kernel & mesa,
<j`ey> yeah I guess the m1n1 from that is maybe useful, but libunwind is probably not now
<r0ni> i got slack dev to patch libunwind last week
<r0ni> still on 1.6.2
<j`ey> ah
<r0ni> i need to do lots of things, some of that is things i need to get done.... lol
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
lactose has joined #asahi-alt
possiblemeatball has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
lactose has joined #asahi-alt
veloek has quit [Ping timeout: 480 seconds]
lactose has quit [Read error: Connection reset by peer]
handlerug has left #asahi-alt [#asahi-alt]
pthariensflame has joined #asahi-alt
lactose has joined #asahi-alt
pthariensflame has quit []
lactose has quit [Read error: Connection reset by peer]
lactose has joined #asahi-alt
lynndotpy has quit [Quit: bye bye]
lynndotpy has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
lawrence has quit [Remote host closed the connection]
lactose has joined #asahi-alt