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
hightower2 has quit [Ping timeout: 480 seconds]
<robclark> thx
<robclark> I'm sure there is a long tail of electron apps, but chromium and code should cover most of it.. I can send additional MRs to mesa for other apps if folks request additional exe names
<tobhe[m]> signal was one more I remember someone complained about. I think the snap also ships a workaround
<tobhe[m]> but this should cover the most important ones
<robclark> ok.. for signal, I guess "signal" is what shows up in ps? I can add that
<tobhe[m]> I think it is actually signal-desktop
<tobhe[m]> not sure if it differs between native and snap package
<robclark> I guess inside snap container, it is the same name? And then snap stuff just needs the identical w/a?
<tobhe[m]> probably yes
dliviu has joined #aarch64-laptops
dliviu- has joined #aarch64-laptops
nashpa has quit [Ping timeout: 480 seconds]
dliviu has quit [Ping timeout: 480 seconds]
hexdump0815 has joined #aarch64-laptops
hexdump02 has quit [Ping timeout: 480 seconds]
tobhe_ has joined #aarch64-laptops
<steev> kalebris: there's quite a few differences between jhovold's tree and 6.16, about 50 patches or so? i think maybe less (i have ~70 patches here which i base on top of his for 6.16)
tobhe has quit [Ping timeout: 480 seconds]
<steev> maybe closer to 40 patches - most are venus related fixes though, so 6.16 can be used without them
hexdump02 has joined #aarch64-laptops
hexdump01 has quit [Ping timeout: 480 seconds]
FANTOM has quit [Ping timeout: 480 seconds]
FANTOM has joined #aarch64-laptops
eluks has quit [Remote host closed the connection]
eluks has joined #aarch64-laptops
pabs has quit [Ping timeout: 480 seconds]
pabs has joined #aarch64-laptops
<steev> speaking of 6.16, has anyone seen the gpu refuse to power up with it? (-22)
<steev> i don't see anything actually in .4 that would cause it, but .3 works, .4 does not
<steev> this is the x13s
<Treibholz[m]> I'm still on 6.16.3 - thanks for the warning :-)
<valpackett> firmware load failing?
<steev> Sep 02 00:27:15 finn kernel: [drm] Loaded GMU firmware v3.1.10
<steev> Sep 02 00:27:15 finn kernel: msm_dpu ae01000.display-controller: [drm:adreno_load_gpu [msm]] *ERROR* gpu hw init failed: -22
<steev> Sep 02 00:27:15 finn kernel: platform 3d6a000.gmu: [drm:a6xx_gmu_set_oob [msm]] *ERROR* Timeout waiting for GMU OOB set GPU_SET: 0x0
<steev> aand then it just spams the -22
Caterpillar2 has joined #aarch64-laptops
ektor52 has joined #aarch64-laptops
ektor5 has quit [Ping timeout: 480 seconds]
SpieringsAE has joined #aarch64-laptops
hightower2 has joined #aarch64-laptops
hightower3 has quit [Ping timeout: 480 seconds]
ravikant_ has joined #aarch64-laptops
witcher01 has quit [Ping timeout: 480 seconds]
ektor52 has quit []
ektor5 has joined #aarch64-laptops
Caterpillar2 has quit [Ping timeout: 480 seconds]
jhovold has joined #aarch64-laptops
<icecream95> HdkR: The decoder (at least dav1d) does post-processing directly on the output buffer, so it reads back multiple times
<icecream95> It seems most other GPU drivers allocate CPU-cached buffers so are not affected
<\[m]> Val Packett robclark lol I had MESA_EXTENSION_OVERRIDE=-GL_ARB_base_instancie in my etc/environment trying to fix that angle bug
<icecream95> I'm actually quite impressed that the total CPU usage (for 4K AV1) is only 4-6x what it should be, I expected it to be higher
hightower3 has joined #aarch64-laptops
<\[m]> myes the playback is maybehigher fps ?
<\[m]> butsearchingisstill very painfully slow seeing some ref errors
<HdkR> icecream95: Ouchies
<\[m]> also obsidian robclark and mm brave and vivaldi? not sure
hightower2 has quit [Ping timeout: 480 seconds]
icecream95 has quit [Quit: rcirc on GNU Emacs 29.1]
ravikant_ has quit [Ping timeout: 480 seconds]
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #aarch64-laptops
rz_ has joined #aarch64-laptops
ravikant_ has joined #aarch64-laptops
rz has quit [Ping timeout: 480 seconds]
ravikant_ has quit [Remote host closed the connection]
ravikant_ has joined #aarch64-laptops
programmerin-wonderland has joined #aarch64-laptops
programmerin-wonderland has quit [Quit: programmerin-wonderland]
programmerin-wonderland has joined #aarch64-laptops
programmerin-wonderland has quit []
programmerin-wonderland has joined #aarch64-laptops
programmerin-wonderland has quit []
Gnappo85 has joined #aarch64-laptops
programmerin-wonderland has joined #aarch64-laptops
Gnappo85 has quit []
programmerin-wonderland has quit []
programmerin-wonderland has joined #aarch64-laptops
<programmerin-wonderland> Hey! I'm currently trying to compile the Ubuntu 25.04 concept kernel for my Surface Laptop 7. I have GPU acceleration and display out. I believe I'm using the default device tree as well, but what I'm lacking is Wi-Fi support. Any pointers on what patches I should make to ath12k to get my wifi card recognized?
<programmerin-wonderland> https://hastebin.com/share/ituwepazul.yaml This is what dmesg says
<programmerin-wonderland> Forgot to mention, this is the kernel I've compiled https://git.launchpad.net/~ubuntu-concept/ubuntu/+source/linux/+git/plucky/?h=qcom-x1e-6.17
<programmerin-wonderland> The reason I'm using that kernel and not https://github.com/tj90241/linux/ is tj's kernel seems to not boot without cutmem on 64GB and when I use cutmem it seems like my GPU quits working :/ (I am unsure if thats related to cutmem or the kernel but he reportedly has GPU working so I am assuming cutmem)
<tobhe[m]> You probably need to add the required wifi nodes in your device tree, see https://github.com/torvalds/linux/commit/d09ab685a8f51ba412d37305ea62628a01cbea57 for an example on another device
<tobhe[m]> of course you'll have to figure out how that is supposed to look on your device
<tobhe[m]> to test device trees you don't have to recompile the entire thing. you can just built the dtb, drop it into /boot and load it with grub
<programmerin-wonderland> Gotcha, I wasn't sure if I needed to add wifi to dtb since it was attached with PCIE and not some weird thing. For some reason I was hoping it would just be discovered automatically
<programmerin-wonderland> https://github.com/tj90241/linux/blob/v6.12%2Bsl7/arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus.dtsi#L1139 TJ's device tree seems more complete I might just try and boot with his devicetree actually
<JensGlathe[m]> Power Sequencing is the issue with ath12k
programmerin-wonderland has quit [Read error: Connection reset by peer]
programmerin-wonderland has joined #aarch64-laptops
<programmerin-wonderland> Yeah tj's devicetree didn't make any improvement for me on that kernel so I think it might be a driver thing. Has anyone else has a similar failed to start core: -110 ?
<programmerin-wonderland> once I come back from classes today I'll try transplanting the ath12k driver from his repo into the ubuntu concept kernel repo
programmerin-wonderland has quit []
programmerin-wonderland has joined #aarch64-laptops
programmerin-wonderland has quit [Read error: Connection reset by peer]
tobhe_ is now known as tobhe
<steev> sgerhold: ahh crud, i had remembered seeing that, but i assumed all firmware wouldn't load
<robclark> \[m]: "vivaldi-bin" is already in the override list.. for others could you confirm the executable name?
luca020400 has quit [Ping timeout: 480 seconds]
programmerin-wonderland has joined #aarch64-laptops
<programmerin-wonderland> Yeah so that wasn't as simple as I was hoping, turns out ath12k has gone through like 5 different full refactors since 6.12
ravikant_ has quit []
xbjfk has quit [Remote host closed the connection]
<JensGlathe[m]> How 'bout taking it from CRD?
xbjfk has joined #aarch64-laptops
programmerin-wonderland has quit [Remote host closed the connection]
SpieringsAE has quit [Quit: SpieringsAE]
luca020400 has joined #aarch64-laptops
elridol[m] has joined #aarch64-laptops
<elridol[m]> <programmerin-wonderland> "https://hastebin.com/share/..."; <- Some Android devices with WCN7851 had same error with new wifi firmwares from stock ROM, it was fixed by using this patch or using older firmware version https://github.com/map220v/sm8550-mainline/commit/fd32fcd8361ed45bbe77e79723b9556f20235f38
<anthony25> I use an older firmware as well on the slim 7x, otherwise only 2.5GHz works
programmerin-wonderland has joined #aarch64-laptops
<programmerin-wonderland> its strange that firmware worked in tj's kernel but in the newest kernel I got the device recognized my modifying board-2.json in board-2.bin to include my device
<programmerin-wonderland> but yeah using older firmware seems to work
<programmerin-wonderland> the device is now hardware blocked by rfkill but that's pretty well documented and a 1 line patch in the driver so I'll try fixing that later maybe today
<programmerin-wonderland> (atleast I think it's an older firmware, I'm just using the file from linux-firmware in ubuntu-concept and that seems to work)
<zdykstra> hmm, $750 for a t14s with 32gb of RAM and a non-touch 1920x1200 display. Might be time to finally pull the trigger on one.
<programmerin-wonderland> snap x elite or snap x plus?
<zdykstra> elite
<programmerin-wonderland> spring for it then that sounds like a wonderful little laptop
programmerin-wonderland has quit [Read error: Connection reset by peer]
programmerin-wonderland has joined #aarch64-laptops
programmerin-wonderland has quit [Read error: Connection reset by peer]
programmerin-wonderland has joined #aarch64-laptops
<\[m]> I'm thinking of selling mine tbh - it has 2TB installed, PM me if you're interested
<\[m]> too time constrained for the sideprojects
<Jasper[m]> Did you end up getting the QWERTY model? Might be worth naming your price and some more specs.
<\[m]> https://www.bluelink.nl/product/21N1000RMH this one - I don t know really, 900 euro?
<\[m]> it's touch
<JensGlathe[m]> touch is nice
<\[m]> fwiw it was not 999 when I bought it lulz
<agl> steev: Have you patched kernel 6.16.4 but have it not pushed on your github-Account? Or are you buzy?
<programmerin-wonderland> anyone else notice the fan is not doing near the amount of work it should be doing on linux?
<programmerin-wonderland> also how do I get libsensors working
<Jasper[m]> <\[m]> "https://www.bluelink.nl/product/..."; <- > <@nino:matrix.libre.brussels> https://www.bluelink.nl/product/21N1000RMH this one - I don t know really, 900 euro?
<Jasper[m]> > it's touch
<Jasper[m]> Might do it if you still happen to have it in a month
<Jasper[m]> Eh, little less than that
<steev> agl: well, i was just let go today, so i apparently have a ton of free time, but if you go back through the scroll back, i noticed an issue with 6.16.4 (which was previously reported) - i did see a null pointer deref with my first reboot after adding in the fix patch so i want to make sure that was a fluke and not entirely related
<programmerin-wonderland> oh lm-sensors works but libsensors doesn't, weird
<Jasper[m]> @steev aw man, sorry to hear that
<Jasper[m]> Hope you can speedily find a new job that treats you better
<steev> still a bit numb, was not at all expecting it
<Jasper[m]> They get enough money from my incessant OSCP attempts, they should be able to pay you fine
<JensGlathe[m]> steev oof. Quite baffled to hear it. Hope you find a new job fast. Is Kali in trouble?
<steev> i have no idea, truly. we are a week from release? i thought? and i was told it's not me, my performance or what i'm working on, the company is going in another direction, whatever that means i have no idea
<Jasper[m]> more shovel certs
<programmerin-wonderland> Is the CS job market that bad right now? Perhaps I should switch majors while I can..
<programmerin-wonderland> I do hope you can find a career as a better company soon though, my condolences
<agl> steev: OK
<programmerin-wonderland> It's been a bad patch for a bunch of linux distros it seems especially since Intel just shut clear linux division
programmerin-wonderland has quit [Remote host closed the connection]
programmerin-wonderland has joined #aarch64-laptops
<anthony25> steev: shit, I'm sorry to hear that… It was just you or part of a layoff?
<f_> also sorry to hear that :(
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #aarch64-laptops
<steev> i don't have access to slack so i have no idea
<steev> my access was cut while i was still on the call with them about it :D
<f_> so nice of them
<programmerin-wonderland> that's so toxic
<anthony25> fucking hell
<dgilmore> sorry to hear steev
<steev> hey dgilmore :) was just talking about you with redbeard the other night
programmerin-wonderland has quit [Remote host closed the connection]
programmerin-wonderland has joined #aarch64-laptops
<programmerin-wonderland> happy to report after the rfkill patch and the firmware patching wifi works on my surface laptop 7
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #aarch64-laptops
luca020400 has quit [Ping timeout: 480 seconds]
programmerin-wonderland has quit [Quit: Konversation terminated!]
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #aarch64-laptops
<steev> nice!
luca020400 has joined #aarch64-laptops
jhovold has quit [Ping timeout: 480 seconds]
<dgilmore> hey steev :) hopefully it was all good
<craftyguy> steev: yikes, sorry to hear that :( Hope you're doing ok
<steev> "it's not you, it's not what you've been working on, and it's nothing you did, the business is going in another direction"
<steev> if anything, its more weird the silence of my phone not going off all the time :)
hexdump01 has joined #aarch64-laptops
hexdump02 has quit [Ping timeout: 480 seconds]
<Melody91> Ouch, I'm so sorry to hear that - you are definitely valued in the wider Linux community and I hope you are able to find an org that can similarly value you!
<HdkR> The deafening silence of the phone not going off.
programmerin-wonderland has joined #aarch64-laptops
programmerin-wonderland has quit []
programmerin-wonderland has joined #aarch64-laptops
programmerin-wonderland has quit [Ping timeout: 480 seconds]