ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Chrome OS Trogdor Devices - Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630 - Lenovo ThinkPad X13s - and various other snapdragon laptops) - https://oftc.irclog.whitequark.org/aarch64-laptops
<anthony25>
so it seems that 6.15-rc1 (or last bios update, but I doubt) fixed the bluetooth disconnections with my earphones on the slim 7x
<anthony25>
ha, well I jinxed it, it just happened again :}
<anthony25>
robclark: also, giving cap_sys_nice to hyprland so it can increase its priority seems to help with the animations stutters
<anthony25>
I tried to trim my autostart list to see what triggers the gpu lockups, but for whatever reasons I couldn't reproduce the problem anywmore, so I need a few days to make sure that what I removed is indeed the cause
<bamse>
steev: no change to the dts, so you should be able to just use the last patch from v5
<anthony25>
the bluetooth problem might actually just be because of powertop --auto-tune
<steev>
bamse: thought as much but wanted to check :)
tobhe_ has joined #aarch64-laptops
tobhe has quit [Ping timeout: 480 seconds]
hexdump01 has joined #aarch64-laptops
hexdump0815 has quit [Ping timeout: 480 seconds]
enyalios_ has joined #aarch64-laptops
enyalios has quit [Ping timeout: 480 seconds]
hexdump0815 has joined #aarch64-laptops
hexdump02 has quit [Ping timeout: 480 seconds]
mbuhl has quit [Remote host closed the connection]
<macc24>
Jens Glathe: can you make a note that i have fried some chip on my slim7x's board by tinkering with alsamixer and sound stopped working and battery life tanked
<macc24>
the laptop was ALWAYS warm -> drawing power, even if turned off
<JensGlathe[m]>
ouch
<JensGlathe[m]>
there is a warning in the wiki
<macc24>
add what had happened to my laptop to wiki
<macc24>
it's far worse than just speakers being broken
<JensGlathe[m]>
Will so
<JensGlathe[m]>
* Will do
axt has joined #aarch64-laptops
AldairsilvaSilva[m] has left #aarch64-laptops [User left]
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #aarch64-laptops
ungeskriptet has quit [Ping timeout: 480 seconds]
todi has quit []
axt has quit [Quit: Leaving.]
enyalios_ is now known as enyalios
<enyalios>
this channel is just the best support ever
<enyalios>
steev: i tried your exact kernel config on 6.14.1
<enyalios>
still no luck with video acceleration
<enyalios>
so that pretty much narrowed it down to the initrd being the problem
<enyalios>
added the 3 firmware files you guys suggested to my initrd (a660_gmu.bin a660_sqe.fw qcdxkmsuc8280.mbn)
<enyalios>
rebooted and now its working
<enyalios>
thanks so much
<enyalios>
i wonder what changed to make one or more of those firmware files necessary in the initrd now
ungeskriptet has joined #aarch64-laptops
Radical[m] has joined #aarch64-laptops
<Radical[m]>
hi, im wondering if anyone has any idea what causes `platform sound: deferred probe pending: snd-x1e80100: WSA Playback: codec dai not found` on bootup, im trying to get sound on a yoga slim 7x, it worked fine on ubuntu but after trying fedora im getting this.
<Radical[m]>
I'm using dracut for initramfs and my kernel is basically Jens Glathe's but with fedora specific patches and 2 extra patches related to the Yoga
<JensGlathe[m]>
Radical: well that's me... my variant of the Yoga 7 dts contains the codec that is not there. The newest tag (6.15.0-rc1-jg-2 as mentioned above) has a corrected one.
<JensGlathe[m]>
just compiling the dts from this should solve it
<Radical[m]>
Im actually using that one, i just set it up like 20 minutes ago
<JensGlathe[m]>
well... there are also patches from alexVinarskis on audioreach and probably alsa-ucm-conf
<JensGlathe[m]>
I don't have a yoga slim7, so a little unverified
<Radical[m]>
Ive followed joske's gist and i have the tplg and ucm confs configured but it seems like it doesnt even load it, im wondering if i might be missing something from the kernel config but i have no idea what
<steev>
what does cat /sys/kernel/debug/deferred_devices show? (might be devices_deferred )
<Radical[m]>
steev: that file does not exist on my system. I'm currently compiling a new kernel with a different config to check if i can get the driver working
<steev>
it's devices_deferred not deferred_devices
<Radical[m]>
its the same as what i already sent but in a slightly different order
todi has joined #aarch64-laptops
<steev>
you have SOUNDWIRE_QCOM ?
<Radical[m]>
CONFIG_SOUNDWIRE=m
<Radical[m]>
CONFIG_SOUNDWIRE_QCOM=m
<steev>
and the firmware is in the correct place?
spawacz has quit [Quit: WeeChat 3.8]
spawacz has joined #aarch64-laptops
<steev>
i'd probably compare kernel configs checking interconnect or qcom or x1e differences, or check the paths are the same between the ubuntu dts and the kernel you're using to make sure the firmware files are in the correct place