💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-09-07.txt captured on 2024-05-26 at 16:22:28.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

2020-09-07T00:54:13 #kisslinux <himmalerin> gave up and decided to just compile on a different machine but I forgot about glibc programs not running on musl systems
2020-09-07T00:54:26 #kisslinux <himmalerin> some things are just a pain I guess
2020-09-07T00:55:12 #kisslinux <himmalerin> if nothing else I'm learning a lot, time to figure out how to cross-compile :p
2020-09-07T01:43:16 #kisslinux <dilynm> himmalerin: you could run an alpine chroot
2020-09-07T02:58:10 #kisslinux <himmalerin> dilynm: that sounds way nicer because I couldn't find much about cross-compiling online
2020-09-07T03:00:06 #kisslinux <dilynm> Cross compiling is in general... Very tricky
2020-09-07T03:16:12 #kisslinux <randomuser> ok
2020-09-07T03:16:23 #kisslinux <randomuser> check if I'm an idot
2020-09-07T03:17:06 #kisslinux <randomuser> i've found the correct firmware for my wifi card, which is in here: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi
2020-09-07T03:17:18 #kisslinux <randomuser> and I've put it in /lib/firmware
2020-09-07T03:17:22 #kisslinux <randomuser> and compiled the kernel
2020-09-07T03:17:31 #kisslinux <randomuser> oh and set the var CONFIG_EXTRA_FIRMWARE
2020-09-07T03:17:47 #kisslinux <randomuser> and set it to $(ls /lib/firmware | tr 'n' ' ')
2020-09-07T03:17:57 #kisslinux <randomuser> what am I doing wrong?
2020-09-07T03:31:57 #kisslinux <himmalerin> there's no shell used in that path, you need to write out each file's location and name
2020-09-07T03:41:10 #kisslinux <randomuser> Oh
2020-09-07T03:41:20 #kisslinux <randomuser> thabk you
2020-09-07T03:41:35 #kisslinux <randomuser> sorry im on mobile lol
2020-09-07T06:25:29 #kisslinux <himmalerin> there's no shell used in that path, you need to write out each file's location and name
2020-09-07T07:39:11 #kisslinux <root> asd
2020-09-07T07:39:11 #kisslinux <root> d
2020-09-07T07:39:11 #kisslinux <root> sa
2020-09-07T07:39:11 #kisslinux <root> d
2020-09-07T07:39:11 #kisslinux <root> s
2020-09-07T07:39:11 #kisslinux <root> da
2020-09-07T07:39:11 #kisslinux <root> s
2020-09-07T07:39:12 #kisslinux <root> d
2020-09-07T07:39:12 #kisslinux <root> as
2020-09-07T07:39:13 #kisslinux <root> d
2020-09-07T07:39:13 #kisslinux <root> sad
2020-09-07T07:39:14 #kisslinux <root> a
2020-09-07T07:39:25 #kisslinux <picmyk> nice
2020-09-07T08:25:50 #kisslinux <onodera> fish: 'firefox' terminated by signal SIGILL (Illegal instruction)
2020-09-07T08:25:59 #kisslinux <onodera> getting this suddenly when launchin firefox(-bin)
2020-09-07T08:26:02 #kisslinux <onodera> anyone any idea?
2020-09-07T08:30:43 #kisslinux <onodera> okay downgraded, that seems to have worked...
2020-09-07T12:05:57 #kisslinux <Marijn21> I am trying to build Firefox on my KISS installation but run into a linking error. I get many warnings about undefined references, all in regards to GDK or GTK:
2020-09-07T12:06:23 #kisslinux <Marijn21> `../../toolkit/library/build/libxul.so: undefined reference to `gdk_event_handler_set``
2020-09-07T12:07:14 #kisslinux <Marijn21> Eventually the build terminates with a linking error: `collect2: error: ld returned 1 exit status`. I tried building Firefox with the standard repo, using `kiss b firefox`.
2020-09-07T14:47:44 #kisslinux <konimex> found a decent GnuPG alternative in https://github.com/rnpgp/rnp, its CLI tool is clunky though
2020-09-07T14:52:18 #kisslinux <Plasmoduck> Who here uses birch?
2020-09-07T14:52:26 #kisslinux <Plasmoduck> How do I get it to id to nickserv on startup?
2020-09-07T15:43:17 #kisslinux <fehawen> Plasmoduck: birch -x "/msg nickserv identify your_password"
2020-09-07T15:51:48 #kisslinux <tiiiiiib> :j #haiku-fr
2020-09-07T15:53:25 #kisslinux <tiiiiiib> /list
2020-09-07T15:55:50 #kisslinux <tiiiiiib> /server chat.freenode.net
2020-09-07T15:56:13 #kisslinux <j`ey> lol
2020-09-07T15:56:20 #kisslinux <j`ey> all your commands
2020-09-07T15:56:23 #kisslinux <j`ey> we see them
2020-09-07T15:56:29 #kisslinux <tiiiiiib> oups
2020-09-07T15:56:34 #kisslinux <konimex> good thing we don't see /nickserv yet
2020-09-07T15:56:55 #kisslinux <tiiiiiib> sorry
2020-09-07T16:03:51 #kisslinux <tiiiiiib> trying to leave now, sorry for disturbing
2020-09-07T16:21:22 #kisslinux <fehawen> So far I'm the only one who's done the full /nickserv with password and everything publicly in this channel I think ^^
2020-09-07T16:21:41 #kisslinux <fehawen> That was not a fun accident lol
2020-09-07T19:01:15 #kisslinux <himmalerin> lolisamurai11114: you okay there?
2020-09-07T23:36:20 #kisslinux <randomuser> hey
2020-09-07T23:37:08 #kisslinux <randomuser> I've set CONFIG_EXTRA_FIRMWARE to "/lib/firmware/firm.ucode /lib/firmware/firm2.ucode" instead of "firm.ucode firm2.ucode" and now my bootloader doesn't work
2020-09-07T23:37:14 #kisslinux <randomuser> this is a fresh install
2020-09-07T23:37:24 #kisslinux <randomuser> I'm trying to get wifi to work
2020-09-07T23:37:43 #kisslinux <randomuser> but I think this is a problem with my competency of the linux kernel build system
2020-09-07T23:38:08 #kisslinux <randomuser> I've looked up the driver name here: https://cateee.net/lkddb/web-lkddb/EXTRA_FIRMWARE.html
2020-09-07T23:38:57 #kisslinux <randomuser> and extracted the blobs iwlwifi-6000g2a-5.ucode & iwlwifi-6000g2a-6.ucode from the latest linux-firmware (https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/)
2020-09-07T23:40:14 #kisslinux <randomuser> my wifi card according to lspci on arch linux is Intel Corporation Centrino Advanced-N6205 [Taylor Peak]
2020-09-07T23:40:37 #kisslinux <randomuser> im not very sure what to do
2020-09-07T23:58:19 #kisslinux <claudia02> randomuser1: maybe this can help you https://github.com/kisslinux/wiki/pull/47/files