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
rz_ has quit [Remote host closed the connection]
rz has joined #aarch64-laptops
altacus_ has joined #aarch64-laptops
altacus__ has quit [Ping timeout: 480 seconds]
possiblemeatball has quit [Ping timeout: 480 seconds]
leezu has quit [Quit: WeeChat 3.8]
hexdump0815 has joined #aarch64-laptops
hexdump01 has quit [Ping timeout: 480 seconds]
albsen[m] has joined #aarch64-laptops
<albsen[m]> <kbingham> "Heya, I've got myself a Lenovo..." <- I've not tried this, but I'm kinda certain you can boot fedora 39 if u add the correct devicetree in grub and on the file system
<albsen[m]> alternatively, you could boot an iso that works, for example ubuntu and install fedora from within ubuntu. last I checked, you had to compile a custom kernel anyway (but thats super simple for fedora)
iivanov has joined #aarch64-laptops
iivanov has quit []
iivanov has joined #aarch64-laptops
jhovold has joined #aarch64-laptops
martiert has quit [Remote host closed the connection]
martiert has joined #aarch64-laptops
jglathe_x13s has joined #aarch64-laptops
iivanov has quit [Remote host closed the connection]
iivanov has joined #aarch64-laptops
mcbridematt has quit [Quit: Leaving]
<kbingham> albsen[m], Thanks, I couldn't get the ubuntu-iso to boot last night. It could be related to the DTB ... not sure yet. And I couldn't find a 16gb USB stick for the rawhide iso. I'll try something else tonight.
<abby> i was able to get the debian one to work
<abby> and installed void from there
<albsen[m]> and I also prefer debian :)
<travmurav[m]> iirc latest ubuntu iso even includes the correct dtb in the installer, contrary to most other ones
<albsen[m]> but the ubuntu one worked for me out of the box without any changes via usb ... even from ventoy. the others needed to be placed on a usb by themselves
<albsen[m]> I used the ubuntu to debug while getting my debian install working
<travmurav[m]> ah right that was a "special" iso
<lollaritits[m]> <kbingham> "Aha - perhaps its this : https:/..." <- how do i boot the tar.gz ?
<Jasper[m]> <kbingham> "albsen, Thanks, I couldn't get..." <- https://alt.fedoraproject.org/prerelease/index.html the "F40 Beta" images should also work if you're not feeling the newness of rawhide
<Jasper[m]> The "DVD" ones are the livebootable ones, but you may need to unpack a DTB to the ESP for it to work
mcbridematt has joined #aarch64-laptops
ungeskriptet has quit [Quit: The Lounge - https://thelounge.chat]
ungeskriptet has joined #aarch64-laptops
ungeskriptet has quit []
<vadikas[m]> again hit the problem with wifi, made a report into kernel.org bugzilla:... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/AITqiYrKIFTjzPFgDiLvyXku>)
<vadikas[m]> *
<jhovold> vadikas[m]: thanks
ungeskriptet has joined #aarch64-laptops
possiblemeatball has joined #aarch64-laptops
svarbanov__ has quit [Ping timeout: 480 seconds]
<jhovold> Here's an update wip branch for the X13s:
<jhovold> Changes include:
<jhovold> - fix ntfs3 corruption by always mounting read only (hack)
<jhovold> - drop bogus ntfs3 patch supressing correction warnings
<jhovold> - fix DP PHY mode register write
<jhovold> - johan_defconfig: enable CONFIG_EXT4_FS_SECURITY
<jhovold> - arm64/defconfig: enable CONFIG_EXT4_FS_SECURITY
<jhovold> Note:
<jhovold> - all users mounting ntfs partitions should update (or check their fstabs to make sure the fs is mounted read only):
<jhovold> steev: I've enabled CONFIG_EXT4_FS_SECURITY in johan_defconfig so that setcap works also on ext4 now
svarbanov has joined #aarch64-laptops
svarbanov_ has joined #aarch64-laptops
svarbanov has quit [Read error: Connection reset by peer]
<steev> <3
<HdkR> Nice, I had to recompile my kernel a few months ago to add that :)
<agl> steev: I notice today that you have released bevore 4 days version 6.8.5 of your kernel. In the first Moment it seems it runs good. But I'am in the Clubhouse where I have only a remote access to my x13s. Later I will see if e.g. Bluetooth works with my bluetooth mouse and if the USB-Thethering with my Handy works.
<agl> *Handy = mobil phone
<lollaritits[m]> <agl> "*Handy = mobil phone" <- spot the german
Caterpillar has quit [Remote host closed the connection]
echanude has quit [Quit: WeeChat 4.2.1]
iivanov_ has joined #aarch64-laptops
iivanov has quit [Read error: Connection reset by peer]
<robclark> HdkR: I'm failing at cross-compile for i386 from x64.. pkgconfig dependencies not being found (despite i386 versions of dev pkgs installed).. meson log complains about: `WARNING: We thought we found pkg-config '/usr/bin/pkg-config-32' but now it's not there. How odd!`
<robclark> any idea where that comes from (I did install pkg-config:i386)
<HdkR> ahhh, pkgconf instead of pkg-config maybe?
<HdkR> We switched over a bit ago since old pkg-config had issues
<robclark> ahh
<robclark> hmm, still doesn't do the trick.. but I'll look closer at your script to see what I'm missing
<HdkR> Might matter as well
<HdkR> :D
iivanov has joined #aarch64-laptops
iivanov_ has quit [Read error: Connection reset by peer]
echanude has joined #aarch64-laptops
f_ has joined #aarch64-laptops
Caterpillar has joined #aarch64-laptops
<agl> lollaritits[m]: Here in Germany we always say "Handy" to a "mobile phone" ;-)
<agl> sorry
<lollaritits[m]> agl: i know
<lollaritits[m]> its horrible
<lollaritits[m]> not very handy to call it that way
<robclark> HdkR: hmm, fex seems to not like my build.. https://usercontent.irccloud-cdn.com/file/ncxgmALj/image.png
<HdkR> robclark: FEXBash with arguments behaves like sh -c, wrap the arguments in quotes
<HdkR> Tricky little behaviour quirk
<robclark> same
<robclark> you mean like `FEXBash 'ldd path/to/file.so'` right?
<HdkR> yea
<robclark> yeah, same output
<robclark> ldd on my x86 workstation looks reasonable
<HdkR> Does something like `FEXBash "uname -a"` work? rather than ldd which is doing bash shenanigans
<robclark> hmm, no actually
<robclark> hmm, I guess lib _used_ to be a symlink until I extracted new mesa build
<HdkR> probably need a strace to see what it is getting angry about `strace FEXInterpreter /usr/bin/uname -a` Could be the binary itself or the dynamic linker
<HdkR> oh
<HdkR> You did the thing
<HdkR> uh
<HdkR> yea this is a thing with symlinks overwriting folders from tar/xz extracting
<HdkR> er, folders overwriting symlinks
<robclark> yup, that was it
<HdkR> extract in a different folder first then rsync/cp :D
<robclark> so now the unhappyness is just that I used a fake --prefix to build mesa so MESA-LOADER is looking in /home/robdclark/...blah...
<HdkR> --prefix and DESTDIR are your friends
<robclark> ok.. I guess I can use --destdir
<robclark> seems to get further.. now it is unhappy about llvm (which.. I thought I managed to disable.. hmm)
<robclark> guess I need to disable it harder
<robclark> ok, that did the trick \o/
<HdkR> woo
f_ has quit [Ping timeout: 480 seconds]
<robclark> steam ui does seem a bit crashy atm
f_ has joined #aarch64-laptops
jglathe_x13s has quit [Remote host closed the connection]
<robclark> hmm, well it also seems to be a bit crashy on the host side.. so maybe that at least isn't vm related
jglathe_x13s has joined #aarch64-laptops
<jglathe_x13s> argh... external display and X13s :(
<steev> even with johan's new 6.9?
<robclark> when _not_ booted in EL2, external display has been fine for me. I don't think it is expected to work with EL2 boot, because adsp is involved somehow
<jglathe_x13s> still 6.8.5, and I'm in the things-to-avoid learning phase. Was using the laptop with ext. display, moved to standalone, reconnecting dind't work.
<jglathe_x13s> adsp is def involved, but I'm on EL1 for these tests. Will try 6.9 after finishing my tests
f_ has quit [Ping timeout: 480 seconds]
iivanov has quit [Quit: Leaving...]
hightower3 has joined #aarch64-laptops
hightower4 has quit [Ping timeout: 480 seconds]
KREYREN_oftc has joined #aarch64-laptops
jhovold has quit [Ping timeout: 480 seconds]
Caterpillar has quit [Quit: Konversation terminated!]
rmsilva has quit [Quit: ZNC 1.8.2 - https://znc.in]
<steev> i ahven't actually pulled out my hdmi cable since moving, i should probably do that