/srv/irclogs.ubuntu.com/2019/10/18/#lubuntu.txt

Ranger5Morning all!00:22
Ranger5Does anyone know if it is possible show the number of hours and minutes remaining on the battery, in Lubuntu 19.04?00:25
wxlRanger5: to be clear, you mean on the current charge or are you talking about battery life?00:27
Ranger5wxl: on the current charge yes. the percentage figure doesn't really mean that much to me.00:28
wxlRanger5: i forgot.. if you mouseover, does it provide any further info in the tool tips?00:28
Ranger5wxl: it just mentions the percentage left. I can't actually see any tool tips.00:29
lubot<lynorian> did you boot off battery00:30
wxlthere is this https://askubuntu.com/questions/69556/how-do-i-check-the-batterys-status-via-the-terminal00:30
wxl@lynorian i think they want a constant display of time left on the current charge00:30
Ranger5wxl: i'll have to give that a proper read later when I'm more awake! I'll bookmark it.00:32
wxlit might be a good thing to add as a feature request to lxqt-powermanagement, i.e. to optionally display time remaining (perhaps via tooltip) https://github.com/lxqt/lxqt-powermanagement/issues/new00:33
Ranger5wxl: Good idea!00:36
=== kostas is now known as pixi3
eamonnWhy are there two websites?01:24
eamonnOh, one is a 'fan site'01:24
eamonn>_>01:24
eamonn<_<01:24
krytarikThe one mentioned in the channel topic is the official one fwiw.01:26
eamonnJust hang'n around wait'n for 19.10 to drop.01:28
eamonnOh it's out!01:28
eamonnHey, I've created a bootable usb drive for 19.10, but I've got acres and gbs of extra space on it01:54
eamonnit won't mess anything up if I drop some extra files I'll want on the new install onto that drive, right?01:54
lubot<ShiBonCip> (Photo, 700x1280) https://i.imgur.com/tOnh96a.jpg the cursor is not working04:35
lubot<ShiBonCip> cross cursor not arrow one04:37
lubot<ctisme> have restarted the openbox?04:49
lubot<ctisme> i did not working04:49
lubot<ctisme> ?04:49
xamidovicHello... I have problem with my laptop after installing lubuntu 19.04... laptop is HP 255 and touchpad works but can't click via tapping on it... I created that 30-touchpad.conf file as I found at some forums, rebooted multiple times, nothing changed. Can anyone help ?06:31
xamidovicbtw, mod that handles it is "psmouse"06:33
lubot<ctisme> @ShiBonCip [<reply to image>], please relogin after logout... it might did the trick06:33
lubot<ctisme> @HMollerCl [/names], ready for some publication?11:40
lubot<HMollerCl> I wanted to answer xamidovic, but first I checked if he was on-line11:42
=== lubuntu is now known as Guest86975
=== Paul is now known as Guest94857
ubucrHello, can someone help me please? I downloaded the official ubuntu 19.10 server image for raspberry and used etcher to write it to an sdcard. I placed the sdcard in my raspberry pi 4 and used my laptop to connect to my rpi 4 using ssh. I installed the Lubuntu desktop environment but now my usb ports are no longer working. Does anyone know how to16:41
ubucrget the usb ports working?16:41
ubucrI researched on the internet for many hours and came to the conclusion that the problem is within the official released ubuntu image. So everyone using a rpi 4 with the official ubuntu 19.10 server image will have the same problem.16:43
ubucrThe problem is that the rpi 4 can only use the first 1 GB to store and read dma adresses and since it has 4 GB the current Ubuntu 19.10 is storing dma adresses outside the first GB there is a patch out with the extension .patch but there is no instructions on how to apply it.16:45
ubucrI found a work around solution in config.txt add total_mem=3072 and usb ports work in Lubuntu 19.10 but this work around means that you are limited to using 3GB on the rpi 4 instead of the 4GB it has17:20
wxlubucr what is this patch?17:26
ubucrhttps://github.com/raspberrypi/linux/files/3490539/pcie-brcmstb-bounce64.patch.zip17:28
ubucrThis patch is said to make the whole 4GB of rpi 4 work in Ubuntu 19.1017:28
ubucrI have no idea how to use that patch file or how to apply it17:28
ubucrSo the work around of limiting the rpi 4 to use only 3 GB works17:29
ubucrhttps://github.com/raspberrypi/linux/issues/3093 @wxl here is the github conversation17:31
wxlthat doesn't look like an issue with the ubuntu image per se17:32
wxlbut yeah17:32
wxl800+ line diff.. yeah totally trivial X''''D17:34
wxllots of new code to boot17:34
wxlthis is all against the pi kernel, so while applying it is easy, compiling it is not17:35
ubucrthe patch file needs to be compiled?17:35
ubucrhere I found the work around for the 3GB https://andrei.gherzan.ro/linux/raspbian-rpi4-64/17:36
wxlthe patch fixes the underlying kernel code.. so in order to get the repaired kernel, you need to compile it17:36
wxlit's certainly not a beginner task..17:38
wxlanyways this is all provided by the raspberry pi foundation itself17:39
ubucrDo you know a place that explains how to compile the ubuntu 19.10 kernel with the patch changes? I did find a website that explains how to compile a kernel it just does not mention how to use a patch file17:39
ubucrhttps://andrei.gherzan.ro/linux/raspbian-rpi-64/17:39
wxlbasically it's `patch < /path/to/patch`17:41
wxlbut, depending on where you are in the directory, you may have to add -p#17:41
wxlso something like `patch -p1 < /path/to/patch`17:41
wxlif it complains about which file to patch, then you'll need one17:42
ubucrDo you know which path the patch file needs to patch?17:43
wxlmy comment about compiling not being a beginner task is meant to imply that while you found a place that you can just copy and paste instructions off of, it may or may not be sufficient to resolve the issue. i don't recommend people copy and paste ANYTHING they don't understand, and certainly not with something as massive as compiling the kernel17:43
wxlit's many files17:43
ubucrI only copy and paste things I understand I prefer to write on my own though17:43
wxl7 files to be exact17:44
wxle.g. arch/arm64/include/asm/dma-mapping.h b/arch/arm64/include/asm/dma-mapping.h17:44
ubucrI am a fast learner until today I did not need to use the patch file yet but I learn fast when I have the right information.17:44
wxlooops17:44
wxli meant arch/arm64/include/asm/dma-mapping.h17:44
wxlyou might want to go to some place like ##linux if you have any trouble with that.. it's well beyond the scope of our support17:45
ubucrI have no problems with using the patch command I would like to know though how you found the 7 files that need to be patched17:46
wxland again, to reiterate one more time: this is a problem with the kernel provided by the raspberry pi foundation itself. it likely affects every single distribution including that kernel. in other words: this is not an ubuntu problem, per se, though it does affect ubuntu.17:46
wxllook for all the lines in the patch that start with "diff"17:47
ubucrOk thank you17:47
wxlyou might read `man diff` if you want to better understand the format17:47
ubucrThe rpi 4 is it not using the kernel provided by ubuntu?17:47
wxland again, ##linux is the right place for general linux help, which would be a good place for compiling issues17:48
wxlubuntu uses the kernel provided by the raspberry pi foundation, as do all the other distributions providing pi images17:48
ubucrOh I see so at the moment because 19.10 is released october 17 they have not been aware yet of the usb ports not working>17:49
ubucr?17:49
wxlit's possible but extremely unlikely that any distribution would carry a change that was different than upstream17:49
wxlthey may or may not be aware but the problem exists in the upstream kernel. that's where the problem originates. even if ubuntu were to try to fix it, the fix would need to happen upstream so it could be fixed everywhere.17:49
ubucrI see thank you for explaining and your help17:50
wxlno problem17:50
cybercryptoHi there, the upgrade path from lubuntu 19.04 to 19.10 is already done and documented?20:01
kc2bezcybercrypto: I am not sure that upgrades are turned on yet but when the time is right you can refer to our manual page here https://manual.lubuntu.me/stable/D/upgrading.html20:03
cybercryptokc2bez: great. thanks for you time. Do you know if the upgrade path (standard) using the do-release-update, is already applied to the latest 19.10?20:04
cybercryptokc2bez: the docs are pointing to 'full-upgrade' command. I am to believe that 19.10 is not yet 'ready'20:06
kc2bezyou have to do that part first20:06
wxlcybercrypto: ubuntu delays the availability of the upgrade path20:06
wxlbut you CAN force it20:06
cybercryptowxl: Good. I am not going to force at this time (I have the 19.10 fired up on virtual machines). I most probably will wait a bit more then...20:07
cybercryptoI also wondering if 'experimental zfs' install will be merged into lubuntu anytime soon (if not already)20:08
wxlno20:08
wxlunfortunately our installer doesn't yet support zfs20:09
wxli mean you could install all the packages and such and set it up.. but not with an initial install20:09
cybercryptoI got to check zfs option in ubiquity from a daily build Ubuntu (not from any flavors).20:10
wxlright, ubiquity supports it, but not calamares20:10
cybercryptozfs is not even present in the official ubuntu iso, i see.20:11
wxlit's not???20:11
kc2bezNot all flavors have it but I think Ubuntu does.20:12
cybercryptowxl: nops. It is not on the major iso... if you really want to try zfs, you must download the daily-current build.20:12
wxli thought it was everywhere ubiquity is20:12
wxli mean they actually respun the final image once to allow in a zfs-related fix20:13
wxlugh20:13
kc2bezKubuntu does not but I think mate did.20:13
kc2bezI thought Ubuntu did too20:13
cybercryptoI read from github that they filed few bugs related to zsys. It looks like they have unmerged from the final image. I downloaded ubuntu's official image today again... and zfs is not there.20:16
wxli see20:17
wxlwell as i understand it, it's "experimental" anyways20:17
cybercryptokc2bez: I did not tried mate, nops... perhaps they kept.20:17
kc2bezI will have to check it again myself, now I question it but I thought it was still there.20:18
wxlinteresting: https://github.com/calamares/calamares/blame/3ddb49afb7cb8253454c6d9c6537eef13a84ccd3/src/modules/partition/core/KPMHelpers.cpp#L22420:19
cybercryptowxl: correct. that's major feature... quite amazing to have cannonical backing up. (opensuse is doing good with brfs... redhat keeps investing over xfs)  But I use zfs for quite long time now (freebsd) and it is far better than the othe options.20:21
wxlcybercrypto: don't have to convince me. i use it on work servers (freebsd, too) and love it. :)20:22
wxlhere's the upstream issue in calamares: https://github.com/calamares/calamares/issues/53320:23
cybercryptowxl: I am not :-) I am just ancious.... 8-)20:23
wxlwhen we first started using it, we had other folks that were btrfs fans so we got that and followed with xfs.. i naturally wanted to include zfs but bumped against that20:23
wxlas mentioned there, kpmcore (what's doing a lot of the heavy lifting in calamares) does have zfs support, though it's unclear how complete it is https://github.com/KDE/kpmcore/search?q=zfs&unscoped_q=zfs20:24
cybercryptowxl: I am glad that ubuntu figure a way out to work with both licences (linux/zfs) with no 'problems'20:25
cybercryptoI will take a look over the docs you mention... I am following this very close.20:25
wxlcybercrypto: well i think there's a certain degree of controversy20:26
wxlnot within ubuntu, but without20:26
cybercryptowxl: ah.. I see.20:26
wxlkpmcore has been in the ubuntu repos since 2016 and not a single changelog entry regarding zfs https://changelogs.ubuntu.com/changelogs/pool/universe/k/kpmcore/kpmcore_3.3.0-5/changelog20:27
cybercryptolet's hope for the best resolution on that matter... having zfs on linuz, being distributed professionally is great.20:28
wxli don't see anything in the kde bug tracker20:28
wxlmaybe i'll bump that issue on calamares' github and see what happens20:28
cybercryptoOnce again, thanks everyone for your time and comments. have a nice weekend!20:29
wxlyou too20:29
eamonnJust wanted to drop in and say the upgrade from my old LXQT machine to the fancy new 19.10 has gone very well!21:42
eamonn*old LDXE21:43
eamonnheh21:43
tsimonq2eamonn: Nice!21:45
tsimonq2How are you liking it?21:45
eamonnVery slick. I only have subjective opinions of course...21:49
eamonnI use a laptop a lot and that means battery display is important to me. The new battery widget is miles ahead of the old one.21:50
eamonnI'm not sure if the fonts got updated, but I swear they're rendering better. So the shell, where I spend a good chunk of my time, is much more pleasant.21:51
eamonnI'm excited to try the latest Firefox and Blender too21:52
wxlkeep us up to date on your experiences eamonn. we've kind of moved on from lxde for quite a while now and i'm starting to forget what it was like so a fresh perspective is always nice :)21:54
p0wderi noticed that the fonts looked better too21:59
p0wderi figured it was because of qt being more modern than old gtk222:01
wxlhah to say the least XD22:02

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