=== bunk is now known as Guest2647 [18:34] Hi. I have realtek 8811cu wifi dongle attached to my laptop. It worked fine until the last restart of my laptop. Now it is not on for some reason. Any ideas why or solutions? [18:40] vilius: does "rfkill" (a terminal command) list it as blocked? [18:40] (either "soft" or "hard") [18:41] both unblocked [18:41] vilius: which xubuntu version are you running, which kernel version? [18:42] (lsb_release -ds; cat /proc/{version,cmdline}) |& nc termbin.com 9999 [18:43] Ubuntu 22.04.2 LTS [18:44] Ubuntu 22.04.2 LTS [18:44] Linux version 5.15.0-67-generic (buildd@lcy02-amd64-116) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 [18:44] BOOT_IMAGE=/boot/vmlinuz-5.15.0-67-generic root=UUID=764d7856-bc58-4e15-a5ea-7697c16e87be ro quiet splash vt.handoff=7 [18:44] !paste | vilius [18:44] vilius: For posting multi-line texts into the channel, please use https://dpaste.com | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [18:45] !pastebinit Ubuntu 22.04.2 LTS [18:45] Linux version 5.15.0-67-generic (buildd@lcy02-amd64-116) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 [18:45] BOOT_IMAGE=/boot/vmlinuz-5.15.0-67-generic root=UUID=764d7856-bc58-4e15-a5ea-7697c16e87be ro quiet splash vt.handoff=7 [18:46] that's also wrong ;) but i got the info now, thanks. give me a minute to read up. [18:46] note that you can also get help with not xubuntu specific questions such as hardware support (like here) in #ubuntu - which is often more active [18:48] can you run this command, which will gather kernel warnings and errors and post the output online? you should only post the http address that is returned: [18:49] journalctl -kb0 -pwarning |& nc termbin.com 9999 [18:49] https://termbin.com/sezfw [18:50] oh i see you asked the same question in #ubuntu, too [18:51] so the company developing the wifi chipset you have there, 8821cu, has unfortunately provided very bad driver support for linux [18:52] as a result you already have been using a so-called "out-of-tree" kernel module, one which is of so bad quality or incompatible license (or both) that it was not added to linux itself [18:53] usually, these out of (kernel) tree drivers (or "modules") are only compatible to a certain kernel version, or a couple versions [18:53] i assume you are now running a newer kernel verison than you used to, or one with slightly changed "ABIs" [18:53] making the old driver you still have installed no longer compatible [18:54] OK; I did apt update and apt-get update; there was some update with kernel (if I remember correctly), so maybe that forced it to stop working [18:54] if you look at what you posted at https://termbin.com/sezfw you'll see several lines about "8821cu" [18:55] yes, probably, you got a kernel update, which is good. but the wireless driver is not part of the kernel so you still ru the old one there [18:55] now we need to look for a newer version of the 8821cu which soemone patched to become compatible to the newer kernel version / ABI you have there [18:59] you can bookmark this - which may also link to the latest version in the future: https://github.com/morrownr/8821cu [19:00] then start here https://github.com/morrownr/8821cu-20210916#installation-information [19:02] I see there are at least three different users producing drivers for the same dongle? Any idea why? [19:02] anything up to "Installation Steps" is background information, which you should read and try to understand (and maybe come back to later), but the actual installation steps are further down [19:03] so the company developing the wifi chipset you have there, 8821cu, has unfortunately provided very bad driver support for linux [19:03] ^^that's the answer to your question [19:12] Sorted! Thank you, tomreyn [19:12] I was not aware of the fact that there are various drivers available for the same unit of hardware - migrating from windows for the last three weeks... [19:15] vilius: glad you worked it out! that's not usually so, but when people have a piece of badly supported hardware and they don't want to just trash it and have the capability (or think they do) they'll try to patch existing drivers to make them compatible to newer kernel versions [19:16] "that"-> various drivers available for the same unit of hardware