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)
derzahl has joined #aarch64-laptops
hexdump01 has joined #aarch64-laptops
hexdump0815 has quit [Ping timeout: 480 seconds]
godvino has joined #aarch64-laptops
godvino has quit [Read error: Connection reset by peer]
godvino has joined #aarch64-laptops
godvino has quit [Ping timeout: 480 seconds]
derzahl has quit [Remote host closed the connection]
<travmurav[m]> I wonder if one could write a little gpiod program that would subscribe to all interrupts on all gpio lines, then filter the ones that fire rapidly to only find these, fired by the user action (touched tp or pressed kb)
<travmurav[m]> hexdump0815: in fact there are some examples on the net that track single hardcoded line so maybe if you feel adventurous, can try to go through all of the gpios manually xD
<travmurav[m]> this is more of a "brute force" approach of course
gwolf has quit [Ping timeout: 480 seconds]
gwolf has joined #aarch64-laptops
<amstan> travmurav: you can subscribe to pin interrupts via gpiod? TIL
<amstan> does that do a select or something?
<travmurav[m]> well a quick search suggests that it can do an event on the interrupt at least
<travmurav[m]> ah apparently gpiomon can be set to monitor these even
iivanov has joined #aarch64-laptops
iivanov has quit []
godvino has joined #aarch64-laptops
godvino1 has joined #aarch64-laptops
godvino has quit [Ping timeout: 480 seconds]
godvino1 has quit []
godvino has joined #aarch64-laptops
godvino1 has joined #aarch64-laptops
godvino has quit [Ping timeout: 480 seconds]
godvino2 has joined #aarch64-laptops
godvino1 has quit [Ping timeout: 480 seconds]
godvino2 has quit [Read error: Connection reset by peer]
godvino2 has joined #aarch64-laptops
godvino2 has quit [Read error: No route to host]
jhovold has quit [Quit: WeeChat 3.7.1]
jhovold has joined #aarch64-laptops
svarbanov_ has quit [Remote host closed the connection]
svarbanov_ has joined #aarch64-laptops
godvino has joined #aarch64-laptops
_`[m]1 has joined #aarch64-laptops
godvino has quit [Quit: WeeChat 3.6]
<_`[m]1> hello all
<_`[m]1> who's running x13s?
<clover[m]> Me
<_`[m]1> did you manage to install linux yet?
<_`[m]1> I've been at it for a while now
<_`[m]1> > #5 56.91 E: Package 'gcc-aarch64-linux-gnu' has no installation candidate
gachikuk1 has joined #aarch64-laptops
<gachikuk1> Hello guys has anyone tried writing assembly targeting x86, on aarch64?
<_`[m]1> or I get /boot/laptop.dtb not fou d
<_`[m]1> s/fou d/found/
<HdkR> gachikuk1: Yes
<gachikuk1> HdkR: could you tell me what you did please? I've been banging my head on it for the past 2 days already
<HdkR> Install gcc-x86-64-linux-gnu and g++-x86-64-linux-gnu and then use the installed `x86_64-linux-gnu-g++` binary to compile, which should include a linker for you. Alternatively install clang and lld and that supports cross-compiling if you pass in the target triple correctly.
<HdkR> `clang++ -target x86_64-linux-gnu -fuse-ld=lld -O2 a.cpp` or `x86_64-linux-gnu-g++ -O2 a.cpp`
<HdkR> Package managers tend to include libc and libstdc++ for other architectures to make cross-compiling easier
<_`[m]1> but it's trying to run in a container to build a custom image
<_`[m]1> I'm running on mac
<gachikuk1> HdkR thank you so so much, I had no idea, I tried using *nasm* and *ld* with no luck. I'll give your solution a try later on _`[m]1: I'm on mac as well running asahi.
<HdkR> Not sure if ALARM offers other architecture library files due to lack of multiarch support. Might need an additional x86 sysroot
miracolix has quit [Ping timeout: 480 seconds]
<_`[m]1> yeah lol but with the docker container way, it shouldn't need me installing anything locally?
<_`[m]1> I don't understand why the package is unavailable
godvino has joined #aarch64-laptops
godvino has quit [Read error: Connection reset by peer]
godvino has joined #aarch64-laptops
godvino has quit [Read error: Connection reset by peer]
godvino has joined #aarch64-laptops
godvino has quit [Read error: Connection reset by peer]
laine_ has joined #aarch64-laptops
laine_ has quit [Remote host closed the connection]
laine has quit [Ping timeout: 480 seconds]
godvino has joined #aarch64-laptops
godvino has quit [Quit: WeeChat 3.6]
<steev> because it's native when on arm64 already?
<steev> you don't install gcc-x86_64-linux-gnu when on an intel system, you just install gcc
gachikuk1 has quit [Quit: leaving]
miracolix has joined #aarch64-laptops
<init> fun factoid of the day. I sent my missing-keys-too-often X13s under warranty. Lenovo took it back, and tried to repair it, then i got a message stating that parts were ordered, then i got a mail saying that my warranty was extended due to the delay it would take to repair it.
<init> getting some arm love.
<steev> nice
<HdkR> Oop, accidentally ordered two Honeycomb LX2K boards instead of one. Dang flakey order page
<steev> oops
<_`[m]1> damn well played lenovo
<leezu> https://lore.kernel.org/lkml/20230207102254.1446461-1-javierm@redhat.com/ revert didn't make it to v6.2.y, breaking suspend on sc7180 sc7280.
<leezu> I sent a response to the thread, hopefully the revert can be included for 6.2.10
hightower2 has joined #aarch64-laptops
jhovold has quit [Ping timeout: 480 seconds]
shoragan has quit [Quit: quit]
shoragan has joined #aarch64-laptops
<_`[m]1> installing arch finality
<_`[m]1> you can't yolo install latest kernel?
<_`[m]1> I think I've managed to set up crypysetup with lvm
<steev> you can, but not everything is in the latest kernel
<steev> pretty sure clover[m] has all the arch stuff for the x13s somewhere
<_`[m]1> I found this repo
<_`[m]1> or rather it mentions a repo
<steev> yeah, that's clover[m]