2026-07-28.log

+ Gooberpatrol66 (~Gooberpat@user/gooberpatrol66)00:10
joschvagrantc, minute: this patch might fix the linux build on 7.1.5: https://source.mnt.re/reform/reform-debian-packages/-/merge_requests/19200:25
joschminute: do you want to rebase MR 188 on top of that and/or cherry pick the commit from there so that your branch builds the most recent kernel?00:27
- murphnj (QUIT: Quit: murphnj) (~murphnj@user/murphnj)00:40
- Kooda (QUIT: Quit: WeeChat 4.4.4) (~kooda@natsu.upyum.com)00:54
+ Kooda (~kooda@natsu.upyum.com)00:56
+ robin__ (~robin@user/terpri)01:18
- robin_ (QUIT: Ping timeout: 260 seconds) (~robin@user/terpri)01:23
+ oliverD (~Thunderbi@user/oliverd)01:45
- oliverD (QUIT: Read error: Connection reset by peer) (~Thunderbi@user/oliverd)01:48
vagrantcjosch: thanks, will check!02:07
vagrantcjosch: well, it applies, presuming the kernel doesn't fail to build ... looks good. :)02:25
- AnimaInvicta (PART: !!unknown attribute: msg!!) (~AnimaInvi@88-169-191-86.subs.proxad.net)02:52
* robin__ -> robin03:05
+ oliverD (~Thunderbi@user/oliverd)03:09
- paperManu (QUIT: Ping timeout: 265 seconds) (~paperManu@204.48.0.160)03:15
- oliverD (QUIT: Ping timeout: 257 seconds) (~Thunderbi@user/oliverd)03:18
+ colinsane (~colinunin@97-113-130-182.tukw.qwest.net)03:19
+ oliverD (~Thunderbi@user/oliverd)03:31
- oliverD (QUIT: Read error: Connection reset by peer) (~Thunderbi@user/oliverd)03:33
+ oliverD (~Thunderbi@user/oliverd)03:42
- oliverD (QUIT: Read error: Connection reset by peer) (~Thunderbi@user/oliverd)03:43
- kop316 (QUIT: Remote host closed the connection) (m-6f6zq6@static.138.159.90.157.clients.your-server.de)04:04
+ kop316 (m-6f6zq6@static.138.159.90.157.clients.your-server.de)04:05
- leonardo_alberto (QUIT: Quit: Client closed) (~leonardo_@2a0c:5a86:130c:9a00:d9fa:7e77:9b50:72c0)04:18
- paperManu_ (QUIT: Ping timeout: 265 seconds) (~paperManu@204.48.0.160)04:29
- Gooberpatrol66 (QUIT: Remote host closed the connection) (~Gooberpat@user/gooberpatrol66)04:50
stephanojosch: sorry, I meant to message about 7.1.5, but today's work day was nuts. I have a fix here: https://github.com/cetola/mnt-build/blob/main/xtra-patches/mnt-overrides/7.1/qcom-mnt-reform2/4004-qcom-pci-add-d3cold.patch04:58
stephanoThe fix is in mainline, 7.2-rc, 2cc0e7454c7805:03
+ robin_ (~robin@user/terpri)05:18
- robin (QUIT: Ping timeout: 260 seconds) (~robin@user/terpri)05:21
stephanoOh, and by "I have a fix", I mean "I copied what they did in 7.2". So my fix is mostly ctrl-c followed by a cunning use of ctrl-v.05:35
- colinsane (QUIT: Ping timeout: 259 seconds) (~colinunin@97-113-130-182.tukw.qwest.net)05:39
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:50)05:53
+ mjw (~mjw@S0106b0f5306f19f3.vc.shawcable.net)06:00
- n_to (QUIT: Quit: quitidiquit) (~n_to@2a03:4000:6:3662:24b1:57ff:fec6:76c1)06:50
+ n_to (~n_to@2a03:4000:6:3662:24b1:57ff:fec6:76c1)06:50
+ qbit_ (~qbit@user/qbit)07:10
- qbit (QUIT: Ping timeout: 256 seconds) (~qbit@user/qbit)07:12
* qbit_ -> qbit07:12
+ oliverD (~Thunderbi@user/oliverd)07:14
joschstephano: thank you, your solution is better. I used my own power of the copypasta and added you as the git author in MR 192 if that's okay?07:14
- oliverD (QUIT: Ping timeout: 253 seconds) (~Thunderbi@user/oliverd)07:18
- RandyK (QUIT: Remote host closed the connection) (~RandyK@user/randyk)08:13
+ RandyK (~RandyK@user/randyk)08:14
- mjw (QUIT: Ping timeout: 265 seconds) (~mjw@S0106b0f5306f19f3.vc.shawcable.net)08:14
- marty (QUIT: Ping timeout: 245 seconds) (~marty@static-23-234-100-217.cust.tzulo.com)08:16
+ marty (~marty@static-23-234-101-23.cust.tzulo.com)08:18
- RandyK (QUIT: Remote host closed the connection) (~RandyK@user/randyk)08:19
+ RandyK (~RandyK@user/randyk)08:20
- RandyK (QUIT: Remote host closed the connection) (~RandyK@user/randyk)08:27
+ RandyK (~RandyK@user/randyk)08:27
- RandyK (QUIT: Remote host closed the connection) (~RandyK@user/randyk)08:28
+ RandyK (~RandyK@user/randyk)08:29
- se6astian (QUIT: ) (~quassel@2a03:b0c0:3:f0:0:1:9e0a:7000)08:37
+ BAndiT1983 (~quassel@2a03:b0c0:3:f0:0:1:9e0a:7000)08:37
+ se6astian (~quassel@2a03:b0c0:3:f0:0:1:9e0a:7000)08:37
+ anuejn (~quassel@2a03:b0c0:3:f0:0:1:9e0a:7000)08:37
+ oliverD (~Thunderbi@user/oliverd)08:47
+ robin__ (~robin@user/terpri)08:49
- robin_ (QUIT: Ping timeout: 260 seconds) (~robin@user/terpri)08:52
joschminute: I saw that you removed comments from ./linux/config. Currently, linux/build.sh just does `cat config >>linux/debian/config/arm64/config` which we could easily replace by `grep -v '#' config >> ...` and then linux/config can have comments. Okay?09:29
- oliverD (QUIT: Ping timeout: 251 seconds) (~Thunderbi@user/oliverd)10:08
minutejosch: ah, sounds good, thanks!10:10
minutestephano: thanks for finding the pcie patch!10:11
joschminute: I rebased your rk3588-pocket-dp-altmode-and-sc branch on top of MR 192 with stephano's patch in it. The built just finished in josch/reform-debian-packages and now a rk3588 pocket reform system image with that kernel is building in https://source.mnt.re/josch/reform-system-image/-/pipelines/648510:16
joschOnce that is done I'll boot that on my pocket and see what happens. Then, I'll fash the new firmware from https://source.mnt.re/reform/pocket-reform/-/merge_requests/86 The latest commit is from one month ago. That's the latest state?10:20
minutejosch: hmm no the latest commit is from july 1810:36
joschah, good i asked i was looking at the wrong branch, thank you!10:38
+ oliverD (~Thunderbi@user/oliverd)10:48
joschI/O error, dev mmcblk0, sector 1072 op 0x1:(WRITE) flags 0x4800 phys_seg 63 prio class 211:13
joschBuffer I/O error on dev mmcblk0, logical block 74, lost async page write11:13
joschmmc0: error -84 whilst initialising SD card11:13
joschmeson-gx-mmc ffe05000.mmc: exceeding card's volts11:13
joschsd-cards falling like flies here...11:13
joschthere are sd-cards i can buy that go for 15 cents per GB. Unfortunately that doesn't mean that i can buy a bag of 8 GB cards for cheap... :(11:17
minuteohh11:29
joschhrm.... :) https://mister-muffin.de/p/Ui5q.jpg11:33
joschbut when gdm started the display was fine again11:34
- lrvick (QUIT: Quit: WeeChat 4.6.3) (~lrvick@2600:1700:5430:a94f::1e80)11:36
joschsysctl and keyboard are still on the old firmware. With the new kernel, battery shows 0% and /sys/bus/spi/drivers/reform2_lpc misses the spi1.0 directory11:39
josch(reform2_lpc is loaded)11:39
joschin dmesg i have multiple "mnt_sc spi1.0: mntsc: timeout 1000" messages (expected on the old firmware i guess)11:39
joschand then power_supply BAT0: driver failed to report `status' property: -16 which explains the 0% battery11:40
joschoh this gets spammed a lot11:40
joschminute: my dmesg has over 2k timeout messages with mnt_sc on the old firmware11:41
joschright, so /sys/class/power_suply/BAT0/ exists but accessing its content gives EBUSY11:47
joschwhoops, i am missing usb device 2e8a:000a11:51

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