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

geniiHaving it still able to use internet through whatever alternate method for the time being means it becomes easier to directly investigate the issue, which is good00:02
nano2I cand send pastebins (Code: 0) There was an error with TheP(aste)B.in!00:03
valorietry pastebinit from the commandline if you need it00:03
genii!pastebinit | nano200:04
ubottunano2: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit00:04
valorie!pastebinit00:04
valorielol00:04
* genii slides valorie a stronger coffee00:04
genii;)00:04
valorierofl00:04
geniinano2: So in this case, you'll want to open up konsole and keep it handy. The first thing in there to probably to and make sure things are up-to-date is: sudo apt-get update and then: sudo apt-get install pastebinit00:06
geniiif the package called lshw is not installed, install that as well with: sudo apt-get install lshw00:07
nanoI found the driver of that wireless card and put it in / lib / firmware /, I already restarted but I think that's not all there is to do00:07
genii...00:08
geniiIt's better to investigate the issue first before copying stray driver files into the root filesystem :)00:09
nanoPastebinit is already in its most recent version (1.5-2).00:09
geniiThe first issue to tackle is wifi00:10
geniilshw is useful for this because it can tell us what devices are unclaimed by a driver00:10
nano(Code: 0) There was an error with TheP(aste)B.in!  again00:11
geniiI'm not certain what that error is about, possibly some 3rd-party pastebin URL is being used00:12
geniiBut if we pipe command output to the application pastebinit, it should not matter00:13
geniiIf you can please run: sudo lshw -C network | pastebinit    ...and then let us know the URL it gives you we can start there00:14
nanohttp://paste.ubuntu.com/p/2CSCs36HrF/00:15
geniiYes, so there we see the second netowrk device is unclaimed by a driver00:16
nanoYes00:17
geniiNext, please: lspci -nn|grep Network|pastebinit00:18
geniiThis will give us the Vendor:Device code00:18
genii..so 8086:something00:18
nanohttp://paste.ubuntu.com/p/fX3Dy8tMR2/00:20
nanoDrver is here00:21
nanohttps://www.intel.la/content/www/xl/es/support/articles/000005511/network-and-i-o/wireless-networking.html00:21
nanoIntel® Wi-Fi 6 AX200 160MHz00:21
geniiPlease be patient, I am examining a bug right now regarding this issue ( https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1828133 )00:22
ubottuLaunchpad bug 1828133 in linux-firmware (Ubuntu Bionic) "Intel CyclonePeak wifi firmware" [Undecided,Fix released]00:22
geniiSeems like the correct driver may now be in the package linux-firmware repository bionic-proposed if you are on 18.0400:24
geniinano2: What version of *buntu does the command: cat /etc/issue   ..tell you?00:25
nanoUbuntu 18.04.3 LTS \n \l00:27
geniiI would suggest then to enable the "proposed" repository, then run : sudo apt-get update ... then after: sudo apt-get upgrade00:31
genii!proposed00:31
ubottuThe packages in Kubuntu are divided into various sections. See https://help.ubuntu.com/community/Repositories/Kubuntu - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories00:31
geniilinux-firmware is a package which should already be installed by default, but to make sure, the command: apt-cache policy linux-firmware  ..should tell you for certain, also what repository the one you are using came from, or the ones which different versions reside00:33
nanohttp://paste.ubuntu.com/p/G34gfnGnSQ/00:34
geniiSince we do not see the bionic-proposed repository there, you should enable that and then follow the instructions I outlined earlier, just above00:39
nanoI'm in the origins of the software and I don't see proposed repositories00:40
nanoHow I enable proposed repositories?00:41
geniiHm, the !proposed factoid seems hopelessly out of date00:42
nanohow I can install the driver?00:44
geniinano: In this case, simplest is to: echo "deb http://archive.ubuntu.com/ubuntu/ bionic-proposed restricted main multiverse universe" | sudo tee -a /etc/apt/sources.list00:44
genii..and then do the steps earlier described00:44
nanoBut proposed repositories is out of date00:45
geniiNo, proposed repositories contain newer versions than what are available in the main repositories. They are generally put in proposed if it is planned to later put them into the main ones after being tested00:47
genii( and then approved for inclusion )00:48
geniinano: ..and to answer the question of "how I can install the driver?" , what I am trying to guide you to accomplish is: by having the proper firmware files installed, these should load when the system sees the device, and then the iwlwifi driver should automatically be in use afterwards00:52
geniiThe firmware file gets pushed to the wifi adapter, driver loads, wifi works ... is the objective currently00:53
nanoI need restart00:53
* genii quietly sips his coffee00:55
nanoHello again, I have done everything commenting, 8 packages and 3 new linux kernel headers were installed but everything remains the same01:07
geniinano: Does: sudo lshw -C network  ...still show the adapter as unclaimed?01:11
nanohttp://paste.ubuntu.com/p/j7GFSC6JCP/01:12
genii..so yes, still unclaimed01:14
nanoyes01:15
=== root is now known as Guest42930
geniinano: does: lsmod| grep iwlwifi  ...show a result?01:18
nanonope01:20
geniinano: I am curious now to see if manually loading the driver does anything. So please: sudo modprobe iwlwifi     ...and then: lsmod | grep iwlwifi    ... to see if the second number is a zero ( meaning no device is using it, even though it is loaded) or a different number01:23
nanoiwlwifi               311296  001:26
nanocfg80211              675840  1 iwlwifi01:26
swift110hmm01:26
swift110hey nano01:27
swift110hey genii01:27
geniiSo now something is using it01:27
genii..sorry, no, zero there01:28
swift110oh ok01:29
nanoDid you mean: No reconoce nada aun network mánager01:29
nano36/500001:29
nanoDo not recognize anything even network manager01:29
geniiHm, Intel AX200/201 seems to require kernel 5.1 onwards01:36
* genii pokes around some more01:36
geniinano: So I think I have discovered that the issue is that if you have a lesser kernel version than 5.1 ( and the latest kernel version available in 18.04 is linux-image-generic-hwe-18.04 which is version 5.0.0.25.82 ) then the driver must be backported as described here:  https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/core_release#how_to_install_the_driver    ...for this you will need to istall the package git01:46
genii!info linux-image-generic disco01:49
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 5.0.0.25.26 (disco), package size 2 kB, installed size 15 kB01:49
geniiHm01:49
genii!info linux-image-generic-hwe-19.04 disco01:50
ubottuPackage linux-image-generic-hwe-19.04 does not exist in disco01:50
genii!info linux-image-generic-hwe disco01:50
ubottuPackage linux-image-generic-hwe does not exist in disco01:50
nanoCan't fix it then?01:51
genii!info linux-image-generic eoan01:51
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 5.2.0.13.14 (eoan), package size 2 kB, installed size 15 kB01:51
geniinano: It can be fixed, by the backporting of the driver as I said just earlier. But yes, this is not ideal. The iwlwifi driver should work out of the box right now with eoan ( Ubuntu/Kubuntu 19.10 but it is not officially released yet) or else later on when higher kernel versions are made available to Bionic ( 18.04 )01:55
genii..but if it requires working immediately on the system you currently have, then compiling it manually is the only way01:56
nanoFor now I only have to connect with cable in kubuntu?01:58
geniinano: If you install the package called git first with: sudo apt-get install git   ...and then follow exactly the instructions given here: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/core_release#how_to_install_the_driver  then it SHOULD work01:59
genii..but as I have not performed this myself or have direct firsthand knowledge this is only an educated guess02:00
nanohave installed got but without configurate02:03
geniiThis is based on my reading of this thread https://forums.linuxmint.com/viewtopic.php?t=297284 and a couple other similar ones02:03
nanoit's only 3 steps02:05
geniiAnother tactic would be to install a mainline kernel in your existing 18.04 but I would not recommend this02:05
geniinano: Yes, just the 3 steps02:06
geniigit clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git   then: make defconfig-iwlwifi-public && sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config && make -j4    then: sudo make install02:07
geniiSince build-essential is installed by default already, it would only require installing git first before attempting02:09
=== feodoran is now known as Guest34627
=== feodoran_ is now known as feodoran
nanomake defconfig-iwlwifi-public02:46
nanoNo hay ninguna regla para construir el objetivo 'defconfig-iwlwifi-public'.  Alto.02:46
nano82/500002:46
nanoThere is no rule to build the goal 'defconfig-iwlwifi-public'. Stop.02:46
nanoshow me that02:47
nanoI continue?02:47
geniiNo02:50
nanoOk02:50
geniinano: Give me a couple minutes, I am going to try duplicating the instructions here myself on this 18.04 machine02:52
nanook, I think I should enter the backport-iwlwifi folder before putting that command02:52
geniiProbably :)02:53
nanoYeah I need do that lol02:53
geniinano: Within the backport-iwlwifi directory all the commands so far have executed successfully for me, it is working now on the actual compiling of the make -j4 command02:56
nanoDone, no problems, I need reboot02:56
geniinano: I shall hope to see you here soon and hear of the results02:56
geniiYep, one of those... 8086:2723, can't recall which AX2xx but one of those series03:01
geniirb25girl: ^03:01
rb25girlah okay03:01
rb25girlI have an AX200 so03:02
=== lex is now known as Guest82598
nanoHeyyy geniii wifi is aliveeeeeeeeeeeeeee03:14
nanoReally you re a genni03:14
geniiYay!03:14
nanoThank you so much03:15
geniinano: If you require further help tomorrow with your NVidia I will be here again also03:15
valorienano: \o/03:15
nanoThank you so much03:15
genii..but at this time I want to go have a beer and relax :)03:16
geniinano: Glad to assist03:16
valorieyou have earned it tonight, genii!03:16
nanoReally thank you03:16
geniivalorie: :)03:16
valorie:-)03:17
nanoI would never have found the solution without you03:17
geniinano: The main thing is not to despair quickly, and methodically approach the problem, and a solution will normally be found03:18
* genii wanders off for beer03:18
nanoIt is what I see of you, which was methodical from the beginning to locate the problem, but to be methodical you have to have knowledge03:19
nanoThank you again genniii03:19
IrcsomeBotMarian Schaller was added by: Marian Schaller03:34
IrcsomeBot<Marian Schaller> (Photo, 200x200) https://irc-attachments.kde.org/D70ikaT0/file_17470.jpg03:34
IrcsomeBot<Marian Schaller> hxsoj hpziga ttsx db03:34
IrcsomeBot<bauchhaus> (Document) https://irc-attachments.kde.org/riPigunU/file_17471.mp403:40
IrcsomeBot<Swift110> Hmm04:14
valorieblocked the spammer04:53
swift110good05:00
lordievaderGood morning06:33
=== wodencafe is now known as christopherbryan
=== christopherbryan is now known as ChristopherBryan
viewer|54hallo06:57
viewer|54what is the best possibility to export only a few bookmarks in firefox?07:00
viewer|54what is the best possibility to export only a few bookmarks in firefox in Kubuntu?07:01
viewer|54no response?07:02
paul__hello all, so yesterday i was here asking for elp because my hdmi socket on my laptop wasnt working. You guys told me to go away and do a fresh install of kubuntu 19.04 that didnt work so after a few more atempts at installing 18.04 i finally have it installed. However there are still problems i cant solve the first being the hdmi still dosnt work i still get the message no external monitor detected08:43
paul__anyone08:47
diogenes_paul__, what did you do/install after the fresh install?08:48
paul__i have done nothing this is the fresh install i just clicked update that is all i have done nothing else08:49
diogenes_paul__, now run: sudo apt update && sudo apt upgrade08:50
paul__https://paste.ubuntu.com/p/hSBP8wRZ2d/08:52
diogenes_paul__, now run: lsb_release -a08:53
paul__https://paste.ubuntu.com/p/tQrSGBRbzx/08:54
diogenes_paul__, so how 19.04 didn't work?08:54
diogenes_why you are back to 18.04?08:54
paul__19.04 just kept on crashing i tried about 5 times thats why i am back today and not yesterday even this install isnt right i dont think because i get a message when i power up the machine08:56
lordievaderpaul__: What is the output of `xrandr` and `xrandr --listproviders`?08:56
=== MANIAC is now known as Guest33115
paul__https://paste.ubuntu.com/p/NTkFqmdQCD/08:59
lordievaderLaptop with two video cards?08:59
paul__i think so09:00
lordievaderCould you pastebin the output of  `sudo lspci -k`?09:00
paul__https://paste.ubuntu.com/p/73cXRVvSV9/09:01
paul__any ideas why its not working??09:08
lordievaderYes, you have two competing modules. How did you install the nvidia driver?09:10
paul__i never i havent installed anything this OS was installed completly fresh this morning then updated thats all i personally havent installed anything09:11
lordievaderInteresting. What does `dpkg -l|grep -e nouveau  -e nvidia` give?09:12
paul__https://paste.ubuntu.com/p/79Tj5nXstg/09:13
paul__i just want to be able to have the screen on my TV09:14
lordievaderRun `sudo apt purge \*nvidia\*` and reboot.09:14
viewer|64hi guys its paul again my laptop has crashed again when I restarted after doing the purge command, when I start the laptop up I gat a message say bios contains wgds but not wrds will this have something to do with it crashing all the time ]09:30
viewer|64would secure boot cause the laptop problems as well, it was working fine before I done the fresh install it was literally just the hdmi that didn't work09:31
lordievaderCrashed how?09:33
lordievaderBlack screen, boot loop, etc?09:34
viewer|64when I enter my password the main screen with the logo comes up and that's it it freezes09:35
viewer|64the part were it says in the bottom right plasma made by kde09:36
viewer|64this is becoming very frustrating do you think its something to do with the bios09:37
lordievaderCould you switch to a tty at that point and check how many kernel modules are loaded for your nvidia card?09:37
viewer|64I cant do anything I done thepurge command that all worked then I rebooted and its crashed09:38
lordievaderYou just mentioned you can get to the login screen.09:38
viewer|64but to be fair I don't think its because of the purge command because it was doing this yesterday I couldn't get it to work at all I think its something to do with the bios maybe the secure boot or the file system I dint know09:39
viewer|64yes I can get to the log in screen all the time09:40
IrcsomeBotKathy Woods was added by: Kathy Woods09:40
IrcsomeBot<Kathy Woods> (Photo, 400x400) https://irc-attachments.kde.org/WZekmdsm/file_17474.jpg09:40
IrcsomeBot<Kathy Woods> y btlxguy09:40
lordievaderSo at the login screen switch to a tty and check if multiple kernel modules are loaded for your nvidia card.09:40
viewer|64tty?09:41
lordievaderCtrl + alt + f3, switches you to tty3. Login there and you get a command prompt.09:41
viewer|64nothing is happening when I do that09:42
lordievaderDid it freeze at the login screen? Can you still move the mouse cursor?09:43
viewer|64not any more now it has froze since I donte that09:43
lordievaderWhat?09:43
viewer|64the mouse has disappeared09:43
lordievaderHrmm, perhaps you want to boot with `nomodeset` to try and fix this mess: https://askubuntu.com/a/3883409:45
viewer|64I thought a fresh install would fix it all to be fair09:46
lordievaderThose dual graphics setup laptops have nowadays are always troublesome under Linux.09:46
viewer|64should boot mode in the bios be uefi09:46
viewer|64really don't want to go back to windows09:47
lordievaderPreferably09:48
lordievaderDid the live environment work for you?09:48
viewer|64yesit worked in the live environment the hdmi didn't09:49
lordievaderHrmm, the hdmi didn't?09:49
lordievaderhttps://askubuntu.com/questions/1078964/driver-for-ubuntu-18-04-lts-that-supports-gtx-1050-ti-graphics-card09:50
viewer|64thanks for the help lordievader09:54
BluesKajHey folks11:02
viewer|64hello11:11
IrcsomeBot<Swift110> Hello as well11:18
=== Paradisee is now known as Paradiseeee
=== Paradiseeee is now known as Paradisee
lordievaderHey BluesKaj, swift11011:52
BluesKajhey lordievader11:57
=== matthew_ is now known as Guest42780
satriahola13:35
=== lordievader is now known as Guest78197
=== tux is now known as Areador
Areadorhello, my kubuntu does recognize the microphone, on volume -> applications too, but when i use a programm which uses the micro it does not process any acoustic, does somebody know this problem?14:39
=== adam_ is now known as b34r
MoPacHello. I'm wondering if there is a standard way to disable the sddm lock screen's displaying of a description of the currently open browser tab. It feels sort of...opposite...to what my instinct says a lock screen should be doing.16:16
RikMillsScreen locking in systemsettings > Appearance > untick Show media controls16:23
RikMillsI would imagine that is why it is showing16:23
MoPacAh, I had seen people talking about media controls, but I figured this was different, or part of browser integration.16:26
MoPacI actually don't have that menu flow that you described, but I'll try unticking show media controls by > kcmshell5 screenlocker16:27
MoPac...which works, in the sense that now there's nothing there. I guess it would have been nice to keep the media controls for actual media, but c'est la vie16:29
MoPacthanks16:29
* genii fiddles with the VLC controls on his phone's KDE Connect as the lock screen just sits there showing nothing incriminating16:33
MoPachah, well I've had to disable kdeconnect completely because of a bug that causes it to crash my sessions16:36
MoPacreceiving a call spams my desktop with hundreds, nay thousands, of notifications16:36
geniiYes, I had this issue previously with it16:37
MoPacgenii did you do something specific to alleviate the problem, or did it resolve with an update?16:39
geniiI just disabled showing notifications in the KDE Connect control panel settings on the computer side16:40
genii( this is under Xenial, I'm running Bionic now )16:41
geniiI primarily use it for photo transfer and controlling whatever is plaing on VLC on the computer16:43
geniiplaying16:43
=== himcesjf_ is now known as him-cesjf
=== OvermindDL1_ is now known as OvermindDL1
=== juboxi is now known as jubo2
fnipeeuuh18:36
=== Guest78197 is now known as lordievader
=== tim is now known as Guest62431
=== kubuntu is now known as Guest85779
=== wodencafe is now known as ChristopherBryan

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