robclark 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
nerdboy_p has joined #aarch64-laptops
nerdboy_ has quit [Ping timeout: 480 seconds]
shoragan has quit [Quit: quit]
shoragan has joined #aarch64-laptops
pbsds has quit [Quit: The Lounge - https://thelounge.chat]
pbsds has joined #aarch64-laptops
pbsds has quit [Quit: The Lounge - https://thelounge.chat]
pbsds has joined #aarch64-laptops
hexdump01 has joined #aarch64-laptops
hexdump0815 has quit [Ping timeout: 480 seconds]
rmsilva- has joined #aarch64-laptops
rmsilva has quit [Ping timeout: 480 seconds]
pbsds has quit [Quit: The Lounge - https://thelounge.chat]
zdykstra has joined #aarch64-laptops
pbsds has joined #aarch64-laptops
<Dantheman825[m]> so my FEX issue may have nothing to do with Steam or pressure vessel, but wine itself
<Dantheman825[m]> anytime I try wineboot or winecfg under FEXBash, it times out after about 3-5 minutes... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/NVRjzBiDhZzNBwEUNichcDFX>)
<Dantheman825[m]> I checked the prefix folder and found it was empty, so I created a fresh prefix on my main PC, and copied it over to the laptop and tried again, but I'm left with the same issue sadly
rz has quit [Remote host closed the connection]
publicdiscourse[m] has left #aarch64-laptops [#aarch64-laptops]
<steev> bryanodonoghue: modules seem to load here, currently stuck missing a header for the libcamera-isp build, but i haven't tried looking too far for it yet
<steev> bryanodonoghue: ../src/libcamera/pipeline/simple/simple.cpp:28:10: fatal error: libcamera/ipa/soft_ipa_interface.h: No such file or directory - i can't find that header anywhere? it's not in the isp sources, it's not in any libcamera forks?
Caterpillar has joined #aarch64-laptops
<Dantheman825[m]> <Dantheman825[m]> "anytime I try wineboot or..." <- > <@dantheman825:matrix.org> anytime I try wineboot or winecfg under FEXBash, it times out after about 3-5 minutes... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/sQfkpEXWooRXkhBnYXcdonVT>)
<Dantheman825[m]> so
<Dantheman825[m]> I found that really dumb something
<Dantheman825[m]> it turns out, it was because I had multiblock enabled
Caterpillar has quit [Ping timeout: 480 seconds]
Caterpillar has joined #aarch64-laptops
Nao[m] has quit [Quit: Client limit exceeded: 20000]
<neobrain> Jasper[m]: that's great to hear :)
<neobrain> Surprising you needed to mess around with initrd stuff though. I don't think I needed that other then when I was building custom kernels myself
Caterpillar has quit [Ping timeout: 480 seconds]
alpernebbi has quit [Ping timeout: 480 seconds]
alpernebbi has joined #aarch64-laptops
Caterpillar has joined #aarch64-laptops
hightower2 has joined #aarch64-laptops
f_ is now known as Guest9872
Guest9872 is now known as f_
hightower2 has quit [Ping timeout: 480 seconds]
<zdykstra> Is there an (easily) accessible serial port on the x13s? It's frustrating to debug why a kernel won't boot when I can't get anything on the laptop display after grub.
hightower2 has joined #aarch64-laptops
<steev> no, there is not
CrEddy has quit [Ping timeout: 480 seconds]
<zdykstra> Thank you for confirming that
<steev> when i can't get much to display, i usually add earlycon=efifb video=efifb
<HdkR> boot_delay is also great
<zdykstra> Ahh, good ideas. Thank you!
<travmurav[m]> Anyone encountered a problem with usb3 devices for which the access is "too slow"?
<robclark> console-ramoops (like on chromebooks) would be a really nice thing to have on windows laptops.. but I think we'd need some cooperation from the fw. (But maybe DtbLoader or similar could add the needed reserved memory region? Idk if that would be sufficient to preserve it's contents or if it is already too late by the time any efi driver/app runs.. bamse?)
<travmurav[m]> xhci-hcd xhci-hcd.0.auto: WARN: HC couldn't access mem fast enough for slot 9 ep 2
<travmurav[m]> I have a funny usb3 "camera" but I can't run it "full speed" on 7c
<robclark> hmm, there was a wait-for-safe dpu patch for sc8280xp recently which should help usb perf.. but sc7180 should have had the right safe-lut settings for a long time
<zdykstra> On that note, is there a built DtbLoader.efi floating around? Compiling it /edkII from source is obnoxious.
<travmurav[m]> robclark: it's probably not that hard to implement with dtbloader, I have a similar thing in a different dtb-modifying bootloader for android devices and it works great as long as the ram didn't deteriorate
<zdykstra> Or is that no longer necessary with the recent x13s "Linux" option?
<robclark> DtbLoader isn't strictly needed.. you can configure the fw to load a dtb.. or load it from ESP with kernel cmdline arg.. but I'd probably go back to using DtbLoader if it got me console-ramoops
<robclark> (and I'm not sure if there is a prebuilt somewhere.. _probably_?)
<travmurav[m]> robclark: since my usb thing is more of a "we were wondering if we could so we didn't ask if we should", is there perhaps some easy things to "break"/"disable" to increase usb perf? (I'm not sure if it's supposed to "always work" though)
<robclark> I'm probably not the right one to ask about usb things.. I just knew about the wait-for-safe lut thing because it is actually a display configuration
<travmurav[m]> ah I see, no problem :D
<steev> robclark: there is? i think, in mani's github ?
<robclark> ahh.. zdykstra ^^^
<Jasper[m]> <travmurav[m]> "I have a funny usb3 "camera" but..." <- "camera" :^)
<travmurav[m]> I mean it's a generic uvc device when you do all the magic dance around it :D
<Jasper[m]> I believe the word you're looking for is "mental gymnastics" :^)
<travmurav[m]> I meant sending the initialisation sequences but I guess
<Jasper[m]> Ah okay yeah in that sense
<steev> flip the usb cable?
<travmurav[m]> it's not type-c :P
<steev> do it anyway :P
<travmurav[m]> and it's not x13s where it affects things either
<travmurav[m]> :D
<zdykstra> Hmm
<zdykstra> So I can for sure boot with the earlycon/efifb kcl changes, but my keyboard isn't working, heh.
<steev> sounds like you're missing modules, or modules are missing in your initramfs
<zdykstra> Is the built-in keyboard over USB?
<steev> i2c iirc
<steev> [ 3.377016] input: hid-over-i2c 04F3:000D Keyboard as /devices/platform/soc@0/8c0000.geniqup/894000.i2c/i2c-21/21-0068/0018:04F3:000D.0001/input/input1
<steev> clover[m]: btw, i seem to have dropped a couple of config options with 6.6+ - you want to enable QCOM_TSENS and NVMEM_QCOM_QFPROM otherwise all sensors aren't being reported
<steev> ARM_QCOM_CPUFREQ_NVMEM will also be asked about, and looks like it should be a y as well
<steev> bryanodonoghue: ah, actually it appears somehow the simple/linaro pipeline isn't wired up into "all" and that was what was causing my issue
<steev> bryanodonoghue: happen to know which one i should choose? https://usercontent.irccloud-cdn.com/file/hcHTdvKi/Screenshot%20from%202023-12-10%2015-33-55.png
djakov has quit [Ping timeout: 480 seconds]
<steev> ah, actually, i'm getting some failed to start media pipeline -32, vfe reset timeout, failed to power up pipeline -5
djakov has joined #aarch64-laptops
<steev> oh, i see, we're closer
<steev> had to export the gst stuff from the readme despite having installed it
djakov_ has joined #aarch64-laptops
djakov has quit [Remote host closed the connection]
<steev> bryanodonoghue: one pretty big/important thing... even with the camera led in the dtb... when the cam is on we do *not* get the camera is on led
<steev> ah, i see
<steev> we only actually have it as a panic indicator, not on the code