| + jogu_ (~jogu@user/jogu) | 00:05 | |
| - jogu (QUIT: Ping timeout: 245 seconds) (~jogu@user/jogu) | 00:06 | |
| + paperManu (~paperManu@204.48.0.160) | 00:53 | |
| - stephano (QUIT: Quit: stephano) (~stephano@71.238.14.13) | 01:18 | |
| + spew (~spew@user/spew) | 01:21 | |
| - murphnj (QUIT: Quit: murphnj) (~murphnj@user/murphnj) | 02:07 | |
| - manis (QUIT: Quit: Gateway shutdown) (01a66df340@185.72.67.185) | 04:00 | |
| + manis (01a66df340@185.72.67.185) | 04:03 | |
| - op_4 (QUIT: Remote host closed the connection) (~tslil@user/op-4/x-9116473) | 04:05 | |
| - mjw (QUIT: Ping timeout: 265 seconds) (~mjw@gnu.wildebeest.org) | 04:05 | |
| + op_4 (~tslil@user/op-4/x-9116473) | 04:05 | |
| - AnimaInvicta (PART: !!unknown attribute: msg!!) (~AnimaInvi@88-169-191-86.subs.proxad.net) | 04:31 | |
| - paperManu (QUIT: Ping timeout: 246 seconds) (~paperManu@204.48.0.160) | 05:05 | |
| - xktr (QUIT: Ping timeout: 276 seconds) (~xktr@user/xktr) | 07:05 | |
| + xktr (~xktr@user/xktr) | 07:12 | |
| - GNUmoon2 (QUIT: Remote host closed the connection) (~GNUmoon@gateway/tor-sasl/gnumoon) | 09:09 | |
| + GNUmoon2 (~GNUmoon@gateway/tor-sasl/gnumoon) | 09:10 | |
| - xktr (QUIT: Read error: Connection reset by peer) (~xktr@user/xktr) | 09:16 | |
| + xktr (~xktr@user/xktr) | 09:22 | |
| josch | new system images with kernel 7.1.3 https://source.mnt.re/reform/reform-system-image/-/jobs/23268 | 09:36 |
|---|---|---|
| josch | minute: linux 7.1.3 is in the MNT Debian repos -- your qcom-7.0 branch needs rebasing. Should I do it or do you plan to do it? | 09:38 |
| - buckket (QUIT: Quit: buckket) (~buckket@vps.buckket.org) | 10:20 | |
| + buckket (~buckket@vps.buckket.org) | 10:21 | |
| lidstah | josch, minute : hi :) I'm on the 7.1.3 kernel on my reform classic and, sadly, the IVO panel timing problem (glitches) is back :( | 11:54 |
| lidstah | but only when playing luanti with my son (40FPS cap here) | 11:58 |
| lidstah | and... 35FPS+vsync, no more glitches | 12:00 |
| lidstah | that's weird | 12:00 |
| lidstah | nope, forget it, same behavior | 12:01 |
| lidstah | maybe the IVO fix wasn't included in the 7.1.3 kernel build? | 12:02 |
| lidstah | and I also see glitches without playing (bit warm here, so..) | 12:04 |
| lidstah | switching back to the 7.0.13 in the meantime | 12:08 |
| lidstah | back on 7.0.13, checking if I still experience the glitches | 12:10 |
| + AnimaInvicta (~AnimaInvi@88-169-191-86.subs.proxad.net) | 12:14 | |
| lidstah | yes, can confirm, no glitches on 7.0.13 | 12:16 |
| josch | lidstah: thank you, you are right the patch is missing. On it... | 12:19 |
| lidstah | josch: no worries, rollback was easy with u-boot-update, just selected the l1 label to boot | 12:21 |
| lidstah | it's sunday, no hurry :) | 12:22 |
| josch | lidstah: too late https://source.mnt.re/reform/reform-debian-packages/-/merge_requests/189 | 12:27 |
| lidstah | :D | 12:38 |
| lidstah | thank you josch :) | 12:38 |
| josch | lidstah: might be in the repos in half an hour (if not, then in 1.5 hours) | 13:25 |
| onepict | Thank you for this josch, I've got glitches in my main screen myself after updating today. Although the HDMI is unaffected. Although I don't understand about u-boot so it's an opportunity to learn. I know there's a man page for U-boot but are there any tutorial materials to use those tools for rolling back with u-boot update? | 13:42 |
| lidstah | josch: ah great :) thank you, sorry for the late answer, it was lunch time here | 13:46 |
| lidstah | onepict: if you cat /boot/extlinux/extlinux.conf, you'll see various text blocks with "l0", "l1", and so on, with the default being l0 (the last kernel). don't modify this file, use u-boot-update, in my case I wanted to boot the 7.0.13 kernel, labeled "l1": as root, I used U_BOOT_DEFAULT="l1" u-boot-update - don't forget to run it again with U_BOOT_DEFAULT="l0" u-boot-update once the corrected | 13:48 |
| lidstah | kernel will be available on the repos :) | 13:48 |
| lidstah | or, just wait, won't be long (either in 10 minutes~ or in one hour~) | 13:50 |
| onepict | lidstah: so is that a command in u-boot-update or do I modify a conf? | 13:50 |
| onepict | I do appreciate the help though. u-boot is a little intimidating as I'm used to grub | 13:51 |
| lidstah | a command prefixed with an environment variable defining which "label" you want to boot by default | 13:51 |
| lidstah | but having a look at extlinux.conf is interesting | 13:52 |
| lidstah | so I ran - as root - 'U_BOOT_DEFAULT="l1" u-boot-update' because the block in extlinux.conf allowing me to boot the 7.0.13 kernel was labeled "l1" - the 7.1.3 kernel block was labeled "l0" | 13:53 |
| onepict | that worked a treat thank you lidstah | 13:54 |
| lidstah | once the fixed kernel will be available in the repos, I'll run 'U_BOOT_DEFAULT="l0" u-boot-update' to switch back to the "l0" then I'll ran apt full-upgrade | 13:54 |
| lidstah | onepict: you're welcome :) | 13:55 |
| onepict | This is why having a reform is awesome, the folks helping each other to learn. | 13:55 |
| lidstah | indeed, the community around these computers is awesome | 13:56 |
| lidstah | onepict: just don't forget to run u-boot-update again to switch back to the l0 labeled boot config before running sudo apt update && sudo apt full-upgrade once the fixed kernel is available | 13:58 |
| onepict | I'll add that to my notes, so I don't forget. Plus there's here of course. :) | 13:59 |
| onepict | afk | 14:00 |
| lidstah | and the fixed kernel is available in the repos, 30 minutes, as josch said :) | 14:02 |
| lidstah | reboot time :) | 14:05 |
| + paperManu (~paperManu@204.48.0.160) | 14:06 | |
| onepict | running the upgrade and setting the uboot now | 14:20 |
| onepict | On the new kernel no screen flicker, thanks josch and thanks lidstah for the mini uboot tutorial. It's a useful thing to learn, especially as at home we've got a few banana pi routers to play with and they use uboot. Knowing where to look is really useful to learn. | 14:23 |
| josch | onepict: be prepared to throw out that knowledge once the boot method is switched to efi XD | 14:28 |
| onepict | heheh | 14:30 |
| onepict | You never know when you come across some old eldrich piece to hardware ;) | 14:31 |
| josch | merge request here: | 14:31 |
| josch | https://source.mnt.re/reform/reform-system-image/-/merge_requests/151 | 14:31 |
| onepict | Something well wierd is happening between me in france and source.mnt.re it seems to get to the amsterdam interchange and then stop. | 14:34 |
| lidstah | can confirm, no more glitches once the ivo timing patch is applied, thanks josch :) | 14:34 |
| josch | lidstah: thank you for confirming! | 14:35 |
| lidstah | onepict: no problem here between Nantes and source.mnt.re (ISP is Free - and I'm french too :)) | 14:35 |
| onepict | Yeah it just stops at the ams interchange I'm on aquilenet, which it goes through traceroute and mtr stops at ae3-1337.bbr02.anx63.ams.nl.anexia-it.net | 14:36 |
| onepict | I'm sure they will notice it soon. Won't just be my traffic stopped. I got the update via apt thanks to josch | 14:37 |
| lidstah | oh Aquilenet? FAImaison member here (Nantes associative ISP) :D | 14:44 |
| lidstah | lemme check from cogent (aka slowgent) | 14:45 |
| lidstah | we do pass through ae2-0.bbr01.anx63.ams.nl.anexia-it.net here to join source.mnt.re, no problem | 14:46 |
| onepict | Cool! When I was in the uk I used to be on AAISP, so the closest to that for me is Aquilenet. | 14:46 |
| onepict | We run an ipv6 only network at home. | 14:47 |
| lidstah | nice :), still dual stack here | 14:47 |
| lidstah | gtg, my son does want his luanti dose xD | 14:48 |
| onepict | *waves* | 14:48 |
| josch | lidstah: we are also big luanti fans here (daughter 5) | 14:48 |
| lidstah | it's great :) | 14:53 |
| lidstah | I used a middle-earth height map and worldpainter to generate a luanti world (8km x 8km) mimicking a mini-middle earth, we spent some time with my son making proper rivers and such, now we're building Hobbiton and Bree :D | 14:54 |
| lidstah | then, Tharbad, Fornost, Forlong, Grey Havens, Edoras, Isengard, Moria, and so on. We're up for some years of crafting xD | 14:55 |
| josch | lidstah: we are exploring a random map generated in the voxelibre mod. We just made it out of a terrible jungle. That was such a mess to get through! Now we are exploring a huge underground cave network. :) | 14:56 |
| josch | the little one is playing on the pocket reform and parents are on one big reform each :) | 14:56 |
| minute | josch: thanks for taking care of 7.1! i can test it tomorrow | 15:00 |
| josch | minute: wonderful! I have it running on rk3588, a311d, imx8mq and ls1028a. You could boot it up on some qualcomm. :) | 15:01 |
| lidstah | josch: yeah, the random map generator can make some really fun things :) | 15:04 |
| lidstah | right now, the map and build here are done with the basic minetest game, then once the builds are OK, we'll add various mods | 15:05 |
| josch | lidstah: any other mod recommendation you could make that makes it more fun for the little ones? | 15:07 |
| lidstah | We liked Asuna, quite peaceful (only some slimes as enemies) and quite beautiful | 15:11 |
| lidstah | the CTF mod is really fun, played it last year on the last day of school with students | 15:11 |
| lidstah | but you need a good bunch of players | 15:11 |
| + stephano (~stephano@71.238.14.13) | 15:18 | |
| lidstah | the villages module (but you don't need it with voxelibre or mineclonia) seems interesting too - but I'll probably just use it to make the small towns we're building with my son more "lively" | 15:18 |
| lidstah | worldedit too (sorry, back and forth between luanti and irc :p) to manage copy pasting bunch of blocks and such | 15:34 |
| lidstah | or to quickly fill a selection of blocks | 15:34 |
| + mjw (~mjw@gnu.wildebeest.org) | 15:39 | |
| - paperManu (QUIT: Ping timeout: 244 seconds) (~paperManu@204.48.0.160) | 16:03 | |
| stephano | minute: https://github.com/cetola/mnt-build/releases/tag/7.1.3.reform1-aarch64 ...rk3588s now in "beta". I call it "beta" because one of those board connectors is just floating in the air on my RCM4 board, for now. :) | 16:19 |
| + bkeys (~Thunderbi@134.22.115.162) | 16:24 | |
| - stephano (QUIT: Quit: stephano) (~stephano@71.238.14.13) | 18:13 | |
| + stephano (~stephano@71.238.14.13) | 18:18 | |
| josch | stephano: i dropped the ball on https://source.mnt.re/reform/reform-tools/-/merge_requests/168 -- would you like me to just press the merge button on that one? | 18:18 |
| stephano | josch: Oh right! I forgot about this one too. It's an unusual code path, running rmmod on boot, but I don't know what the "PHY reset problem" was. The code is "safe" in that worst case the script hangs for 30 secs. It worked fine in arch, so as long as someone can do a quick check in Debian I think we're good to merge. | 18:39 |
| + reform29762 (~iris@2601:645:4300:9e40::e560) | 18:45 | |
| reform29762 | hello | 18:46 |
| reform29762 | hows it going reformers | 18:46 |
| - reform29762 (QUIT: Client Quit) (~iris@2601:645:4300:9e40::e560) | 18:47 | |
| stephano | minute: any thoughts on https://source.mnt.re/reform/reform-tools/-/merge_requests/168 ? I'm not sure what the history was there with the "PHY reset problem". | 19:45 |
| + murphnj (~murphnj@user/murphnj) | 20:29 | |
| minute | stephano: cool, approved @ PHY reset workaround | 20:41 |
| minute | and cc josch | 20:42 |
| minute | stephano: also, super cool @ radxa cm5, so i just need to get around to make an rcm5. but it's really nice how much already works with rcm4 | 20:43 |
| josch | awesome, rebased and set to auto-merge | 20:44 |
| - S0rin (QUIT: Quit: WeeChat 4.6.3) (~S0rin@user/s0rin) | 20:51 | |
| - spew (QUIT: Remote host closed the connection) (~spew@user/spew) | 21:04 | |
| + S0rin (~S0rin@user/s0rin) | 21:13 | |
| - talos (QUIT: Quit: The Lounge - https://thelounge.chat) (~talos@2600:6c5d:f0:1fd0:e3f0:8302:b915:735a) | 21:23 | |
| stephano | josch: do we want to merge in https://source.mnt.re/reform/reform-tools/-/merge_requests/171 as well? I'm not sure if I got those abstractions right. | 21:29 |
| + spew (~spew@user/spew) | 21:31 | |
| josch | stephano: looking at our conversation there, everything got resolved -- do you agree? | 21:36 |
| josch | stephano: i gave you "Developer" access to the reform-tools repo — you should now be able to press the merge button yourself :) | 21:38 |
| stephano | josch: wowsa. okay, that's a lot of responsibility, but in this case I think it's all resolved so I'll muster my button-pushing bravery. Thanks! | 21:46 |
| josch | stephano: nah, even *if* you mess up (as well do at times) things can get reverted with git magic. I prefer handing out commit privileges which makes contributing more fun than having to wait for me to press buttons. :) | 21:50 |
| stephano | josch: lol, true | 21:51 |
| josch | s/as well/as we all/ | 21:52 |
| + talos (~talos@2600:6c5d:f0:1fd0:f708:104e:ab1c:41db) | 21:58 | |
| stephano | josch: I don't see a "merge" button. Do I need to do anything other than rebase before it allows me to merge? | 22:25 |
| stephano | GitLab does helpfully tell me "Ready to merge by members who can write to the target branch." X-D | 22:35 |
| - stephano (QUIT: Quit: stephano) (~stephano@71.238.14.13) | 22:40 | |
| + stephano (~stephano@71.238.14.13) | 22:41 | |
| minute | josch: stephano: only maintainers can merge to protected branches ^^ | 22:54 |
| + reform12352 (~robin@0.89-10-210.nextgentel.com) | 22:59 | |
| - reform12352 (QUIT: Client Quit) (~robin@0.89-10-210.nextgentel.com) | 22:59 | |
| stephano | minute: well now I have this strange desire to push a big green button. | 23:13 |
| josch | stephano: your wish was granted -- congratulations to your promotion :) | 23:23 |
| josch | happy button pressing! | 23:23 |
| stephano | Hey, there was a drum roll too! That was some high quality button pressing. | 23:26 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!