[Bug 1787729] Re: apport-autoreport.service fails if whoopsie isn't running

2019-01-16 Thread Cristian Aravena Romero
I rebooted the notebook, and reviewed the service: 'systemctl status
apport-autoreport.service':

● apport-autoreport.service - Process error reports when automatic reporting is 
enabled
   Loaded: loaded (/lib/systemd/system/apport-autoreport.service; static; 
vendor preset: enabled)
   Active: inactive (dead) since Wed 2019-01-16 19:04:59 -03; 10min ago
  Process: 2959 ExecStart=/usr/share/apport/whoopsie-upload-all (code=exited, 
status=0/SUCCESS)
 Main PID: 2959 (code=exited, status=0/SUCCESS)

For me, it works well.

** Attachment added: "$ systemctl status apport-autoreport.service"
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1787729/+attachment/5229775/+files/systemctl_status_apport-autoreport.service.txt

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

Title:
  apport-autoreport.service fails if whoopsie isn't running

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

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

[Bug 1787729] Re: apport-autoreport.service fails if whoopsie isn't running

2019-01-16 Thread Cristian Aravena Romero
The lines have been added to:
/lib/systemd/system/apport-autoreport.service

---

[Unit]

[...]

Wants=whoopsie.service
After=whoopsie.service

** Attachment added: "$ cat /lib/systemd/system/apport-autoreport.service"
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1787729/+attachment/5229777/+files/apport-autoreport.service.txt

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

Title:
  apport-autoreport.service fails if whoopsie isn't running

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

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

[Bug 1787729] Re: apport-autoreport.service fails if whoopsie isn't running

2019-01-16 Thread Cristian Aravena Romero
I just updated to apport 2.20.10-0ubuntu19

** Attachment added: "$ dpkg -l | grep apport"
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1787729/+attachment/5229748/+files/dpkg_-l_+_grep_apport.txt

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

Title:
  apport-autoreport.service fails if whoopsie isn't running

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

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

[Bug 1787729] Re: apport-autoreport.service fails if whoopsie isn't running

2019-01-16 Thread Cristian Aravena Romero
** Description changed:

  Impact
  --
  If automatic crash reporting is enabled and apport-autoreport.service starts 
before whoopsie on boot then crash reports that happened during shutdown or 
start up will not be automatically uploaded to the error tracker.
  
  Test Case
  -
  1) install apport-noui
  2) sudo service apport stop
  3) modify /usr/share/apport/whoopsie-upload-all to exit(1) thereby recreating 
the situation where whoopsie isn't running. I did this by copying lines 159,160 
to 161,162 and unindenting them. N.B. this isn't necessary if you are on a 
system where whoopsie is starting after apport.
  4) touch /var/crash/my.crash
  5) reboot
  5) run 'systemctl status apport-autoreport.service' and observe it failed 
because whoopsie isn't running
  
  When testing the proposed version of apport you'll want to revert the
  changes you made to whoopsie-upload-all. With the version of apport from
  -proposed you should no longer see the failure message for the apport-
  autoreport.service. The best test case is just having an affected system
  test the package from -proposed though.
  
  Regression Potential
  
  We are clearly fixing something that was a mistake in the original service so 
there is little chance for regression.
  
- Hello,
- 
- Attached image.
- 
- Regards,
- --
- Cristian Aravena Romero (caravena)
+ 
  
  ProblemType: BugDistroRelease: Ubuntu 18.10
  Package: apport 2.20.10-0ubuntu7
  Uname: Linux 4.18.3-041803-generic x86_64
  ApportLog:
  
  ApportVersion: 2.20.10-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Aug 18 11:48:00 2018
  InstallationDate: Installed on 2017-10-13 (308 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  PackageArchitecture: allSourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  apport-autoreport.service fails if whoopsie isn't running

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

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

[Bug 1787729] Re: apport-autoreport.service fails if whoopsie isn't running

2019-01-16 Thread Cristian Aravena Romero
Excellent Brian! Thank you for your work!
--
Cristian Aravena Romero (caravena)

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

Title:
  apport-autoreport.service fails if whoopsie isn't running

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

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

[Bug 1787729] Re: [FAILED] Failed to start Process error reports when automatic reporting is enabled.

2019-01-15 Thread Cristian Aravena Romero
Again I had to go to comment #20
--
Cristian Aravena Romero (caravena)

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

Title:
  [FAILED] Failed to start Process error reports when automatic
  reporting is enabled.

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

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

[Bug 1787729] Re: [FAILED] Failed to start Process error reports when automatic reporting is enabled.

2019-01-11 Thread Cristian Aravena Romero
*"I will warn" (avasaré) Sorry (:

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

Title:
  [FAILED] Failed to start Process error reports when automatic
  reporting is enabled.

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

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

[Bug 1787729] Re: [FAILED] Failed to start Process error reports when automatic reporting is enabled.

2019-01-11 Thread Cristian Aravena Romero
I removed "After=whoopsie.service" from /lib/systemd/system/apport-
autoreport.service and updated apport from ~2.20.10-0ubuntu14 to
2.20.10-0ubuntu18 in Ubuntu Disco.

Then I rebooted the computer and reviewed the service "$ systemctl
status apport-autoreport.service". And it is working correctly.

I do not know if after the update the problem is completely resolved or
it will continue to appear randomly.

Anything I will avasaré in this report.

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

Title:
  [FAILED] Failed to start Process error reports when automatic
  reporting is enabled.

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

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

[Bug 1811096] Re: gnome-shell[2843]: The offending signal was destroy on StBoxLayout 0x5606a3267650.

2019-01-09 Thread Cristian Aravena Romero
** Also affects: wayland (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/1811096

Title:
  gnome-shell[2843]: The offending signal was destroy on StBoxLayout
  0x5606a3267650.

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

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

[Bug 1811096] Re: gnome-shell[2843]: The offending signal was destroy on StBoxLayout 0x5606a3267650.

2019-01-09 Thread Cristian Aravena Romero
** Description changed:

  Hello,
  
- I'm working with vlc and frezze gnome-shell.
- 
+ I'm working with vlc and frezze gnome-shell (attached log file).
  
  $ journalctl -b-1
  
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: == Stack trace for 
context 0x5606981781b0 ==
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #0   7ffde02d1690 I  
 resource:///org/gnome/shell/ui/popupMenu.js:221 (7f116b91dee0 @ 22)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #1   7ffde02d1750 b  
 resource:///org/gnome/gjs/modules/_legacy.js:82 (7f116bbb0b80 @ 71)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #2   7ffde02d17d0 I  
 
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:736
 (7f11499c3a60 @ 30)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #3   7ffde02d17d0 I  
 self-hosted:261 (7f116bbc1dc0 @ 223)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #4   7ffde02d17d0 I  
 
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:734
 (7f11499c39d0 @ 37)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #5   7ffde02d18a0 b  
 resource:///org/gnome/gjs/modules/_legacy.js:82 (7f116bbb0b80 @ 71)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #6   7ffde02d1920 I  
 self-hosted:979 (7f116bbf0280 @ 440)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #7   7ffde02d19a0 I  
 self-hosted:979 (7f116bbf0280 @ 440)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #8   7ffde02d1a30 I  
 resource:///org/gnome/gjs/modules/signals.js:128 (7f116bbc18b0 @ 386)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #9   7ffde02d1a90 I  
 
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:154
 (7f11499beaf0 @ 224)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #10   7ffde02d1b60 b 
  resource:///org/gnome/gjs/modules/_legacy.js:82 (7f116bbb0b80 @ 71)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #11   7ffde02d1ba0 I 
  
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:352
 (7f11499c1700 @ 36)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #12   7ffde02d1c70 I 
  self-hosted:261 (7f116bbc1dc0 @ 223)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #13   7ffde02d1c70 I 
  
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:352
 (7f11499c1550 @ 808)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #14   7ffde02d1d40 b 
  resource:///org/gnome/gjs/modules/_legacy.js:82 (7f116bbb0b80 @ 71)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #15   7ffde02d1e00 b 
  
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:305
 (7f11499c14c0 @ 274)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #16   7ffde02d1ed0 b 
  resource:///org/gnome/gjs/modules/_legacy.js:82 (7f116bbb0b80 @ 71)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #17   7ffde02d1f50 I 
  self-hosted:979 (7f116bbf0280 @ 440)
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #18   7ffde02d2020 b 
  resource:///org/gnome/gjs/modules/overrides/Gio.js:78 (7f116bbb89d0 @ 113)
  
- 
  Best regards,
  --
  Cristian Aravena Romero (caravena)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gnome-shell 3.30.1-2ubuntu3
  Uname: Linux 4.20.0-042000-generic x86_64
  ApportVersion: 2.20.10-0ubuntu14
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jan  9 10:56:00 2019
  DisplayManager: gdm3
  GsettingsChanges:
-  b'org.gnome.shell' b'enabled-extensions' b"['mediapla...@patapon.info', 
'ubuntu-d...@ubuntu.com', 'system-moni...@paradoxxx.zero.gmail.com']"
-  b'org.gnome.shell' b'had-bluetooth-devices-setup' b'true'
-  b'org.gnome.shell' b'app-picker-view' b'uint32 1'
-  b'org.gnome.shell' b'favorite-apps' redacted by apport
-  b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
+  b'org.gnome.shell' b'enabled-extensions' b"['mediapla...@patapon.info', 
'ubuntu-d...@ubuntu.com', 'system-moni...@paradoxxx.zero.gmail.com']"
+  b'org.gnome.shell' b'had-bluetooth-devices-setup' b'true'
+  b'org.gnome.shell' b'app-picker-view' b'uint32 1'
+  b'org.gnome.shell' b'favorite-apps' redacted by apport
+  b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
  InstallationDate: Installed on 2018-12-02 (37 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to disco on 2018-12-02 (37 days ago)

** Description changed:

+ https://gitlab.gnome.org/GNOME/gnome-shell/issues/896
+ ---
+ 
  Hello,
  
  I'm working with vlc and frezze gnome-shell (attached log file).
  
  $ journalctl -b-1
  
  ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: == Stack trace for 
context 0x5606981781b0 ==
  ene 09 10:47:16 romanescu org.gnome.Sh

[Bug 1811096] [NEW] gnome-shell[2843]: The offending signal was destroy on StBoxLayout 0x5606a3267650.

2019-01-09 Thread Cristian Aravena Romero
Public bug reported:

Hello,

I'm working with vlc and frezze gnome-shell.


$ journalctl -b-1

ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: == Stack trace for 
context 0x5606981781b0 ==
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #0   7ffde02d1690 I   
resource:///org/gnome/shell/ui/popupMenu.js:221 (7f116b91dee0 @ 22)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #1   7ffde02d1750 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (7f116bbb0b80 @ 71)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #2   7ffde02d17d0 I   
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:736
 (7f11499c3a60 @ 30)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #3   7ffde02d17d0 I   
self-hosted:261 (7f116bbc1dc0 @ 223)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #4   7ffde02d17d0 I   
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:734
 (7f11499c39d0 @ 37)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #5   7ffde02d18a0 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (7f116bbb0b80 @ 71)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #6   7ffde02d1920 I   
self-hosted:979 (7f116bbf0280 @ 440)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #7   7ffde02d19a0 I   
self-hosted:979 (7f116bbf0280 @ 440)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #8   7ffde02d1a30 I   
resource:///org/gnome/gjs/modules/signals.js:128 (7f116bbc18b0 @ 386)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #9   7ffde02d1a90 I   
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:154
 (7f11499beaf0 @ 224)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #10   7ffde02d1b60 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (7f116bbb0b80 @ 71)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #11   7ffde02d1ba0 I   
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:352
 (7f11499c1700 @ 36)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #12   7ffde02d1c70 I   
self-hosted:261 (7f116bbc1dc0 @ 223)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #13   7ffde02d1c70 I   
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:352
 (7f11499c1550 @ 808)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #14   7ffde02d1d40 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (7f116bbb0b80 @ 71)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #15   7ffde02d1e00 b   
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/dbusMenu.js:305
 (7f11499c14c0 @ 274)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #16   7ffde02d1ed0 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (7f116bbb0b80 @ 71)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #17   7ffde02d1f50 I   
self-hosted:979 (7f116bbf0280 @ 440)
ene 09 10:47:16 romanescu org.gnome.Shell.desktop[2843]: #18   7ffde02d2020 b   
resource:///org/gnome/gjs/modules/overrides/Gio.js:78 (7f116bbb89d0 @ 113)


Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: gnome-shell 3.30.1-2ubuntu3
Uname: Linux 4.20.0-042000-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Jan  9 10:56:00 2019
DisplayManager: gdm3
GsettingsChanges:
 b'org.gnome.shell' b'enabled-extensions' b"['mediapla...@patapon.info', 
'ubuntu-d...@ubuntu.com', 'system-moni...@paradoxxx.zero.gmail.com']"
 b'org.gnome.shell' b'had-bluetooth-devices-setup' b'true'
 b'org.gnome.shell' b'app-picker-view' b'uint32 1'
 b'org.gnome.shell' b'favorite-apps' redacted by apport
 b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
InstallationDate: Installed on 2018-12-02 (37 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to disco on 2018-12-02 (37 days ago)

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


** Tags: amd64 apport-bug disco third-party-packages wayland-session

** Attachment added: "$ journalctl -b-1"
   
https://bugs.launchpad.net/bugs/1811096/+attachment/5227988/+files/journalctl_-b-1.txt.xz

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

Title:
  gnome-shell[2843]: The offending signal was destroy on StBoxLayout
  0x5606a3267650.

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

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

[Bug 1787729] Re: [FAILED] Failed to start Process error reports when automatic reporting is enabled.

2018-12-14 Thread Cristian Aravena Romero
Hello Brian Murray (brian-murray),

Will this change come in the next version?

Best regards,
--
Cristian Aravena Romero (caravena)

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

Title:
  [FAILED] Failed to start Process error reports when automatic
  reporting is enabled.

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

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

[Bug 1808321] [NEW] I plug in USB sound device. It worked, but then it stopped

2018-12-13 Thread Cristian Aravena Romero
Public bug reported:

Hello,

I plug in USB sound device. It worked, but then it stopped.

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.19.0-9-generic 4.19.0-9.10
ProcVersionSignature: Ubuntu 4.19.0-9.10-generic 4.19.8
Uname: Linux 4.19.0-9-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  caravena   2681 F pulseaudio
 /dev/snd/pcmC1D0c:   caravena   2681 F...m pulseaudio
 /dev/snd/pcmC1D0p:   caravena   2681 F...m pulseaudio
 /dev/snd/controlC0:  caravena   2681 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Thu Dec 13 08:22:23 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (10 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.19.0-9-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.19.0-9-generic N/A
 linux-backports-modules-4.19.0-9-generic  N/A
 linux-firmware1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (10 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: 3px63la amd64 apport-bug disco hp hp-pavilion-x360-14-cd0008la 
package-from-proposed wayland-session

** Attachment added: "Captura de pantalla de 2018-12-13 08-26-46.png"
   
https://bugs.launchpad.net/bugs/1808321/+attachment/5221909/+files/Captura%20de%20pantalla%20de%202018-12-13%2008-26-46.png

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

Title:
  I plug in USB sound device. It worked, but then it stopped

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

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

[Bug 1807408] Re: usb 1-1.3: device descriptor read/64, error -11

2018-12-13 Thread Cristian Aravena Romero
Yes.

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

Title:
  usb 1-1.3: device descriptor read/64, error -11

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

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

[Bug 1806660] Re: The sound from the notebook speakers sounds randomly. However, you can always listen with hearing aids

2018-12-12 Thread Cristian Aravena Romero
** Also affects: alsa-lib (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/1806660

Title:
  The sound from the notebook speakers sounds randomly. However, you can
  always listen with hearing aids

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

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

[Bug 1807608] Re: Not work bluetooth

2018-12-09 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #201945
   https://bugzilla.kernel.org/show_bug.cgi?id=201945

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201945
   Importance: Unknown
   Status: Unknown

** Summary changed:

- Not work bluetooth
+ Not work Bluetooth

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

Title:
  Not work Bluetooth

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

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

[Bug 1807608] [NEW] Not work bluetooth

2018-12-09 Thread Cristian Aravena Romero
Public bug reported:

Hello,

I'm working with linux 4.19, and not work bluetooth. Not problem with
linux 4.18.20.

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.19.0-8-generic 4.19.0-8.9
ProcVersionSignature: Ubuntu 4.19.0-8.9-generic 4.19.6
Uname: Linux 4.19.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2718 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2718 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Sun Dec  9 15:29:31 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (7 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.19.0-8-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.19.0-8-generic N/A
 linux-backports-modules-4.19.0-8-generic  N/A
 linux-firmware1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (6 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: 3px63la amd64 apport-bug disco hp hp-pavilion-x360-14-cd0008la 
package-from-proposed wayland-session

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

Title:
  Not work bluetooth

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

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

[Bug 1787729] Re: [FAILED] Failed to start Process error reports when automatic reporting is enabled.

2018-12-09 Thread Cristian Aravena Romero
Hello Brad (apeitheo),

Your modification helped me (Comment #20). I have restarted twice and
the service 'apport-autoreport.service' works correctly for my.

Best regards,
--
Cristian Aravena Romero (caravena)

** Attachment added: "systemctl_status_apport-autoreport.service.txt"
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1787729/+attachment/5220615/+files/systemctl_status_apport-autoreport.service.txt

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

Title:
  [FAILED] Failed to start Process error reports when automatic
  reporting is enabled.

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

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

[Bug 1807416] [NEW] secureboot: Secure boot could not be determined (mode 0)

2018-12-07 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[0.00] secureboot: Secure boot could not be determined (mode 0)

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.19.0-8-generic 4.19.0-8.9
ProcVersionSignature: Ubuntu 4.19.0-8.9-generic 4.19.6
Uname: Linux 4.19.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2769 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2769 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec  7 12:58:49 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (4 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.19.0-8-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.19.0-8-generic N/A
 linux-backports-modules-4.19.0-8-generic  N/A
 linux-firmware1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (4 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: 3px63la amd64 apport-bug disco hp hp-pavilion-x360-14-cd0008la 
package-from-proposed wayland-session

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

Title:
  secureboot: Secure boot could not be determined (mode 0)

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

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

[Bug 1807406] Re: hid-sensor-hub 001F:8086:22D8.0003: timeout waiting for response from ISHTP device

2018-12-07 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #201929
   https://bugzilla.kernel.org/show_bug.cgi?id=201929

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201929
   Importance: Unknown
   Status: Unknown

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

Title:
  hid-sensor-hub 001F:8086:22D8.0003: timeout waiting for response from
  ISHTP device

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

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

[Bug 1807406] [NEW] hid-sensor-hub 001F:8086:22D8.0003: timeout waiting for response from ISHTP device

2018-12-07 Thread Cristian Aravena Romero
Public bug reported:

Hello,

Message after returning from suspension

dmesg:
[13383.967611] hid-sensor-hub 001F:8086:22D8.0003: timeout waiting for response 
from ISHTP device
[13383.967615] hid-sensor-hub 001F:8086:22D8.0002: timeout waiting for response 
from ISHTP device

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.19.0-8-generic 4.19.0-8.9
ProcVersionSignature: Ubuntu 4.19.0-8.9-generic 4.19.6
Uname: Linux 4.19.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2769 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec  7 12:02:26 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (4 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.19.0-8-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.19.0-8-generic N/A
 linux-backports-modules-4.19.0-8-generic  N/A
 linux-firmware1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (4 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: 3px63la amd64 apport-bug disco hp hp-pavilion-x360-14-cd0008la 
package-from-proposed wayland-session

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

Title:
  hid-sensor-hub 001F:8086:22D8.0003: timeout waiting for response from
  ISHTP device

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

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

[Bug 1807408] [NEW] usb 1-1.3: device descriptor read/64, error -11

2018-12-07 Thread Cristian Aravena Romero
Public bug reported:

Hello,

Message after returning from suspension

dmesg:
[13386.879710] usb 1-1.3: device descriptor read/64, error -110

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.19.0-8-generic 4.19.0-8.9
ProcVersionSignature: Ubuntu 4.19.0-8.9-generic 4.19.6
Uname: Linux 4.19.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2769 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec  7 12:09:12 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (4 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.19.0-8-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.19.0-8-generic N/A
 linux-backports-modules-4.19.0-8-generic  N/A
 linux-firmware1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (4 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: 3px63la amd64 apport-bug disco hp hp-pavilion-x360-14-cd0008la 
package-from-proposed wayland-session

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

Title:
  usb 1-1.3: device descriptor read/64, error -11

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

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

[Bug 1807375] Re: Bluetooth: hci0: RTL: rtl: unknown IC info, lmp subver a99e, hci rev 826c, hci ver 0008

2018-12-07 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #201921
   https://bugzilla.kernel.org/show_bug.cgi?id=201921

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201921
   Importance: Unknown
   Status: Unknown

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

Title:
  Bluetooth: hci0: RTL: rtl: unknown IC info, lmp subver a99e, hci rev
  826c, hci ver 0008

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

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

[Bug 1807377] Re: i2c_hid i2c-ELAN2514:00: failed to change power setting.

2018-12-07 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #201923
   https://bugzilla.kernel.org/show_bug.cgi?id=201923

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201923
   Importance: Unknown
   Status: Unknown

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

Title:
  i2c_hid i2c-ELAN2514:00: failed to change power setting.

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

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

[Bug 1807375] [NEW] Bluetooth: hci0: RTL: rtl: unknown IC info, lmp subver a99e, hci rev 826c, hci ver 0008

2018-12-07 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[   13.388386] Bluetooth: hci0: RTL: rtl: unknown IC info, lmp subver a99e, hci 
rev 826c, hci ver 0008

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.19.0-8-generic 4.19.0-8.9
ProcVersionSignature: Ubuntu 4.19.0-8.9-generic 4.19.6
Uname: Linux 4.19.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2769 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2769 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec  7 08:30:39 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (4 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.19.0-8-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.19.0-8-generic N/A
 linux-backports-modules-4.19.0-8-generic  N/A
 linux-firmware1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (4 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux
 Importance: Unknown
 Status: Unknown

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


** Tags: 3px63la amd64 apport-bug disco hp hp-pavilion-x360-14-cd0008la 
package-from-proposed wayland-session

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

Title:
  Bluetooth: hci0: RTL: rtl: unknown IC info, lmp subver a99e, hci rev
  826c, hci ver 0008

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

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

[Bug 1807377] [NEW] i2c_hid i2c-ELAN2514:00: failed to change power setting.

2018-12-07 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[1.862577] i2c_hid i2c-ELAN2514:00: failed to change power setting.

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.19.0-8-generic 4.19.0-8.9
ProcVersionSignature: Ubuntu 4.19.0-8.9-generic 4.19.6
Uname: Linux 4.19.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2769 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2769 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec  7 08:35:57 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (4 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.19.0-8-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.19.0-8-generic N/A
 linux-backports-modules-4.19.0-8-generic  N/A
 linux-firmware1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (4 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: 3px63la amd64 apport-bug disco hp hp-pavilion-x360-14-cd0008la 
package-from-proposed wayland-session

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

Title:
  i2c_hid i2c-ELAN2514:00: failed to change power setting.

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

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

[Bug 1806649] Re: Not work Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

2018-12-05 Thread Cristian Aravena Romero
Hello,

Source code:
https://github.com/tomaspinho/rtl8821ce

Best regards,
--
Cristian Aravena Romero (caravena)

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

Title:
  Not work Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE
  802.11ac PCIe Wireless Network Adapter

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

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

[Bug 1806971] [NEW] Condition: start condition failed at Wed 2018-12-05 12:36:10 -03; 1h 57min ag

2018-12-05 Thread Cristian Aravena Romero
Public bug reported:

Hello,

caravena@romanescu:~$ systemctl status apport-autoreport.service 
● apport-autoreport.service - Process error reports when automatic reporting is 
enabled
   Loaded: loaded (/lib/systemd/system/apport-autoreport.service; static; 
vendor preset: enabled)
   Active: inactive (dead) since Wed 2018-12-05 12:35:59 -03; 1h 57min ago
Condition: start condition failed at Wed 2018-12-05 12:36:10 -03; 1h 57min ago
   └─ ConditionPathExists=/var/lib/apport/autoreport was not met
 Main PID: 3817 (code=exited, status=0/SUCCESS)

dic 05 12:35:59 romanescu systemd[1]: Starting Process error reports when 
automatic reporting is enabled...
dic 05 12:35:59 romanescu whoopsie-upload-all[3817]: 
/var/crash/_usr_lib_telepathy_telepathy-idle.1000.crash already marked for 
upload, skipping
dic 05 12:35:59 romanescu whoopsie-upload-all[3817]: 
/var/crash/_sbin_plymouthd.0.crash already marked for upload, skipping
dic 05 12:35:59 romanescu whoopsie-upload-all[3817]: 
/var/crash/_usr_bin_gnome-shell.1000.crash already marked for upload, skipping
dic 05 12:35:59 romanescu whoopsie-upload-all[3817]: All reports processed
dic 05 12:35:59 romanescu systemd[1]: Started Process error reports when 
automatic reporting is enabled.

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: apport 2.20.10-0ubuntu14
Uname: Linux 4.18.20-041820-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec  5 14:39:33 2018
InstallationDate: Installed on 2018-12-02 (2 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: Upgraded to disco on 2018-12-02 (2 days ago)

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


** Tags: amd64 apport-bug disco wayland-session

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

Title:
  Condition: start condition failed at Wed 2018-12-05 12:36:10 -03; 1h
  57min ag

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

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

[Bug 1806660] Re: The sound from the notebook speakers sounds randomly. However, you can always listen with hearing aids

2018-12-05 Thread Cristian Aravena Romero
headphone jack.

** Tags added: 3px63la

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

Title:
  The sound from the notebook speakers sounds randomly. However, you can
  always listen with hearing aids

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

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

[Bug 1806660] Re: The sound from the notebook speakers sounds randomly. However, you can always listen with hearing aids

2018-12-05 Thread Cristian Aravena Romero
It seems that it is a hardware problem.

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

Title:
  The sound from the notebook speakers sounds randomly. However, you can
  always listen with hearing aids

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

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

[Bug 1806863] Re: i2c_hid i2c-ELAN2514:00: i2c-ELAN2514:00 supply vdd not found, using dummy regulator

2018-12-05 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #201899
   https://bugzilla.kernel.org/show_bug.cgi?id=201899

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201899
   Importance: Unknown
   Status: Unknown

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

Title:
  i2c_hid i2c-ELAN2514:00: i2c-ELAN2514:00 supply vdd not found, using
  dummy regulator

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

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

[Bug 1806863] [NEW] i2c_hid i2c-ELAN2514:00: i2c-ELAN2514:00 supply vdd not found, using dummy regulator

2018-12-05 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[1.685824] i2c_hid i2c-ELAN2514:00: i2c-ELAN2514:00 supply vdd not found, 
using dummy regulator

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.18.0-11-generic 4.18.0-11.12
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2809 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec  5 08:19:35 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (2 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-11-generic N/A
 linux-backports-modules-4.18.0-11-generic  N/A
 linux-firmware 1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (2 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug disco hp hp-pavilion-x360-14-cd0008la

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

Title:
  i2c_hid i2c-ELAN2514:00: i2c-ELAN2514:00 supply vdd not found, using
  dummy regulator

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

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

[Bug 1806682] Re: ACPI: Invalid passive threshold

2018-12-05 Thread Cristian Aravena Romero
** Tags removed: hp-pavilion-360-14-cd0008la
** Tags added: hp-pavilion-x360-14-cd0008la

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

Title:
  ACPI: Invalid passive threshold

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

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

[Bug 1806439] Re: wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not found

2018-12-05 Thread Cristian Aravena Romero
** Tags removed: hp-pavilion-360-14-cd0008la
** Tags added: hp-pavilion-x360-14-cd0008la

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

Title:
  wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not
  found

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

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

[Bug 1806649] Re: Not work Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

2018-12-05 Thread Cristian Aravena Romero
** Tags removed: hp-pavilion-360-14-cd0008la
** Tags added: hp-pavilion-x360-14-cd0008la

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

Title:
  Not work Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE
  802.11ac PCIe Wireless Network Adapter

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

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

[Bug 1806660] Re: The sound from the notebook speakers sounds randomly. However, you can always listen with hearing aids

2018-12-05 Thread Cristian Aravena Romero
** Tags removed: hp-pavilion-360-14-cd0008la
** Tags added: hp-pavilion-x360-14-cd0008la

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

Title:
  The sound from the notebook speakers sounds randomly. However, you can
  always listen with hearing aids

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

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

[Bug 1806436] Re: hp_accel: probe of HPQ6007:00 failed with error -22

2018-12-05 Thread Cristian Aravena Romero
** Tags removed: hp-pavilion-360-14-cd0008la
** Tags added: hp-pavilion-x360-14-cd0008la

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

Title:
  hp_accel: probe of HPQ6007:00 failed with error -22

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

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

[Bug 1806396] Re: lis3lv02d: unknown sensor type 0x0

2018-12-05 Thread Cristian Aravena Romero
** Tags removed: hp-pavilion-360-14-cd0008la
** Tags added: hp-pavilion-x360-14-cd0008la

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

Title:
  lis3lv02d: unknown sensor type 0x0

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

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

[Bug 1806397] Re: acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

2018-12-05 Thread Cristian Aravena Romero
** Tags removed: hp-pavilion-360-14-cd0008la
** Tags added: hp-pavilion-x360-14-cd0008la

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

Title:
  acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

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

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

[Bug 1806395] Re: i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report (67/65535)

2018-12-05 Thread Cristian Aravena Romero
** Tags removed: hp-pavilion-360-14-cd0008la
** Tags added: hp-pavilion-x360-14-cd0008la

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

Title:
  i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report
  (67/65535)

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

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

[Bug 1806437] Re: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

2018-12-05 Thread Cristian Aravena Romero
** Tags removed: hp-pavilion-360-14-cd0008la
** Tags added: hp-pavilion-x360-14-cd0008la

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

Title:
  acpi PNP0C14:02: duplicate WMI GUID
  05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on
  PNP0C14:01)

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

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

[Bug 1806681] Re: hp_wmi: query 0xd returned error 0x5

2018-12-05 Thread Cristian Aravena Romero
** Tags removed: hp-pavilion-360-14-cd0008la
** Tags added: hp-pavilion-x360-14-cd0008la

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

Title:
  hp_wmi: query 0xd returned error 0x5

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

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

[Bug 1806437] Re: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

2018-12-05 Thread Cristian Aravena Romero
** Tags added: hp hp-pavilion-360-14-cd0008la

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

Title:
  acpi PNP0C14:02: duplicate WMI GUID
  05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on
  PNP0C14:01)

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

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

[Bug 1806439] Re: wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not found

2018-12-05 Thread Cristian Aravena Romero
** Tags added: hp hp-pavilion-360-14-cd0008la

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

Title:
  wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not
  found

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

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

[Bug 1806660] Re: The sound from the notebook speakers sounds randomly. However, you can always listen with hearing aids

2018-12-05 Thread Cristian Aravena Romero
** Tags added: hp hp-pavilion-360-14-cd0008la

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

Title:
  The sound from the notebook speakers sounds randomly. However, you can
  always listen with hearing aids

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

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

[Bug 1806649] Re: Not work Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

2018-12-05 Thread Cristian Aravena Romero
** Tags added: hp hp-pavilion-360-14-cd0008la

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

Title:
  Not work Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE
  802.11ac PCIe Wireless Network Adapter

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

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

[Bug 1806681] Re: hp_wmi: query 0xd returned error 0x5

2018-12-05 Thread Cristian Aravena Romero
** Tags added: hp hp-pavilion-360-14-cd0008la

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

Title:
  hp_wmi: query 0xd returned error 0x5

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

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

[Bug 1806682] Re: ACPI: Invalid passive threshold

2018-12-05 Thread Cristian Aravena Romero
** Tags added: hp hp-pavilion-360-14-cd0008la

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

Title:
  ACPI: Invalid passive threshold

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

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

[Bug 1806396] Re: lis3lv02d: unknown sensor type 0x0

2018-12-05 Thread Cristian Aravena Romero
** Tags added: hp hp-pavilion-360-14-cd0008la

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

Title:
  lis3lv02d: unknown sensor type 0x0

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

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

[Bug 1806395] Re: i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report (67/65535)

2018-12-05 Thread Cristian Aravena Romero
** Tags added: hp hp-pavilion-360-14-cd0008la

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

Title:
  i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report
  (67/65535)

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

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

[Bug 1806436] Re: hp_accel: probe of HPQ6007:00 failed with error -22

2018-12-05 Thread Cristian Aravena Romero
** Tags added: hp hp-pavilion-360-14-cd0008la

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

Title:
  hp_accel: probe of HPQ6007:00 failed with error -22

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

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

[Bug 1806397] Re: acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

2018-12-05 Thread Cristian Aravena Romero
** Tags added: hp hp-pavilion-360-14-cd0008la

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

Title:
  acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

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

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

[Bug 1806412] Re: EXT4-fs error (device sda7): ext4_iget:4831: inode #8663569: comm REINDEX: bad extra_isize 8306 (inode size 256)

2018-12-04 Thread Cristian Aravena Romero
I leave this here:
https://bugzilla.kernel.org/show_bug.cgi?id=201685
--
Cristian Aravena Romero (caravena)

** Bug watch added: Linux Kernel Bug Tracker #201685
   https://bugzilla.kernel.org/show_bug.cgi?id=201685

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

Title:
  EXT4-fs error (device sda7): ext4_iget:4831: inode #8663569: comm
  REINDEX: bad extra_isize 8306 (inode size 256)

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

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

[Bug 1806395] Re: i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report (67/65535)

2018-12-04 Thread Cristian Aravena Romero
dmesg 4.18.20-041820-generic:
[ 6314.257569] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)
[ 6314.262609] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)
[ 6314.272098] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)
[ 6314.281645] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)
[ 6314.291288] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)
[ 6314.300927] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)
[ 6314.310640] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)
[ 6314.320165] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)
[ 6314.329682] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)
[ 6314.339269] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)
[...]

** Attachment added: "dmesg_4.18.20-041820-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806395/+attachment/5219083/+files/dmesg_4.18.20-041820-generic.txt

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

Title:
  i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report
  (67/65535)

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

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

[Bug 1806397] Re: acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

2018-12-04 Thread Cristian Aravena Romero
Anthony Wong (anthonywong),

Hotkeys work 'all' right for the kernel "Ubuntu 4.18.0-11.12-generic
4.18.12".

Best regards,
--
Cristian Aravena Romero (caravena)

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

Title:
  acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

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

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

[Bug 1806397] Re: acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

2018-12-04 Thread Cristian Aravena Romero
The other thing, my notebook is HP brand not Acer.

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

Title:
  acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

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

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

[Bug 1806397] Re: acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

2018-12-04 Thread Cristian Aravena Romero
Anthony Wong (anthonywong),

Hotkeys work 'all' right for the kernel "Ubuntu 4.18.0-11.12-generic
4.18.12".

I do not know if this is related, but I have problems with the sound
(Bug #1806660) of the notebook... If you want to know more about the
latter, just notify.

Best regards,
--
Cristian Aravena Romero (caravena)

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

Title:
  acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

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

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

[Bug 1806437] Re: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

2018-12-04 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #201885
   https://bugzilla.kernel.org/show_bug.cgi?id=201885

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201885
   Importance: Unknown
   Status: Unknown

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

Title:
  acpi PNP0C14:02: duplicate WMI GUID
  05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on
  PNP0C14:01)

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

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

[Bug 1806681] Re: hp_wmi: query 0xd returned error 0x5

2018-12-04 Thread Cristian Aravena Romero
A more friendly message?

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

Title:
  hp_wmi: query 0xd returned error 0x5

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

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

[Bug 1806682] [NEW] ACPI: Invalid passive threshold

2018-12-04 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[1.423794] ACPI: Invalid passive threshold

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.18.0-11-generic 4.18.0-11.12
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2739 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2739 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Tue Dec  4 09:17:14 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (1 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-11-generic N/A
 linux-backports-modules-4.18.0-11-generic  N/A
 linux-firmware 1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (1 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux
 Importance: Unknown
 Status: Unknown

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


** Tags: amd64 apport-bug disco kernel-bug-exists-upstream

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

Title:
  ACPI: Invalid passive threshold

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

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

[Bug 1806682] Re: ACPI: Invalid passive threshold

2018-12-04 Thread Cristian Aravena Romero
dmesg 4.20.0-042000rc5-generic:
[1.637619] ACPI: Invalid passive threshold

** Attachment added: "dmesg_4.20.0-042000rc5-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806682/+attachment/5218950/+files/dmesg_4.20.0-042000rc5-generic.txt

** Tags added: kernel-bug-exists-upstream

** Bug watch added: Linux Kernel Bug Tracker #201883
   https://bugzilla.kernel.org/show_bug.cgi?id=201883

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201883
   Importance: Unknown
   Status: Unknown

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

Title:
  ACPI: Invalid passive threshold

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

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

[Bug 1806681] [NEW] hp_wmi: query 0xd returned error 0x5

2018-12-04 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[   18.296366] hp_wmi: query 0xd returned error 0x5

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.18.0-11-generic 4.18.0-11.12
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2739 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Tue Dec  4 09:05:38 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (1 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-11-generic N/A
 linux-backports-modules-4.18.0-11-generic  N/A
 linux-firmware 1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (1 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux
 Importance: Unknown
 Status: Unknown

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


** Tags: amd64 apport-bug disco kernel-bug-exists-upstream

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

Title:
  hp_wmi: query 0xd returned error 0x5

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

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

[Bug 1806681] Re: hp_wmi: query 0xd returned error 0x5

2018-12-04 Thread Cristian Aravena Romero
dmesg 4.20.0-042000rc5-generic:
[   16.320133] hp_wmi: query 0xd returned error 0x5

** Attachment added: "dmesg_4.20.0-042000rc5-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806681/+attachment/5218933/+files/dmesg_4.20.0-042000rc5-generic.txt

** Tags added: kernel-bug-exists-upstream

** Bug watch added: Linux Kernel Bug Tracker #201881
   https://bugzilla.kernel.org/show_bug.cgi?id=201881

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201881
   Importance: Unknown
   Status: Unknown

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

Title:
  hp_wmi: query 0xd returned error 0x5

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

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

[Bug 1806396] Re: lis3lv02d: unknown sensor type 0x0

2018-12-04 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #201879
   https://bugzilla.kernel.org/show_bug.cgi?id=201879

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201879
   Importance: Unknown
   Status: Unknown

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

Title:
  lis3lv02d: unknown sensor type 0x0

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

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

[Bug 1806660] [NEW] The sound from the notebook speakers sounds randomly. However, you can always listen with hearing aids

2018-12-04 Thread Cristian Aravena Romero
Public bug reported:

Hello,

The sound from the notebook speakers sounds randomly. However, you can
always listen with hearing aids.

In the upper part of gnome-shell it appears that they are with the
headphones, and it is not like that.

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.18.0-11-generic 4.18.0-11.12
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2784 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2784 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Tue Dec  4 07:59:27 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (1 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-11-generic N/A
 linux-backports-modules-4.18.0-11-generic  N/A
 linux-firmware 1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (1 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux
 Importance: Unknown
 Status: Unknown

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


** Tags: amd64 apport-bug disco

** Summary changed:

- The sound from the notebook speakers sounds randomly. However, you can always 
listen with hearing aids.
+ The sound from the notebook speakers sounds randomly. However, you can always 
listen with hearing aids

** Bug watch added: Linux Kernel Bug Tracker #201877
   https://bugzilla.kernel.org/show_bug.cgi?id=201877

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201877
   Importance: Unknown
   Status: Unknown

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

Title:
  The sound from the notebook speakers sounds randomly. However, you can
  always listen with hearing aids

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

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

[Bug 1806649] [NEW] Not work Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

2018-12-04 Thread Cristian Aravena Romero
Public bug reported:

Hello,

Not work Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE
802.11ac PCIe Wireless Network Adapter.

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.18.0-11-generic 4.18.0-11.12
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2784 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Tue Dec  4 07:41:10 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (1 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-11-generic N/A
 linux-backports-modules-4.18.0-11-generic  N/A
 linux-firmware 1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (1 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux
 Importance: Unknown
 Status: Unknown

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


** Tags: amd64 apport-bug disco kernel-bug-exists-upstream

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

Title:
  Not work Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE
  802.11ac PCIe Wireless Network Adapter

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

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

[Bug 1806649] Re: Not work Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

2018-12-04 Thread Cristian Aravena Romero
He does not work with 4.20.0-042000rc5-generic.

** Attachment added: "dmesg_4.20.0-042000rc5-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806649/+attachment/5218861/+files/dmesg_4.20.0-042000rc5-generic.txt

** Tags added: kernel-bug-exists-upstream

** Bug watch added: Linux Kernel Bug Tracker #201875
   https://bugzilla.kernel.org/show_bug.cgi?id=201875

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201875
   Importance: Unknown
   Status: Unknown

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

Title:
  Not work Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE
  802.11ac PCIe Wireless Network Adapter

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

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

[Bug 1806259] Re: Can't install Grub - this GPT partition label contains no BIOS Boot Partition; embedding won't be possible

2018-12-03 Thread Cristian Aravena Romero
** Attachment added: "LP#1806259v2.pdf"
   
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1806259/+attachment/5218654/+files/LP%231806259v2.pdf

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

Title:
  Can't install Grub - this GPT partition label contains no BIOS Boot
  Partition; embedding won't be possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1806259/+subscriptions

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

[Bug 1806259] Re: Can't install Grub - this GPT partition label contains no BIOS Boot Partition; embedding won't be possible

2018-12-03 Thread Cristian Aravena Romero
I do not remember if it was exactly like that, but it should be something 
similar.
--
Cristian Aravena Romero (caravena)

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

Title:
  Can't install Grub - this GPT partition label contains no BIOS Boot
  Partition; embedding won't be possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1806259/+subscriptions

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

[Bug 1806259] Re: Can't install Grub - this GPT partition label contains no BIOS Boot Partition; embedding won't be possible

2018-12-03 Thread Cristian Aravena Romero
I present my experience with UEFI on an HP notebook.

** Attachment added: "LP#1806259.pdf"
   
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1806259/+attachment/5218653/+files/LP%231806259.pdf

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

Title:
  Can't install Grub - this GPT partition label contains no BIOS Boot
  Partition; embedding won't be possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1806259/+subscriptions

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

[Bug 1806439] Re: wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not found

2018-12-03 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #201863
   https://bugzilla.kernel.org/show_bug.cgi?id=201863

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201863
   Importance: Unknown
   Status: Unknown

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

Title:
  wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not
  found

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

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

[Bug 1806397] Re: acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

2018-12-03 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #201861
   https://bugzilla.kernel.org/show_bug.cgi?id=201861

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201861
   Importance: Unknown
   Status: Unknown

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

Title:
  acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

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

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

[Bug 1806436] Re: hp_accel: probe of HPQ6007:00 failed with error -22

2018-12-03 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #201859
   https://bugzilla.kernel.org/show_bug.cgi?id=201859

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201859
   Importance: Unknown
   Status: Unknown

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

Title:
  hp_accel: probe of HPQ6007:00 failed with error -22

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

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

[Bug 1806395] Re: i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report (67/65535)

2018-12-03 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #201857
   https://bugzilla.kernel.org/show_bug.cgi?id=201857

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=201857
   Importance: Unknown
   Status: Unknown

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

Title:
  i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report
  (67/65535)

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

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

[Bug 1806397] Re: acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.20.0-042000rc5-generic:
[   15.619027] acer_wmi: Acer Laptop ACPI-WMI Extras

** Attachment added: "dmesg_4.20.0-042000rc5-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806397/+attachment/5218607/+files/dmesg_4.20.0-042000rc5-generic.txt

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

Title:
  acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

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

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

[Bug 1806439] Re: wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not found

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.20.0-042000rc5-generic:
[1.880345] wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method 
not found

** Attachment added: "dmesg_4.20.0-042000rc5-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806439/+attachment/5218603/+files/dmesg_4.20.0-042000rc5-generic.txt

** Tags added: kernel-bug-exists-upstream

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

Title:
  wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not
  found

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

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

[Bug 1806439] Re: wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not found

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.19.0-7-generic:
[   14.263472] wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method 
not found

** Attachment added: "dmesg_4.19.0-7-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806439/+attachment/5218602/+files/dmesg_4.19.0-7-generic.txt

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

Title:
  wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not
  found

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

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

[Bug 1806439] [NEW] wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not found

2018-12-03 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[   15.390763] wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method 
not found

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.18.0-11-generic 4.18.0-11.12
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2769 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2769 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec  3 12:54:51 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-11-generic N/A
 linux-backports-modules-4.18.0-11-generic  N/A
 linux-firmware 1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (0 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug disco kernel-bug-exists-upstream

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

Title:
  wmi_bus wmi_bus-PNP0C14:02: WQBJ data block query control method not
  found

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

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

[Bug 1806437] [NEW] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

2018-12-03 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[   15.390738] acpi PNP0C14:02: duplicate WMI GUID 
05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.18.0-11-generic 4.18.0-11.12
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2769 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2769 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec  3 12:49:26 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-11-generic N/A
 linux-backports-modules-4.18.0-11-generic  N/A
 linux-firmware 1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (0 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug disco kernel-bug-exists-upstream

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

Title:
  acpi PNP0C14:02: duplicate WMI GUID
  05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on
  PNP0C14:01)

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

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

[Bug 1806437] Re: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.20.0-042000rc5-generic:
[1.880322] acpi PNP0C14:02: duplicate WMI GUID 
05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)


** Attachment added: "dmesg_4.20.0-042000rc5-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806437/+attachment/5218585/+files/dmesg_4.20.0-042000rc5-generic.txt

** Tags added: kernel-bug-exists-upstream

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

Title:
  acpi PNP0C14:02: duplicate WMI GUID
  05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on
  PNP0C14:01)

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

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

[Bug 1806437] Re: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.19.0-7-generic:
[   14.263457] acpi PNP0C14:02: duplicate WMI GUID 
05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

** Attachment added: "dmesg_4.19.0-7-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806437/+attachment/5218584/+files/dmesg_4.19.0-7-generic.txt

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

Title:
  acpi PNP0C14:02: duplicate WMI GUID
  05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on
  PNP0C14:01)

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

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

[Bug 1806436] Re: hp_accel: probe of HPQ6007:00 failed with error -22

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.20.0-042000rc5-generic:
[   15.016177] hp_accel: laptop model unknown, using default axes configuration
[   15.029728] hp_accel: probe of HPQ6007:00 failed with error -22

** Attachment added: "dmesg_4.20.0-042000rc5-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806436/+attachment/5218567/+files/dmesg_4.20.0-042000rc5-generic.txt

** Tags added: kernel-bug-exists-upstream

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

Title:
  hp_accel: probe of HPQ6007:00 failed with error -22

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

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

[Bug 1806436] Re: hp_accel: probe of HPQ6007:00 failed with error -22

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.19.0-7-generic:
[   14.432061] hp_accel: laptop model unknown, using default axes configuration
[   14.444657] hp_accel: probe of HPQ6007:00 failed with error -22

** Attachment added: "dmesg_4.19.0-7-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806436/+attachment/5218565/+files/dmesg_4.19.0-7-generic.txt

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

Title:
  hp_accel: probe of HPQ6007:00 failed with error -22

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

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

[Bug 1806436] [NEW] hp_accel: probe of HPQ6007:00 failed with error -22

2018-12-03 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[   15.386720] hp_accel: probe of HPQ6007:00 failed with error -22

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.18.0-11-generic 4.18.0-11.12
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2769 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2769 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec  3 12:42:13 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-11-generic N/A
 linux-backports-modules-4.18.0-11-generic  N/A
 linux-firmware 1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (0 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: amd64 apport-bug disco kernel-bug-exists-upstream

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

Title:
  hp_accel: probe of HPQ6007:00 failed with error -22

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

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

[Bug 1806396] Re: lis3lv02d: unknown sensor type 0x0

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.20.0-042000rc5-generic:
[   15.029705] lis3lv02d: unknown sensor type 0x0

** Attachment added: "dmesg_4.20.0-042000rc5-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806396/+attachment/5218539/+files/dmesg_4.20.0-042000rc5-generic.txt

** Tags added: kernel-bug-existir-upstream

** Tags removed: kernel-bug-existir-upstream
** Tags added: kernel-bug-existis-upstream

** Tags removed: kernel-bug-existis-upstream
** Tags added: kernel-bug-exists-upstream

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

Title:
  lis3lv02d: unknown sensor type 0x0

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

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

[Bug 1806395] Re: i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report (67/65535)

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.20.0-042000rc5-generic:
[   15.349630] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)

** Attachment added: "dmesg_4.20.0-042000rc5-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806395/+attachment/5218540/+files/dmesg_4.20.0-042000rc5-generic.txt

** Tags added: kernel-bug-exists-upstream

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

Title:
  i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report
  (67/65535)

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

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

[Bug 1806397] Re: acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.19.0-7-generic:
[   16.578306] acer_wmi: Acer Laptop ACPI-WMI Extras

** Attachment added: "dmesg_4.19.0-7-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806397/+attachment/5218538/+files/dmesg_4.19.0-7-generic.txt

** Tags added: kernel-fixed-upstream

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

Title:
  acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

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

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

[Bug 1806396] Re: lis3lv02d: unknown sensor type 0x0

2018-12-03 Thread Cristian Aravena Romero
** Attachment added: "dmesg_4.19.0-7-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806396/+attachment/5218534/+files/dmesg_4.19.0-7-generic.txt

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

Title:
  lis3lv02d: unknown sensor type 0x0

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

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

[Bug 1806395] Re: i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report (67/65535)

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.19.0-7-generic:
[   15.116463] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)

** Attachment added: "dmesg_4.19.0-7-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806395/+attachment/5218537/+files/dmesg_4.19.0-7-generic.txt

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

Title:
  i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report
  (67/65535)

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

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

[Bug 1806396] Re: lis3lv02d: unknown sensor type 0x0

2018-12-03 Thread Cristian Aravena Romero
dmesg 4.19.0-7-generic:
[   14.444653] lis3lv02d: unknown sensor type 0x0

** Attachment added: "dmesg_4.19.0-7-generic.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806396/+attachment/5218535/+files/dmesg_4.19.0-7-generic.txt

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

Title:
  lis3lv02d: unknown sensor type 0x0

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

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

[Bug 1806412] [NEW] EXT4-fs error (device sda7): ext4_iget:4831: inode #8663569: comm REINDEX: bad extra_isize 8306 (inode size 256)

2018-12-03 Thread Cristian Aravena Romero
Public bug reported:

Hello,

[   96.230966] EXT4-fs error (device sda7): ext4_iget:4831: inode #8663569: 
comm REINDEX: bad extra_isize 8306 (inode size 256)
[   96.259863] EXT4-fs error (device sda7): ext4_iget:4831: inode #8663570: 
comm REINDEX: bad extra_isize 3912 (inode size 256)
[   96.328165] EXT4-fs error (device sda7): ext4_iget:4831: inode #8663571: 
comm REINDEX: bad extra_isize 2 (inode size 256)
[   96.372998] EXT4-fs error (device sda7): ext4_iget:4851: inode #8663572: 
comm REINDEX: checksum invalid
[   96.451608] EXT4-fs error (device sda7): ext4_iget:4831: inode #8663573: 
comm REINDEX: bad extra_isize 3288 (inode size 256)
[   96.549207] EXT4-fs error (device sda7): ext4_iget:4831: inode #8663574: 
comm REINDEX: bad extra_isize 38448 (inode size 256)
[   96.584675] EXT4-fs error (device sda7): ext4_iget:4831: inode #8663575: 
comm REINDEX: bad extra_isize 67 (inode size 256)
[   96.628344] EXT4-fs error (device sda7): ext4_iget:4831: inode #8663576: 
comm REINDEX: bad extra_isize 34544 (inode size 256)
[   96.754517] EXT4-fs error (device sda7): ext4_iget:4831: inode #8663577: 
comm REINDEX: bad extra_isize 16592 (inode size 256)
[   96.916746] EXT4-fs error (device sda7): ext4_iget:4831: inode #8663578: 
comm REINDEX: bad extra_isize 29555 (inode size 256)
[  101.261135] EXT4-fs error: 55 callbacks suppressed

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.19.0-7-generic 4.19.0-7.8
ProcVersionSignature: Ubuntu 4.19.0-7.8-generic 4.19.5
Uname: Linux 4.19.0-7-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2623 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec  3 11:32:18 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.19.0-7-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.19.0-7-generic N/A
 linux-backports-modules-4.19.0-7-generic  N/A
 linux-firmware1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (0 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: amd64 apport-bug disco package-from-proposed

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

Title:
  EXT4-fs error (device sda7): ext4_iget:4831: inode #8663569: comm
  REINDEX: bad extra_isize 8306 (inode size 256)

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

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

[Bug 1806397] [NEW] acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

2018-12-03 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[   17.265418] acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.18.0-11-generic 4.18.0-11.12
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2647 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2647 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec  3 10:24:35 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-11-generic N/A
 linux-backports-modules-4.18.0-11-generic  N/A
 linux-firmware 1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (0 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug disco

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

Title:
  acer_wmi: Unsupported machine has AMW0_GUID1, unable to load

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

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

[Bug 1806395] [NEW] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report (67/65535)

2018-12-03 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[   15.337762] i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report 
(67/65535)

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.18.0-11-generic 4.18.0-11.12
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2647 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2647 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec  3 10:19:29 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-11-generic N/A
 linux-backports-modules-4.18.0-11-generic  N/A
 linux-firmware 1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (0 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug disco

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

Title:
  i2c_hid i2c-ELAN2514:00: i2c_hid_get_input: incomplete report
  (67/65535)

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

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

[Bug 1806396] [NEW] lis3lv02d: unknown sensor type 0x0

2018-12-03 Thread Cristian Aravena Romero
Public bug reported:

Hello,

dmesg:
[   15.684425] lis3lv02d: unknown sensor type 0x0

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-4.18.0-11-generic 4.18.0-11.12
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  caravena   2647 F pulseaudio
 /dev/snd/pcmC0D0p:   caravena   2647 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec  3 10:22:33 2018
HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
InstallationDate: Installed on 2018-12-02 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-11-generic N/A
 linux-backports-modules-4.18.0-11-generic  N/A
 linux-firmware 1.176
SourcePackage: linux
UpgradeStatus: Upgraded to disco on 2018-12-02 (0 days ago)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8486
dmi.board.vendor: HP
dmi.board.version: 72.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Pavilion
dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
dmi.product.sku: 3PX63LA#ABM
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug disco

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

Title:
  lis3lv02d: unknown sensor type 0x0

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

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

[Bug 1806259] [NEW] Can't install Grub

2018-12-02 Thread Cristian Aravena Romero
Public bug reported:

Hello,

Can't install Grub

Best regards,
--
Cristian Aravena Romero (caravena)

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Sun Dec  2 14:12:39 2018
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 LANGUAGE=es_CL.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_CL.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 ubuntu

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

Title:
  Can't install Grub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1806259/+subscriptions

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

[Bug 1802691] Re: Slow receive speed with Intel I219-V

2018-11-10 Thread Cristian Aravena Romero
Did this issue start happening after an update/upgrade? Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.19 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".

Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.1

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

Title:
  Slow receive speed with Intel I219-V

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

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

[Bug 1802700] Re: Cannot install graphic drivers

2018-11-10 Thread Cristian Aravena Romero
Did this issue start happening after an update/upgrade? Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.19 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".

Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.1

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  Cannot install graphic drivers

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

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

[Bug 1802666] Re: Same as bug 1800238

2018-11-10 Thread Cristian Aravena Romero
** Tags added: nvidia

** Also affects: nvidia-graphics-drivers-390 (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/1802666

Title:
  Same as bug 1800238

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

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

[Bug 1802652] Re: keyboard backlight not working on Asus GM501

2018-11-10 Thread Cristian Aravena Romero
See Bug #1796550.
--
Cristian Aravena Romero (caravena)

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

Title:
  keyboard backlight not working on Asus GM501

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

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

[Bug 1802350] Re: [Inspiron 5547, Realtek ALC3234, Speaker, Internal] Playback problem

2018-11-08 Thread Cristian Aravena Romero
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1802350

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnome-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  [Inspiron 5547, Realtek ALC3234, Speaker, Internal] Playback problem

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

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

  1   2   3   4   5   6   7   8   9   10   >