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)
hexdump0815 has joined #aarch64-laptops
hexdump01 has quit [Ping timeout: 480 seconds]
jenneron__ has joined #aarch64-laptops
jenneron_ has quit [Ping timeout: 480 seconds]
<qzed> bamse: is it normal to get a bunch of `Remote returned an error: End of Transfer` in tqftpserv?
<qzed> I also see an `unhandled op 5`
falk689 has quit [Remote host closed the connection]
falk689 has joined #aarch64-laptops
<qzed> also what's up with those mcfg_hw/sw files?
jenneron__ has quit [Remote host closed the connection]
jenneron__ has joined #aarch64-laptops
<qzed> ah, I assume modem configs... found them on windows
jhovold has joined #aarch64-laptops
jhovold has quit [Ping timeout: 480 seconds]
<bamse> steev: okay, sounds like something we need to debug
<bamse> qzed: the wifi hardware is supposed to have a board-id flashed onto it in factory, but unfortunately it's not uncommon for vendors to skip that step :/
<qzed> bamse: if it's supposed to be in the eeprom, I think there are other issues...
<qzed> apparently the region ID is also not there and falls back to US, which is what I think blocks channel 12 because that's not available in north america
<bamse> qzed: i unfortunately don't remember the details :/
<qzed> I suppose that's probably because I use dummy files instead of those partitions
<bamse> hmm, i didn't expect that to be the case...but it's not impossible
<qzed> anyways, it mostly works, I'm sure we can figure out the kinks at some point too
<bamse> i did think it was some programmable bits in the external wifi module
<qzed> haven't really looked at it yet in detail, so I'm just speculating
<qzed> bamse: another thing before I try installing on the nvme:
<qzed> as far as I can tell, the pro-x uses pcie1 and pcie2 combined for a total of 4 lanes
<qzed> in the DT, you've set num-lanes = <4> for pcie2 and the nvme works with pcie2 in use
<qzed> but it kinda looks like pcie2_phy only has two lanes?
<qzed> is that correct?
<bamse> i've not looked at sc8180x in this regards for a while, but i think it's the same design as in sc8280xp...
<qzed> I mean it does seem to work, I'm just wondering a bit whether it's using 2 or 4 lanes and how that whole bonded together thing works
<bamse> you can either run two 2-lane controllers with the two 2-lane phys...or the first controller in 4-lane mode, wired up to both the associated phys
<bamse> so i would expect that if this works for you by just setting up the controller to 4 lanes and fire up the first phy, then you're running off the bootloader configuration of the second phy...or something like that
<qzed> hmm okay, yeah that's kinda what I'd wanted to avoid before installing...
<bamse> my colleague is working on some patches for doing this properly...
<qzed> nice!
<bamse> the only thing i can think of is that it perhaps might break if you do suspend the platform without the support to power things up properly again
<bamse> but we're not doing that yet...
<bamse> so just run with it :)
<qzed> alright
<qzed> thanks!
<steev> bamse: i'll wait til rc1 before looking closer
<qzed> steev: I found a workaround to disable those `chan info` messages
<qzed> not sure exactly what it does... but it works
<steev> ah
<steev> qzed: https://www.spinics.net/lists/linux-wireless/msg178387.html i think this commit message explains it
<qzed> oh nice, yes that seems to make sense
<steev> qzed: and can confirm, do not see them here now
<bamse> but the firmware-5.bin is generic?
<steev> it is
<bamse> or can we somehow make that change stick for all sc8180x boards?
<steev> if it's pushed upstream, sure
<steev> upstream's firmware-5 comes with wowlan,mgmt-tx-by-reference,non-bmi
<bamse> yeah, but wont' that break for other boards using firmware-5.bin?
<steev> well, the c630 doesn't have that option set
<qzed> yeah I was wondering that as well... the ath10k-firmware repo from kvalo has firmware-5.bin-s in some subdirectories for certain things
<steev> so i could throw it on there and see if it breaks?
<qzed> so I guess there should be a way to select those via the QC_IMAGE_VERSION_STRING or something?
<steev> qzed: the one in there seems to be what the c630 uses
<steev> ath10k_snoc 18800000.wifi: qmi fw_version 0x2009856b fw_build_timestamp 2018-07-19 12:28 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HL.2.0-01387-QCAHLSWMTPLZ-1
<qzed> it looks like at least some of the HL3.1 stuff also uses single-chan-info-per-channel
jenneron___ has joined #aarch64-laptops
jenneron__ has quit [Ping timeout: 480 seconds]
<steev> qzed: when using your wifi to transmit a decent amount of data (e.g. apt update && apt full-upgrade), does doing something like moving the mouse cursor "lag" ?