/srv/irclogs.ubuntu.com/2017/07/18/#kubuntu.txt

mufasa 00:55
mufasac00:55
=== mufasa is now known as mufasa_
=== mufasa_ is now known as mufasa__
=== gonyere_ is now known as gonyere
=== Blackout is now known as Guest57253
lordievaderGood morning06:29
=== jemandus is now known as Jemand
=== pero_ is now known as hijenavuk
ktongahey I have a wont-resume-from-suspension kind of problem but it happens only under bizarre circumstances09:24
ktongaeverything works perfect, I suspend and resume my laptop all the time without any problem09:25
ktongaduring the weekends09:25
ktongabut when I bring the laptop to my job, I use it at the office all day, suspend it to go home and when I try to wake it up at home I get a black screen09:26
ktongaand I can only restart it09:26
ktongaI dont think it is directly realated to kubuntu but since I'm using it I desided to ask here instead of in #ubuntu09:28
Zhigalinktonga: unfortunately this kind of problems is hardly possibly to debug remotely09:32
ktongaI bet! it is also hard to debug it locally :)09:33
ktongais there any guide I can follow to compile some debug info and open a bug report?09:33
lordievaderktonga: Does it get a static ip assigned at home?09:34
Zhigalinktonga: Can it be that at home you're using LAN and in office WiFi or vice versa?09:34
lordievaderktonga: If so, you can look at the logs via ssh.09:34
ktongathe only difference I rackon is that at the office I connect over wired connection09:34
ktongaand have a few proxies09:34
ktongaim using wifi router with dhcp09:35
ktongaat home09:35
Zhigalinktonga: Tried extracting the ethernet cable before suspend?09:36
=== sysop is now known as Guest13744
ktongaalways after restarting as last resort I find in syslog a funny line full of ^@^@ right after the suspend line09:36
ktongatried all possible combination09:36
ktongais driving me crazy09:36
ktongasuspending connected09:37
ktongadisconnecting and then suspending09:37
ktongatoday I anebled my android hotspot to use regular wifi for a while before suspending09:37
ktongabut it happened anyways09:37
Zhigalinktonga: Your office is cursed :)09:39
ktongado you recommend going to church? :P09:39
chr1sktonga: my guess would be a kernel module is loaded to handle your network card and doesn't handle suspending properly09:40
ktongaif it solves the bug I would!09:40
Zhigalinchr1s: The same thing I thought09:40
chr1ssee what modules show up when you do "lsmod" on a command line before plugging in at the office09:41
ktongais there a separate log file with that kind of info?09:41
chr1sdo the same after you add the cable and see what's different09:41
Zhigalinktonga: Let me guess, you have some Broadcom shit?09:42
ktongaI think so yes since I have a dell09:42
ktongathe wifi is also broadcom and seems to worl fine tho09:42
Zhigalinktonga: if you run "lsmod", you see "b43" ?09:43
ktongaok that's a good one will compare lsmod before and after plugging in09:43
ktonganope a quick grep shows nothing with b4309:44
chr1sktonga: if you can identify the extra modules you should be able to take the network card down and unload them be you suspend09:44
Zhigalinktonga: b44 or bcma ?09:45
ktongayes I would be keen to do some manual (script later) steps to sort out the problem09:45
chr1sdoes lspci tell you what the card is?09:45
Zhigalinktonga: I bet is some broadcom shit giving you this problem09:46
chr1sif you know the card it'll be easier to find the driver :)09:46
ktongaNetwork controller: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter (rev 03)09:47
chr1swhat about the ethernet card?09:47
ktongaI can try to reproduce it at home wiring up to the router09:47
ktongaat work I plug to a usb hub that gives me network and an external screen that I dont use09:48
ktongahttp://paste.ubuntu.com/25117770/09:50
chr1sok, i'm thinking your usb driver doesn't like to suspend09:50
ktongathe whole output, nothing about ethernet09:50
chr1sif you get your network via the usb09:50
ktongabut I use a usb mouse all the time should that also cause a problem? jsut asking09:52
chr1syou probably need some specific driver for your usb hub?09:52
chr1stry unloading that before you suspend09:52
ktongaI also use that `proxydrive` script to setup office proxy autoamtically09:53
chr1sno your mouse wouldn't be using the same driver09:53
ktongait is sad I cant specify per-conn proxy settings :(09:53
ktongaand this scripts hooks into nm events09:54
Zhigalinktonga: if you run lspci -v09:54
Zhigalinktonga: and find "Network Controller: Broadcom Corportaion BCM43********"09:55
Zhigalinktonga: than you have "Kernel driver in use: ******"09:55
Zhigalinktonga: What it says?09:56
ktongawl and bcma09:57
ktongadriver wl09:57
ktongamodule bcma, wl09:57
Zhigalinktonga: perfect09:59
Zhigalinktonga: make a backup copy: "cp /etc/pm/config.d/default /etc/pm/config.d/default.old"10:00
Zhigalinktonga: and than "echo 'SUSPEND_MODULES="bcma wl"' >> /etc/pm/config.d/default"10:01
ktongaif I dont have such file shall I create it?10:02
ktongaok will create the file with that single line10:03
Zhigalinktonga: yes, just put inside SUSPEND_MODULES="bcma wl"10:03
ktongadone10:05
ktongaso the modules will be unloaded before suspend?10:05
ktongathen they are loaded back?10:05
Zhigalinktonga: yes10:06
Zhigalinktonga: they should be loaded back automatically10:06
ktongaand what is the default behaviour if they are not listed there?10:06
Zhigalinktonga: But if this won't happen you can always run "modprobe bcma wl" at startup10:08
ktongastupid Q, should that take effect the next time I suspend? or do I need to do any extra step to make it affective?10:09
Zhigalinktonga: try rebooting first10:09
ktongaok will do10:09
Zhigalinktonga: for me it worked. (I also have a Dell with broadcom shit)10:10
ZhigalinI HATE BROADCOM10:10
ktongadell is supposed to be one of the brands officially supporting ubuntu :(10:10
ktongasince the offer dells with ubuntu preinstalled10:11
ktongaI noticed that :D10:11
Zhigalinktonga: Dell yes, but broadcom no10:12
ktongaI already have the output of lsmod and lspci saved10:12
ktongawill compare them with the respective output after plugging in as suggested10:12
ktongamaybe I get some more insight10:12
Zhigalinktonga: P.S. HP also sells some notebooks with ubuntu but they only offers linux support for their printers10:13
ktongaso the xps 13 developer has another network hw?10:13
Zhigalinktonga: don't know10:14
ktonganw10:14
=== Idiot is now known as TVI
ktongaok guys, thanks a lot for all the help wish me luck :P10:15
Zhigalinktonga: Good luck!10:16
ktongacheers!10:16
=== hijenavuk is now known as Sedric00
=== Sedric00 is now known as hijenavuk
=== hijenavuk is now known as SedricV
=== SedricV is now known as hijenavuk
chr1shope it works out :)11:02
=== tristan is now known as Guest97526
=== EuroTrash_ is now known as ElTrasho
=== mgolden is now known as mgolden_
BluesKajHi all14:05
Zhigalinрш14:35
x-iphi all14:51
=== Varys is now known as vacuum
=== vacuum is now known as darth_dilfridge
=== analista is now known as D4rth_V4d3r
=== osint is now known as hale
=== hale is now known as Einstein
=== Einstein is now known as Einstein7
=== kubuntu is now known as Guest61927
=== Guest31134 is now known as Haudegen
=== kubuntu is now known as blackbeard
=== blackbeard is now known as Lancan
=== Lancan is now known as blackbeard
=== blackbeard is now known as Lancan
=== Guest45375 is now known as Haudegen
=== ubuntu is now known as HagpycaH^^
kubuntedUpdated firefox , all extensions are gone. Does it ever end? Is linux really ,as so more and more often pointed by the experts , turning into a piece of sh!t ?22:38
kubuntedplus some kinda freaky certificate complaints at random and flickering desktop...make sence22:39
kubuntedmurder22:43

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