[11:48] Hey guys [11:48] anyone who wants to help regarding wifi problems on 22.10 [11:48] state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external [11:52] this message looks incomplete [11:53] https://pastebin.com/uXqEhjKh [11:53] this is from syslog removing/inserting the usb dongle [11:55] anyone that have an idea how i can handle this without re-installing whole system [12:02] if i read this right then network manager is choosing not to manage this device because it seems to be managed by "something else" [12:02] there is also mention of the strongswan charon service accessing the device [12:44] I wonder why a VPN implementation would choose to manage hardware directly 🤔. [12:44] Assuming that this didn't find its way to your system by mistake, could you try temporarily disabling the VPN and seeing if that helps? Did you check if this sort of thing happens with the Ethernet controller as well? If it only happens with the USB WiFi dongle and only when the VPN is enabled, maybe it's some sort of hard-core security/privacy feature that ensures that you can only access the network through the VPN? [13:45] Just upgraded  to kinetic kudu beta, and it seems like there is a problem with the wifi driver (Broadcom 802.11 Linux STA from bcmwl-kernel-source) [13:46] Could be that I've done something wrong, but it worked in 20.04 [13:47] If wifi is enabled the screen freezes. I'm using X11. [13:48] Could you elaborate what the issue is? What kernel version did you have on 20.04? [13:51] I don't know much  more than the screen freezes and I can't interact with the system. Not sure what the kernel version was in 20.04, except it was updated. The filesystem is ZFS, so I should be able to dig out some info if necessary. [13:52] Ah , kernel was 5.15.0-48-generic … [13:54] WiFi is a BCM43b1 802.11 Hybrid Wireless Controller … (r587334) [13:58] It seems like HID-devices on USB through dongles (Logitech Unifying and Bolt) stops working if the wireless card is enabled, in effect freezing the screen. [14:01] Wired connection is a workaround, and it is enough to disable the wireless card in Settings [14:03] The card is probably better known as a BCM4352 [14:03] Oh 👀 [14:04] That doesn't sound good… =$ [14:08] No, I was just surprised that it messes with USB 😅. Could you go through the `dmesg` log and see if there's anything of note when enabling the WiFi? If you can't get the devices to register again and need to reboot after enabling WiFi, then you can see the log from the previous boot by running `journalctl --dmesg --boot=-1`. [14:11] Also, you should try installing an older version of the kernel if possible, ideally 5.15, to see if it's simply that the driver isn't ready for the new kernel version or if it's something else. [14:18] I have some traces… Seems like NETDEV WATCHDOG: … transmit queue 0 timed out [14:19] audit … apparmour="DENIED"… capname="net_admin" [14:19] same for capname="perfmon" [14:24] netdevice: wlp6s0: Incorrect netdev->dev_addr [14:24] Last one is pretty early [14:42] tomreyn, thanks for the help [14:42] u said it's managed by something else - the wifi [14:43] i've killed/deleted nework manager and it works [14:43] now i've installed ersion 1.36.4 [14:43] and it works like before, so hopefully they will fix it [17:09] jeblad: what prompted you to upgrade from 20.04 LTS to a pre-release version? [17:11] driver support for many broadcom wireless devices, such as yours, is sketchy / only possible through manually built modules for licensing reasons. [17:12] you'll better stay on LTS releases. 22.04 would have been a good upgrade target. [17:14] Two identical machines, one for test/demo and one for development. Only real difference between them are the wifi card. [17:17] There are a few bits'n'pieces that doesn't work properly in 20.04. I've been wondering whether I should skip Ubuntu for some time, but it seems I'm using it for a little longer. [17:43] jeblad, i'm noobie but i will defenitely stop using non LTS versions [17:44] even for home/desktop PC [17:59] Using only LTS have drawbacks when you develop with libs that does not exist for those versions. Changing core libs, and then trying to make the system work is a pain. Using Vagrant and similar to make it work … well, it is possible but sometimes it is better to use bare metal. [18:15] Ordered a new wifi card. :D