/srv/irclogs.ubuntu.com/2023/03/03/#xubuntu.txt

=== bunk is now known as Guest2647
viliusHi. 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:34
tomreynvilius: does "rfkill" (a terminal command) list it as blocked?18:40
tomreyn(either "soft" or "hard")18:40
viliusboth unblocked18:41
tomreynvilius: which xubuntu version are you running, which kernel version?18:41
tomreyn(lsb_release -ds; cat /proc/{version,cmdline}) |& nc termbin.com 999918:42
viliusUbuntu 22.04.2 LTS18:43
viliusUbuntu 22.04.2 LTS18:44
viliusLinux 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 202318:44
viliusBOOT_IMAGE=/boot/vmlinuz-5.15.0-67-generic root=UUID=764d7856-bc58-4e15-a5ea-7697c16e87be ro quiet splash vt.handoff=718:44
tomreyn!paste | vilius 18:44
ubottuvilius: 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:44
vilius!pastebinit Ubuntu 22.04.2 LTS18:45
viliusLinux 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 202318:45
viliusBOOT_IMAGE=/boot/vmlinuz-5.15.0-67-generic root=UUID=764d7856-bc58-4e15-a5ea-7697c16e87be ro quiet splash vt.handoff=718:45
tomreynthat's also wrong ;) but i got the info now, thanks. give me a minute to read up.18:46
tomreynnote that you can also get help with not xubuntu specific questions such as hardware support (like here) in #ubuntu - which is often more active18:46
tomreyncan 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:48
tomreynjournalctl -kb0 -pwarning |& nc termbin.com 999918:49
viliushttps://termbin.com/sezfw18:49
tomreynoh i see you asked the same question in #ubuntu, too18:50
tomreynso the company developing the wifi chipset you have there, 8821cu, has unfortunately provided very bad driver support for linux18:51
tomreynas 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 itself18:52
tomreynusually, these out of (kernel) tree drivers (or "modules") are only compatible to a certain kernel version, or a couple versions18:53
tomreyni assume you are now running a newer kernel verison than you used to, or one with slightly changed "ABIs"18:53
tomreynmaking the old driver you still have installed no longer compatible18:53
viliusOK; 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 working18:54
tomreynif you look at what you posted at https://termbin.com/sezfw you'll see several lines about "8821cu"18:54
tomreynyes, 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 there18:55
tomreynnow 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 there18:55
tomreynyou can bookmark this - which may also link to the latest version in the future: https://github.com/morrownr/8821cu18:59
tomreynthen start here https://github.com/morrownr/8821cu-20210916#installation-information19:00
viliusI see there are at least three different users producing drivers for the same dongle? Any idea why?19:02
tomreynanything 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 down19:02
tomreyn<tomreyn> so the company developing the wifi chipset you have there, 8821cu, has unfortunately provided very bad driver support for linux19:03
tomreyn^^that's the answer to your question19:03
viliusSorted! Thank you, tomreyn19:12
viliusI 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:12
tomreynvilius: 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 versions19:15
tomreyn"that"-> various drivers available for the same unit of hardware19:16

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!