[Bug 2083969] [NEW] Seemingly in Noble Solaar 1.1.11 is missing a dependency

2024-10-08 Thread ALinuxUser
Public bug reported:

So far as I can see - and I am afraid that I have not investigated this
deeply - the following is the case.

1) Solaar 1.1.11 is packaged by Ubuntu Noble. (I use Linux Mint 22 -
which is based upon Noble.)

2) In order to work well with some specific devices, namely, Logitech
ones, Solaar needs some sort of Python module called 'hid_parser'. See
.

3) It appears (from my system) that `apt install solaar` does not
install the aforementioned module.

A complication (explained on the linked page):

4) _Later_ versions of Solaar do _not_ need the aforementioned module.

** Affects: solaar (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2083969

Title:
  Seemingly in Noble Solaar 1.1.11 is missing a dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/solaar/+bug/2083969/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1017375] Re: memory leaks in libasound2

2022-04-30 Thread ALinuxUser
This bug report is now very old, but is this bug still present?

Here is why I ask.

Running valgrind on a C program - a program that I adapted from someone
else - showed a lot of possible leaks. But I learnt from this the
present bug report to do 'snd_config_update_free_global()'. Having done
that, I see - only - the following.



$ valgrind --leak-check=yes --show-reachable=no ./volume_exec
==683808== Memcheck, a memory error detector
==683808== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==683808== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
==683808== Command: ./volume_exec
==683808== 
==683808== Conditional jump or move depends on uninitialised value(s)
==683808==at 0x51A1565: pa_shm_cleanup (in 
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-13.99.so)
==683808==by 0x51A17A1: pa_shm_create_rw (in 
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-13.99.so)
==683808==by 0x51914B6: pa_mempool_new (in 
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-13.99.so)
==683808==by 0x51169B1: pa_context_new_with_proplist (in 
/usr/lib/x86_64-linux-gnu/libpulse.so.0.21.2)
==683808==by 0x484B2B6: conf_pulse_hook_load_if_running (in 
/usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_conf_pulse.so)
==683808==by 0x48A50DD: ??? (in 
/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0)
==683808==by 0x48A5544: ??? (in 
/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0)
==683808==by 0x48A5F21: snd_config_searcha_hooks (in 
/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0)
==683808==by 0x48A6010: snd_config_searchva_hooks (in 
/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0)
==683808==by 0x48A611A: ??? (in 
/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0)
==683808==by 0x48A48F5: snd_config_search_definition (in 
/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0)
==683808==by 0x48AF17D: ??? (in 
/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0)
==683808== 
x==683808== 
==683808== HEAP SUMMARY:
==683808== in use at exit: 78,125 bytes in 194 blocks
==683808==   total heap usage: 6,002 allocs, 5,808 frees, 743,291 bytes 
allocated
==683808== 
==683808== LEAK SUMMARY:
==683808==definitely lost: 0 bytes in 0 blocks
==683808==indirectly lost: 0 bytes in 0 blocks
==683808==  possibly lost: 0 bytes in 0 blocks
==683808==still reachable: 78,125 bytes in 194 blocks
==683808== suppressed: 0 bytes in 0 blocks
==683808== Reachable blocks (those to which a pointer was found) are not shown.
==683808== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==683808== 
==683808== Use --track-origins=yes to see where uninitialised values come from
==683808== For lists of detected and suppressed errors, rerun with: -s
==683808== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)



Does that output indicate a problem? I libasound2-dev:amd64
(1.2.2-2.1ubuntu2.5) (on Linux Mint 20.3).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017375

Title:
  memory leaks in libasound2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/1017375/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1929471] Re: Shim apparently fails to run fwupd64 (hirsute regression?)

2022-03-16 Thread ALinuxUser
I should add the following (and indeed I should have included this
within my previous post).

fwupdmgr told me three devices had installable updates: Lenovo
diagnostics; a Logitech wireless receiver; Intel TPM.

Using @sj's method (and obtaining the device-id via `fwupdmg get-
devices`) I managed to install one of diagnostics update. Upon reboot,
fwupdmgr told me only one update was outstanding: the tpm one. So: the
Logitech update had disappeared; and the TPM update remained
uninstalled. One can see from the issue tracker for fwup that Lenovo TPM
(or 'ME') updates are notorious for not installing. See:
https://github.com/fwupd/firmware-
lenovo/issues?q=tpm+is%3Aissue+is%3Aopen+

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929471

Title:
  Shim apparently fails to run fwupd64 (hirsute regression?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1929471/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1929471] Re: Shim apparently fails to run fwupd64 (hirsute regression?)

2022-03-16 Thread ALinuxUser
@jixbo

Thank you for your post. Yet, are you saying that somehow boot-order-
lock got enabled without you enabling it? Or are you saying one should
toggle that option on and off again?

I tried to cover both those bases on my ThinkPad - by doing the
following. I rebooted, entered the BIOS, and checked the boot-order-lock
setting. It was off. I set it on and then off again. I saved-and-exited.
The I ran fwupd and tried to install the pending updates. All seemed
well - but all was well up to this stage before - and I was prompted to
reboot. Upon that reboot, it was the same old badness: as before, I saw
some Lenovo update stuff flash up, disappear very quickly, and then I
was back to the desktop and none of the three pending firmware updates
had installed.

I am heartily sick of this problem: it has been going on for at least a
year now; no fix is in sight; and it is not even clear whether the
problem lies with Lenovo or fwupd or with Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929471

Title:
  Shim apparently fails to run fwupd64 (hirsute regression?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1929471/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1963723] Re: Crash: 'No module named "dbus"'

2022-03-07 Thread ALinuxUser
So: Mint tells me to consult Ubuntu; Ubuntu tells me to consult Mint.
Nice. Luckily I solved the problem myself. See:
https://github.com/linuxmint/cinnamon-control-center/issues/277

** Bug watch added: github.com/linuxmint/cinnamon-control-center/issues #277
   https://github.com/linuxmint/cinnamon-control-center/issues/277

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1963723

Title:
  Crash: 'No module named "dbus"'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1963723/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 471650] Re: system-config-printer can't find dbus module

2022-03-04 Thread ALinuxUser
Cf.: https://bugs.launchpad.net/ubuntu/+source/system-config-
printer/+bug/1963723.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/471650

Title:
  system-config-printer can't find dbus module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/471650/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1963723] [NEW] Crash: 'No module named "dbus"'

2022-03-04 Thread ALinuxUser
Public bug reported:

   $ system-config-printer
   Traceback (most recent call last):
 File "/usr/share/system-config-printer/system-config-printer.py", line 29, 
in 
   import dbus
   ModuleNotFoundError: No module named 'dbus'


I have the problem on Linux Mint 20.3 Cinnamon, which is based upon Ubuntu 
20.04; and/but a Mint developer advised me to report the problem here.

   $ apt list system-config-printer
   Listing... Done
   system-config-printer/focal-updates,focal-updates,now 1.5.12-0ubuntu1.1 all 
[installed]

Cf. (among others?) ##1057256, 819053

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: crash dbus

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1963723

Title:
  Crash: 'No module named "dbus"'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1963723/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 288964] Re: sudo does not work with unbinding usb interface from usbhid driver

2021-12-11 Thread ALinuxUser
I am sorry to necrobump, but I don't get it.

$ sudo echo -n '2-3' | tee -a /sys/bus/usb/drivers/usb/unbind

Produces, on my system, this: 'tee: unbind: Permission denied'.
Similarly if I have used 'su' to obtain root:

# echo -n '2-3' | tee -a /sys/bus/usb/drivers/usb/unbind
2-3tee: /sys/bus/usb/drivers/usb/unbind: No such device
# ls /sys/bus/usb/drivers/usb
1-1  1-1.2  1-1.6  2-1  bind  uevent  unbind  usb1  usb2  usb3  usb4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/288964

Title:
  sudo does not work with unbinding usb interface from usbhid driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/288964/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781810] Re: Plank dock is not showing an indicator when a certain application is open anymore and when an application that is open is clicked on the dock, a new instance of it is opened

2021-10-26 Thread ALinuxUser
Thank you for the information.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781810

Title:
  Plank dock is not showing an indicator when a certain application is
  open anymore and when an application that is open is clicked on the
  dock, a new instance of it is opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/1781810/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1689461] Re: bluetoothd crashed with SIGSEGV from g_io_channel_shutdown from attio_cleanup from browse_request_cancel from device_remove from btd_adapter_remove_device

2021-10-22 Thread ALinuxUser
I experience what might be a similar crash, albeit on Linux Mint.

I have put a crash dump here: https://termbin.com/b726b. Also, I
reported the issue against Mint, here:
https://github.com/linuxmint/cinnamon/issues/10412#issuecomment-949710193.

I am unsure whether this the current page is the right place to report
this problem (even if it _is_ closely related to the problem that this
page mentions).

** Bug watch added: github.com/linuxmint/cinnamon/issues #10412
   https://github.com/linuxmint/cinnamon/issues/10412

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1689461

Title:
  bluetoothd crashed with SIGSEGV from g_io_channel_shutdown from
  attio_cleanup from browse_request_cancel from device_remove from
  btd_adapter_remove_device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1689461/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781810] Re: Plank dock is not showing an indicator when a certain application is open anymore and when an application that is open is clicked on the dock, a new instance of it is opened

2021-09-29 Thread ALinuxUser
Well, is the bamf bug fixed, then?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781810

Title:
  Plank dock is not showing an indicator when a certain application is
  open anymore and when an application that is open is clicked on the
  dock, a new instance of it is opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/1781810/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1929471] Re: Shim apparently fails to run fwupd64 (hirsute regression?)

2021-08-13 Thread ALinuxUser
Is it really fixed, though? I have shim-signed 1.40.6 and fwupd still
fails to do anything upon reboot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929471

Title:
  Shim apparently fails to run fwupd64 (hirsute regression?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1929471/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1641303] Re: Wish: apt shouldn't show kept-back packages within the list of upgradable

2021-08-11 Thread ALinuxUser
I too would welcome an option whereby apt-get update would wholly ignore
'held' - i.e., held back - packages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1641303

Title:
  Wish: apt shouldn't show kept-back packages within the list of
  upgradable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1641303/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1258838] Re: [Lenovo ThinkPad X230] suspend/resume failure

2021-03-29 Thread ALinuxUser
Not fixed for me, on 5.8 and 5.10 kernels.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258838

Title:
  [Lenovo ThinkPad X230] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1258838/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1667146] Re: iwlwifi 0000:01:00.0: Error sending REPLY_SCAN_ABORT_CMD: time out after 2000ms.

2021-03-18 Thread ALinuxUser
I have just experienced this problem for the first time (on, admittedly,
Linux Mint) with kernel 5.8.0.

I note also that there is a report on the problem filed against the
Linux kernel itself, here:
https://bugzilla.kernel.org/show_bug.cgi?id=190281

Perhaps Ubuntu devs should engage with that report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1667146

Title:
  iwlwifi :01:00.0: Error sending REPLY_SCAN_ABORT_CMD: time out
  after 2000ms.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1667146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845362] Re: gnome-font-viewer crashed with signal 5 in _XEventsQueued()

2020-11-22 Thread ALinuxUser
@Luis

Thanks. I think you mean `--gtk-debug`, though, not 'gdk'. Also: if one
has the problem, must one *always* run the viewer in that way, and what
does running it in that way do?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845362

Title:
  gnome-font-viewer crashed with signal 5 in _XEventsQueued()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-font-viewer/+bug/1845362/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2020-10-27 Thread ALinuxUser
I spoke too soon. Deep sleep works now, and the touchpad keeps working,
but only - even with the new motherboard - if I keep the NFC *enabled*
in the BIOS. And the trackpoint does not work under Linux. At all. At
any time (at least on my distro) and even with a very recent kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2020-10-15 Thread ALinuxUser
Somewhere in this long thread, I think, an engineer suggested the
following.

Somehow, in my particular case - a case in which, on my ThinkPad X1CG6,
no work-arounds worked and neither did the test version of the kernel
patch - my motherboard was at fault.

Well, the engineer was right. For, I got my motherboard changed - for
another reason - and 'deep sleep' now works properly.

Now, as it turns out - and the engineer who changed the motherboard did
not tell me this - the new motherboard has a different model number to
the old one. So either Lenovo has fixed the problem with a new version
of the motherboard. Or else my old motherboard had an idiosyncratic
fault.

By the way, did the kernel patch for the problem ever get merged?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2020-07-28 Thread ALinuxUser
@Kai-Heng

Please be clear. I take it that by your last post you mean this: I
should stick to s2idle in the sense, not of (i) sending you only the log
for that, but in the sense of (ii) not contributing to the fix. However:
will someone who uploads both logs here be contributing to the fix?
Subordinate questions: (1) you are a kernel engineer, yes? (2) is there
much of a prospect of this bug ever being fixed? Thank you for your
time.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1085706] Re: pam_ecryptfs: seteuid error

2020-07-28 Thread ALinuxUser
The (purely cosmetic?) problem - 'pam_ecryptfs: seteuid error' persists
into Mint version 20, based on Ubuntu 20.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1085706

Title:
  pam_ecryptfs: seteuid error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1085706/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2020-07-28 Thread ALinuxUser
@Kai-Heng

Do you need those two desmgs from one and the same machine? I will not
provide that, because I have had enough of rebooting my non-working
machine when I enable S3. I am happy to attach a S2Idle log, though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2020-07-28 Thread ALinuxUser
'Anyone tried a very recent kernel and can confirm the issue is still
there [..]?' I tried 5.6.19, I think it was (so, moderately recently)
and I can confirm the problem is there. Also, I've looked at the release
notes for various 5.7 kernels and not seen a sign of the patch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1889256] Re: Hang on launch, on Cinnamon

2020-07-28 Thread ALinuxUser
Ah: this is duplicate of this bug report:
https://bugs.launchpad.net/ubuntu/+source/gnome-font-viewer/+bug/1845362

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889256

Title:
  Hang on launch, on Cinnamon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-font-viewer/+bug/1889256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1889256] [NEW] Hang on launch, on Cinnamon

2020-07-28 Thread ALinuxUser
Public bug reported:

Gnome-font-viewer-3.34.0-2
Mint 20 Cinnamon (based on Ubuntu 20).

What I expected to happen is that the font viewer would open and work.

What happened was that it opened and hanged. The problem occurs on three
machines, one of them a nearly fresh install.

I reported the problem here:
https://github.com/linuxmint/cinnamon/issues/9492 but was told to come
here. The linked page contains a fairly full description of the problem.

** Affects: gnome-font-viewer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889256

Title:
  Hang on launch, on Cinnamon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-font-viewer/+bug/1889256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2020-07-16 Thread ALinuxUser
@

Thank you for the detailed attempt to help.

On my 20KHCTO1WW, with kernel 5.6.19-050619-generic, BIOS 1.49, and the
latest updates delivered by fwup, I enabled the fingerprint reader and
enabled S3 sleep. I did those things in the BIOS. Then I put the
computer to sleep for ten minutes or so. Then I woke it. The trackpoint
*still* did not work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1835660] Re: initramfs unpacking failed

2020-06-18 Thread ALinuxUser
Given that the change to the compression format is one of the headline
features of Ubuntu 20, and that Ubuntu 20 is a LTS release (and thus,
for one thing, a release upon which other Linux distributions are based)
I am surprised that this problem made it into the final release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1835660

Title:
  initramfs unpacking failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1835660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878396] [NEW] Module will not (re)install on recent kernels

2020-05-13 Thread ALinuxUser
Public bug reported:

The module was not being detected by the 'tlp' power management program.
So I tried to reinstall the module. The reinstall failed, as follows.



$ sudo apt install acpi-call-dkms --reinstall
[sudo] password for nicholas: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
Need to get 13.2 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 acpi-call-dkms all 
1.1.0-4 [13.2 kB]
Fetched 13.2 kB in 1s (14.7 kB/s) 
(Reading database ... 468443 files and directories currently installed.)
Preparing to unpack .../acpi-call-dkms_1.1.0-4_all.deb ...

 Uninstall Beginning 
Module:  acpi-call
Version: 1.1.0
Kernel:  4.15.0-96-generic (x86_64)
-

Status: Before uninstall, this module version was ACTIVE on this kernel.

acpi_call.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.15.0-96-generic/extra/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...

DKMS: uninstall completed.

 Uninstall Beginning 
Module:  acpi-call
Version: 1.1.0
Kernel:  4.15.0-99-generic (x86_64)
-

Status: Before uninstall, this module version was ACTIVE on this kernel.

acpi_call.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.15.0-99-generic/extra/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...

DKMS: uninstall completed.

 Uninstall Beginning 
Module:  acpi-call
Version: 1.1.0
Kernel:  5.3.0-51-generic (x86_64)
-

Status: Before uninstall, this module version was ACTIVE on this kernel.

acpi_call.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.3.0-51-generic/extra/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...

DKMS: uninstall completed.

 Uninstall Beginning 
Module:  acpi-call
Version: 1.1.0
Kernel:  5.5.12-050512-generic (x86_64)
-

Status: Before uninstall, this module version was ACTIVE on this kernel.

acpi_call.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.5.12-050512-generic/extra/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...

DKMS: uninstall completed.

--
Deleting module version: 1.1.0
completely from the DKMS tree.
--
Done.
Unpacking acpi-call-dkms (1.1.0-4) over (1.1.0-4) ...
Setting up acpi-call-dkms (1.1.0-4) ...
Loading new acpi-call-1.1.0 DKMS files...
Building for 5.6.11-050611-generic
Building initial module for 5.6.11-050611-generic
Error! Bad return status for module build on kernel: 5.6.11-050611-generic 
(x86_64)
Consult /var/lib/dkms/acpi-call/1.1.0/build/make.log for more information.



I suspect my kernel is the problem. My kernel is 5.6.11-050611-generic.
My OS is Linux Mint 19.3 x64, which is still in support and which is
based upon Ubuntu Bionic, My version of acpi-call is, well, none, for it
is not installed currently.

** Affects: acpi-call (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878396

Title:
  Module will not (re)install on recent kernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpi-call/+bug/1878396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1125595] Re: /usr/sbin/dkms: line echo: write error: Broken pipe

2020-03-27 Thread ALinuxUser
It would be nice to see some movement on this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1125595

Title:
  /usr/sbin/dkms: line   echo: write error: Broken pipe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1125595/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-12-03 Thread ALinuxUser
@jnns

I appreciate the sentiment but (1) that is a workaround whereas a fix is
needed, (2) some (most?) of us here have tried all the fixes, including
the ones you mention, and to no avail.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-11-17 Thread ALinuxUser
People claim repeatedly that the problem is fixed when it is not. I will
believe it only when I see it and indeed I will test it only with
further reason to believe it. Sad, but reasonable.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-11-16 Thread ALinuxUser
@Pavel

That sounds helpful. However, I'm going to need some reassurance before
I change all my settings. ('All' because I seem to remember that I have
to change more than the BIOS sleep mode to get the system to use S3. I
think I have to unblacklist some module and change some kernel boot
parameter.) So: really? Are you sure? Also: do you have that bloomin'
NFC thing? Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1265898]

2019-11-10 Thread ALinuxUser
@Ryan Sipes: have others in fact now tested the ostensible fix? I feel
that this bug report - and indeed mine (#1593578), which at present
remains open - should be closed only if there has been a fair amount of
testing. (I hesitate myself to test. Here is why. When I have installed
nightly versions of Thunderbird it has caused problems with my main
Thunderbird installation. Yet perhaps that happened only on Windows. If
so I could try a nightly version of Thunderbird at least if I could get
it as an appImage or similar.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265898

Title:
  thunderbird doesn't remember maximized window state in Ubuntu Gnome

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/1265898/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1577738] Re: pm-utils does not write pm-suspend.log file

2019-11-09 Thread ALinuxUser
This page says a fix i released, in the form of a new version of the pm-
utils package. In *which* version is the fix present, please, anyone?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577738

Title:
  pm-utils does not write pm-suspend.log file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1577738/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830183] Re: Absence of updates is labelled a critical error in syslog

2019-11-04 Thread ALinuxUser
I find that in my journald (the systemd journal) the entries at issue
are indeed marked as informational. So seemingly the problem is in
whatever translation that goes on (or, given that you don't have this
translation, *can* go on) between journald and syslog.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830183

Title:
  Absence of updates is labelled a critical error in syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1830183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830183] Re: Absence of updates is labelled a critical error in syslog

2019-11-04 Thread ALinuxUser
Yes, it still occurs with snap2 2.42. See below and the two screenshots
that I attach.

$ snap --version
snap   2.42
snapd  2.42
series 16
linuxmint  19.2
kernel 5.3.7-050307-generic


** Attachment added: "1st screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1830183/+attachment/5302836/+files/1.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830183

Title:
  Absence of updates is labelled a critical error in syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1830183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830183] Re: Absence of updates is labelled a critical error in syslog

2019-11-04 Thread ALinuxUser
** Attachment added: "2nd screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1830183/+attachment/5302837/+files/2.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830183

Title:
  Absence of updates is labelled a critical error in syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1830183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830183] Re: Absence of updates is labelled a critical error in syslog

2019-11-04 Thread ALinuxUser
** Description changed:

  My syslog contains, regularly:
  
  storehelpers.go:441: cannot refresh snap "fwupd": snap has no updates
  available
  
  That log entry is labelled 'critical' and I see the entry flash by when
  I shutdown the computer. Yet, this is hardly a critical problem or
- indeed a problem at all. What should happen is that at most a even
+ indeed a problem at all. What should happen is that at most an event
  logged as informational should occur.
  
  Snapd 2.38+18.04
  Linux Mint 19.1 Cinnamon
+ EDITED to fix a typo.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830183

Title:
  Absence of updates is labelled a critical error in syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1830183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1837382] Re: Error messages on shutdown: Failed unmounting Mount unit

2019-10-16 Thread ALinuxUser
Hello! I don't yet have a photo. For, the problem is intermittent, and
when I do see an error message about it the message disappears a few
seconds later when the system finished shutting down. (Just now I
shutdown twice and I did not see the error.)

I think that what I see is either (1) the infamous systemd 'stopjob is
running' and/or (2) a 'failed unmounting option'.

At present I see nothing that looks relevant in any log (unless the
following, from journald, is relevant: 'AppArmor status: apparmour is
enabled but some kernel features are missing: dbus, network'.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1837382

Title:
  Error messages on shutdown: Failed unmounting Mount unit

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1837382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-10-16 Thread ALinuxUser
dr_strangehate:

Thanks.

I keep a Windows-to-Go drive around for just this sort of nonsense. I
haven't run it for months. Running it now, and running the Lenovo update
program, the only firmware update that I see (as against Windows
software updates) is for Intel ME. So I suspect the following. I have
the firmware update that you had in mind installed *already* (installed
earlier via the same method) and it does not fix the problem for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-10-15 Thread ALinuxUser
> what you can do is update your touchpad/trackpoint firmware under
Windows (unfortunately it's not supported in fwupdmgr), which fixes the
issue completely for Linux, at least it did in my X1 Gen6 and a few
others I know.

Suppose that is true. Then it merits a response of 'for goodness sake!'
to Lenovo and/or to the fwupd people.

Suppose alternatively the quoted claim is false (which I can well
believe). In that case, a 'for goodness sake!' is in order in the
direction of those who say the problem is fixed when it isn't. This
problem has persisted through various attempted fixes and workarounds
for certain users; let's not claim the problem can be banished for all
people until we are sure about that. dr_strangehate: are you sure? You
might say: those still affected after the Windows-only-update have
(truly) defective hardware. Have we really verified such a claim,
though?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1680811] Re: Request to add wireguard interface to interface-order

2019-09-21 Thread ALinuxUser
I hace openresolv installed, do not have resolvconf installed, and I
still see the above error. I see the error even after deleting
/etc/resolv.conf.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680811

Title:
  Request to add wireguard interface to interface-order

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1680811/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1717478] Re: Error messages on shutdown : Failed unmounting Mount unit

2019-09-12 Thread ALinuxUser
. . And yet I still have the problem, on Mint 19.1 which is based on
Ubuntu Bionic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717478

Title:
  Error messages on shutdown : Failed unmounting Mount unit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1717478/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1399991] Re: Sometimes scroll appears to go in wrong direction

2019-09-05 Thread ALinuxUser
I suspect that this is a GTK bug. I will file it on the GTK bugtracker
(which is within the Gnome bug tracker, I think) if I get around to it.
The problem does still exist, at least on Mint.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131

Title:
  Sometimes scroll appears to go in wrong direction

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/131/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-08-02 Thread ALinuxUser
Andrea: It might be worth saying whether you have a model with the 'NFC'
chip. (For - *I think*, and at least with the sixth generation - the
following holds. Once one has Lenovo's BIOS updates applied, then only
models with the NFC chip have the sleep/pad problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-07-24 Thread ALinuxUser
@brad-figg

Sorry, but what is it for a bug report to be ubuntu-certified?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1837382] [NEW] Error messages on shutdown: Failed unmounting Mount unit

2019-07-22 Thread ALinuxUser
Public bug reported:

This is the same bug as reported against an older version of snapd
(https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1717478). That
report was closed because the version of snapd against which it was
filed became obsolete. However, the problem persists.

I am using Mint (19.1) but Mint is based on Ubuntu. Snapd 2.39.2+18.4

What happens: at system shutdown, there is an error message - and a delay? - 
when unloading snapd.
What I expect to happen: not that.

** Affects: snapd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1837382

Title:
  Error messages on shutdown: Failed unmounting Mount unit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1837382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1061554] Re: assertion failure `trap != NULL' displayed by all GTK3 software

2019-07-18 Thread ALinuxUser
I have this problem on Linux Mint 19.1, which is based on Ubuntu 18.04.1
(although admittedly I am running the alpha of Mint 19.2).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1061554

Title:
  assertion failure `trap != NULL' displayed by all GTK3 software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1061554/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1782263] Re: NetworkManager authentication problems caused by polkit

2019-07-09 Thread ALinuxUser
@Anton

Thanks. However, is that safe to do, i.e. it won't compromise security,
will it?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1782263

Title:
  NetworkManager authentication problems caused by polkit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1782263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1755109] Re: kernel: [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A

2019-06-24 Thread ALinuxUser
I see the error in my logs too, though I have not noticed symptoms.

OS: Linux Mint 19.1 Tessa x86_64 
Host: 20KHCTO1WW ThinkPad X1 Carbon 6th 
Kernel: 5.1.14-050114-generic
DE: Cinnamon 4.0.10 
WM: Mutter (Muffin) 
WM Theme: Mint-Y-Dark-trans (Mint-Y-Dark-BB_hack) 
Theme: Mint-Y-Dark [GTK2/3] 
Icons: Paper [GTK2/3] 
Terminal: xfce4-terminal 
Terminal Font: InconsolataGo 12 
CPU: Intel i7-8550U (8) @ 1.800GHz 
GPU: Intel UHD Graphics 620

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1755109

Title:
  kernel: [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update
  failure on pipe A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1755109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-06-06 Thread ALinuxUser
Hello all

Is the following relevant? 'Fixed an issue where there is an Incorrect
Intel ME ICC settings after system resume from S3 or S4 states' - from
the changelog of a Intel ME update for the X1CG6. Full changelog:
https://download.lenovo.com/pccbbs/mobiles/n23rg11w.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830183] [NEW] Absence of updates is labelled a critical error in syslog

2019-05-23 Thread ALinuxUser
Public bug reported:

My syslog contains, regularly:

storehelpers.go:441: cannot refresh snap "fwupd": snap has no updates
available

That log entry is labelled 'critical' and I see the entry flash by when
I shutdown the computer. Yet, this is hardly a critical problem or
indeed a problem at all. What should happen is that at most a even
logged as informational should occur.

Snapd 2.38+18.04
Linux Mint 19.1 Cinnamon

** Affects: snapd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830183

Title:
  Absence of updates is labelled a critical error in syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1830183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 225361] Re: .gvfs can't be stat'd by root causing backup tools to fail

2019-05-05 Thread ALinuxUser
Here is a possible solution.

My system - Mint 19.1 x64 Cinnamon - had no .gvfs directory in /run -
but it did have one in /home, causing the rclone backup tool to report
errors. I discovered (from here:
https://forums.opensuse.org/showthread.php/387162-permission-denied-on-
gvfs) that I could remove the .gvfs folder thusly:

sudo umount /home//.gvfs
sudo rm -rf /home//.gvfs

(That webpage lists a different method for removing the directory. That
other method involves iodes; and that other method did not work on my
system, but the one I gave above did.)

So far, gvfs seems to work without the .gvfs directory in /home. (That
seems strange, considering there is no such directory in /run either.)
Nor has the .gvfs folder been regenerated - at least not yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/225361

Title:
  .gvfs can't be stat'd by root causing backup tools to fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/225361/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1125595] Re: /usr/sbin/dkms: line echo: write error: Broken pipe

2019-04-29 Thread ALinuxUser
I see the problem on Linux Mint 19.1, which is based on Ubuntu bionic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1125595

Title:
  /usr/sbin/dkms: line   echo: write error: Broken pipe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1125595/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 225361] Re: .gvfs can't be stat'd by root causing backup tools to fail

2019-04-19 Thread ALinuxUser
I am on Mint 19.1 and . . `.gvfs` still resides in my home folder,
causing problems. I gather from the above that the item was meant to
have moved - but it is still there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/225361

Title:
  .gvfs can't be stat'd by root causing backup tools to fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/225361/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 225361] Re: .gvfs can't be stat'd by root causing backup tools to fail

2019-04-18 Thread ALinuxUser
I have this problem, with the program rclone (see this bug report that I
filed - seemingly mistakenly - against rclone:
https://forum.rclone.org/t/read-failure-error-despite-trying-to-exclude-
the-problematic-item/9509/23. It's a pretty annoying problem (and it is
not rclone's problem).

I note that this bug's status is 'expired'. Yet, the problem still
affects me (and doubtless others too).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/225361

Title:
  .gvfs can't be stat'd by root causing backup tools to fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/225361/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1824438] Re: libvte: syntax error in /etc/profile.d/vte-2.91.sh

2019-04-12 Thread ALinuxUser
I experienced no problem save the creation of that file. I had read
somewhere that the existence of such a file owed to a problem with
either `/etc/profile` or some (any) file within '/etc/profile.d`. I had
read further that a way to test any such files was to run them via `sh
-n`. I followed that procedure rather blindly and encountered the
message that I gave above. What you say makes me realise that in fact I
have no reason to think there is a problem with vte.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1824438

Title:
  libvte: syntax error in /etc/profile.d/vte-2.91.sh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte2.91/+bug/1824438/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1824438] [NEW] libvte: syntax error in /etc/profile.d/vte-2.91.sh

2019-04-11 Thread ALinuxUser
Public bug reported:

 etc/profile.d  $  sh -n vte-2.91.sh
 vte-2.91.sh: 61: vte-2.91.sh: Syntax error: word unexpected (expecting ")")

I believe that this problem leads to the creation of a file called
'config-err' in my /tmp folder.

Linux Mint 19.1 x64 
Cinnamon
Kernel: 5.0.7-050007-generic

** Affects: vte2.91 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1824438

Title:
  libvte: syntax error in /etc/profile.d/vte-2.91.sh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte2.91/+bug/1824438/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-04-03 Thread ALinuxUser
Thanks Aaron.

My X1CG6 does have no problems with the trackpad when I use S2idle sleep
- well, except power consumption. Still: I did not know that, 'From 5.0
kernel power consumption of s2idle is less than 1w, pretty much like S3
0.6w.' On the other hand, that is a difference of some 30%. Perhaps the
review of your patches by the kernel team will find a way of enabling
the patch to work successfully upon a greater number of machines. Thank
you for your work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 291827]

2019-04-01 Thread ALinuxUser
I have this problem too. Since the notification knows that there are
'zero' new mails, I do not see why the code for the notification cannot
check that number and, if the number is indeed zero, abort.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/291827

Title:
  New mail icon doesn't always hide

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/291827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-04-01 Thread ALinuxUser
For comment #160.

rmi_irq.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-04-01 Thread ALinuxUser
For comment #160.

The file is the output of: journalctl -b 0 -k

** Attachment added: "journalctl -b 0 -k"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+attachment/5251554/+files/report.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-04-01 Thread ALinuxUser
@thorsten

Thanks.

I loaded the kernel from #94, having set the BIOS to use S3 sleep and
having removed that driver from the blacklist. Result: after a fairly
long sleep (15 minutes, I think) the touchpad stopped working. I tried a
workaround, with no success:

#  echo 1 > /sys/devices/rmi4-00/nosleep
bash: /sys/devices/rmi4-00/nosleep: Permission denied

But perhaps I need still higher privileges for that command.

Touchpad and trackpad drivers: I have installed everything that
`fwupdmgr`, and the Lenovo update utility (via a WindowsToGo install)
offered me. What versions of what drivers do we need? (I note also that
the WindowsToGo install showed no errors about the trackpad in the log,
although admittedly I don't think I tried WindowsToGo when I had s3
enabled in the BIOS.)

Logs: `dmesg | grep pad` and `dmesg | grep point` show nothing relevant.
`dmesg | grep sleep` yields this:

[  160.378036] ACPI: Preparing to enter system sleep state S3
[  160.567710]  cache: parent cpu1 should not be sleeping
[  160.568369]  cache: parent cpu2 should not be sleeping
[  160.569015]  cache: parent cpu3 should not be sleeping
[  160.569727]  cache: parent cpu4 should not be sleeping
[  160.570383]  cache: parent cpu5 should not be sleeping
[  160.571041]  cache: parent cpu6 should not be sleeping
[  160.571697]  cache: parent cpu7 should not be sleeping
[  160.578374] ACPI: Waking up from system sleep state S3
[  160.915793] rmi4_f01 rmi4-00.fn01: f01 old_nosleep: 0.
[  180.058157] ACPI: Preparing to enter system sleep state S3
[  180.237233]  cache: parent cpu1 should not be sleeping
[  180.237890]  cache: parent cpu2 should not be sleeping
[  180.238560]  cache: parent cpu3 should not be sleeping
[  180.239271]  cache: parent cpu4 should not be sleeping
[  180.239930]  cache: parent cpu5 should not be sleeping
[  180.240605]  cache: parent cpu6 should not be sleeping
[  180.241280]  cache: parent cpu7 should not be sleeping
[  180.247963] ACPI: Waking up from system sleep state S3
[  180.583836] rmi4_f01 rmi4-00.fn01: f01 old_nosleep: 1.
 
Other logs: coming up . .

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-03-30 Thread ALinuxUser
I tried Jarek's band-aids - a long time ago, admittedly - and they did
not work on my machine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-03-17 Thread ALinuxUser
Here is a datapoint.

System at issue: X1CG6 with NFC, with BIOS 1.37 and all firmware updated
as much as possible (via both `fwupdmgr` and a WindowsLive external USB
harddrive).

Method of attempted fix: using a patched vrsion of kernel 5.0.2; having
the 'psmouse' value set as 1 in the boot string.

Time spent on trying to get sleep working on my very expensive laptop:
I've lost track.

Did the fix work? No. After a long sleep, the touchpad was dead.

I could provide further details if necessary.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-03-15 Thread ALinuxUser
@Thorsten: thank you. I presume I could use the 5.0.0 kernel (you have '
--branch v5.0.1') because I seemed to have some new trouble with the
touchpad with 5.0.1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-03-13 Thread ALinuxUser
I am sorry, but what is going on?

The authors of some posts in this thread say that they are using a
patched kernel. Yet, the developer, Aaron, seems to say one does not
need patches . However, that same developer seems to say that his work
has *not yet* become incorporated into the kernel. (Meanwhile I continue
to try various combinations to get my touchpad to work after deep sleep
and it still does not.)

If the patches *are* now incorporated into a version of the Linux
kernel, then *which kernel version(s)* is/are at issue?

If the patches are *not* yet incorporated into a version of the Linux
kernel, then - as I asked previously - how does one apply the patches?
Can one do so without compiling the kernel oneself?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-03-11 Thread ALinuxUser
@Thorsten

Might you explain how to apply patches to, say, the 5.0.1 kernel (which
I am using, via the Ubuntu Kernel Update Utility, on Linux Mint)? I
can't seem to find the information in this thread and I am unsure of the
goodness or at least relevance of other instructions that I've found on
the web. I'd be most grateful.

.Debs are provided, above, for a patched version of the 4.20 kernel; but
you say you managed to run the patches on 4.21 - so perhaps the patches
can apply to kernel version 5 as well?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1654406] Re: Ubuntu 16.04.1LTS - (tracker-extract:3459): dconf-CRITICAL **: unable to create file '/run/user/1000/dconf/user': Permission denied. dconf will not work properly.

2019-03-04 Thread ALinuxUser
I have just now experienced this when doing an update on Linux Mint 19.1
Cinnamon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654406

Title:
  Ubuntu 16.04.1LTS - (tracker-extract:3459): dconf-CRITICAL **: unable
  to create file '/run/user/1000/dconf/user': Permission denied.  dconf
  will not work properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/tracker/+bug/1654406/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-02-20 Thread ALinuxUser
I am sorry to keep banging on, and we are grateful for your work, but,
again, you need to be precise. Do you mean (1) udev rules are a better
way to run the command at boot (than some other way of running the
command at boot), or (2) udev rules are better than running the command
at boot, because with udev one can run the command at other times too
(for instance, after each resumption from sleep)? I think you mean 1,
but I am not entirely sure.

Also: 'nosleep mode'? Is the workaround - the running of the command, in
one way or another - an extreme one in that it totally disables sleep?
Or something like that?

As I say: thank you for your work (although, as indicated earlier in the
thread, the patch may not work for me, possibly because - as you and
another suggested - I may have broken hardware).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-02-20 Thread ALinuxUser
@AaronMa

Thank you.

To be clear, though: you mean the following, yes? If, after applying the
patches, one still has a touchpad problem, then one should issue the
command you give. Presuming that that *is* your meaning: when should one
apply that command? After boot and after every sleep?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814987] [NEW] No icon for ksystemlog

2019-02-06 Thread ALinuxUser
Public bug reported:

As revealed by Mint Cinnamon's main menu, and the plank dock,
`ksystemlog` has no icon under the gnome-wise theme (and variants of
that theme?). When I use Mint's inbuilt theme, or the 'paper' theme,
ksystemlog gets an icon (in plank and elsewhere).

Here is '/usr/share/applications/org.kde.ksystemlog.desktop':

== Start ==

[Desktop Entry]
Type=Application
Exec=ksystemlog -qwindowtitle %c
Icon=utilities-log-viewer
Terminal=false
Categories=Qt;KDE;System;Monitor;
X-DocPath=ksystemlog/index.html
X-KDE-SubstituteUID=true

Name=KSystemLog
Name[ar]=سجلّات نظامك
Name[ast]=KSystemLog
Name[bg]=Системни дневници
Name[bs]=KSystemLog
Name[ca]=KSystemLog
Name[ca@valencia]=KSystemLog
Name[cs]=KSystemLog
Name[da]=KSystemLog
Name[de]=KSystemLog
Name[el]=KSystemLog
Name[en_GB]=KSystemLog
Name[es]=KSystemLog
Name[et]=KSystemLog
Name[eu]=KSystemLog
Name[fa]=KSystemLog
Name[fi]=KSystemLog
Name[fr]=KSystemLog
Name[ga]=KSystemLog
Name[gl]=KSystemLog
Name[hne]=के-सिस्टम-लाग
Name[hr]=KSystemLog
Name[hu]=Rendszernapló-megjelenítő
Name[ia]=KSystemLog
Name[id]=KSystemLog
Name[is]=KSystemLog
Name[it]=KSystemLog
Name[ja]=KSystemLog
Name[kk]=KSystemLog
Name[ko]=KSystemLog
Name[lt]=KSystemLog
Name[lv]=KSystemLog
Name[ml]=കെസിസ്റ്റംലോഗ്
Name[mr]=के-सिस्टीम-लॉग
Name[nb]=KSystemLog
Name[nds]=KSystemLog
Name[nl]=KSystemLog
Name[nn]=KSystemlogg
Name[pa]=ਕੇ-ਸਿਸਟਮ-ਲਾਗ
Name[pl]=KSystemLog
Name[pt]=KSystemLog
Name[pt_BR]=KSystemLog
Name[ro]=KSystemLog
Name[ru]=KSystemLog
Name[sk]=KSystemLog
Name[sl]=KSystemLog
Name[sq]=KSystemLog
Name[sr]=К‑системски-дневник
Name[sr@ijekavian]=К‑системски-дневник
Name[sr@ijekavianlatin]=K‑sistemski-dnevnik
Name[sr@latin]=K‑sistemski-dnevnik
Name[sv]=Ksystemlog
Name[th]=ปูมบันทึกระบบ
Name[tr]=KSystemLog
Name[ug]=KSystemLog
Name[uk]=KSystemLog
Name[x-test]=xxKSystemLogxx
Name[zh_CN]=KSystemLog
Name[zh_TW]=KSystemLog

Comment=System log viewer tool
Comment[ar]=أداة لعرض سجلّات النّظام
Comment[ast]=Ferramienta visora de rexistros del sistema
Comment[bg]=Инструмент за преглеждане на системните дневници
Comment[bs]=Alat za pregled sistemski zabilješki
Comment[ca]=Eina de visualització dels registres del sistema
Comment[ca@valencia]=Eina de visualització dels registres del sistema
Comment[cs]=Nástroj na prohlížení záznamů systému
Comment[da]=Fremviserværktøj til systemlog
Comment[de]=Betrachter für Systemprotokolle
Comment[el]=Εργαλείο εμφάνισης της καταγραφής του συστήματος
Comment[en_GB]=System log viewer tool
Comment[es]=Herramienta de visualización de registros del sistema
Comment[et]=Süsteemilogi näitaja
Comment[eu]=Sistema egunkariak erakusteko tresna
Comment[fa]=ابزار مشاهده‌گر وقایع ثبت شده سیستم
Comment[fi]=Järjestelmälokien katselin
Comment[fr]=Outil d'affichage des journaux du système
Comment[ga]=Amharcán ar logchomhaid an chórais
Comment[gl]=Visor dos rexistros do sistema
Comment[he]=כלי לעיון ביומני מערכת
Comment[hne]=तंत्र लाग प्रदर्सक औजार
Comment[hr]=Alat za prikaz dnevnika sustava
Comment[hu]=Rendszernapló-megjelenítő eszköz
Comment[ia]=Instrumento pro vider registro de systema
Comment[id]=Alat pembaca Catatan sistem
Comment[is]=Tól til að skoða kerfisannála (system logs)
Comment[it]=Strumento di visione dei registri di sistema
Comment[ja]=システムログビューア
Comment[kk]=Жүйелік журналын қарау құралы
Comment[ko]=시스템 로그 뷰어 도구
Comment[lt]=Sistemos žurnalų žiūryklė
Comment[lv]=Sistēmas žurnāla skatīšanas rīks
Comment[ml]=സിസ്റ്റം ലോഗ് കാണാന്നുള്ള ടൂള്‍
Comment[mr]=प्रणाली लॉग प्रदर्शक साधन
Comment[nb]=Verktøy for å vise systemlogger
Comment[nds]=Kieker för Systeem-Logböker
Comment[nl]=Systeemlogs bekijken
Comment[nn]=Verktøy for vising av systemloggar
Comment[pa]=ਸਿਸਟਮ ਲਾਗ ਦਰਸ਼ਕ ਟੂਲ
Comment[pl]=Narzędzie do przeglądania dziennika systemowego
Comment[pt]=Ferramenta de visualização dos registos do sistema
Comment[pt_BR]=Ferramenta de visualização de registros do sistema
Comment[ro]=Unealtă de vizualizare a jurnalelor de sistem
Comment[ru]=Программа просмотра системных журналов
Comment[sk]=Nástroj na prehliadanie záznamov systému
Comment[sl]=Orodje za pregledovanje sistemskih dnevnikov
Comment[sq]=Mjeti shfaqës i hyrjeve në sistem
Comment[sr]=Приказивач системских дневника
Comment[sr@ijekavian]=Приказивач системских дневника
Comment[sr@ijekavianlatin]=Prikazivač sistemskih dnevnika
Comment[sr@latin]=Prikazivač sistemskih dnevnika
Comment[sv]=Visningsverktyg för systemloggar
Comment[th]=เครื่องมือแสดงปูมบันทึกของระบบ
Comment[tr]=Sistem günlük kayıtlarını gösterme aracı
Comment[ug]=سىستېما خاتىرىسىنى كۆرۈش قورالى
Comment[uk]=Засіб перегляду системних журналів
Comment[x-test]=xxSystem log viewer toolxx
Comment[zh_CN]=系统日志查看工具
Comment[zh_TW]=系統紀錄檢視工具

GenericName=System Log Viewer
GenericName[ar]=عارض سجلّات النّظام
GenericName[ast]=Visor de rexistros del sistema
GenericName[bg]=Преглед на системните дневници
GenericName[bs]=Preglednik sistemskih bilješki
GenericName[ca]=Visor dels registres del sistema
GenericName[ca@valencia]=Visor dels registres del sistema
GenericName[cs]=Prohlížeč záznamů sys

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-02-01 Thread ALinuxUser
Here is some information relevant to this thread.

An update from Ubuntu that 12c_i801 *re*-blacklists just arrived on my
Mint PC.

I had it blacklisted on my system anyway. A while ago, it was
blacklisted by default, but then a Debian update removed it from the
blacklist. Now, for Ubuntu and derivatives at least, it is back on the
blacklist.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-30 Thread ALinuxUser
Me again. Now, I might have faulty hardware, but it occured to me that
having 'reboot=w' in my kernel boot arguments might be the problem. I
will test - i.e. see whether the patch works if I remove that argument -
when I have time. Still, using that argument does have a purpose

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-25 Thread ALinuxUser
Thanks, all.

I've verified that I do indeed have version 1.3 of the touchpad software
installed (and I am horrified but not surprised that Lenovo managed to
get a bug into their firmware updater).

I have looked at the Windows event log and the only repeated errors I
see have to do with 'DistributedCom' (and those errors are common in
Windows land) and dotnet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-24 Thread ALinuxUser
n23gc05w.exe now installed, and the patched kernel still does not work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-24 Thread ALinuxUser
I add that the kernel switch `psmouse.synaptics_intertouch=1`seems to
produce spurious middle clicks as desribed on the page
https://bugzilla.redhat.com/show_bug.cgi?id=1482640 (even though that
page says kernels >= 4.13.6 have fixed the problem).

But I find that my system may not have the latest touchpad firmware -
n23gc05w.exe - installed, even though I used WindowsToGo to run Lenovo's
auto-update utility. Someone mentioned this firmware update above as a
prerequisite for fixing the problem, so I'll install it and report back.

** Bug watch added: Red Hat Bugzilla #1482640
   https://bugzilla.redhat.com/show_bug.cgi?id=1482640

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-22 Thread ALinuxUser
I have just now installed the latest firmware updates from Lenovo, by
creating a 'WindowsToGo' installation. The problem with the touchpad
being dead after S3 sleep remains. (I haven't tested the trackpad.) That
affords a little more reason to think that my touchpad is broken; but I
think we should try to get some more people, who have the Near Field
Communications chip, to see whether the patch here works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-21 Thread ALinuxUser
Thus far I have had `tlp` enabled. Just now I disabled it. Nothing
seemed to change, i.e. the trackpad still does not work at all (and the
trackpoint does not work under any circumstances - at least if using
libinput; when I first got my X1, and used synaptics, the trackpad would
work, so long as I disabled the touchpad).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-21 Thread ALinuxUser
Done.

Enabling the trackpoint in the BIOS did not (because of some sort of
update since the last time I tried it) cause the touchpad to stop
working but the trackpoint did not work at all either (either before or
after sleep). Perhaps I have the trackpoint disabled in some further way
somewhere.

As to the touchpad, after a (fairly long) sleep: same behaviour as
before, i.e. the trackpad is dead.


** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+attachment/5231172/+files/journal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-21 Thread ALinuxUser
** Attachment added: "rmi_irq.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+attachment/5231173/+files/rmi_irq.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-21 Thread ALinuxUser
@AaronMa

You might want to see the new logs I have posted. But there is indeed a
touchpad firmware update that I not applied - but not for want to
trying. The update is not available via fwupdmgr, there is no bootable
version of the update, the update will not install via virtualised
Windows or through a Windows PreBoot Environment, and I do not have real
Windows on the machine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-21 Thread ALinuxUser
As to, 'Can you use your touchpad/trackpoint': I can use the touchpad,
except after S3 (not the 'modern standby'/Windows version) sleep; but if
enable the track*point* in the BIOS, then the trackpad starts working
very peculiarly indeed. Other people have had the latter problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-21 Thread ALinuxUser
** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+attachment/5231130/+files/journal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-21 Thread ALinuxUser
Thorsten,

I thought I had added that. I'll add it again and remove most of my
other kernel flags, in case they were causing a problem. Indeed I have
discovered a problem with the flags that I was using, namely, that as
well as having the correct (correct for testing) `psmouse` option, I had
additionally a garbled version of that. Apologies.*

This time the interrupt file was *not* empty. Note though that I echoed
stuff to it three times (rather than two) because, the second time I did
it, I forgot to touch the touchpad first. Note also that I have a
wireless mouse on the system.


* Perhaps the reason that I have not been as diligent as I might have been is 
that this procedure is a chore. For, I must: switch to the special kernel; 
change kernel flags; change my blacklisting; reboot (which requires entering up 
to three passwords); change BIOS sleep settings; put the computer to sleep for 
a good period; wake it up; test the touchpad; gather logs (using a mouse); and 
then (because of the vpn problem) undo everything and post the results.


** Attachment added: "rmi_irq.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+attachment/5231129/+files/rmi_irq.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-21 Thread ALinuxUser
@thorstenr-42

You are right; and when I did my first test I had failed to see the
request for the journal.

I have tested again. As before, the rmi_irq file ended up blank, but I
attach the journal file.

As to Wireguard: I think that Wireguard doesn't get set up to work with
all release candidate kernels; but once the kernels move out of testing,
Wireguard is able to build its module against it.

** Attachment added: "Journal"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+attachment/5231107/+files/jrnl.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-20 Thread ALinuxUser
Here is a correction to my previous post (the post immediately above
this one). '[W]hat do you have in my specifically': I meant 'have in
mind'.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-20 Thread ALinuxUser
> do you see any output when typing journalctl -b 0 -k?

Yes, but what do you have in my specifically? Anyway, at present I am
not running the patched kernel, because (1) as I explained, it broke my
networking, (2) deblacklisting the touchpad module seemed to cause my
touchpad problems (even when the patched kernel was not loaded).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-20 Thread ALinuxUser
Thanks for the headers, Aaron (though Wireguard would not build against
them).

The patch did *not* work for me: the touchpad failed to work at all upon
resume, just as before. I have now added the debugging kernel parameter
and followed your further instructions but the log file at issue ended
up empty (zero bytes).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2019-01-19 Thread ALinuxUser
AaronMa

Got kernel headers for that kernel, please? (I can boot from the kernel
but Wireguard isn't working because of the lack of headers. Since the
problem can take some time to manifest itself, I would not mind Internet
during the testing phase. I write this from a different computer.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1782263] Re: NetworkManager authentication problems caused by polkit

2019-01-14 Thread ALinuxUser
Thanks, Fabian, for the link to the polkit bug tracker (I filed that bug
against polkit). It seems from that tracker that the problem has now
been fixed. However, the fixed version has yet to arrive on Mint. Indeed
it may not yet have arrived on Ubuntu. If it has yet to reach Ubuntu, I
feel it is unlikely that Mint will get it, until it does reach Ubuntu.
What to do in the meantime?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1782263

Title:
  NetworkManager authentication problems caused by polkit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit/+bug/1782263/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1810941] [NEW] At boot, Zeigeist-datahub-vala triggers network mount

2019-01-08 Thread ALinuxUser
Public bug reported:

According to my system log, at boot time Zeigeist-datahub-vala triggers
mount requests for network shares. Given that some of these shares may
be offline, and given that the user and (to my knowledge) the system is
not yet trying to use these shares, this behaviour strikes me as
undesirable.

zeitgeist 1.0-0.1ubuntu1
Mint 19.1 x64 Cinnamon (based upon Ubuntu Bionic)

** Affects: zeitgeist (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- Zeigeist-datahub-vala
+ At boot, Zeigeist-datahub-vala triggers network mount

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810941

Title:
  At boot, Zeigeist-datahub-vala triggers network mount

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/1810941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1085706] Re: pam_ecryptfs: seteuid error

2019-01-05 Thread ALinuxUser
Affected on Mint 19.1, which is based on Ubuntu bionic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1085706

Title:
  pam_ecryptfs: seteuid error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1085706/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2018-12-14 Thread ALinuxUser
@mapengy

What you write is unclear.

Re 1: Are you asserting that I at present I am using that kernel switch?
Or are you rather suggesting that I try out that kernel switch? At any
rate: I do use that switch already (on a 4.19 kernel) and, no, the
touchpad does not work after suspend.

2: What?


As to, 'Could you upload dmesg after touchpad lost ?': I have uploaded it 
already. If you need me to upload it again or in some new fashion, then please 
(i) tell me clearly what you need, (ii) give me some indication that going to 
the trouble will be worth my while.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 662766] Re: does not reconnect after suspend/resume

2018-12-11 Thread ALinuxUser
This bug seems have the status 'expired'. I still have the problem on
Mint 19, which is based on Ubuntu 18.04 LTS. The problem is rather
notorious: there is much about it on askubuntu, yet no report of a
proper fix); compare also herein #1590985. Who do I turn to?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/662766

Title:
  does not reconnect after suspend/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/662766/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2018-12-09 Thread ALinuxUser
New dmesg output, this time running libinput rather than synaptics (and
where I have the same problem, i.e. changing to libinput does not allow
the touchpad to work after deep sleep).

** Attachment added: "dmesgWithLibinput.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+attachment/5220737/+files/dmesgWithLibinput.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2018-12-07 Thread ALinuxUser
Extra information - namely, the output of several relevant commands.

** Attachment added: "report"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+attachment/5220212/+files/report

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2018-12-07 Thread ALinuxUser
My dmesg output immediately after resuming from suspend. I had enabled
S3 in BIOS and consequently the touchpad was not working. However, I had
a USB mouse on the go - for, otherwise, I would have trouble using the
computer in that state.

** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+attachment/5220211/+files/dmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2018-12-05 Thread ALinuxUser
It may be worth my repeating that, despite trying a Windows PreBoot
Environment and a Windows Live Environment - but not full windows,
because I don't have that on the machine - I can't get the latest
touchpad firmware installed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2018-11-27 Thread ALinuxUser
I was rather shouty above, for which I apologise, but it is hard to
remain calm when things such as the following happen.

I tried up update the trackpad firmware, hoping this would help with the
S3 sleep / touchpad problem. I had use a Window pre-boot environment to
do to that. The new trackpad firmware would not install previously
because of a bug. A BIOS update was meant to allow it to install. It
will should not install - but then I remembered I have the trackpoint
disabled in BIOS. (The firmware updater did not mention this.) I enabled
the trackpoint in the BIOS. The firmware updater seemed to flash alright
- but then re-flashed, twice, taking ages each time, giving no message,
and making me think my machine was in an infinite loop and that aborting
- if I could; the trackpad and touchpoint were not working - would cause
serious problems. Eventually the flasher gave an error message and
aborted. Possibly the problem was that the flasher needs a Synaptics
driver installed and a reboot; in the pre-boot environment I could
install that driver but after the reboot it seemed that the driver was
no longer install. What a total nightmare.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2018-11-26 Thread ALinuxUser
I have yet to play roulette with the update - I installed it, but have
not tried to enable S3 yet. As I said in am email that seems not to have
reached this page: it is unclear that this BIOS update will help; the
release notes (such as they are) do not suggest it will.

While I am here, and might have someone's ear: as I and other have said
elsewhere before: that internal beeping during BIOS updates *HAS GOT TO
STOP*. I had to swadle my ThinkPad in a blanket; and that irregular
cacophany of beeps would be of no help in diagnosing any problem. I
complained about this to the 'managed support' and in their innocence
they had no idea what I was talking about. TURN IT OFF. Really: STOP IT
NOW. It is stupid and deeply irritating and no-one seems to care.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791427

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   >