- mjw (QUIT: Ping timeout: 255 seconds) (~mjw@gnu.wildebeest.org) | 00:27 | |
minute | NanoCodeBug: too fast? | 00:39 |
---|---|---|
- nsc (QUIT: Ping timeout: 258 seconds) (~nicolas@i5C74DF37.versanet.de) | 03:25 | |
+ nsc (~nicolas@17-97-142-46.pool.kielnet.net) | 03:26 | |
henesy | is there any way to do a traditional laptop suspend on the reform2? | 03:30 |
henesy | i havent thought about it in awhile but that or a disk suspend would be nice | 03:31 |
henesy | just running the standard debian | 03:31 |
- op_4 (QUIT: Remote host closed the connection) (~tslil@user/op-4/x-9116473) | 04:05 | |
+ op_4 (~tslil@user/op-4/x-9116473) | 04:05 | |
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:50) | 04:31 | |
- aloo_shu (QUIT: Ping timeout: 245 seconds) (~aloo_shu@90.166.193.235) | 05:07 | |
+ aloo_shu (~aloo_shu@90.166.193.235) | 05:18 | |
josch | henesy: yes, it should work if you have the reform2 with the imx8mq module | 06:54 |
NanoCodeBug | minute: i've been thinking it might be driving it too fast, but the overrides the raspi provides to downclock it have had no effect | 07:53 |
- NanoCodeBug (QUIT: ) (~nano@c-73-35-191-67.hsd1.wa.comcast.net) | 09:46 | |
+ gustav28 (~gustav@c-df53205c.019-141-67626730.bbcust.telenor.se) | 10:02 | |
- jacobk (QUIT: Ping timeout: 260 seconds) (~quassel@47-186-105-237.dlls.tx.frontiernet.net) | 11:04 | |
+ jacobk (~quassel@47-186-105-237.dlls.tx.frontiernet.net) | 11:05 | |
+ ericsfraga (~user@2.28.14.250) | 11:17 | |
+ mjw (~mjw@gnu.wildebeest.org) | 12:21 | |
josch | what is the magic for using paste.debian.net such that it does not respond with "do not spam"? | 13:13 |
josch | whoops, wrong channel :D | 13:14 |
+ NanoCodeBug (~nano@c-73-35-191-67.hsd1.wa.comcast.net) | 16:41 | |
- mjw (QUIT: Ping timeout: 265 seconds) (~mjw@gnu.wildebeest.org) | 19:17 | |
+ mjw (~mjw@gnu.wildebeest.org) | 19:26 | |
- mjw (QUIT: Ping timeout: 248 seconds) (~mjw@gnu.wildebeest.org) | 19:49 | |
- NanoCodeBug (QUIT: ) (~nano@c-73-35-191-67.hsd1.wa.comcast.net) | 19:53 | |
+ mjw (~mjw@gnu.wildebeest.org) | 20:28 | |
- Gooberpatrol66 (QUIT: Quit: Konversation terminated!) (~Gooberpat@user/gooberpatrol66) | 20:50 | |
+ Gooberpatrol66 (~Gooberpat@user/gooberpatrol66) | 20:50 | |
+ Gooberpatrol_66 (~Gooberpat@user/gooberpatrol66) | 21:48 | |
- Gooberpatrol66 (QUIT: Ping timeout: 276 seconds) (~Gooberpat@user/gooberpatrol66) | 21:49 | |
- jacobk (QUIT: Ping timeout: 276 seconds) (~quassel@47-186-105-237.dlls.tx.frontiernet.net) | 21:52 | |
+ jacobk (~quassel@47-186-105-237.dlls.tx.frontiernet.net) | 21:53 | |
- jacobk (QUIT: Ping timeout: 248 seconds) (~quassel@47-186-105-237.dlls.tx.frontiernet.net) | 22:08 | |
+ jacobk (~quassel@47-186-105-237.dlls.tx.frontiernet.net) | 22:08 | |
- gustav28 (QUIT: Quit: Quit) (~gustav@c-df53205c.019-141-67626730.bbcust.telenor.se) | 22:15 | |
amospalla | yesterday my pocket was stuck one hour with a 1% battery, today it learnt and moved as expected from 2% to 1%, and then to 0% until poweroff. | 22:24 |
+ NanoCodeBug (~nano@c-73-35-191-67.hsd1.wa.comcast.net) | 23:23 | |
NanoCodeBug | minute: looking at the imxmp patches gave me a few ideas, its definitly using an unsupported mode - i think related to 1.8v vs 3.3v signaling | 23:26 |
NanoCodeBug | connecting a garbage 256mb sd card - and it shows up and works | 23:26 |
minute | NanoCodeBug: ah nice! yeah it only supports 3v3 signalling because of those level shifters that are there for legacy reasons (imx8mq) | 23:32 |
minute | i made a little thing https://mastodon.social/@mntmn/112985156178299458 | 23:32 |
+ robin (~robin@user/terpri) | 23:33 | |
josch | not written in rust? | 23:33 |
NanoCodeBug | i did end up shorting the sd card vdd to ground... one of the ferrite beads got a little spicy. but nothing appears to malfunctioning | 23:34 |
NanoCodeBug | ooo volume and brightness sliders would be fantastic | 23:34 |
josch | NanoCodeBug: this can also be done (but looks very different) with waybar alone: https://manpages.debian.org/testing/waybar/waybar-pulseaudio-slider.5.en.html | 23:37 |
minute | josch: no, i just wanted something quick and easy ^^ | 23:38 |
josch | heh :) | 23:38 |
minute | c is the language i'm most comfy with (not saying my code is good, but it's the only language that i mostly understand, except for some UB stuff i guess) | 23:39 |
josch | yeah same -- but it's also one of the most "simple" languages that i know. Langs like C++ or Python are huge in terms of concepts and standard library... | 23:40 |
minute | yeah, i like the minimalism | 23:40 |
minute | rust is safer and more modern obvs, but i don't always want to wrestle with it | 23:41 |
^alex | we had a college class wherein we wrote, in a small team, a compiler for a reasonable subset of C99 | 23:41 |
josch | wow nice! | 23:41 |
^alex | fun times | 23:41 |
josch | for our classes, we invent a minimal assembler language and let the students do that | 23:42 |
^alex | we had an EE class where we built a cpu in verilog too | 23:42 |
josch | part of my fun in the last few days was trying to shove $fdtfile into reform-imx8mp-uboot: https://source.mnt.re/reform/reform-imx8mp-uboot/-/merge_requests/1 | 23:46 |
josch | andi piper helped me test that and the u-boot binary seems doesn't boot andi's system :( | 23:46 |
josch | so more investigation is required by somebody with a pocket | 23:46 |
josch | minute: hint hint ;) | 23:46 |
josch | and then i spent way too much time trying to figure out why some mysterious zombie process would hog /dev/null and prevent it from getting unmounted and ultimately found out that it was reform-qcacld2: https://source.mnt.re/reform/qcacld2/-/merge_requests/4 | 23:48 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!