/srv/irclogs.ubuntu.com/2019/12/29/#kubuntu.txt

=== Mrokii_ is now known as Mrokii
Ortigahello06:20
=== illuminated_ is now known as illuminated
user|37456hi, i have installed kubuntu 18.10 a year ago, but when i tried to upgrade to 19.10, it won't, i wish i can find an answer here. Thank you09:33
diogenes_!upgrade09:34
ubottuFor upgrading instructions see https://help.ubuntu.com/community/EoanUpgrades/Kubuntu09:34
tomreyngenerally, this would e a two step upgrade, i think. first to 19.04, then to 19.10.09:35
tomreynuser|37456: don't forget to check your browser before you leave.09:35
diogenes_better to grab a 19.10 iso, much faster and bugless.09:36
pragomerHi. I am using KDE Connect on Kubuntu 18.04.3.  What does not work: deleting photos on my android phone. I CAN copy files to my linux pc, but not delete files on my phone (permission denied). Is this a known issue?10:19
diogenes_pragomer, afaik you can't delete because it's mounted ro, try with sudo rm picname.10:21
FailBaconHey im just gonna ask my question so basically my System doesnt recognise my lan-cable anymore any ideas what the problem may be? it just happened after a system restart10:52
diogenes_FailBacon, try: systemctl restart NetworkManager11:08
FailBacondiogenes_ didn't work11:23
diogenes_FailBacon, nmcli d11:29
diogenes_do you see your ethernet device there?11:29
FailBaconyes11:29
FailBaconenp5s0          ethernet  unmanaged  --11:30
diogenes_what is the name?11:30
FailBaconenp5s011:30
diogenes_nmcli d enp5s0  connect11:30
FailBaconError: argument 'enp5s0' not understood. Try passing --help instead.11:31
diogenes_nmcli device connect enp5s011:33
FailBaconError: Failed to add/activate new connection: Connection 'enp5s0' is not available on device enp5s0 because device is strictly unmanaged11:33
diogenes_FailBacon, desktop pc?11:34
FailBaconits a laptop11:34
diogenes_FailBacon, lspci -nnk | grep Et -A311:36
diogenes_!pastebit11:36
diogenes_!pastebin11:36
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.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.11:36
FailBaconhttps://paste.ubuntu.com/p/sV3N86cWTM/11:37
diogenes_FailBacon, try: rmmod atl1c11:38
FailBaconok i did11:39
FailBaconand now?11:39
diogenes_then: modeprobe atl1c11:39
FailBaconit says command not found11:40
diogenes_modprobe atl1c11:41
diogenes_with sudo11:41
FailBaconi did11:41
diogenes_lsmod | grep atl1c11:41
FailBaconatl1c                  53248  011:42
diogenes_hmm the only thing that comes to mind is to boot a live usb stick.11:43
diogenes_see if it works there.11:44
FailBaconi dont actually have a usb stick here11:44
diogenes_FailBacon, cat /etc/network/interfaces11:47
diogenes_what you get?11:47
FailBaconcat: /etc/network/interfaces: No such file or directory11:48
diogenes_cat /etc/network/interfaces.d/setup11:49
FailBaconcat: /etc/network/interfaces.d/setup: No such file or directory11:49
diogenes_ifconfig -a11:51
FailBaconhttps://paste.ubuntu.com/p/QR8YWKTNMb/11:52
diogenes_try: dpkg-reconfigure ifupdown11:53
FailBaconhttps://paste.ubuntu.com/p/kVX4dJDRby/11:54
FailBacondiogenes_ i need to eat i will be back in 15 minutes12:01
diogenes_FailBacon, ok, ubuntu deviates much from Debian.12:02
FailBacondiogenes_ ok it was actually a lot faster than 15 minutes any other solutions you might have?12:08
diogenes_FailBacon, sudo nmcli dev set enp5s0 managed yes12:10
FailBaconok i did it12:11
diogenes_nmcli d12:11
diogenes_is it still unmanaged?12:11
FailBaconyes12:12
diogenes_nmcli device connect enp5s012:12
FailBaconError: Failed to add/activate new connection: Connection 'enp5s0' is not available on device enp5s0 because device is strictly unmanaged12:14
diogenes_pastebin: ip link show12:14
FailBacondiogenes_ https://paste.ubuntu.com/p/8tbnC8sM34/12:21
diogenes_FailBacon, cat /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf12:22
diogenes_just tell me if exists12:23
FailBaconyes12:23
FailBaconexists12:23
diogenes_sudo mv /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf  /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf_orig12:23
FailBaconi did12:24
diogenes_sudo touch /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf12:24
FailBaconok i did it12:24
diogenes_sudo systemctl restart NetworkManager12:24
BluesKajHi folks14:20
=== marat is now known as manka
=== Lord_of_Life_ is now known as Lord_of_Life
phillHey guys, I'm after some help please. All of a sudden the track pad and keyboard of my laptop stopped working at boot. It works in bios and grub, and works for about 1 sec on the login screen, but not after that. Any suggestions please?16:53
diogenes_phill, to rule out misconfigs try a new user.16:54
philldiogenes_: this is just at the login screen. How do I get in to try a new user? Or to the cli?16:55
diogenes_phill, at grub linux line add: 'single'16:57
diogenes_it should boot in text mode.16:58
diogenes_i mean when you see grub menu, hit e.16:58
phillSo I can only get to the grub cli by repeatedly esc. Can't get the actuall menu showing...17:00
diogenes_phill, any live usb stick?17:02
philldiogenes_: yeah17:05
diogenes_phill, so boot into it.17:06
philldiogenes_: scratch that it's giving me an invalid sector size error. I'll see if I have another somewhere......17:08
diogenes_or an old DVD with some distro.17:09
philldiogenes_: what would the process when I find a working one? Edit grub?17:15
diogenes_phill, open your system's /home/username and rename .cache .config .kde and try to boot the system normally.17:20
phillThanks diogenes_ just commandeered my wife's laptop.to download and iso17:45
emehola gentes17:48
pablo_hello19:15
Alabalisticхи19:31
AlabalisticХИ19:31
=== wanja is now known as watschu
=== saigel_ is now known as saigel
=== Evropi_ is now known as Evropi

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