2020-07-07T00:10:14 #kisslinux 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 https://bugs.webkit.org/show_bug.cgi?id=202321 2020-07-07T00:51:40 #kisslinux frack shared-mime-info 2020-07-07T00:51:46 #kisslinux and hte horse it rode in on 2020-07-07T00:56:56 #kisslinux 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 xzcvczx: I am working on description to build a linux kernel for x230 2020-07-07T01:12:12 #kisslinux https://termbin.com/xhux 2020-07-07T01:12:30 #kisslinux Do you have something to add? 2020-07-07T01:14:10 #kisslinux why did you choose to module wifi? powersaving? 2020-07-07T01:14:42 #kisslinux you have stuff like the camera, bluetooth (and firmware) tpacpi probably 2020-07-07T01:15:40 #kisslinux 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 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 I choosed iwlwifi as module because this worked just ahead. 2020-07-07T01:19:59 #kisslinux thanks. 2020-07-07T02:11:40 #kisslinux Huh, well I somehow managed to break alacritty w/o touching it 2020-07-07T02:12:13 #kisslinux I was consolidating my firmware into a single package and after rebooting it won't launch 2020-07-07T02:12:44 #kisslinux 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 no luck 2020-07-07T02:16:23 #kisslinux Anyone seen "Error creating GL context; Couldn't find any pixel format that matches the criteria." before? 2020-07-07T06:29:27 #kisslinux himmalerin if you are looking at logs what graphics card? 2020-07-07T08:09:10 #kisslinux 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 I will try that broadcom wl 2020-07-07T08:18:25 #kisslinux nraiha_: did you try running `lspci -k` on a live usb? 2020-07-07T08:19:19 #kisslinux It will show loaded modules, which you can use to install the correct driver for your kernel 2020-07-07T08:35:51 #kisslinux merakor2: nice hint 2020-07-07T08:58:10 #kisslinux damn you perlish 2020-07-07T08:58:19 #kisslinux periish rather 2020-07-07T09:27:48 #kisslinux `lspci -k` gives me only "BCM43602 802.11ac wireless lan soc" 2020-07-07T09:54:24 #kisslinux Can you send the entire output? 2020-07-07T09:54:58 #kisslinux Is your wifi working on live USB? 2020-07-07T10:02:32 #kisslinux 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 Now that I connected to wifi `lspci -k` tells that the driver is brcmfmac 2020-07-07T10:08:33 #kisslinux Oh it may be conditional loading 2020-07-07T10:08:59 #kisslinux You should enable CONFIG_BRCMFMAC 2020-07-07T10:12:06 #kisslinux It is enabled 2020-07-07T10:12:39 #kisslinux That's weird 2020-07-07T10:12:55 #kisslinux Is it enabled as a module or built-in to the kernel? 2020-07-07T10:13:12 #kisslinux I found from dmesg that direct firmware load for brcm/brcmfmac43602-pcie.bin failed with error -2 2020-07-07T10:13:22 #kisslinux It is built-in to kernel 2020-07-07T10:13:49 #kisslinux Then you need to build the firmware inside the kernel 2020-07-07T10:16:03 #kisslinux add brcm/brcmfmac43602-pcie.bin to EXTRA_FIRMWARE 2020-07-07T10:16:49 #kisslinux iirc kernel loads outside firmware only for modules 2020-07-07T10:18:51 #kisslinux device drivers -> network device support -> wireless lan -> [*] broadcom devices -> [*] broadcom fullmac wlan driver 2020-07-07T10:19:09 #kisslinux Does not that mean brcmfmac is built in to the kernel? 2020-07-07T10:20:47 #kisslinux Yeah, but you need to install the firmware into the kernel as well 2020-07-07T10:21:17 #kisslinux Ah okay 2020-07-07T10:22:19 #kisslinux Since this is not a module, the kernel will not load firmwares from your filesystem. 2020-07-07T10:22:30 #kisslinux o/ 2020-07-07T10:22:54 #kisslinux 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 o/ 2020-07-07T10:23:30 #kisslinux Yeah I found it but I just wonder where I can find that bin. 2020-07-07T10:23:44 #kisslinux I think I can find it from kernel.org 2020-07-07T10:23:51 #kisslinux Do you linux-firmware 2020-07-07T10:23:51 #kisslinux 2020-07-07T10:23:59 #kisslinux Do you have* 2020-07-07T10:24:36 #kisslinux This may be helpful: https://k1ss.org/wiki/kernel/firmware 2020-07-07T10:25:37 #kisslinux No I don't have it. 2020-07-07T10:27:43 #kisslinux You simply need to download the latest firmware from https://kernel.org and extract it to /lib/modules 2020-07-07T10:28:38 #kisslinux You can then add it your kernel configuration 2020-07-07T10:28:45 #kisslinux no sorry 2020-07-07T10:28:47 #kisslinux /lib/firmware 2020-07-07T10:28:49 #kisslinux not modules 2020-07-07T10:32:47 #kisslinux That did the trick. Thank you! 2020-07-07T10:35:08 #kisslinux You're welcome :) 2020-07-07T16:07:28 #kisslinux is there any fix for firefox notifications crashing yet? 2020-07-07T16:29:16 #kisslinux 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 Nothing prevents anyone here from doing the same fyi. 2020-07-07T16:43:51 #kisslinux coo 2020-07-07T16:43:54 #kisslinux * cool 2020-07-07T16:45:57 #kisslinux The bug report is here for reference: https://bugzilla.mozilla.org/show_bug.cgi?id=1635863 2020-07-07T17:00:45 #kisslinux hi 2020-07-07T17:10:29 #kisslinux daniil: Hello 2020-07-07T19:41:10 #kisslinux https://bugreports.qt.io/plugins/servlet/mobile#issue/QTBUG-85453 2020-07-07T19:41:10 #kisslinux I filed a big report with qt wrt our ICU bug. We'll see if it goes anywhere 2020-07-07T19:50:56 #kisslinux dylanaraps: did you see the fixes for k I sent a little while back? 2020-07-07T21:25:25 #kisslinux 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 ah no my bad was only 4 years and 8 months 2020-07-07T21:34:40 #kisslinux and they fixed it o/ 2020-07-07T21:45:50 #kisslinux dilynm: Is LC_ALL=C the issue?! 2020-07-07T21:46:50 #kisslinux dylanaraps: btw one of your packages has unused options being given in build 2020-07-07T21:48:22 #kisslinux dammit lost it and cant remember which one it was though 2020-07-07T21:48:31 #kisslinux 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 xzcvczx: Let me know if you remember the package. 2020-07-07T21:48:55 #kisslinux i shall do 2020-07-07T22:26:37 #kisslinux 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 I'll have a look at the logs. 2020-07-07T22:37:27 #kisslinux E5ten: Found the patch, thanks. 2020-07-07T23:22:32 #kisslinux 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 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"