/srv/irclogs.ubuntu.com/2022/11/24/#kubuntu.txt

mmikowskiSchmo> fwiw, it still sounds like this may be fast boot, which IIRC can prevent the needed initialization for some peripherals like keyboard or mouse.00:50
pickanick OS is (Operating System: Kubuntu 22.04 KDE Plasma Version: 5.24.7 KDE Frameworks Version: 5.92.0 Qt Version: 5.15.3)05:39
pickanickI have an internal wireless card that when used there are frequent errordumps in dmesg ending with ieee80211 phy0: Hardware restart was requested.05:41
pickanickI tried to attach external USB wireless devices, and they seem to be recognized in dmesg, however I do not see an interface for disabling the internal wireless and using the USB wireless. How can I do that?05:42
arraybolt3pickanick: If the internal and external wireless devices have different chipsets, you can probably use modprobe to unload the driver for the internal card.05:43
pickanickSystem Settings : Connections seems to be hardware independent aside from segregating wired and wireless and bluetooth.05:43
arraybolt3pickanick:05:44
arraybolt3Actually, go to that Network Connections page.05:44
arraybolt3Click on your WiFI network, and select the WiFi tab, then open "Restrict to device".05:44
arraybolt3See if you can select the right adapter in there.05:44
=== gurupras- is now known as guruprasad
pickanickHmm. only one device appears as an option05:56
pickanickthe internal network.05:56
arraybolt3Maybe your USB WiFi doesn't have the right drivers installed?05:57
arraybolt3Many USB WiFi devices use a Realtek chipset, which is notoriously difficult to get working with Linux (though it is possible).05:57
pickanickquite possibly, I have not used them before, yes Realtek05:57
arraybolt3Yeah, you'll probably have to figure out the chipset, then find a trusted GitHub repo with a driver you can build from source.05:58
arraybolt3That's generally the way I've seen it done.05:58
pickanickUgh. does anyone make a usb wifi that works out of the box? I have one internal and two USB all Realtek06:00
arraybolt3Yeah, there's a whole list, lemme find it.06:00
arraybolt3pickanick:06:01
arraybolt3https://github.com/morrownr/USB-WiFi/blob/main/home/USB_WiFi_Adapters_that_are_supported_with_Linux_in-kernel_drivers.md06:01
* arraybolt3 keeps hitting Enter rather than Shift...06:01
jj5hi there. how come Kubuntu 22.04.1 LTS is only supported until April 2025 while Ubuntu 22.04.1 LTS is supported until April 2027?06:04
jj5I'm getting my information from here: https://kubuntu.org/getkubuntu/06:04
jj5and here: https://kubuntu.org/getkubuntu/06:04
pickanickarraybolt3 thank you.  It turns out one of my USB's popped up in Restrict to device, which I didn't realize was there until you pointed it out.  So I'll try that, and if that fails I'll look into the list of other options.06:04
jj5I mean here: https://ubuntu.com/download/server06:04
arraybolt3jj5: Because there's only so much work that Kubuntu developers can do. Ubuntu has *way* more developers behind it than Kubuntu does - the work of maintaining an LTS release for just 3 years is pretty hard. An extra 2 years would make it more difficult to make new releases good.06:05
arraybolt3Basically Canonical takes care of the Ubuntu base, then the flavors are made by the community.06:05
arraybolt3Canonical has the manpower to keep releases good for 5 years (actually they can do up to 10 years but they charge for the extended support). Kubuntu... not so much so.06:06
jj5arraybolt3: yeah, I didn't mean to complain or be ungrateful, the reason for my question is that lsb_release -a says Ubuntu and my /etc/apt/sources.list says Ubuntu06:06
arraybolt3jj5: It's no problem, I didn't take it as a complaint.06:06
arraybolt3jj5: Technically, Ubuntu uses mostly packages from the Main repository (it might be all Main, but I'm not sure), while Kubuntu uses packages from Universe. Canonical keeps the packages in Main up-to-date for a full five years, while the community generally only works on Universe packages for three years per release.06:07
arraybolt3(To be clear, all flavors use a lot of packages from the Main repo too, it's just that things like the KDE desktop and apps are in the Universe repository.)06:08
jj5ah, cool. that makes sense, thanks.06:08
jj5can you just install kde-plasma on a Ubuntu Server installation and get the Ubuntu LTS to 2027?06:08
arraybolt3No, because the KDE Plasma stuff is in Universe.06:09
jj5interesting06:09
arraybolt3It's the same packages whether you use Kubuntu or start with Ubuntu Server and install KDE after the fact. And those packages are taken care of by the developers for three years.06:09
arraybolt3(Per release, I mean.)06:09
jj5okay, good to know, thank you06:10
arraybolt3Sure thing!06:10
jj5so if I install kde-plasma on an Ubuntu Server can I say that I'm running Kubuntu?06:11
arraybolt3Yep.06:11
jj5great, thanks! :)06:12
jj5I'm trying to understand the apt repository setup, there's urls for jammy{-updates,-backports} but not jammy-security, this doesn't work: https://packages.ubuntu.com/jammy-security/allpackages06:32
jj5but jammy-security is an option in my sources.list06:32
jj5a url that does work for example is this one: https://packages.ubuntu.com/jammy-updates/allpackages06:33
jj5the jammy and jammy-backports urls also work06:33
alkisg1jj5: packages.ubuntu.com is a web site that is unrelated to apt repositories. They show information, but you don't download from there06:40
alkisg1deb http://archive.ubuntu.com/ubuntu/ jammy-security universe means you'd use http://archive.ubuntu.com/ubuntu/ to download the packages; there's a jammy-security folder there06:41
alkisg1http://archive.ubuntu.com/ubuntu/dists/jammy-security/06:41
jj5alkisg1: thanks, but my question is why is jammy-security missing from the packages.ubuntu.com website?06:42
alkisg1jj5: that's an internal thing of canonical, e.g. maybe the security team workflow needs to be faster and doesn't align with the team that maintains that site06:43
alkisg1It's just a web site though, it shouldn't affect anything you do with apt06:43
jj5alkisg1: understood, thanks. is there some place I can look to see what's in jammy-security? I'd like to have a complete understanding.06:44
alkisg1jj5: https://www.linuxuprising.com/2018/11/how-to-list-all-packages-in-repository.html06:47
alkisg1There's a synaptic version there, and a command line version; use the second one first06:47
jj5alkisg1: cool, thanks!06:48
alkisg1jj5: if you prefer to see them as files, they're in there:  /var/lib/apt/lists/06:50
alkisg1You can open whatever file you want from there and parse it if you need something scripted06:50
jj5alkisg1: good to know, thank you06:51
IrcsomeBot<lord chencho> Why I get the message "Ethernet cable connected (limited connection)08:54
alkisg1Because you can access your router but your router can't access the internet?09:04
user|83New to Linux, can someone explain 22.04 LTS vs 22.10 Current version?  Do the features in the current version get rolled into the LTS version over time?09:23
arraybolt3user|83: OK, so...09:27
arraybolt3user|83: Ubuntu isn't just the OS, but also includes an entire suite of applications in a repository. Most of the time, when you install software into Ubuntu, you use this repository.09:28
arraybolt3user|83: The versions of software in the repository usually aren't updated, but rather, bugfixes and security fixes are backported to the older versions of software as needed and as possible.09:28
arraybolt3user|83: This means that you always use older but fixed versions of software, giving you a stable system that also stays secure.09:29
arraybolt3user|83: Each new version of Ubuntu comes with newer versions of software than the previous versions, giving you more features. So LTS will continue to get more and more *stable* over time, but it won't get new features in most instances. If you need new features, you use a newer release.09:29
arraybolt3The interim releases (like 22.10) get 9 months of support, then they go end-of-life and you're expected to upgrade. The LTS releases get 3 years of support for flavors of Ubuntu like Kubuntu. Ubuntu Desktop and Ubuntu Server, on the other hand, get 5 years of support. The support period is the time while bugfixes and security fixes are provided.09:30
arraybolt3Once a release goes out of support, updates will end, either partially or entirely.09:31
arraybolt3So basically, go with LTS if you need to keep a system secure, don't want to always be upgrading and reinstalling, and can live with older versions of software. Go with the latest release if you're willing to do the upgrade and reinstallaiton maintenance and need the newer versions of stuff.09:32
arraybolt3(There's a little bit more to some of this stuff, mainly Main/Restricted vs. Universe/Multiverse in the software repository, but most users don't need to worry about that sort of thing.)09:33
iomari891Greetings, I can't unlock te lock screen. Password not working. No error, just doesnt work. I have to go ti terminal and use "loginctl unlock-sessions". Any suggestions?09:34
user|83Thank you.  Is there a process for the upgrade of the interim releases or is the OS wiped and new version installed in its place?09:34
arraybolt3user|83: You can upgrade from an older version of Ubuntu without a total reinstall, using the do-release-upgrade tool. However it's highly recommended to make a backup of your system before trying to do that, since upgrades are known for going awry and you may end up needing to do a full reinstall by the end of it.09:34
arraybolt3iomari891: Is your system fully updated? I ran into this once but haven't for a while.09:35
user|83I see.  Thanks again.09:35
iomari891arraybolt3: kubuntu 22.10. BUt the problem started with 22.0409:36
iomari891fully updated09:36
arraybolt3iomari891: I wonder what the system logs say. Maybe you can look at the end of /var/log/syslog just after having the screenlocker fail like this to see if anything interesting gets logged there?09:37
iomari891arraybolt3: I'll try it now ....09:42
=== ber is now known as Guest4742
* arraybolt3 has to go afk, if someone else knows what to make of the logs or has any idea, feel free to jump in09:49
BluesKajHi all13:24
cunguk_hello world13:28
IrcsomeBot<lord chencho> Hi there.  I have an issue witn my ethernet connection it's working ok but I have a notification "Ethernet connection stablished (limited conectivity)  is it a bug?13:47
IrcsomeBot<nomislou> Hi, unfortunately I don't know English well and generally use a translator. But okay. The system began to take a lot of RAM. Literally 2/3 GB14:16
rrrokay I uninstalled hostapd17:13
rrrstill nothing17:13
rrrI also rebooted. brb17:14
rrrokay It is back.17:17
rrrwoo17:17
rrrthank you. your suggestions were most helpful.17:17

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