beeblebrox has quit [Quit: Konversation terminated!]
rayanamukami3 has quit [Read error: Connection reset by peer]
rayanamukami3 has joined #asahi
bgb has joined #asahi
asie has quit [Server closed connection]
asie has joined #asahi
<marcan>
Bcrumb: Because we can't ship it in the root, because it makes cleanup easier, because it makes root backups redistributable for people, and because that way it works without mounting the root read-write in the initramfs (which a lot of distros don't)
marcan has quit [Server closed connection]
marcan has joined #asahi
waldi has quit [Server closed connection]
waldi has joined #asahi
Xe has quit [Server closed connection]
Xe has joined #asahi
delsol has joined #asahi
user982492 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
user982492 has joined #asahi
mixi has quit [Server closed connection]
mixi has joined #asahi
delsol has quit [Quit: Leaving...]
Ziemas has quit [Server closed connection]
Ziemas has joined #asahi
vafanlignarde has quit [Server closed connection]
vafanlignarde has joined #asahi
delsol has joined #asahi
V has quit [Server closed connection]
V has joined #asahi
ten15723 has quit [Remote host closed the connection]
ten15723 has joined #asahi
Foxboron has quit [Server closed connection]
Foxboron has joined #asahi
ar has quit [Server closed connection]
ar has joined #asahi
commandoline_ has quit [Server closed connection]
commandoline has joined #asahi
ma4 has joined #asahi
ma3 has quit [Ping timeout: 480 seconds]
kaprests has quit [Server closed connection]
kaprests has joined #asahi
delsol has quit [Ping timeout: 480 seconds]
erincandescent has quit [Server closed connection]
Fanfwe has quit [Server closed connection]
Fanfwe has joined #asahi
ten15723 has quit [Remote host closed the connection]
ten15723 has joined #asahi
sylveon has joined #asahi
karlyeurl has quit [Server closed connection]
karlyeurl has joined #asahi
capta1nt0ad has joined #asahi
ten15723 has quit [Remote host closed the connection]
capta1nt0ad has quit []
ten15723 has joined #asahi
sylveon has quit [Quit: Konversation terminated!]
delsol has joined #asahi
leah2 has quit [Server closed connection]
leah2 has joined #asahi
user982492 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vup has quit [Server closed connection]
nyuhu has quit [Server closed connection]
nyuhu has joined #asahi
Nevada has quit [Server closed connection]
eroc1990 has quit [Remote host closed the connection]
dianshi has quit [Server closed connection]
dianshi has joined #asahi
eroc1990 has joined #asahi
irth has quit [Server closed connection]
irth has joined #asahi
CME has quit [Server closed connection]
CME has joined #asahi
lonjil has quit [Server closed connection]
lonjil has joined #asahi
Nevada has joined #asahi
qyliss has quit [Server closed connection]
qyliss has joined #asahi
delsol has quit [Ping timeout: 480 seconds]
nyx_o has joined #asahi
frytaped has joined #asahi
povik has quit [Server closed connection]
povik has joined #asahi
greguu has quit [Ping timeout: 480 seconds]
espo has quit [Server closed connection]
espo has joined #asahi
ten157237 has joined #asahi
ten15723 has quit [Remote host closed the connection]
<chadmed_>
depending on when PRE_PMD and POST_PMU get called, that might fix t
<joske>
building
<joske>
WORKS!
<chadmed_>
lessgoooo
<joske>
no audio related stuff in dmesg on suspend nor resume
<joske>
so great!
<chadmed_>
no news is good news :)
<joske>
in this case, yes :-)
<chadmed_>
maybe ive just gotten lucky with tas2764 so far then, i should add the same fix to that
<joske>
might be a good idea
<chadmed_>
because that problem would logically affect both, the code paths are identical
<joske>
or something played some ping on login or so
<chadmed_>
the MS Sound plays when i login so... yeah thatd do it :P
<joske>
haha
cylm_ has joined #asahi
leitao has joined #asahi
cylm has quit [Ping timeout: 480 seconds]
<povik>
chadmed_: sorry to be a party pooper but that patch is wrong
<povik>
you shouldn't touch dac_powered/unmuted in the resume/suspend functions
vx has quit [Quit: G-line: User has been permanently banned from this network.]
vx has joined #asahi
<povik>
the fields are supposed to reflect the desired power state as far as commanded by the sound card
<povik>
if you override that during the suspend cycle you lose some info
<chadmed_>
i see
leitao has quit [Ping timeout: 480 seconds]
<povik>
chadmed_: do you know if with your patch "ASoC: tas2770: software shutdown before suspend" the power-related code paths between tas2764/tas2770 are essentially the same?
<povik>
if that's the case, i suspect there's a bug in the original resume function
<povik>
it should do sync, *then* up the power state
<chadmed_>
the data sheet sections related to the shutdown states are copy-pasted so i assume theyre supposed to behave identically
<povik>
datasheet sections?
<povik>
ah, as in actual sections in datasheet :)
<povik>
i was thinking of code
Chai-T-Rex has quit [Remote host closed the connection]
<chadmed_>
ah yeah what i mean is that if the function works on one (tas2764 as tested on my end) then it should work on the other because theyre supposed to behave identically
<chadmed_>
but like i said above its possible i was just getting lucky
<povik>
and the code is indeed the same you say...
<povik>
well, but that could be explained by the bug i suspect
Chai-T-Rex has joined #asahi
<chadmed_>
yeah but they both return regache_sync() so if you think that should happen before the power state is changed we can change that
<povik>
because the ordering of registers will be different, so different registers will have been restored by the time sync gets to the power register
<chadmed_>
yeah
<povik>
that could explaine the tas2764/tas2770 difference
<bcrumb>
so i'm running the new firmware with systemd now
<bcrumb>
the trick seemed to be that the systemd bootup targets are off and sysroot is NOT mounted at initrd-fs.target
<bcrumb>
so i just infinite looped that until it became available
<bcrumb>
now, it's the wifi that is working at least, should keyboard backlights be on too?
mlq_ has quit [Ping timeout: 480 seconds]
<j`ey>
bcrumb: yep
<bcrumb>
also, i guess that initrd-fs was off because of cryptsetup... which is weird considering how their hierarchy works
<bcrumb>
hmmm doesn't seem to be
<bcrumb>
j`ey: is there a way to manually reload firmware?
<j`ey>
echo 100 | sudo tee /sys/class/leds/kbd_backlight/brightness
<j`ey>
backlight doesnt need fw
<bcrumb>
oh fuck lol
<bcrumb>
nice
<bcrumb>
time to program so that it flashes to crazy frog
<bcrumb>
on srs bzns, i support my wifi working is enough to prove that ALL the new firmware is working... I guess? but if not, plox advise on a test to see if this is true
<bcrumb>
i will then i guess polish this thing out and publish files first somewhere, ask someone to review and then i can make the PKGBUILD
corion has quit [Quit: Page closed]
<bcrumb>
btw, would theoretically my keyboard work if run_earlyhook (vendorfw extraction) did not happen before udev?
<bcrumb>
so, not work
<bcrumb>
i did try once without hook and the keyboard was just dead, so i suppose
<j`ey>
keyboard shouldnt require fw
<bcrumb>
right.
bcrumb has quit [Quit: WeeChat 3.7.1]
alex_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jamespmorgan has joined #asahi
giskard has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
jamespmo_ has quit [Ping timeout: 480 seconds]
vx has quit [Quit: G-line: User has been permanently banned from this network.]