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
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
lactose has quit [Read error: Connection reset by peer]
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
kidplayer666 has quit [Quit: Connection closed for inactivity]
SalimTerryLi has quit [Ping timeout: 480 seconds]
ciara has quit [Remote host closed the connection]
ciara has joined #asahi-alt
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
<lactose>
Is there a list of options for installer_data.json? To my knowledge there's no documentation in the installer repo
kidplayer666 has joined #asahi-alt
chadmed has joined #asahi-alt
<lactose>
I'm checking the installer_data.json in the asahi-installer repo as well as m1-debian. I can figure out what most of these options mean but it makes me wonder if there's a list somewhere... I'm probably looking in the wrong place
<j`ey>
dont think its documented
chadmed_ has joined #asahi-alt
r0ni has quit [Ping timeout: 480 seconds]
chadmed has quit [Remote host closed the connection]
lactose has quit [Read error: Connection reset by peer]
<ncopa>
bom dia! mps: pong
<mps>
ncopa: could we add message to warn user that speakersafetyd should/must be run when linux-asahi kernel is installed and upgraded
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
nela has quit [Ping timeout: 480 seconds]
chadmed has joined #asahi-alt
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
kidplayer666 has quit [Quit: Connection closed for inactivity]
kidplayer666 has joined #asahi-alt
chaos_princess has quit [Ping timeout: 480 seconds]
chadmed has quit [Remote host closed the connection]
chadmed has joined #asahi-alt
snuck has quit [Remote host closed the connection]
sneak has joined #asahi-alt
lactose has joined #asahi-alt
lactose has quit [Remote host closed the connection]
SalimTerryLi has joined #asahi-alt
r0ni has joined #asahi-alt
chadmed has quit [Remote host closed the connection]
chadmed_ is now known as chadmed
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
possiblemeatball has joined #asahi-alt
nela has joined #asahi-alt
<mps>
is it normal that with all asahi audio things installed alsamixer doesn't see pulse device
<mps>
pavucontrol see it
<leio>
I don't know why one would look at alsamixer, but is the pulse or pipewire alsa plugin enabled/installed as a first guess? Former is in alsa-plugins, latter in pipewire
<leio>
wait, I have the former and I don't have pulse device in alsamixer either
<mps>
leio: yes, pipewire-pulse is installed
<mps>
and run
<leio>
I was referencing -Dpipewire-alsa meson option, not pipewire-pulse
<leio>
but I don't know if that will help
<mps>
no it wont, tried
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]
possiblemeatball has quit [Quit: Quit]
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]
chaos_princess has joined #asahi-alt
lactose has joined #asahi-alt
lactose has quit [Read error: Connection reset by peer]
pjakobsson has quit [Remote host closed the connection]
SalimTerryLi has quit [Remote host closed the connection]
lactose has joined #asahi-alt
lactose has quit [Remote host closed the connection]
lactose has joined #asahi-alt
lactose has quit []
cow123 has quit [Remote host closed the connection]
possiblemeatball has joined #asahi-alt
cow123 has joined #asahi-alt
lactose has joined #asahi-alt
<lactose>
I'm trying to get the installer to install my own image but I get an error during image extraction. I edited the production bootstrap script by changing `REPO_BASE` to `.` and copying my image and `installer_data.json` the relevant locations.
<j`ey>
but I think it'd be better to figure out why it thinks it isnt a zip file, instead of reverting random commits
<lactose>
j`ey: I mean curling doesn't really reveal anything so I don't really know what else could have gone wrong
<lactose>
also -r9 was what debian used
<j`ey>
I can't really guess what went wrong, my only suggestion would be to try add some extra logging/prints into the urlcache code to see if it looks like the data is valid
<j`ey>
(or just try the revert and ignore the issue for now to get futher, and just hope it's somethng weird about localhost)
<mps>
is there guide how to prepare asahi-installer, I tried to run ./build.sh but it fails at trying to make m1n1
<lactose>
the strange thing is that the line in question says passes a URLCache to the ZipFile constructor
<j`ey>
that's fine?
<j`ey>
URLCache 'acts like' a file
<j`ey>
mps: that's how you do it, maybe you dont have rust in your env or something/
<lactose>
the error is telling me otherwise
<j`ey>
lactose: well sure, there's some kinda bug..
<j`ey>
this works for markan etc, so thats not the bug
<mps>
I have rust installed
<mps>
will wait till lactose finish and ask how to do this
<janneg>
but ptobably not the softloat toolchain
<lactose>
also you need rust for the installer to work?
<janneg>
*probably
<j`ey>
lactose: for m1n1 to build
<janneg>
you need rust to build m1n1 for the installer
<j`ey>
mps must have the softloat toolchain, since alpine has stage2 m1n1 builds
<j`ey>
(but maybe not in this env)
<janneg>
it builds m1n1 with `make RELEASE=1 CHAINLOADING=1`
<lactose>
Well that's something I can deal with later, I haven't even gotten past parsing the image
<mps>
does build.sh download all components or they must be downloaded and put to proper dirs
<lactose>
which the parsing of the zip was fine when done locally
<j`ey>
mps: it downloads everything (not rust..)
<lactose>
but when i switch to an http server it claims that its not a zip
<j`ey>
lactose: well Ive given you options to try, not sure if you have yet
<janneg>
lactose: does the http server support range-requests?
<mps>
j`ey: now it is better
<lactose>
janneg: how do i check that?
<j`ey>
janneg: ah, that might be it, it's just python -m http.server
<janneg>
`curl -r 1024-2048 ...`
<mps>
but now I've got "error: failed to load source for dependency `bitflags`"
<j`ey>
yeah, from googling it seems that's the issue, sorry lactose I didnt realise python didnt support that!
<mps>
Unable to update /work/m1/asahi-installer/m1n1/rust/vendor/bitflags
<j`ey>
just realised that looking at /private/tmp/asahi-install/installer.log might have shown that
<lactose>
Ah, it's all good! I honestly wasn't expecting to get much help here (my past IRC experiences weren't great) but you and ch4dmed particularly have been incredibly helpful
kidplayer666 has quit [Quit: Connection closed for inactivity]
<j`ey>
so either run a more 'real' server, or you have to revert that commit, or try to hack around that commit