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
<craftyguy>
nice, thanks for trying it. I was about to but was in the process of saving work elsewhere juuuuust in case 😅
chrisl has quit [Ping timeout: 480 seconds]
* craftyguy
tries....
bionade24 has quit [Read error: Connection reset by peer]
bionade24 has joined #aarch64-laptops
<steev>
luckily, all our stuff is open source, so i can just re-clone after rebuilding :D
<craftyguy>
neato, the update worked for me too
<craftyguy>
ya "saving work elsewhere" is adding commits and pushing heh
chrisl has joined #aarch64-laptops
chrisl has quit [Ping timeout: 480 seconds]
<steev>
definitely handy! thanks for pointing that out!
phire_ has joined #aarch64-laptops
phire is now known as Guest15835
phire_ is now known as phire
Guest15835 has quit [Ping timeout: 480 seconds]
<freekurt[m]>
Wait, how do I upgrade the firmware on my x13s without windows? Run that 2 year old script?
tobhe_ has joined #aarch64-laptops
hexdump0815 has joined #aarch64-laptops
hexdump01 has quit [Ping timeout: 480 seconds]
chrisl has joined #aarch64-laptops
tobhe has quit [Ping timeout: 480 seconds]
chrisl has quit [Ping timeout: 480 seconds]
<robclark>
fwupd apparently
<robclark>
I hope that also works on newer things
<steev>
freekurt[m]: i downloaded the exe from lenovo's website, ran `innoextract n3huj22w.exe`, then ran the 2 commands in the link that craftyguy asked about - `fwupdmgr get-devices 2>/dev/null| grep -A 1 "System Firmware"` and then `sudo fwupdtool install-blob 'code$GetExtractPath$/Rfs/Fw/N3HET92W/\$0AN3H00.FL1' b3f2723a04671a24bdf2d087cf9da60dcf5cb886` (where b3f2723.... was the device id that is spit out by the get-devices command
<steev>
could probably pretty it up and awk to only print the device id