ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630)
<steev>
Hm, maybe not, showing a deferred device for thermals so will have to hold off on that one. Not sure what I screwed up. Iām probably missing a patch
Penguinpee has quit [Remote host closed the connection]
Penguinpee has joined #aarch64-laptops
Penguinpee has quit [Remote host closed the connection]
Penguinpee has joined #aarch64-laptops
SSJ_GZ has joined #aarch64-laptops
Penguinpee has quit [Remote host closed the connection]
Penguinpee has joined #aarch64-laptops
Penguinpee_ has joined #aarch64-laptops
Penguinpee has quit [Read error: Connection reset by peer]
Penguinpee_ has quit [Remote host closed the connection]
Penguinpee_ has joined #aarch64-laptops
hexdump01 has joined #aarch64-laptops
hexdump0815 has quit [Ping timeout: 480 seconds]
kettenis has quit [Ping timeout: 480 seconds]
kettenis has joined #aarch64-laptops
systwi has quit [Read error: Connection reset by peer]
systwi has joined #aarch64-laptops
hexdump01 has quit [Quit: WeeChat 1.9.1]
hexdump0815 has joined #aarch64-laptops
<hexdump0815>
aceridus: can you please post your working kernel config for the galaxy book go somewhere? i just tried your dts with v6.0.6 and v5.19.17 and both times booting ends up in rcu stalls - my config currently is based on the aspire 1 one from travmurav
<Leandro[m]>
That fucker scammed me š
<Leandro[m]>
Hope PayPal can help me about the money
<hexdump0815>
Leandro[m]: :( ... the risk sadly is higher for something like this to happen if the price is unusually low - good luck with paypal, but if it was at eb kleinanzeigen i guess there is not too much to hope for
<Leandro[m]>
<hexdump0815> "Leandro: :( ... the risk sadly..." <- Still have some hope because I used the buyer protection thing on Paypal, not the friends and family thing
<hexdump0815>
Leandro[m]: ok - then i guess chances are better
<hexdump0815>
aceridus: besides your working kernel config the kernel cmdline you used would be interesting too :)
<hexdump0815>
does anyone here have a list of required kernel options beyond defconfig for snapdragon 7c/8c? i had a look at the laptop_defconfig in the aarch64-laptop repo, but that one looks a bit like "build everything" to me ...
<steev>
hexdump0815: i think qzed has a config snippets repo
<qzed>
might be outdated and it's for the spx, so sc8180x
<hexdump0815>
qzed: thanks a lot - that is at least a starting point to see what extra options are required - much better than having to look at thousands of lines of config files :)
<qzed>
A good alternative is also looking through the DT and then checking the compatibles and what they need to be enabled
<hexdump0815>
qzed: i'll maybe try to start with your fragment, some guesses and trial and error - i guess finding everything the hard way for a full qcom dts might get a bit too heavy :)
<qzed>
sounds like a plan, just note that I've only set the options relevant for the sc8180x, so with other gens you should check in the respective category what's needed for that
<hexdump0815>
sure - will go through it step by step and see what else might be needed ... first i need to get my samsung galaxy book go to boot at a level which aceridus seems to have reached and for that i'll first wait for his config and cmdline before trying to find that out myself again ...
<hexdump0815>
i find it always better to start off from a working setup and refine from there
Penguinpee_ has left #aarch64-laptops [zaps away]
aceridus has joined #aarch64-laptops
<aceridus>
hexdump0815: Let me get my config commited to my repo. Is there a way to generate a defconfig based on my current .config? I started off with arch/arm64/configs/defconfig, but my current .config is about 5x the size, so not sure if I need to run a script or something to turn it into a proper defconfig?
<hexdump0815>
aceridus: i think "make savedefconfig" should do it and create a defconfig file in the linux kernel tree root - never used it myself, but heared of it a lot
<aceridus>
hexdump0815: Yea, just found that myself. The result looks much better.
<hexdump0815>
maybe best would be to post both: a saved defconfig and the .config itself somewhere - plus the kernel cmdline :)