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)
matthias_bgg has quit [Ping timeout: 480 seconds]
matthias_bgg has joined #aarch64-laptops
systwi has quit [Ping timeout: 480 seconds]
systwi has joined #aarch64-laptops
hexdump0815 has joined #aarch64-laptops
hexdump01 has quit [Ping timeout: 480 seconds]
shawnguo has joined #aarch64-laptops
janrinze has quit [Ping timeout: 480 seconds]
janrinze has joined #aarch64-laptops
echanude has joined #aarch64-laptops
SSJ_GZ has joined #aarch64-laptops
matthias_bgg has quit [Ping timeout: 480 seconds]
matthias_bgg has joined #aarch64-laptops
Caterpillar has quit [Remote host closed the connection]
<abelvesa>
just got my x13s and got debian on it (for a start)
<abelvesa>
I intend to use this as a daily driver
<abelvesa>
anyone working on system suspend for it?
<jhovold>
abelvesa: you should be able to suspend, but we still have drivers like the qcom pcie driver which doesn't implement suspend so the current draw is still quite high
<abelvesa>
jhovold: yeah, I just noticed the hotplug command timeout messages
<jhovold>
abelvesa: which message are you referring to?
<abelvesa>
[ 3069.826239] printk: Suspending console(s) (use no_console_suspend to debug)
<abelvesa>
I'll keep adding new deb files every time I have something new working
<selmer443[m]>
thanks :)
<steev>
abelvesa: i look forward to this :)
echanude has quit [Quit: WeeChat 3.6]
Caterpillar has joined #aarch64-laptops
echanude has joined #aarch64-laptops
<steev>
getting more battery life from the thinkpad would be very nice. i'm close to having srini's stuff added in, i'm missing some patch though... as it happens when i try to re-incorporate things so trying to get those back again
<abelvesa>
steev: can you share your tree here as well?
<dgilmore>
can someone share a 6.1/6.2 config known to work on the c630?
<abelvesa>
steev: does your tree have audio as well? I know srini was working on that at some point.
<steev>
it's missing a patch somewhere, but if you have the ucm2 files, it'll play something for a second or so before popping and wheezing, at least on a 21BX, 21BY apparently works fine?
<abelvesa>
steev: ok, will try it myself as well then
<steev>
the added in the dump of what i'm using here in the laptop_defconfig
<steev>
just added*
<abelvesa>
steev: thanks, will try it out tomorrow morning
<dgilmore>
thanks steev since I am on break from work going to try get fedora working on mine
<steev>
<3
<steev>
hope the break is going well
<steev>
miss you
<dgilmore>
right now its snowing and silly cold
<dgilmore>
It has been too long since we got to hang out
<xypron>
On the X13s with BIOS N3HET75C (1.47) I am able to boot into the UEFI shell with secure boot disabled but executing the SCT (command 'sct -u') the system crashes. Executing helloworld.efi from the U-Boot project crashes the system too. This is irrespective of enabling the experimental Linux support or not.
matthias_bgg has quit [Quit: Leaving]
<rfs613>
xypron: not of much help, but I'm on bios N3HET74W (1.46), just refreshed lenovo vantage, not being offered 1.47
<rfs613>
so perhaps they pulled it
<rfs613>
?
<ardb>
xypron: those systems only run the windows logo test
<ardb>
nobody care about EFI compliance as long as it can boot windows
<xypron>
ardb: As it can run some binary in the EFI shell provided by EDK II there must be something strange in our U-Boot binaries that stops running helloworld.efi or dtbdump.efi. 'sct -s uboot.seq' runs but 'sct -u' crashes. - Boot0001 is set up for Windows but BootOrder does not contain 0x0001. For booting Linux I would like Boot0002 to point to it and BootOrder to be set up. That is why I was looking into the EFI shell.