snod4
snod4
It could also be the popupTimeout functionality. When I manually click on the notification, it will dismiss, but it will not do it automatically.
I'm able to sort of workaround it with this: ```javascript //Workaround for notifications with same ID? Utils.timeout(Notifications.popupTimeout + 1000, () => { notification.dismiss(); }); ``` This allows the earlier notifications...
Thanks for the quick response! Here's the output of lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 13d3:3533 IMC Networks Bluetooth...
Which firmware do you mean? Bios:  Disto: Arch Kernel: 6.7.9-arch1-1
Thanks everyone. I was able to get the adapter to show up in lsusb and am able to set it up to 'connect' to wifi via wpa_cli. However, even though...
I figured out the wifi issue as well. My systemd-network config only matched on my old wifi interface. I had to allow it to match on the new one as...