2022-07-12.log

- ekaitz (QUIT: Quit: WeeChat 3.5) (~Ekaitz@94.73.37.51)00:18
- bkeys (QUIT: Remote host closed the connection) (~Thunderbi@static-198-54-135-69.cust.tzulo.com)00:57
+ bkeys (~Thunderbi@static-198-54-135-69.cust.tzulo.com)00:57
- Christoph_ (QUIT: Remote host closed the connection) (~Christoph@p54bf6248.dip0.t-ipconnect.de)01:19
- qwer (QUIT: Ping timeout: 244 seconds) (~qwer@78-80-24-246.customers.tmcz.cz)02:03
- mtm (QUIT: Ping timeout: 272 seconds) (~mtm@c-73-27-62-116.hsd1.fl.comcast.net)02:04
+ qwer (~qwer@78-80-108-137.customers.tmcz.cz)02:35
- qwer (QUIT: Ping timeout: 260 seconds) (~qwer@78-80-108-137.customers.tmcz.cz)03:01
- erle (QUIT: Ping timeout: 276 seconds) (~erle@ip5f5af7e0.dynamic.kabel-deutschland.de)03:03
+ mtm (~mtm@c-73-27-62-116.hsd1.fl.comcast.net)04:09
Asmadeusoh debian's gcc-avr is plenty old (5.4), no wonder it still has -fcommon by default... Yeah should just move the display struct from display.h to display.c as a proper fix04:29
grubmanwhere did mkkernel.sh go ?04:33
grubmani'm needing to rebuild the kernel to support a wifi card04:33
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:20)05:37
+ qwer (~qwer@78-80-16-123.customers.tmcz.cz)07:44
+ erle (~erle@ip5f5af7e0.dynamic.kabel-deutschland.de)07:52
- qwer (QUIT: Ping timeout: 244 seconds) (~qwer@78-80-16-123.customers.tmcz.cz)07:55
+ mark_ (~mark@gnu.wildebeest.org)08:21
+ blast007_ (~blast@user/blast007)08:23
- blast007 (QUIT: Remote host closed the connection) (~blast@user/blast007)08:24
- tarxvf (QUIT: Ping timeout: 268 seconds) (~tarxvf@mail.tarxvf.tech)08:24
- cinap_lenrek (QUIT: Ping timeout: 264 seconds) (~cinap_len@ns3076381.ip-147-135-136.eu)08:24
- mjw (QUIT: Ping timeout: 272 seconds) (~mark@gnu.wildebeest.org)08:24
+ tarxvf (~tarxvf@mail.tarxvf.tech)08:28
+ qwer (~qwer@37-48-59-206.nat.epc.tmcz.cz)08:34
+ MajorBiscuit (~MajorBisc@wlan-145-94-167-213.wlan.tudelft.nl)09:23
+ chomwitt (~chomwitt@2a02:587:dc0d:4a00:cff7:1232:6084:40)09:25
joschminute: clapper indeed has dependencies missing :)09:26
joschit just doesn't show on the full system image because all of them happen to be installed already09:27
- chomwitt (QUIT: Ping timeout: 272 seconds) (~chomwitt@2a02:587:dc0d:4a00:cff7:1232:6084:40)09:36
+ cinap_lenwerk (~cinap_len@232.red-83-48-121.staticip.rima-tde.net)11:33
+ Christoph_ (~Christoph@p4fe73f17.dip0.t-ipconnect.de)11:45
- erle (QUIT: Ping timeout: 244 seconds) (~erle@ip5f5af7e0.dynamic.kabel-deutschland.de)13:55
- mtm (QUIT: Ping timeout: 260 seconds) (~mtm@c-73-27-62-116.hsd1.fl.comcast.net)14:02
* wielaard -> mjw14:27
* blast007_ -> blast00714:30
flowygrubman: i guess you're still using sysimagev2? i guess you'd want to check out an older branch of reform-system-image for the older kernel build scripts (sans modules)14:45
flowywith sysimagev3 it's much less likely you'll ever spend time building a kernel, since almost everything you'd want comes as modules.14:47
joschgrubman: this is the last version of mkimage.sh: https://source.mnt.re/reform/reform-system-image/-/tree/1f3cb4f8f3eec4d817a939ea3d1cc51fa0c9b692/reform2-imx8mq14:48
joschbut since then we are now just building a normal Debian kernel with six patches on top14:50
joschit is very likely that with sysimage-v3 your wifi card will not work and if it doesn't you might just need to enable non-free and install the respective proprietary firmware package14:50
joschs/will not work/will just work/14:51
joschhah, funny typo ;)14:51
flowyas much as i get nostalgic building kernels i'm happy to trade that time for other things :)14:51
joschACTION just lacks the hardware and disk space -- building a full debian kernel takes 3 hours and 60 GB of disk space on my laptop14:52
flowyjosch: does the mnt ci use x86 to build everything?14:57
joschflowy: yes, we cross compile an arm64 kernel from amd6414:58
flowyi am kinda curious to replicate the setup. i'd like to learn more about ci systems. to have a locally built image + repo14:58
flowythen maybe i can also get the chops to help maintain some packages or whatever14:58
joschflowy: you can build all of this locally without any ci14:58
flowycool15:00
grubmanjosch: oh! ok i'll just try enabling the non-free repo then15:20
grubmanpretty sure i'm using the v3 image 15:20
joschgrubman: what hardware do you have and what does dmesg say about the card?15:21
grubmanit's an rtl8811au card15:22
grubman[39064.338872] usb 3-1: new high-speed USB device number 5 using xhci-hcd15:26
grubman[39064.491341] usb 3-1: New USB device found, idVendor=0846, idProduct=9052, bcdDevice= 2.0015:26
joschgrubman: it seems that card has a driver that is built via dkms15:26
grubman[39064.499704] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=315:26
grubman[39064.516152] usb 3-1: Product: 802.11ac WLAN Adapter15:26
grubman[39064.530332] usb 3-1: Manufacturer: Realtek15:26
grubman[39064.543680] usb 3-1: SerialNumber: 00e04c00000115:26
joschgrubman: please use a pastebin15:26
grubmanyes. i've tried building with dkms but there's something odd with how the kernel headers are symlinked or something else15:27
grubmansorry for the spam15:27
grubmani'm running without sway or anything. just pure tmux. :-)15:28
joschgrubman: it's possible that the dkms driver has to be changed to work with recent kernel versions15:42
+ mtm (~mtm@c-73-27-62-116.hsd1.fl.comcast.net)16:09
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:20)17:36
- Christoph_ (QUIT: Remote host closed the connection) (~Christoph@p4fe73f17.dip0.t-ipconnect.de)17:44
- bkeys (QUIT: Quit: With every step we take, danger will follow closely) (~Thunderbi@static-198-54-135-69.cust.tzulo.com)18:17
+ bkeys (~Thunderbi@static-198-54-135-69.cust.tzulo.com)18:17
- MajorBiscuit (QUIT: Ping timeout: 240 seconds) (~MajorBisc@wlan-145-94-167-213.wlan.tudelft.nl)18:37
BoostisbetterSway is the truth. Hahahaha19:22
- mjw (QUIT: Killed (NickServ (GHOST command used by mark_!~mark@gnu.wildebeest.org))) (~mjw_@2001:1c06:2488:1400:9e5c:8eff:fe8f:a440)19:37
* mark_ -> mjw19:37
+ wielaard (~mjw_@2001:1c06:2488:1400:9e5c:8eff:fe8f:a440)19:37
BoostisbetterI mean options are the reason why Linux is so great. So everything for everyone. But for me Sway is the perfect middle ground between straight terminal and GUI based desktop. 20:01
+ cwebber (~user@user/cwebber)20:19
cwebbero/20:19
cwebbernew pine64 risc-v announcement looks cool, guessing that might be a viable "thing to stick into your reform" as a path to get risc-v workin' on it in the future?20:20
vagrantci'd only seen announcements for a full SBC, not any kind of module21:01
cwebberah hm21:03
vagrantccwebber: i keep meaning to work on builds for guix builds of u-boot/linux for the mnt/reform but keep getting distracted by basically everything else in the universe21:03
vagrantcseems feasible a patched kernel could even land in guix master...21:04
cwebbervagrantc: if you make a channel for booting guix on the mnt reform21:04
cwebberI promise to test it21:04
vagrantc:)21:04
vagrantcwould be my first attempt at a channel ...21:04
cwebberchannels are pretty easy21:05
cwebberthey're just git repos :)21:05
cwebberwith packages!21:05
vagrantcseems feasible to have a bring-your-own-bootloader and then kernel in guix master21:05
cwebberACTION adds #mnt-reform to autojoins21:05
vagrantcand maybe a more-featurefull kernel in a channel (e.g. HDMI)21:05
cwebberhttps://www.pine64.org/2022/06/28/june-update-who-likes-risc-v/ seems you're right, I think on the SBC21:06
cwebberbut... I am optimistic that maybe if that succeeds21:06
cwebberthe module might as well?21:06
cwebberbut also I know jack shit about hardware21:06
cwebberlike, nothin' at all lol21:07
cwebberwell, that's not true21:07
cwebberwould you believe it that I spent the first two years of my career repairing machines in google's first mega-datacenters21:07
minutecwebber: the question is, which chip is that21:27
minutestarfive perhaps? or something directly from imagination?21:27
- wielaard (QUIT: Remote host closed the connection) (~mjw_@2001:1c06:2488:1400:9e5c:8eff:fe8f:a440)21:28
cwebberminute: I have no idea :)21:28
minutecwebber: once that is clarified, i'm sure there will be more options21:29
minutenow is a bit early i guess21:29
vagrantcthere are, surprise, some risc-v chips out there that are not quite compatible with, say, debian's riscv64 port21:29
minutepray tell21:30
vagrantci *think* fedora also targeted the same baseline featureset, but not too sure of that21:30
vagrantci vaguely recall one of the allwinner ones requiring non-mainlineable kernel patches in order to work with debian's riscv6421:31
vagrantcriscv64 userspace21:32
minuteD1?21:39
vagrantcthat rings a bell21:39
+ chomwitt (~chomwitt@2a02:587:dc0d:4a00:ae09:5cbc:3a9a:5a89)21:47
+ tarxvf_ (~tarxvf@mail.tarxvf.tech)22:29
- bkeys (QUIT: *.net *.split) (~Thunderbi@static-198-54-135-69.cust.tzulo.com)22:31
- tarxvf (QUIT: *.net *.split) (~tarxvf@mail.tarxvf.tech)22:31
- blast007 (QUIT: *.net *.split) (~blast@user/blast007)22:31
- mjw (QUIT: *.net *.split) (~mark@gnu.wildebeest.org)22:31
- ndufresne (QUIT: *.net *.split) (~ndufresne@gyros.collabora.co.uk)22:31
+ blast007_ (~blast@bzexcess.com)22:34
+ bkeys (~Thunderbi@static-198-54-135-69.cust.tzulo.com)22:34
+ mjw (~mark@gnu.wildebeest.org)22:34
+ ndufresne (~ndufresne@gyros.collabora.co.uk)22:34
* blast007_ -> Guest10322:35
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:20)22:46
+ erle (~erle@ip5f5af7e0.dynamic.kabel-deutschland.de)22:54
- chomwitt (QUIT: Ping timeout: 272 seconds) (~chomwitt@2a02:587:dc0d:4a00:ae09:5cbc:3a9a:5a89)23:21
- qwer (QUIT: Remote host closed the connection) (~qwer@37-48-59-206.nat.epc.tmcz.cz)23:43
+ qwer (~qwer@37-48-59-206.nat.epc.tmcz.cz)23:48
- cwebber (QUIT: Ping timeout: 244 seconds) (~user@user/cwebber)23:56

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