💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-07-07.txt captured on 2021-12-17 at 13:26:06.
-=-=-=-=-=-=-
2020-07-07T00:10:14 #kisslinux <claudia02> merakor: I have found this webkit issue, where shared-mime-info update broke webkit to open a local file. lol 2020-07-07T00:10:23 #kisslinux <claudia02> https://bugs.webkit.org/show_bug.cgi?id=202321 2020-07-07T00:51:40 #kisslinux <xzcvczx> frack shared-mime-info 2020-07-07T00:51:46 #kisslinux <xzcvczx> and hte horse it rode in on 2020-07-07T00:56:56 #kisslinux <himmalerin> I wish xdg-utils didn't depend on so many things so I could open links from my terminal 2020-07-07T01:11:46 #kisslinux <claudia02> xzcvczx: I am working on description to build a linux kernel for x230 2020-07-07T01:12:12 #kisslinux <claudia02> https://termbin.com/xhux 2020-07-07T01:12:30 #kisslinux <claudia02> Do you have something to add? 2020-07-07T01:14:10 #kisslinux <xzcvczx> why did you choose to module wifi? powersaving? 2020-07-07T01:14:42 #kisslinux <xzcvczx> you have stuff like the camera, bluetooth (and firmware) tpacpi probably 2020-07-07T01:15:40 #kisslinux <himmalerin> xdg-open imitation script I stole didn't work, I imagine you'd have more luck on X where you don't need to launch Firefox with --no-remote though 2020-07-07T01:15:41 #kisslinux <xzcvczx> if it were me it owuld probably include a rant about the absolutely asinine positioning of the battery status led 2020-07-07T01:19:48 #kisslinux <claudia02> I choosed iwlwifi as module because this worked just ahead. 2020-07-07T01:19:59 #kisslinux <claudia02> thanks. 2020-07-07T02:11:40 #kisslinux <himmalerin> Huh, well I somehow managed to break alacritty w/o touching it 2020-07-07T02:12:13 #kisslinux <himmalerin> I was consolidating my firmware into a single package and after rebooting it won't launch 2020-07-07T02:12:44 #kisslinux <himmalerin> rebuilding my kernel in hopes that it's just complaining about the fact the firmware is different but we'll see 2020-07-07T02:15:45 #kisslinux <himmalerin> no luck 2020-07-07T02:16:23 #kisslinux <himmalerin> Anyone seen "Error creating GL context; Couldn't find any pixel format that matches the criteria." before? 2020-07-07T06:29:27 #kisslinux <xzcvczx> himmalerin if you are looking at logs what graphics card? 2020-07-07T08:09:10 #kisslinux <nraiha_> dilynm: broadcom devices selected: Broadcom FullMAC WLAN driver, USB bus interface support for fullmac and pcie bus interface support for fullmac 2020-07-07T08:10:10 #kisslinux <nraiha_> I will try that broadcom wl 2020-07-07T08:18:25 #kisslinux <merakor2> nraiha_: did you try running `lspci -k` on a live usb? 2020-07-07T08:19:19 #kisslinux <merakor2> It will show loaded modules, which you can use to install the correct driver for your kernel 2020-07-07T08:35:51 #kisslinux <xzcvczx> merakor2: nice hint 2020-07-07T08:58:10 #kisslinux <xzcvczx> damn you perlish 2020-07-07T08:58:19 #kisslinux <xzcvczx> periish rather 2020-07-07T09:27:48 #kisslinux <nraiha_> `lspci -k` gives me only "BCM43602 802.11ac wireless lan soc" 2020-07-07T09:54:24 #kisslinux <merakor2> Can you send the entire output? 2020-07-07T09:54:58 #kisslinux <merakor2> Is your wifi working on live USB? 2020-07-07T10:02:32 #kisslinux <nraiha_> Yeah it works. However I was not connected to wifi. (According to gentoo wiki I think I should connect to it first?) 2020-07-07T10:05:14 #kisslinux <nraiha_> Now that I connected to wifi `lspci -k` tells that the driver is brcmfmac 2020-07-07T10:08:33 #kisslinux <merakor2> Oh it may be conditional loading 2020-07-07T10:08:59 #kisslinux <merakor2> You should enable CONFIG_BRCMFMAC 2020-07-07T10:12:06 #kisslinux <nraiha_> It is enabled 2020-07-07T10:12:39 #kisslinux <merakor2> That's weird 2020-07-07T10:12:55 #kisslinux <merakor2> Is it enabled as a module or built-in to the kernel? 2020-07-07T10:13:12 #kisslinux <nraiha_> I found from dmesg that direct firmware load for brcm/brcmfmac43602-pcie.bin failed with error -2 2020-07-07T10:13:22 #kisslinux <nraiha_> It is built-in to kernel 2020-07-07T10:13:49 #kisslinux <merakor2> Then you need to build the firmware inside the kernel 2020-07-07T10:16:03 #kisslinux <merakor2> add brcm/brcmfmac43602-pcie.bin to EXTRA_FIRMWARE 2020-07-07T10:16:49 #kisslinux <merakor2> iirc kernel loads outside firmware only for modules 2020-07-07T10:18:51 #kisslinux <nraiha_> device drivers -> network device support -> wireless lan -> [*] broadcom devices -> [*] broadcom fullmac wlan driver 2020-07-07T10:19:09 #kisslinux <nraiha_> Does not that mean brcmfmac is built in to the kernel? 2020-07-07T10:20:47 #kisslinux <merakor2> Yeah, but you need to install the firmware into the kernel as well 2020-07-07T10:21:17 #kisslinux <nraiha_> Ah okay 2020-07-07T10:22:19 #kisslinux <merakor2> Since this is not a module, the kernel will not load firmwares from your filesystem. 2020-07-07T10:22:30 #kisslinux <dylanaraps> o/ 2020-07-07T10:22:54 #kisslinux <merakor2> There is a configuration option CONFIG_EXTRA_FIRMWARE, and you need to add brcm/brcmfmac43602-pcie.bin to that 2020-07-07T10:22:57 #kisslinux <merakor2> o/ 2020-07-07T10:23:30 #kisslinux <nraiha_> Yeah I found it but I just wonder where I can find that bin. 2020-07-07T10:23:44 #kisslinux <nraiha_> I think I can find it from kernel.org 2020-07-07T10:23:51 #kisslinux <merakor2> Do you linux-firmware 2020-07-07T10:23:51 #kisslinux <merakor2> 2020-07-07T10:23:59 #kisslinux <merakor2> Do you have* 2020-07-07T10:24:36 #kisslinux <dylanaraps> This may be helpful: https://k1ss.org/wiki/kernel/firmware 2020-07-07T10:25:37 #kisslinux <nraiha_> No I don't have it. 2020-07-07T10:27:43 #kisslinux <merakor2> You simply need to download the latest firmware from https://kernel.org and extract it to /lib/modules 2020-07-07T10:28:38 #kisslinux <merakor2> You can then add it your kernel configuration 2020-07-07T10:28:45 #kisslinux <merakor2> no sorry 2020-07-07T10:28:47 #kisslinux <merakor2> /lib/firmware 2020-07-07T10:28:49 #kisslinux <merakor2> not modules 2020-07-07T10:32:47 #kisslinux <nraiha_> That did the trick. Thank you! 2020-07-07T10:35:08 #kisslinux <merakor2> You're welcome :) 2020-07-07T16:07:28 #kisslinux <djt3[m]> is there any fix for firefox notifications crashing yet? 2020-07-07T16:29:16 #kisslinux <dylanaraps> djt3[m]: I'm yet to build Firefox with debugging information to send a reply to the upstream bug report. 2020-07-07T16:29:25 #kisslinux <dylanaraps> Nothing prevents anyone here from doing the same fyi. 2020-07-07T16:43:51 #kisslinux <djt3[m]> coo 2020-07-07T16:43:54 #kisslinux <djt3[m]> * cool 2020-07-07T16:45:57 #kisslinux <dylanaraps> The bug report is here for reference: https://bugzilla.mozilla.org/show_bug.cgi?id=1635863 2020-07-07T17:00:45 #kisslinux <daniil> hi 2020-07-07T17:10:29 #kisslinux <dylanaraps> daniil: Hello 2020-07-07T19:41:10 #kisslinux <dilynm> https://bugreports.qt.io/plugins/servlet/mobile#issue/QTBUG-85453 2020-07-07T19:41:10 #kisslinux <dilynm> I filed a big report with qt wrt our ICU bug. We'll see if it goes anywhere 2020-07-07T19:50:56 #kisslinux <E5ten> dylanaraps: did you see the fixes for k I sent a little while back? 2020-07-07T21:25:25 #kisslinux <xzcvczx> dilym: you will probably have to buy a licence for htem to pay attention to a bug report..... i have one which has been open for almost a decade i believe 2020-07-07T21:34:34 #kisslinux <xzcvczx> ah no my bad was only 4 years and 8 months 2020-07-07T21:34:40 #kisslinux <xzcvczx> and they fixed it o/ 2020-07-07T21:45:50 #kisslinux <dylanaraps> dilynm: Is LC_ALL=C the issue?! 2020-07-07T21:46:50 #kisslinux <xzcvczx> dylanaraps: btw one of your packages has unused options being given in build 2020-07-07T21:48:22 #kisslinux <xzcvczx> dammit lost it and cant remember which one it was though 2020-07-07T21:48:31 #kisslinux <dylanaraps> E5ten: I may have missed your message. The sources have changed though. I'm on the 5th rewrite right now. Instead of being a full package manager it'll just handle install/remove (and anything these require). 2020-07-07T21:48:50 #kisslinux <dylanaraps> xzcvczx: Let me know if you remember the package. 2020-07-07T21:48:55 #kisslinux <xzcvczx> i shall do 2020-07-07T22:26:37 #kisslinux <E5ten> dylanaraps: yeah it was about the current source after the changes, do you have logs or should I resend? 2020-07-07T22:36:31 #kisslinux <dylanaraps> I'll have a look at the logs. 2020-07-07T22:37:27 #kisslinux <dylanaraps> E5ten: Found the patch, thanks. 2020-07-07T23:22:32 #kisslinux <E5ten> dylanaraps: if it handles install/remove, does that mean the script is gonna depend on it for doing those? or is this gonna be a separate implementation of installation/removal? 2020-07-07T23:36:50 #kisslinux <E5ten> dylanaraps: also, a little nit, in k cp_file(), you have the error message "Failed to read file" for both the read file and write file failing to open, should probably have a separate error case for the write file with "read" changed to "write"