2023-11-09.log

- Boostisbetter (QUIT: Ping timeout: 260 seconds) (4a410829d7@irc.cheogram.com)01:31
+ S0rin (~S0rin@user/s0rin)01:33
- mjw (QUIT: Ping timeout: 245 seconds) (~mjw@gnu.wildebeest.org)01:43
+ jacobk (~quassel@utdpat241106.utdallas.edu)01:44
- S0rin (QUIT: Ping timeout: 264 seconds) (~S0rin@user/s0rin)01:47
+ S0rin (~S0rin@user/s0rin)01:47
+ klardotsh (~klardotsh@c-67-170-115-80.hsd1.wa.comcast.net)02:15
- jacobk (QUIT: Ping timeout: 240 seconds) (~quassel@utdpat241106.utdallas.edu)02:28
- nsc (QUIT: Ping timeout: 252 seconds) (~nicolas@i5E86146E.versanet.de)03:19
+ nsc (~nicolas@219-99-142-46.pool.kielnet.net)03:21
- S0rin (QUIT: Ping timeout: 252 seconds) (~S0rin@user/s0rin)03:27
+ S0rin (~S0rin@user/s0rin)03:28
+ jacobk (~quassel@utdpat241106.utdallas.edu)04:10
- jacobk (QUIT: Ping timeout: 240 seconds) (~quassel@utdpat241106.utdallas.edu)06:00
+ Boostisbetter (4a410829d7@irc.cheogram.com)07:11
- eibachd (QUIT: Ping timeout: 252 seconds) (~eibachd@p200300dcf704e500246487b6fbcd5c32.dip0.t-ipconnect.de)07:39
+ eibachd (~eibachd@2a01:599:101:427:ff1a:7a84:2fbe:e049)07:40
+ eibachd41 (~eibachd@193.158.81.52)08:38
eibachd41josch: sudo apt dist-upgrade08:39
eibachd41[sudo] password for eibachd:08:39
eibachd41Reading package lists... Done08:39
eibachd41Building dependency tree... Done08:39
eibachd41Reading state information... Done08:39
eibachd41Calculating upgrade... Done08:39
eibachd41The following packages were automatically installed and are no longer required:08:39
eibachd41  libdav1d6 libplacebo292 libutf8proc208:39
eibachd41Use 'sudo apt autoremove' to remove them.08:39
eibachd41The following packages have been kept back:08:39
eibachd41  libtepl-common08:39
eibachd410 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.08:39
eibachd412 not fully installed or removed.08:39
eibachd41After this operation, 0 B of additional disk space will be used.08:39
eibachd41Do you want to continue? [Y/n]08:39
eibachd41Setting up linux-image-6.5.0-4-reform2-arm64 (6.5.10-1+reform20231025T224250Z1) ...08:39
eibachd41dkms: running auto installation service for kernel 6.5.0-4-reform2-arm64.08:39
eibachd41dkms: autoinstall for kernel: 6.5.0-4-reform2-arm64.08:39
eibachd41update-initramfs: Generating /boot/initrd.img-6.5.0-4-reform2-arm6408:39
eibachd41W: No zstd in /usr/bin:/sbin:/bin, using gzip08:39
vkoskiv_Stop08:39
vkoskiv_Pastebin my dude :]08:40
eibachd41josch: In /boot I only have config-6.5.0-2-reform2-arm64.08:40
eibachd41vkoskiv_: sorry. I am not that famiar with IRC :)08:41
vkoskiv_It's okay, I've done the same many times08:41
vkoskiv_And I never figured out why IRC thinks it's so important to randomly append a _ to my nick08:42
* vkoskiv_ -> vkoskiv08:42
vkoskivMaybe I'll write a script to occasionally check it and remove it again08:42
eibachd41vkosiv: https://pastebin.com/5v20HBin Like This?08:45
vkoskivYep! josch also has a fun paste service where you can just pipe text to curl.08:46
vkoskiv<command_with_output> | curl -F 'arg=<-' https://mister-muffin.de/paste08:46
eibachdNice08:49
- svp (QUIT: Server closed connection) (sid537750@id-537750.uxbridge.irccloud.com)08:57
+ svp (sid537750@id-537750.uxbridge.irccloud.com)08:57
joscheibachd41: okay, your problem is that you do not have /boot/config-6.5.0-4-reform2-arm6409:18
joschthis might've happened because you upgraded your kernel but forgot to re-mount /boot09:18
joschis this a plausible explanation?09:18
joschyou can verify that by checking the /boot directory in the second partition of your sd-card09:18
joschit should contain the missing file09:18
eibachd41josch: true. So just copy it over?09:24
joschyes09:37
joschalternatively, you can just re-install the kernel09:37
joschyou do that with "apt install --re-install linux-image-6.5.0-4-reform2-arm64"09:38
joscherrr... sorry, --reinstall not --re-install09:38
eibachd41josch: thanks, that worked nicely09:41
eibachd41josch: Lukas said, for building a RT kernel I would do a local package build?09:43
joscheibachd41: currently, we are not building rt kernels. You can adjust the build script so that it does build an rt kernel and either compile it natively on the reform (with your ls1028a that will take around 400 minutes) or cross-build it on a more beefy machine09:50
joscheibachd41: this might also be of interest to you: https://source.mnt.re/reform/reform-debian-packages/-/merge_requests/1809:51
joschbecause maybe booting with preempt=full already does what you want09:52
eibachd41josch: I want to use the system as an evaluation platform for an industrial robto controller running an EtherCAT master. So probably we won't get around RT_PREEMPT.09:58
- klardotsh (QUIT: Ping timeout: 255 seconds) (~klardotsh@c-67-170-115-80.hsd1.wa.comcast.net)10:01
joschokay, cool! :)10:02
joschcontact me if you need any further help10:03
eibachd41josch: Thanks. By adjusting you mean applying the rt-preempt patch?10:16
joscheibachd41: the rt-preempt patch makes preempt=full work but i thought you wanted to build a real rt kernel?10:18
joschto do that you just have to remove the part of our patches that disables the rt kernel build10:18
eibachd41josch: ah, ok, I did not realize that it is disabled.10:19
eibachd41josch: So this is line 40 in the patch "- rt" ?10:21
joschyes10:22
eibachd41great, thanks.10:30
+ mjw (~mjw@gnu.wildebeest.org)10:58
* tadeus_brick -> TadeusTaD11:39
f_>And I never figured out why IRC thinks it's so important to randomly append a _ to my nick12:24
f_It's not, it's just your client which does that automatically if there's another client connected with the same nick12:24
f_Some clients instead replace a character with something else, or append another character12:25
- mjw (QUIT: Ping timeout: 255 seconds) (~mjw@gnu.wildebeest.org)12:33
* mark_ -> mjw12:42
- Boostisbetter (QUIT: Ping timeout: 264 seconds) (4a410829d7@irc.cheogram.com)13:14
- iank (QUIT: Quit: ZNC 1.8.2+deb2+b1 - https://znc.in) (~iank@fsf/staff/iank)13:25
+ iank (~iank@fsf/staff/iank)13:26
+ Boostisbetter (4a410829d7@irc.cheogram.com)13:38
Boostisbetterdoes start versus enable with systemctl just mean that the daemon / service want automatically start when the system restarts?13:43
abortretryfailstart starts it right now, enable tells it to start at boot14:06
josch"enable" might start it at boot -- depends on how it's configured14:07
joschBoostisbetter: I think the man page of systemctl explains it very well14:07
Boostisbetterjosch: just not able to read the man pages atm. But I did just now, and this is indeed the case. 14:24
sevanroll up, roll up, 2 parcels left Berlin on Tuesday via UPS, immediately, website said delivery this Friday. Couple of hours passed, it changed to next Monday. Today the website says: "Your parcel was cleared after the scheduled transport departure. We will reschedule for the next available departure."14:30
sevanI'm betting it'll be here Friday after next, if the courier makes it to my doorstep & doesn't walk off as usual. :)14:31
joschsevan: uh what are you getting?14:37
sevanflex bar, antenna, t-shirt, and my keyboard back.14:39
sevannothing big, or in the higher end price bracket of the product line :)14:41
- S0rin (QUIT: Ping timeout: 252 seconds) (~S0rin@user/s0rin)15:25
+ S0rin (~S0rin@user/s0rin)15:28
- mlarkin (QUIT: Ping timeout: 240 seconds) (~mlarkin@047-036-115-056.res.spectrum.com)15:33
+ mlarkin (~mlarkin@047-036-115-056.res.spectrum.com)15:35
+ chomwitt (~chomwitt@2a02:587:7a1a:4300:1ac0:4dff:fedb:a3f1)16:01
+ qbit (~qbit@h.suah.dev)16:04
qbithio16:06
- eibachd41 (QUIT: Quit: Client closed) (~eibachd@193.158.81.52)16:08
qbithas anyone created stl files for the edge pieces? 16:11
- sigrid (QUIT: Remote host closed the connection) (~sigrid@ftrv.se)16:26
+ sigrid (~sigrid@ftrv.se)16:27
joschqbit: what are the edge pieces?16:34
qbitthe covers for the various ports16:34
- eibachd (QUIT: Read error: Connection reset by peer) (~eibachd@2a01:599:101:427:ff1a:7a84:2fbe:e049)16:35
+ eibachd (~eibachd@p200300dcf704e500ec22580c7660cd39.dip0.t-ipconnect.de)16:35
joschqbit: you mean these? https://source.mnt.re/reform/reform/-/tree/master/reform2-case-ports16:37
joschqbit: you can easily create an stl from the svg, for example16:37
joschi edited those in openscad to create my own versions16:37
eibachdjosch: Kernel package build is running now with rt enabled, took me a while to grok how to run the scripts16:58
joscheibachd: do you think anything needs to be added to the README?18:07
eibachdjosch: at the moment it requires reading from top to bottom. Maybe there should be a more step by step example.18:16
eibachdOr maybe I should start always reading from top to bottom😂18:21
+ mark_ (~mjw@gnu.wildebeest.org)18:35
- mjw (QUIT: Killed (NickServ (GHOST command used by mark_!~mjw@gnu.wildebeest.org))) (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae)18:36
* mark_ -> mjw18:36
+ mark_ (~mjw@2001:1c06:2488:1400:4fd:39a7:74ac:7bae)18:36
+ bkeys1 (~Thunderbi@134.22.115.162)18:53
- bkeys (QUIT: Ping timeout: 240 seconds) (~Thunderbi@199.226-24.cm.ptn.tftn.dynamic.friendlycity.net)18:55
* bkeys1 -> bkeys18:55
ehenterSo I investigated a little bit my audio issue that I mentioned earlier. I have a lot constant crackling and pops in my audio when using pipewire, especially in higher volumes. But when I disable pipewire and use alsa only, all of those just disappear.19:07
ehenterIt's like clipping issue. I also have random pops and clicks with my USB DAC19:08
ehenterSo is there any configs to make pipewire behave better?19:09
sevanhmm "UPS initiated contact with receiver or importer for clearance information. Once received, UPS will submit for clearance." Is that meant to be me, or it's a reference internally? (I haven't received anything)19:17
+ klardotsh (~klardotsh@c-67-170-115-80.hsd1.wa.comcast.net)19:31
- eibachd (QUIT: Ping timeout: 240 seconds) (~eibachd@p200300dcf704e500ec22580c7660cd39.dip0.t-ipconnect.de)19:49
+ eibachd (~eibachd@p200300dcf704e5005aecc47644faf8ab.dip0.t-ipconnect.de)19:49
+ tretinha (3a571d9f43@2604:bf00:561:2000::1151)19:53
+ jacobk (~quassel@129.110.242.224)20:08
ehenterWell, I found working pulseaudio config for my system by following https://wiki.archlinux.org/title/PulseAudio/Troubleshooting#Setting_the_default_fragment_number_and_buffer_size_in_PulseAudio20:49
ehenterBasically disabling timer-based scheduling and changing default-fragment-size-msec to 30 in /etc/pulse/daemon.conf fixes all my crackling issues.20:49
ehenterStill I don't know what causes this issue and I don't completely understand what this configuration change does and why it's working :D And I don't know how to adapt this to pipewire.20:50
f_anyone tried running android on a311d reform?20:53
f_Am curious. Technically it should work20:53
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:50)21:02
- jacobk (QUIT: Ping timeout: 255 seconds) (~quassel@129.110.242.224)21:22
joschf_: at least it hasn't come up in this channel (other than running android inside anbox or waydroid that is)22:05
f_would be funny to see that amlogic MBOX 'make yourblife colorful' animation on reform lol22:06
minutesevan: weird, we've got a bunch of this clearance status thing at the moment. but ups didn't request any info from us, so i'm stumped.22:18
minuteehenter: interesting @ alsa vs pipewire and the timer issues. maybe there is some timer driver bug/issue on this platform?22:19
- rah (QUIT: Quit: leaving) (rah@verain.settrans.net)22:19
minutei did watch some movies on ls1028a but don't remember if it was with builtin audio or usb but i think builtin22:19
- _nrb_ (QUIT: Remote host closed the connection) (~nrbnrb@2a01:4f8:172:299c:1::29)22:31
sevanminute: I hope they haven't sent a letter which is likely to take several days :/22:40
sevanACTION refreshes22:41
sevanDeparted from Facility 22:41
sevanBerlin, Germany22:41
sevanmust've been something internal in this case?22:41
+ _nrb_ (~nrbnrb@2a01:4f8:172:299c:1::29)22:43
- chomwitt (QUIT: Ping timeout: 264 seconds) (~chomwitt@2a02:587:7a1a:4300:1ac0:4dff:fedb:a3f1)22:50

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