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
<enyalios> qcvss8280.mbn goes into <firmware_dir>/qcom/sc8280xp/LENOVO/21BX/ , correct?
DanaG has quit [Remote host closed the connection]
<enyalios> looks like it `/usr/src/linux-6.5.3+/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts: firmware-name = "qcom/sc8280xp/LENOVO/21BX/qcvss8280.mbn";`
<xnox> ubuntu isos were pulled, but will be back again once we have fixed translations strings
hightower4 has joined #aarch64-laptops
hightower3 has quit [Ping timeout: 480 seconds]
Evaia631019 has joined #aarch64-laptops
Evaia63101 has quit [Ping timeout: 480 seconds]
Evaia631019 is now known as Evaia63101
hexdump01 has joined #aarch64-laptops
hexdump0815 has quit [Ping timeout: 480 seconds]
hexdump01 has quit [reticulum.oftc.net liquid.oftc.net]
calebccff has quit [reticulum.oftc.net liquid.oftc.net]
kbingham has quit [reticulum.oftc.net liquid.oftc.net]
Amber_Harmonia has quit [reticulum.oftc.net liquid.oftc.net]
cyrinux has quit [reticulum.oftc.net liquid.oftc.net]
minecrell has quit [reticulum.oftc.net liquid.oftc.net]
agl7 has quit [reticulum.oftc.net liquid.oftc.net]
rmsilva has quit [reticulum.oftc.net liquid.oftc.net]
ema has quit [reticulum.oftc.net liquid.oftc.net]
jhovold has quit [reticulum.oftc.net liquid.oftc.net]
Las[m] has quit [reticulum.oftc.net liquid.oftc.net]
Nao[m] has quit [reticulum.oftc.net liquid.oftc.net]
strongtz[m] has quit [reticulum.oftc.net liquid.oftc.net]
Bioxvirizm-x13s[m] has quit [reticulum.oftc.net liquid.oftc.net]
EricCurtin[m] has quit [reticulum.oftc.net liquid.oftc.net]
wiizzard has quit [reticulum.oftc.net liquid.oftc.net]
akawolf[m] has quit [reticulum.oftc.net liquid.oftc.net]
malvi[m]1 has quit [reticulum.oftc.net liquid.oftc.net]
Dylanger has quit [reticulum.oftc.net liquid.oftc.net]
sz3m3k[m] has quit [reticulum.oftc.net liquid.oftc.net]
indy has quit [reticulum.oftc.net liquid.oftc.net]
Libre___ has quit [reticulum.oftc.net liquid.oftc.net]
exeat has quit [reticulum.oftc.net liquid.oftc.net]
akaWolf0_ has quit [reticulum.oftc.net liquid.oftc.net]
djakov has quit [reticulum.oftc.net liquid.oftc.net]
Esmil has quit [reticulum.oftc.net liquid.oftc.net]
hexdump01 has joined #aarch64-laptops
cyrinux has joined #aarch64-laptops
kbingham has joined #aarch64-laptops
ema has joined #aarch64-laptops
rmsilva has joined #aarch64-laptops
indy has joined #aarch64-laptops
EricCurtin[m] has joined #aarch64-laptops
exeat has joined #aarch64-laptops
akaWolf0_ has joined #aarch64-laptops
Esmil has joined #aarch64-laptops
djakov has joined #aarch64-laptops
jhovold has joined #aarch64-laptops
agl7 has joined #aarch64-laptops
Amber_Harmonia has joined #aarch64-laptops
minecrell has joined #aarch64-laptops
calebccff has joined #aarch64-laptops
strongtz[m] has joined #aarch64-laptops
wiizzard has joined #aarch64-laptops
malvi[m]1 has joined #aarch64-laptops
akawolf[m] has joined #aarch64-laptops
sz3m3k[m] has joined #aarch64-laptops
Libre___ has joined #aarch64-laptops
Nao[m] has joined #aarch64-laptops
Dylanger has joined #aarch64-laptops
Bioxvirizm-x13s[m] has joined #aarch64-laptops
Las[m] has joined #aarch64-laptops
<cenunix[m]> Sorry if this is a bit unrelated but I’m trying to get Nixos to boot into an installer iso using the mainline kernel
<cenunix[m]> Am wondering if I’m missing some kernel modules or something? I’m using the kernel params that jhovold listed on the x13s wiki page.
<cenunix[m]> An error occurred in stage 1 of the boot process, which must mount the root filesystem on mnt-root' and then start stage 2.
<Guest2683> cenunix[m]: not able to help, but you have a WIP branch where you make this installer? I have tried the same, but gave up after a few weeks of not understanding why the iso wasn't mounted, so stage 1 wasn't even started. So interested in seeing if my setup can get further and I might be able to help out (or if I'll just get stuck at the same place)
Guest2683 is now known as martiert-work
<cenunix[m]> For this I’m using Nixos-generators, will link the config I use in a sec
srinik has quit [Killed (NickServ (Too many failed password attempts.))]
srinik has joined #aarch64-laptops
hightower4 has quit [Ping timeout: 480 seconds]
iivanov has quit [Remote host closed the connection]
<Jasper[m]> <cenunix[m]> "An error occurred in stage 1..." <- There are some issues currently with getting usb to work on boot
<Jasper[m]> Dit you try replugging the usb stick while it's searching for the rootfs?
iivanov has joined #aarch64-laptops
<Jasper[m]> <xnox> "ubuntu isos were pulled, but..." <- https://fxtwitter.com/Tick_Hack_bot/status/1712544420644663475 oh uhh, you weren't kidding
matthias_bgg has joined #aarch64-laptops
hightower2 has joined #aarch64-laptops
hightower2 has quit [Read error: Connection reset by peer]
<cenunix[m]> <Guest2683> "cenunix: not able to help, but..." <- https://gist.github.com/cenunix/b332ecb4026ccf3dda62bf564d86b529
<cenunix[m]> command i use to build the iso: nix run github:nix-community/nixos-generators -- -f install-iso --system aarch64-linux -c x13s.nix
<cenunix[m]> <Jasper[m]> "Dit you try replugging the usb..." <- yeah just tried that with no luck, i'll try it a couple more times though
<cenunix[m]> im gonna try the old flip the usb upside down in a sec too
<Jasper[m]> cenunix[m]: If it doesn't you should try following the instructions on Fedora's wiki about the X13s https://fedoraproject.org/wiki/Thinkpad_X13s#Rawhide_hacking
<Jasper[m]> You just need to do those initfs changes for the boot iso
<cenunix[m]> that should be doable thanks so much for the link
<cenunix[m]> just for clarification i assume you mean this part especially :... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/CaIxoGjElgHwoiFmQdIAeFFt>)
<Jasper[m]> No problem! I haven't tested this personally and @clover hasn't yet either for archiso. But I'm assuming Fedora know what they're doing
<Jasper[m]> cenunix[m]: > <@selmer443:matrix.org> just for clarification i assume you mean this part especially :... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/dGcQlOmkZRpPOcbpsuWwIwYQ>)
<cenunix[m]> sweet ill give it a try, hopefully I can get a reasonably stable iso built so it can be added to community support ARM devices on the NixOS wiki
<Jasper[m]> By the way, audio is almost perfect for me on this thing. Holy crap
<Jasper[m]> Headphones are well amplified and the noise is solved as said in the talk
<Jasper[m]> Speakers are loud enough (not entirely on Windows stock level, but there could be some software magic involved there)
<Jasper[m]> Only thing I've noticed with the headphones is that there's some noise/distortion on lower volume parts of songs
<Jasper[m]> A good example is the intro for J Dilla, Guilty Simpson and Madlib - Baby (proceed with caution if you don't like hiphop haha). Some of the noise pulls through the entirety of the song. Not sure if that's because of some frequency range being present or not.
<Jasper[m]> Okay nvm, it's mostly the louder music where it gets overblown hahaha, music that is mastered less loudly tend to still have the noise and distortion (Yussef Dayes - Love is the message Live at abby road)
hightower2 has joined #aarch64-laptops
hightower2 has quit [Ping timeout: 480 seconds]
hightower2 has joined #aarch64-laptops
<cenunix[m]> good to hear sound is working so well :)
<cenunix[m]> we've come so far from the early days haha
Caterpillar has joined #aarch64-laptops
<Bioxvirizm-x13s[m]> <Jasper[m]> "https://fxtwitter.com/Tick_Hack_..."; <- lol
<qzed> lun: Error 22 is invalid argument... I'll try to see if I can make some sense of it this evening
iivanov has quit [Remote host closed the connection]
iivanov has joined #aarch64-laptops
<konradybcio> blender on x13s hmm
<HdkR> Is it just using Vulkan Compute?
<HdkR> Oh, for the renderer?
<HdkR> That's not quite exciting as I thought. X13s already supports GL 4.6 so it should just work?
alpernebbi has quit [Ping timeout: 480 seconds]
alpernebbi has joined #aarch64-laptops
phire has quit [Remote host closed the connection]
phire has joined #aarch64-laptops
altacus has joined #aarch64-laptops
altacus__ has quit [Ping timeout: 480 seconds]
todi has joined #aarch64-laptops
iivanov has quit [Quit: Leaving]
<steev> hm
<steev> there's definitely something up with usb on 6.6
<steev> Bus 004 Device 002: ID 0bda:9210 Realtek Semiconductor Corp. RTL9210 M.2 NVME Adapter
<steev> on 6.5 i can do something like grep through all 655 git repo checkouts of kali packages, but with 6.6, doing so causes it to 2023-10-11T21:00:01.366768-05:00 wintermute kernel: [ 2315.389963] sd 0:0:0:0: [sda] tag#23 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD
<steev> 2023-10-11T21:00:01.510596-05:00 wintermute kernel: [ 2315.534723] usb 6-1: reset SuperSpeed Plus Gen 2x1 USB device number 2 using xhci-hcd
hightower2 has quit [Read error: Connection reset by peer]
hightower2 has joined #aarch64-laptops
DanaG has joined #aarch64-laptops
<DanaG> The one ARM desktop-ish thing I have is a Honeycomb LX2160A, but man, getting an ideal GPU to work with that thing has been a struggle. Old AMD can't do 4k 120Hz (even if I can't game on it, 120hz is great for just plain desktop use). New AMD can't load the firmware. New NVIDIA falls off the bus, and doesn't have the binary drivers for 32-bit stuff.
<DanaG> Can any of the Qualcomm laptops do 4k 120hz over DisplayPort?
<Jasper[m]> <DanaG> "The one ARM desktop-ish thing..." <- Didn't someone make a x86 emulator EFI exactly for that firmware issue you mentioned?
<DanaG> I don't mean the UEFI GOP driver, I mean the driver-load-time PSP (and such) firmware.
<DanaG> Oh man, imagine if we could get an Exynos laptop with the AMD-based GPU, that could be cool. Though, how good even is Samsung at upstreaming their stuff?
<DanaG> Speaking of upstreaming, some of the issues with LX2160A have fixes that the upstream has rejected or roadblocked for ages. That's why I'm considering getting something else for desktop use.
<steev> they've definitely gotten better about upstreaming post... what were those things... s5p?
<Jasper[m]> <DanaG> "I don't mean the UEFI GOP driver..." <- Ahh yeah, didn't know that was architecture dependent.
<Jasper[m]> steev: The early iphone socs?
<steev> was the early iphone a samsung s5p? i was more thinking the nanopi devices using the s5p6818 or some such, which never made it to mainline
cyrinux has quit []
cyrinux has joined #aarch64-laptops
<Jasper[m]> <steev> "was the early iphone a samsung s..." <- They didn't have the typical Apple Asomething nomenclature yet so they let the fab name them
<Jasper[m]> S5L8900
<steev> ah, i was thinking the older nanopi boards, but then i remembered that i got rid of most of them
<DanaG> And actually, the reason the GOP isn't a problem is because AMD released aarch64 GOP .efi drivers.
gabertron has quit [Quit: No Ping reply in 180 seconds.]
gabertron has joined #aarch64-laptops