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
zumi_ has joined #asahi-alt
zumi has quit [Remote host closed the connection]
ryec has quit [Ping timeout: 480 seconds]
ryec has joined #asahi-alt
zumi_ is now known as zumi
ryec has quit [Ping timeout: 480 seconds]
ryec has joined #asahi-alt
ashi has joined #asahi-alt
ryec has quit [Ping timeout: 480 seconds]
<ashi> cy8aer: Yes I did install lsp-plugins-lv2 from testing, thanks for the warning, maybe asahi-audio could also depend on asp-plugins-lv2 1.2.14 to prevent people from doing harm to their speakers
<cy8aer> should be done with version asahi-audio 1.6-3
<ashi> cy8aer: oh okay, looks good, thanks :)
ashi has quit [Remote host closed the connection]
ryec has joined #asahi-alt
possiblemeatball1 has joined #asahi-alt
possiblemeatball has quit [Read error: Connection reset by peer]
kidplayer666 has quit [Quit: Connection closed for inactivity]
ryec has quit [Ping timeout: 480 seconds]
jacksonchen666 has quit [Quit: WeeChat 4.1.2]
ryec has joined #asahi-alt
hard has joined #asahi-alt
hard has quit [Ping timeout: 480 seconds]
jacksonchen666 has joined #asahi-alt
kidplayer666 has joined #asahi-alt
jeisom has quit [Ping timeout: 480 seconds]
ryec has quit [Ping timeout: 480 seconds]
ryec has joined #asahi-alt
billak has joined #asahi-alt
kidplayer666 has quit [Quit: Connection closed for inactivity]
zumi_ has joined #asahi-alt
zumi has quit [Remote host closed the connection]
zumi_ is now known as zumi
possiblemeatball1 has quit [Quit: Quit]
ryec has quit [Ping timeout: 480 seconds]
ryec has joined #asahi-alt
ryec has quit [Ping timeout: 480 seconds]
ryec has joined #asahi-alt
billak has quit [Remote host closed the connection]
ryec has quit [Ping timeout: 480 seconds]
ryec has joined #asahi-alt
ryec has quit [Ping timeout: 480 seconds]
jacksonchen666 is now known as Guest12398
jacksonchen666 has joined #asahi-alt
Guest12398 has quit [Ping timeout: 480 seconds]
zumi_ has joined #asahi-alt
zumi has quit [Remote host closed the connection]
zumi_ is now known as zumi
<mps> thanks to all your convincing me to try to use all these layers for speakers now I can tell that they works on alpine linux with plasma desktop
<mps> as a bonus also 'Night Color Control' worksj
<mps> now I have to learn how to configure plasma to be similar to awesomewm or sway at least
<mps> thank you all for patience and great work
<j`ey> there might be some plugins that can tile on kde, not sure
<mps> j`ey: thanks already looked, but first have to learn basic
<j`ey> you can definitely use pipewire etc with sway too, if you dont like kde
<chadmed> kwin has pretty good tiling ootb these days
<mps> j`ey: I don't have some preferences to sway, kde is fine also
<mps> but I use sway on old chromebook with 4GB ram, emmc rootFS and old CPUs so I think sway is faster on it
<mps> chadmed: will try, have to learn all these new things for me
jeisom has joined #asahi-alt
possiblemeatball has joined #asahi-alt
eiln has joined #asahi-alt
<cy8aer> is it still possible to boot an efi stick from u-boot? How must the stick be prepared (partition, no partition) and how is it started from the u-boot menu?
<mps> cy8aer: `run bootcmd_usb0`
<cy8aer> I tried it but it did not boot. So now I expect the format of the usb stick is wrong somehow
<mps> maybe `env set boot_efi_bootmgr ; run bootcmd_usb0`
<mps> j`ey: I've got wireplumber with awesomewm, you were right it was 'simple'
<mps> cy8aer: right now I'm running it from external ssd
<chadmed> bootcmd_usb0 assumes the ESP is usb 0:0 aiui
<chadmed> so if your ESP is some other partition on the USB device, you need to load BOOTAA64.efi into $kernel_addr_r manually
<mps> also I think so
<cy8aer> ah, I needed to "env set_boot_efi_bootmgr"
<mps> ok, now have to look at build of asahi-audio for alpine
<mps> anyone have build script to not 'invent wheel'
<chadmed> have a look at the ebuild in the gentoo overlay
<chadmed> theres nothing special to do, just make && make install
mikee30008 has quit [Quit: The Lounge - https://thelounge.chat]
mikee30008 has joined #asahi-alt
<mps> chadmed: thanks
<mps> just noticed that we don't have lv2-bansktown in alpine so have first to look for this
<chadmed> should be the same thing if you have rust
<chadmed> make && make install
<chadmed> it respects LIBDIR and DESTDIR
<mps> we have rust, ofc
<chadmed> yeah cool
<chadmed> the makefile only does cargo build --release
<chadmed> then copies stuff to $(LIBDIR)/lv2/
<chadmed> nice and simple
<mps> thanks
<mps> chadmed: ah, you are author, nice
<chadmed> :D
<mps> chadmed: how to name package for distro, on github it is bankstown, on fedora it is bankstown-lv2
<mps> I think bankstown is ok
<chadmed> yeah totally up to you
* leio started a discussion points list/agenda to cover with chadmed *g
kidplayer666 has joined #asahi-alt
<ahdeb[m]> mps: Debian used bankstown-lv2 fwiw
<mps> ahdeb[m]: thanks
<mps> how it is named in gentoo
<leio> media-libs/bankstown-lv2
<leio> in overlay
<mps> aha, so bankstown-lv2 is ok
<leio> I might be inclined on media-plugins/ instead, but that's not relevant for you
<mps> right
<mps> >>> ERROR: bankstown-lv2*: Packages must not put anything under /usr/lib64, use /usr/lib instead
<leio> that sounds just outright wrong check from distribution, but I guess each have their own weird policies
<mps> already fixed, ' make DESTDIR=$pkgdir LIBDIR=/usr/lib install'
<leio> technically the plugin itself should go in whereever lv2.pc pkg-config file tells via plugindir variable, afaiui
<cy8aer> lv2 plugins stay in /usr/lib/lv2 normally
ryec has joined #asahi-alt
<mps> on alpine I put it in /usr/lib/lv2/bankstown.lv2/
<leio> lv2 has a lv2dir option for it, yes
<mps> but where to put data for asahi-audio? /usr/share/asahi-audio/ ?
<sam_> the /usr/lib vs /usr/lib64 thing is kind of a pain for plugins
<sam_> I did write some post on the forums about it because someone was very confused
<sam_> they didn't really get what I meant though
<mps> now I made all these things and installed, how can I check audio quality on speakers
<mps> want to push as New Year gifts to alpine :)
zumi_ has joined #asahi-alt
zumi has quit [Remote host closed the connection]
zumi_ is now known as zumi
possiblemeatball has quit [Quit: Quit]
ryec has quit [Ping timeout: 480 seconds]
ryec has joined #asahi-alt
ryec has quit [Remote host closed the connection]
ryec has joined #asahi-alt
possiblemeatball has joined #asahi-alt
ryec has quit [Remote host closed the connection]
SalimTer- has joined #asahi-alt
ryec has joined #asahi-alt
SalimTerryLi has quit [Ping timeout: 480 seconds]
ryec has quit [Quit: leaving]
john-cabaj has joined #asahi-alt
john-cabaj has quit [Ping timeout: 480 seconds]
Guest9697 has quit [Quit: net_error]
rhysmdnz has quit [Quit: net_error]
enick_397 has joined #asahi-alt
rhysmdnz has joined #asahi-alt