2025-08-05.log

- b0 (QUIT: Quit: Ping timeout (120 seconds)) (~b0@user/b0)00:34
+ b0 (~b0@user/b0)00:36
- AnimaInvicta (PART: !!unknown attribute: msg!!) (~AnimaInvi@88-120-179-216.subs.proxad.net)01:18
- mjw (QUIT: Ping timeout: 276 seconds) (~mjw@gnu.wildebeest.org)01:57
+ casparvitch (~casparvit@130.102.160.65)02:41
+ emdevt (~emdevt@2001:7e8:fa17:7901:889:cfa1:9c37:6514)02:52
- Gooberpatrol66 (QUIT: Ping timeout: 260 seconds) (~Gooberpat@user/gooberpatrol66)02:55
- paperManu (QUIT: Ping timeout: 272 seconds) (~paperManu@72.10.129.226)03:10
+ Gooberpatrol66 (~Gooberpat@user/gooberpatrol66)03:10
- kop316 (QUIT: Remote host closed the connection) (m-6f6zq6@static.138.159.90.157.clients.your-server.de)03:57
- emdevt (QUIT: Remote host closed the connection) (~emdevt@2001:7e8:fa17:7901:889:cfa1:9c37:6514)03:58
+ emdevt (~emdevt@2001:7e8:fa17:7901:889:cfa1:9c37:6514)03:59
+ kop316 (m-6f6zq6@static.138.159.90.157.clients.your-server.de)03:59
- kop316 (QUIT: Read error: Connection reset by peer) (m-6f6zq6@static.138.159.90.157.clients.your-server.de)04:06
+ kop316 (m-6f6zq6@static.138.159.90.157.clients.your-server.de)04:07
- kop316 (QUIT: Remote host closed the connection) (m-6f6zq6@static.138.159.90.157.clients.your-server.de)04:07
+ kop316 (m-6f6zq6@static.138.159.90.157.clients.your-server.de)04:08
joguminute: when you get a sec could you unhide the post I made about zmk, seems like it got auto-flagged as spam?04:52
joschjogu: oh dear... the system says "This new user tried to create multiple posts with links to the same domain. All posts from this user that include links should be reviewed."04:59
joschjogu: both posts should be visible again now, sorry for the inconvenience05:00
jogujosch: Thanks for taking a look! Yeah, I think it didn't like my github links for some reason05:04
jogualso cool to see that arm build support got added to the zmk studio ci! 05:05
joguwas looking into making the PR myself and saw someone had already made one haha05:05
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:50)06:26
- vagrantc (QUIT: Ping timeout: 276 seconds) (~vagrant@2600:3c01:e000:21:7:77:0:50)06:41
- casparvitch (QUIT: Ping timeout: 260 seconds) (~casparvit@130.102.160.65)07:12
+ casparvitch (~casparvit@130.102.160.65)07:12
- hairu (QUIT: Remote host closed the connection) (m-uotkmd@user/hairu)07:14
+ hairu (m-uotkmd@user/hairu)07:16
- hairu (QUIT: Remote host closed the connection) (m-uotkmd@user/hairu)07:18
+ hairu (m-uotkmd@user/hairu)07:21
- emdevt (QUIT: Ping timeout: 252 seconds) (~emdevt@2001:7e8:fa17:7901:889:cfa1:9c37:6514)07:53
casparvitchjosch: (ignore if you're busy 🙃) - I *think* I may have found the issue. L405 in reform-d-i's run.sh only checks for /proc/device-tree/model in "MNT Reform 2"|"MNT Reform 2 HDMI". But the model is more like "MNT Pocket Reform with i.MX8MP Module" e.g. see https://source.mnt.re/reform/reform-imx8mp-uboot/-/blob/main/imx8mp-mnt-pocket-reform.dts?ref_type=heads#L266 OR https://source.mnt.re/reform/reform-factory/-/blob/main/classic-reform/factory08:33
casparvitchjosch: `flash-kernel` needs to know which hardware it's running on. (1) it can check `/etc/flash-kernel/machine` (not filled in due to that case guard failing for most reform models), or (2) reading /proc/device-tree/model -> but proc/device-tree/model is a symlink that points into /sys, and /sys isn't mounted in the installer's chroot environment08:36
casparvitch=> auto-detection fails, and flash-kernel configuration crashes. (I think this is the problem anyway ~~)08:36
joschcasparvitch: line 405 you found is a special-casing for the i.MX8MQ -- it should not be needed for any other models08:37
casparvitchdamn08:37
casparvitchmy logic was so good though :D08:37
joschi'm surprised that /proc/device-tree/model is a symlink into /sys08:37
joschthat was not the case the last time i tried this08:37
joschand it is not the case in my currently running system08:37
casparvitchmmmmm ok I will confirm that again when I get time later08:37
joschthank you!08:38
casparvitch👍08:38
casparvitchjosch: I have a record: `ls -ld /target/proc/device-tree ==> irwxrwxrwx 1 root root 28 Aug 4 11:29 /target/proc/device-tree -> /sys/firmware/devicetree/base` & then /sys is not mounted into /target/sys so the symlink breaks?08:46
casparvitchBut I will do a fresh run to confirm, that isn't so useful on it's own08:48
joschcasparvitch: no, sorry you are right /proc/device-tree is the symlink08:49
joschthen what is puzzling is, that /sys is not mounted08:49
joschdebootstrap does mount it08:49
joschor maybe something in the log says otherwise?08:50
casparvitchmaybe just /sys isn't mounted 'automatically' when I chroot in: https://tinyurl.com/e448jpr809:03
joschyes, that's a possibility09:06
joschcasparvitch: are you able to extract the debootstrap logs?09:07
joschcasparvitch: there should be a program called intarget or in-target or similar which is doing the mounting and chroot call for you09:07
casparvitchNot right now, will try now09:08
casparvitch*later. What's the easiest way to share the logs of a partially installed system?09:09
casparvitchnc?09:10
joschcasparvitch: the tool was called in-target: https://d-i.debian.org/doc/internals/ch02.html#idm31209:12
joschcasparvitch: in section 2.7 you see tips of how to debug it09:12
casparvitchahh gotcha, thanks 🙏09:13
+ jogu_ (~jogu@user/jogu)09:52
+ jogu__ (~jogu@user/jogu)09:53
- jogu (QUIT: Read error: Connection reset by peer) (~jogu@user/jogu)09:55
- jogu_ (QUIT: Ping timeout: 252 seconds) (~jogu@user/jogu)09:56
+ jogu (~jogu@user/jogu)09:58
- jogu__ (QUIT: Ping timeout: 260 seconds) (~jogu@user/jogu)09:58
+ mjw (~mjw@gnu.wildebeest.org)10:00
C-KeenWhat's the current state of suspend/resume on a classic reform2?10:34
- casparvitch (QUIT: Ping timeout: 272 seconds) (~casparvit@130.102.160.65)10:59
- jogu (QUIT: Quit: Konversation terminated!) (~jogu@user/jogu)11:09
+ jogu (~jogu@user/jogu)11:09
[tj]grimmware: I've never updated, I didn't spot the usb reset option I'll try that if it happens again11:28
joschC-Keen: which SoM?11:45
C-Keenjosch: i.MX811:46
joschC-Keen: it works most of the time with 6.1211:47
joschC-Keen: try it out with a debian trixie image from reform.debian.net on your sd-card11:48
C-Keenjosch: how do you trigger it and how am i supposed to wake it up properly? I cannot get mine to resume...11:48
joschC-Keen: you press circle+space to resume11:48
C-Keenjosch: hm... do I need a specific LPC version for that?11:49
joschC-Keen: no, it should work with the latest11:50
C-Keenok, I will try that again then11:50
- mjw (QUIT: Ping timeout: 252 seconds) (~mjw@gnu.wildebeest.org)12:27
* Guest8149 -> mjw12:30
+ paperManu (~paperManu@72.10.129.226)12:42
+ cobra_ (~cobra@user/Cobra)13:45
- cobra (QUIT: Ping timeout: 272 seconds) (~cobra@user/Cobra)13:46
+ casparvitch (~casparvit@36.255.114.132)14:23
joschC-Keen: remember that it also depends on some random-ness of your i.MX8MQ. Using the same system image on an sd-card, suspend worked 10 times in a row on the unit of BoostisBetter and it didn't work even once when switching the SoM for mine14:31
[tj]can someone link me to the documentation on updating sysctl firmwares14:42
[tj]sysctl and keyboard I guess14:42
josch[tj]: you had a rk3588 pocket reform?14:43
[tj]imx8mp14:43
josch[tj]: if your firmware is new enough you can use gnome-firmware14:48
joschif you don't have gnome, you could use fwupdmgr from the command line14:48
[tj]is there documentation? I'd like a tab to feel guilty about rather than an irc conversation that will scroll away14:49
[tj]oh, I could just do it now14:50
joschone sec, i took screenshots of the process a while ago for m.inute14:50
[tj]:D14:50
joschm.inute had plans to write these docs14:50
joschi don't think that has happened yet unless i missed it14:50
josch[tj]: found it: https://mister-muffin.de/p/1792.png14:53
joschand here is how to do it:14:54
josch1. press the upgrade button14:54
joschi guess that's why there are no docs -- if your firmware is too old for this to show up, there are manual steps which are shown here:14:54
[tj]i am quite lost14:55
[tj]what is that a screenshot of?14:55
joschhttps://source.mnt.re/reform/pocket-reform/-/releases/2025072414:55
josch[tj]: that is gnome-firmware14:55
joschif you don't have gnome, then on the command line you can carry out steps documented here: https://github.com/fwupd/fwupd?tab=readme-ov-file#basic-usage-flow-command-line14:57
joschand if your firmware is too old for any devices to show up you follow the steps in the source.mnt.re link i pasted aobve14:57
[tj]ta14:59
[tj]the scripts should detect if they are not running with bash15:00
[tj]the root check fails with ash15:00
joschthere are more issues with the scripts but they haven't been fixed in the past either15:03
joschi guess because these scripts are also supposed to be temporary15:03
[tj]fair enough15:03
joschonce everybody is upgraded, they are not needed anymore15:03
[tj]I would fix things, but $work is so difficult to be motivated to do I'm really trying to not be distracted15:04
joschi'd fix them but i don't have the permissions on that repo :D15:04
[tj]thanks that worked15:06
josch[tj]: you used the script method and not fwupd?15:06
[tj]or, it didn't break everything I have no idea if it applied updates15:06
joschyou can check which firmware version you are on by using fwupdmgr15:07
joschand soon using reform-mcu-tool15:07
joschit needs this to get merged: https://source.mnt.re/reform/reform-tools/-/merge_requests/13515:07
[tj]I don't have fwupdmgr15:08
josch[tj]: you could git clone https://source.mnt.re/reform/reform-tools/-/tree/zeha/mcu-version and confirm that it works :)15:10
josch(you can run the tool directly from git)15:10
casparvitchjosch: josch: full syslogs @ https://pastebin.com/irE6jkTx . Some SSL connection fails for reform.debian.net/debian, but seems fine on my other system 🤷15:16
joschcasparvitch: thank you. The problem could simply be that the package ca-certificates is not installed because there is this in the log: error:0A000086:SSL routines::certificate verify failed15:26
joschit's only later in the log that ca-certificates gets installed15:27
joschusually not having ca-certificates is fine because the debian mirrors are not https15:27
joschthat would also explain E: Package 'linux-headers-mnt-reform-arm64' has no installation candidate15:28
joschcasparvitch: I'm copypasting that log into a new issue on salsa.debian.org, okay?15:29
casparvitchyep go for it, thanks 🙏15:39
joschcasparvitch: what was your approach to obtain these logs?15:40
casparvitchran the installer with `openssh-client-udeb` comp, stopped after software install stage & scp'd the syslogs. No `set -x` or anything15:43
joschokay, cool thank you!15:43
casparvitchsorry for the fuss, if I'd known how easy the scp was we'd have been here earlier :)15:44
joschcasparvitch: i created this issue https://salsa.debian.org/reform-team/reform-debian-installer/-/issues/1 let me know if you would like to add more15:44
casparvitch👍15:45
- casparvitch (QUIT: Ping timeout: 248 seconds) (~casparvit@36.255.114.132)15:55
+ andreas-e (~Andreas@167.76.29.93.rev.sfr.net)15:58
+ emdevt (~emdevt@2001:7e8:fa17:7901:889:cfa1:9c37:6514)16:23
- andreas-e (QUIT: Quit: Leaving) (~Andreas@167.76.29.93.rev.sfr.net)16:31
- paperManu (QUIT: Ping timeout: 260 seconds) (~paperManu@72.10.129.226)17:11
+ wielaard (~mjw@gnu.wildebeest.org)17:28
* mjw -> Guest917:28
- Guest9 (QUIT: Killed (silver.libera.chat (Nickname regained by services))) (~mjw@2001:1c06:2486:a800:7602:5eff:dc71:a72c)17:28
* wielaard -> mjw17:28
+ Guest9 (~mjw@2001:1c06:2486:a800:7602:5eff:dc71:a72c)17:28
- colinsane (QUIT: Quit: bye) (~colinunin@97-113-135-128.tukw.qwest.net)17:37
+ colinsane (~colinunin@97-113-135-128.tukw.qwest.net)17:58
+ paperManu (~paperManu@72.10.129.226)18:00
- emdevt (QUIT: Ping timeout: 260 seconds) (~emdevt@2001:7e8:fa17:7901:889:cfa1:9c37:6514)18:07
- paperManu (QUIT: Ping timeout: 252 seconds) (~paperManu@72.10.129.226)18:10
- robin_ (QUIT: Ping timeout: 276 seconds) (~robin@user/terpri)19:06
+ AnimaInvicta (~AnimaInvi@88-120-179-216.subs.proxad.net)19:12
swivelhttps://youtu.be/gYqF6-h9Cvg19:14
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:50)20:06
+ reform9646 (~optimal@212.58.103.251)21:47
- nsc (QUIT: Ping timeout: 252 seconds) (~nicolas@i5C74DEE8.versanet.de)21:47
- reform9646 (QUIT: Client Quit) (~optimal@212.58.103.251)21:49
+ nsc (~nicolas@i5C74DCB1.versanet.de)21:49
- ZetaR (QUIT: Ping timeout: 252 seconds) (~user@c-98-208-141-90.hsd1.fl.comcast.net)22:09
minuteswivel: hehe, nice one22:11
+ robin (~robin@user/terpri)22:23
swivelyeah, sorry I actually thought I was in a diff channel - but it works here just fine :)22:24
+ ZetaR (~user@c-98-208-141-90.hsd1.fl.comcast.net)22:24
- L29Ah (PART: !!unknown attribute: msg!!) (~L29Ah@wikipedia/L29Ah)22:53
+ L29Ah (~L29Ah@wikipedia/L29Ah)22:55
- L29Ah (PART: Error from remote client) (~L29Ah@wikipedia/L29Ah)23:11
+ L29Ah (~L29Ah@wikipedia/L29Ah)23:13
- L29Ah (PART: !!unknown attribute: msg!!) (~L29Ah@wikipedia/L29Ah)23:31
+ L29Ah (~L29Ah@wikipedia/L29Ah)23:32
+ optimal (~user@212.58.103.251)23:47
optimali flipped the battery standby switch on my MNT Pocket Reform while it was plugged into power, the machine switched off and now will not power up again (Hyper+Enter does absolutely nothing), although the red charging light on the side still works23:51
optimal(my silly original reason for doing this was to "preserve battery health" while i had it plugged in, thinking it would just turn off the batteries and run off of wall power, oh well)23:52
optimaldoes anyone know of a possible troubleshooting method/fix for this or have i bricked my unit after 3 hours of playing around with it :P23:53

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!