[Touch-packages] [Bug 1900008] Re: Sessions of screen does not keep running in background

2020-12-13 Thread Christian Ehrhardt 
Since this started to seem different between Mate&KDE as discussed above I was 
giving a few more terminals I regularly use a try:
- tilix (VTE based) - warns me that I'll close processes under this session, 
keeps screen alive detached
- yakuake (kde based) - warns me that I'll close processes under this session, 
keeps screen alive detached
- konsole - warns me that I'll close processes under this session, keeps screen 
alive detached
- gnome-terminal - no warning, keeps screen alive detached

So screen never totally died in any of those, just remained detached as
one would want/expect.

Since I even tried several KDE based terminals, but not had KDE itself
running (I had default gnome based Desktop). I wonder if there might be
some general KDE-setting that changes how closing sessions work.

@Gustavo - when you get to retry it on a VM as you mentioned, would you
mind trying the same on a KDE-Neon vs a default-Gnome desktop?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/198

Title:
  Sessions of screen does not keep running in background

Status in screen package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  In a new fresh installed 20.04, when I use screen command and close
  the terminal (not closing screen sesion), then I can't recover it with
  screen -x, since does not exist. I can only recover screen sesion if
  the original terminal running screen is not being closed.

  For some reason, this is closing screen session of that user:

  Oct 15 13:32:45 pc-caja2 systemd[1]: session-66.scope: Succeeded.
  Oct 15 13:32:45 pc-caja2 systemd[1]: Stopped Session 66 of user usuario.

  This does not happen in an upgraded system from 18.04 to 20.04.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1907893] Re: package openssh-server 1:8.3p1-1 failed to install/upgrade: installed openssh-server package post-installation script subprocess returned error exit status 1

2020-12-13 Thread Christian Ehrhardt 
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

On upgrading a service this service has to be restarted to pick up the fixes.
Rather rarely a real issue occurs that the newer version does e.g. fail with 
the formerly working configuration.
But most of the time what happens is, that a service was installed, but stays 
unconfigured or experimented with but left in a broken state.

Now on any update of the related packages that service has to be restarted, but 
since its config is incomplete/faulty it fails to restart.
Therefore the update of that package has to consider itself incomplete.

Depending on your particular case there are two solutions:
- either remove the offending package if you don't want to continue using it.
- Or if you do want to keep it please fix the configuration so that re-starting 
the service will work.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1907893

Title:
  package openssh-server 1:8.3p1-1 failed to install/upgrade: installed
  openssh-server package post-installation script subprocess returned
  error exit status 1

Status in openssh package in Ubuntu:
  Incomplete

Bug description:
  .

  ProblemType: Package
  DistroRelease: Ubuntu 20.10
  Package: openssh-server 1:8.3p1-1
  ProcVersionSignature: Ubuntu 5.8.0-33.36-generic 5.8.17
  Uname: Linux 5.8.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Fri Dec 11 23:16:05 2020
  ErrorMessage: installed openssh-server package post-installation script 
subprocess returned error exit status 1
  InstallationDate: Installed on 2020-12-12 (0 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
  RelatedPackageVersions:
   dpkg 1.20.5ubuntu2
   apt  2.1.10ubuntu0.1
  SSHDConfig: Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 
255: Missing privilege separation directory: /run/sshd
  SourcePackage: openssh
  Title: package openssh-server 1:8.3p1-1 failed to install/upgrade: installed 
openssh-server package post-installation script subprocess returned error exit 
status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1907893] Re: package openssh-server 1:8.3p1-1 failed to install/upgrade: installed openssh-server package post-installation script subprocess returned error exit status 1

2020-12-13 Thread Christian Ehrhardt 
Hi Marcus,
from your log:
  error: Bind to port 22 on :: failed: Address already in use.
  fatal: Cannot bind any address

This indicates that some local configuration causes another service to run and 
bind port 22 which blocks sshd from (re-)starting.
Sshd itself (the one of the package) would not block itself as it is restarted, 
but anything else on that port will.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1907893

Title:
  package openssh-server 1:8.3p1-1 failed to install/upgrade: installed
  openssh-server package post-installation script subprocess returned
  error exit status 1

Status in openssh package in Ubuntu:
  Incomplete

Bug description:
  .

  ProblemType: Package
  DistroRelease: Ubuntu 20.10
  Package: openssh-server 1:8.3p1-1
  ProcVersionSignature: Ubuntu 5.8.0-33.36-generic 5.8.17
  Uname: Linux 5.8.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Fri Dec 11 23:16:05 2020
  ErrorMessage: installed openssh-server package post-installation script 
subprocess returned error exit status 1
  InstallationDate: Installed on 2020-12-12 (0 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
  RelatedPackageVersions:
   dpkg 1.20.5ubuntu2
   apt  2.1.10ubuntu0.1
  SSHDConfig: Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 
255: Missing privilege separation directory: /run/sshd
  SourcePackage: openssh
  Title: package openssh-server 1:8.3p1-1 failed to install/upgrade: installed 
openssh-server package post-installation script subprocess returned error exit 
status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1849886] Re: lightdm does not work on eoan on raspberry pi 4

2020-12-13 Thread Roman
Not only is this bug still present on 20.0 with a Pi 3B+ but switching
to Slick greeter doesn't help at all. XDM works fine, etc. but Slick
Greeter is still based on LightDM which is where the issue appears to
be, not just with the particular GTK greeter.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1849886

Title:
  lightdm does not work on eoan on raspberry pi 4

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  if you follow the directions on
  https://wiki.ubuntu.com/ARM/RaspberryPi

  sudo apt-get install xubuntu-desktop

  about 20% thru the installation it will ask which window manager you want 
(using dpkg-reconfigure).
  if you select lightdm, you will only get a blank greeter screen after you 
reboot.

  using sudo dpkg-reconfigure gdm3

  resets this to gdm3 and after a reboot, everything is fine.

  this was done on a clean armhf eoan install on a 4gb raspberry pi 4B.

  I have done the install several times.   This bug is repeatable.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1908025] [NEW] export var=~root does not expand ~root to /root

2020-12-13 Thread Ian! D. Allen
Public bug reported:

Shouldn't these give the same results in dash, i.e. "/root"?
They give the same output in bash.

$ dash
$ var=~root
$ echo "$var"
/root
$ export var=~root
$ echo "$var"
~root

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: dash 0.5.10.2-6
ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
Uname: Linux 5.4.0-56-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.13
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Dec 14 00:14:44 2020
EcryptfsInUse: Yes
InstallationDate: Installed on 2020-10-07 (67 days ago)
InstallationMedia: Lubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: dash
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dash in Ubuntu.
https://bugs.launchpad.net/bugs/1908025

Title:
  export var=~root does not expand ~root to /root

Status in dash package in Ubuntu:
  New

Bug description:
  Shouldn't these give the same results in dash, i.e. "/root"?
  They give the same output in bash.

  $ dash
  $ var=~root
  $ echo "$var"
  /root
  $ export var=~root
  $ echo "$var"
  ~root

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: dash 0.5.10.2-6
  ProcVersionSignature: Ubuntu 5.4.0-56.62-generic 5.4.73
  Uname: Linux 5.4.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Mon Dec 14 00:14:44 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2020-10-07 (67 days ago)
  InstallationMedia: Lubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  SourcePackage: dash
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1908023] Re: Installing libgbm1 will make other packages removed

2020-12-13 Thread Shih-Yuan Lee
** Tags added: oem-priority originate-from-1899905 somerville

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1908023

Title:
  Installing libgbm1 will make other packages removed

Status in HWE Next:
  New
Status in OEM Priority Project:
  Confirmed
Status in mesa package in Ubuntu:
  New

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Ubuntu 20.04/20.04.1

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  libgbm1/20.0.4-2ubuntu1 libgbm1/20.0.8-0ubuntu1~20.04.1

  3) What you expected to happen
  Not so many packages will be removed when executing `apt-get --yes install 
libgbm1`.

  4) What happened instead
  Executing `apt-get --yes install libgbm1` will make many other packages to be 
removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1908023/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1908023] Re: Installing libgbm1 will make other packages to be removed

2020-12-13 Thread Shih-Yuan Lee
There is such problem when using http://old-
releases.ubuntu.com/releases/20.04/ubuntu-20.04-desktop-amd64.iso +
focal-updates.

** Attachment added: "libgbm1.20.04+updates.log"
   
https://bugs.launchpad.net/oem-priority/+bug/1908023/+attachment/5443334/+files/libgbm1.20.04+updates.log

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1908023

Title:
  Installing libgbm1 will make other packages removed

Status in OEM Priority Project:
  Confirmed
Status in mesa package in Ubuntu:
  New

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Ubuntu 20.04/20.04.1

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  libgbm1/20.0.4-2ubuntu1 libgbm1/20.0.8-0ubuntu1~20.04.1

  3) What you expected to happen
  Not so many packages will be removed when executing `apt-get --yes install 
libgbm1`.

  4) What happened instead
  Executing `apt-get --yes install libgbm1` will make many other packages to be 
removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1908023/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1908023] Re: Installing libgbm1 will make other packages to be removed

2020-12-13 Thread Shih-Yuan Lee
There is such problem when using
http://releases.ubuntu.com/releases/20.04/ubuntu-20.04.1-desktop-
amd64.iso + focal-proposed.

** Attachment added: "libgbm1.20.04.1+proposed.log"
   
https://bugs.launchpad.net/oem-priority/+bug/1908023/+attachment/5443335/+files/libgbm1.20.04.1+proposed.log

** Changed in: oem-priority
 Assignee: (unassigned) => Shih-Yuan Lee (fourdollars)

** Changed in: oem-priority
   Importance: Undecided => Critical

** Changed in: oem-priority
   Status: New => Confirmed

** Summary changed:

- Installing libgbm1 will make other packages to be removed
+ Installing libgbm1 will make other packages removed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1908023

Title:
  Installing libgbm1 will make other packages removed

Status in OEM Priority Project:
  Confirmed
Status in mesa package in Ubuntu:
  New

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Ubuntu 20.04/20.04.1

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  libgbm1/20.0.4-2ubuntu1 libgbm1/20.0.8-0ubuntu1~20.04.1

  3) What you expected to happen
  Not so many packages will be removed when executing `apt-get --yes install 
libgbm1`.

  4) What happened instead
  Executing `apt-get --yes install libgbm1` will make many other packages to be 
removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1908023/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1908023] Re: Installing libgbm1 will make other packages to be removed

2020-12-13 Thread Shih-Yuan Lee
$ sudo apt-get --dry-run install libgbm1 # There is no such problem on Ubuntu 
18.04.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libegl-mesa0 libglapi-mesa libglx-mesa0 libwayland-client0
  libwayland-server0
The following packages will be upgraded:
  libegl-mesa0 libgbm1 libglapi-mesa libglx-mesa0 libwayland-client0
  libwayland-server0
6 upgraded, 0 newly installed, 0 to remove and 826 not upgraded.
Inst libwayland-server0 [1.14.0-2] (1.16.0-1ubuntu1.1~18.04.3 
Ubuntu:18.04/bionic-security, Ubuntu:18.04/bionic-updates [amd64])
Inst libegl-mesa0 [18.0.0~rc5-1ubuntu1] (20.0.8-0ubuntu1~18.04.1 
Ubuntu:18.04/bionic-updates [amd64]) []
Inst libgbm1 [18.0.0~rc5-1ubuntu1] (20.0.8-0ubuntu1~18.04.1 
Ubuntu:18.04/bionic-updates [amd64]) []
Inst libglx-mesa0 [18.0.0~rc5-1ubuntu1] (20.0.8-0ubuntu1~18.04.1 
Ubuntu:18.04/bionic-updates [amd64]) []
Inst libglapi-mesa [18.0.0~rc5-1ubuntu1] (20.0.8-0ubuntu1~18.04.1 
Ubuntu:18.04/bionic-updates [amd64]) []
Inst libwayland-client0 [1.14.0-2] (1.16.0-1ubuntu1.1~18.04.3 
Ubuntu:18.04/bionic-security, Ubuntu:18.04/bionic-updates [amd64])
Conf libwayland-server0 (1.16.0-1ubuntu1.1~18.04.3 
Ubuntu:18.04/bionic-security, Ubuntu:18.04/bionic-updates [amd64])
Conf libegl-mesa0 (20.0.8-0ubuntu1~18.04.1 Ubuntu:18.04/bionic-updates [amd64])
Conf libgbm1 (20.0.8-0ubuntu1~18.04.1 Ubuntu:18.04/bionic-updates [amd64])
Conf libglx-mesa0 (20.0.8-0ubuntu1~18.04.1 Ubuntu:18.04/bionic-updates [amd64])
Conf libglapi-mesa (20.0.8-0ubuntu1~18.04.1 Ubuntu:18.04/bionic-updates [amd64])
Conf libwayland-client0 (1.16.0-1ubuntu1.1~18.04.3 
Ubuntu:18.04/bionic-security, Ubuntu:18.04/bionic-updates [amd64])

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1908023

Title:
  Installing libgbm1 will make other packages removed

Status in OEM Priority Project:
  Confirmed
Status in mesa package in Ubuntu:
  New

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Ubuntu 20.04/20.04.1

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  libgbm1/20.0.4-2ubuntu1 libgbm1/20.0.8-0ubuntu1~20.04.1

  3) What you expected to happen
  Not so many packages will be removed when executing `apt-get --yes install 
libgbm1`.

  4) What happened instead
  Executing `apt-get --yes install libgbm1` will make many other packages to be 
removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1908023/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1908023] [NEW] Installing libgbm1 will make other packages removed

2020-12-13 Thread Shih-Yuan Lee
Public bug reported:

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
Ubuntu 20.04/20.04.1

2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
libgbm1/20.0.4-2ubuntu1 libgbm1/20.0.8-0ubuntu1~20.04.1

3) What you expected to happen
Not so many packages will be removed when executing `apt-get --yes install 
libgbm1`.

4) What happened instead
Executing `apt-get --yes install libgbm1` will make many other packages to be 
removed.

** Affects: oem-priority
 Importance: Critical
 Assignee: Shih-Yuan Lee (fourdollars)
 Status: Confirmed

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

** Also affects: oem-priority
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1908023

Title:
  Installing libgbm1 will make other packages removed

Status in OEM Priority Project:
  Confirmed
Status in mesa package in Ubuntu:
  New

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Ubuntu 20.04/20.04.1

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  libgbm1/20.0.4-2ubuntu1 libgbm1/20.0.8-0ubuntu1~20.04.1

  3) What you expected to happen
  Not so many packages will be removed when executing `apt-get --yes install 
libgbm1`.

  4) What happened instead
  Executing `apt-get --yes install libgbm1` will make many other packages to be 
removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1908023/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1890186] Re: Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument

2020-12-13 Thread Kai-Heng Feng
OK. dmesg should be enough.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1890186

Title:
  Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103:
  Invalid argument

Status in linux package in Ubuntu:
  Incomplete
Status in systemd package in Ubuntu:
  New

Bug description:
  I run an up-to-date Ubuntu 20.04.1 LTS "focal" with kernel
  5.4.0-42-generic on Dell Latitude E6440.  Upon examining the output of
  journalctl -b, I see this:

  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Show Plymouth Boot Screen being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Forward Password Requests to Plymouth Directory Watch being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Set Up Additional Binary Formats being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
File System Check on Root Device being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Rebuild Hardware Database being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Platform Persistent Storage Archival being skipped.
  Aug 03 19:22:15 pseudonymizedHostname kernel: [drm] radeon: dpm initialized
  Aug 03 19:22:15 pseudonymizedHostname kernel: [drm] GART: num cpu pages 
524288, num gpu pages 524288
  Aug 03 19:22:15 pseudonymizedHostname kernel: dell_laptop: Using dell-rbtn 
acpi driver for receiving events
  Aug 03 19:22:15 pseudonymizedHostname systemd-udevd[385]: event8: Failed to 
call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument
  Aug 03 19:22:15 pseudonymizedHostname systemd-udevd[385]: event8: Failed to 
call EVIOCSKEYCODE with scan code 0xc022e, and key code 108: Invalid argument

  "Invalid argument" means that something goes wrong there, and I don't know 
what it is.
  On my laptop, event8 seems to be keyboard-related:

  $ sudo cat /proc/bus/input/devices | grep -C 5 event8
  I: Bus=0003 Vendor=045e Product=00db Version=0111
  N: Name="Microsoft Natural® Ergonomic Keyboard 4000"
  P: Phys=usb-:00:14.0-13.1/input0
  S: 
Sysfs=/devices/pci:00/:00:14.0/usb3/3-13/3-13.1/3-13.1:1.0/0003:045E:00DB.0002/input/input9
  U: Uniq=
  H: Handlers=sysrq kbd event8 leds 
  B: PROP=0
  B: EV=120013
  B: KEY=10007 ff8007ff febeffdff3cf fffe
  B: MSC=10
  B: LED=107

  The issue report
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1754921 is
  probably related but marked as a duplicate of a no longer existing
  issue report (#1750855).

  The report
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1597415
  describes a similar issue for older kernels; the differences pertain
  to error message, error code, input..., and, opposed to #19 there, I
  have no Windows partitions (except /boot/efi vfat) in /etc/fstab; mine
  is not a dual-boot machine.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2020-12-13 Thread Sebastián Astudillo
** Changed in: apt (Ubuntu)
 Assignee: (unassigned) => Sebastián Astudillo (zhoku)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1871268

Title:
  Installation fails due to useless immediate configuration error when
  "Install Third-Party Drivers" is selected

Status in Ubuntu CD Images:
  Fix Released
Status in apt package in Ubuntu:
  Fix Released
Status in apt source package in Bionic:
  Confirmed
Status in apt source package in Focal:
  Triaged
Status in apt source package in Groovy:
  Triaged
Status in apt package in Debian:
  Unknown

Bug description:
  [Impact]
  Installations that really succeeded would then fail because APT could not 
immediately configure a package. Which is a pointless way to fail at that 
point, because everything did work out anyway.

  So what we do is change that to a warning.

  [Test case]
  Not available right now. Issues can flare up and then disappear again.

  [Regression potential]
  It's imaginable that we missed something somewhere and some path that checked 
for a set error doesn't check it anymore, and we report success when we hit an 
error, but it seems unlikely.

  Behavior of --simulate changes. This used to fail before as well, and
  will now only produce a warning. We don't believe that is a reason of
  concern.

  [Groovy SRU]
  The groovy SRU is a sync of the 2.1.11 micro release from Debian unstable 
which also incorporates changes to the documentation: A typo fix, replacing 
focal with groovy in examples, and minor Dutch manual pages translation updates.

  We do not have test cases for the documentation changes, and we do not
  consider there to be a huge regression potential. As long as they
  build, they should be readable - maybe some words are wrong in the
  translation, who knows.

  [Original bug report]
  Test Case
  1. Install Ubuntu Desktop on hardware with an nVidia card and select to 
install 3rd party drivers
  2. Proceed with installation

  The following error message is displayed in /var/log/syslog
  /plugininstall.py: Verifying downloads ...
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/g/gcc-defaults/gcc_9.3.0-1ubuntu2_amd64.deb: "Version: 
'9.3.0-1ubuntu2' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxcrypt/libcrypt-dev_4.4.10-10ubuntu4_amd64.deb: 
"Version: '4.4.10-10ubuntu4' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/g/gcc-defaults/g++_9.3.0-1ubuntu2_amd64.deb: "Version: 
'9.3.0-1ubuntu2' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/z/zlib/zlib1g_1.2.11.dfsg-2ubuntu1_i386.deb: "Version: 
'1.2.11.dfsg-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxau/libxau6_1.0.9-0ubuntu1_i386.deb: "Version: 
'1.0.9-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu1_i386.deb: "Version: 
'1.1.3-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libx11/libx11-6_1.6.9-2ubuntu1_i386.deb: "Version: 
'1.6.9-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxext/libxext6_1.3.4-0ubuntu1_i386.deb: "Version: 
'1.3.4-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/l/lm-sensors/libsensors5_3.6.0-2ubuntu1_i386.deb: "Version: 
'3.6.0-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libx11/libx11-xcb1_1.6.9-2ubuntu1_i386.deb: "Version: 
'1.6.9-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxdamage/libxdamage1_1.1.5-1_i386.deb: "Version: 
'1.1.5-1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxfixes/libxfixes3_5.0.3-1_i386.deb: "Version: 
'5.0.3-1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxxf86vm/libxxf86vm1_1.1.4-1build1_i386.deb: "Version: 
'1.1.4-1build1' not found."
  /plugininstall.py: Downloads verified successfully
  ubiquity: Error in function: install
  /plugininstall.py: Exception during installation:
  /plugininstall.py: apt_pkg.Error: E:Could not configure 'libc6:i386'. , 
E:Could not perform immediate configuration on 'libgcc-s1:i386'. Please see man 
5 apt.conf under APT::Immediate-Configure for details. (2)
  /plugininstall.py:

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubiquity 20.04.9
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CasperVersion: 1.442
  Date: Mon Apr  6 20:17:07 2020
  I

[Touch-packages] [Bug 1908011] [NEW] Apport crashes during handling package-hooks and re compile

2020-12-13 Thread Bartłomiej Żogała
Public bug reported:

Below console output should be self-explaining, don't hesitate to ask
for any further info

nusch@xps13:/tmp$ ubuntu-bug thunderbird
ERROR: hook /usr/share/apport/package-hooks/source_thunderbird.py crashed:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport/report.py", line 218, in _run_hook
symb['add_info'](report, ui)
  File "/usr/share/apport/package-hooks/source_thunderbird.py", line 1386, in 
add_info
if (profile.current or profile.default) and 
profile.addon_compat_check_disabled:
  File "/usr/share/apport/package-hooks/source_thunderbird.py", line 1227, in 
addon_compat_check_disabled
is_nightly = re.sub(r'^[^\.]+\.[0-9]+([a-z0-9]*).*', r'\1', 
self.last_version) == 'a1'
  File "/usr/lib/python3.6/re.py", line 191, in sub
return _compile(pattern, flags).sub(repl, string, count)
TypeError: expected string or bytes-like object

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: apport 2.20.9-0ubuntu7.20
Uname: Linux 5.10.0-051000rc6-generic x86_64
ApportLog:
 
ApportVersion: 2.20.9-0ubuntu7.20
Architecture: amd64
CrashReports: 644:0:118:316:2020-12-09 17:54:46.572232715 +0100:2020-11-25 
03:58:44.990978419 +0100:/var/crash/kexec_cmd
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 14 02:27:16 2020
InstallationDate: Installed on 2015-05-08 (2046 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
SourcePackage: apport
UpgradeStatus: Upgraded to bionic on 2018-08-26 (840 days ago)

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


** Tags: amd64 apport-bug bionic third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1908011

Title:
  Apport crashes during handling package-hooks and re compile

Status in apport package in Ubuntu:
  New

Bug description:
  Below console output should be self-explaining, don't hesitate to ask
  for any further info

  nusch@xps13:/tmp$ ubuntu-bug thunderbird
  ERROR: hook /usr/share/apport/package-hooks/source_thunderbird.py crashed:
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport/report.py", line 218, in 
_run_hook
  symb['add_info'](report, ui)
File "/usr/share/apport/package-hooks/source_thunderbird.py", line 1386, in 
add_info
  if (profile.current or profile.default) and 
profile.addon_compat_check_disabled:
File "/usr/share/apport/package-hooks/source_thunderbird.py", line 1227, in 
addon_compat_check_disabled
  is_nightly = re.sub(r'^[^\.]+\.[0-9]+([a-z0-9]*).*', r'\1', 
self.last_version) == 'a1'
File "/usr/lib/python3.6/re.py", line 191, in sub
  return _compile(pattern, flags).sub(repl, string, count)
  TypeError: expected string or bytes-like object

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: apport 2.20.9-0ubuntu7.20
  Uname: Linux 5.10.0-051000rc6-generic x86_64
  ApportLog:
   
  ApportVersion: 2.20.9-0ubuntu7.20
  Architecture: amd64
  CrashReports: 644:0:118:316:2020-12-09 17:54:46.572232715 +0100:2020-11-25 
03:58:44.990978419 +0100:/var/crash/kexec_cmd
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec 14 02:27:16 2020
  InstallationDate: Installed on 2015-05-08 (2046 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: apport
  UpgradeStatus: Upgraded to bionic on 2018-08-26 (840 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1890186] Re: Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument

2020-12-13 Thread Md Ayquassar
This command would disclose potentially sensitive information of a
production machine to the public; I won't do it unless given an
opportunity to anonymize the results upfront.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1890186

Title:
  Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103:
  Invalid argument

Status in linux package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  New

Bug description:
  I run an up-to-date Ubuntu 20.04.1 LTS "focal" with kernel
  5.4.0-42-generic on Dell Latitude E6440.  Upon examining the output of
  journalctl -b, I see this:

  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Show Plymouth Boot Screen being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Forward Password Requests to Plymouth Directory Watch being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Set Up Additional Binary Formats being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
File System Check on Root Device being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Rebuild Hardware Database being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Platform Persistent Storage Archival being skipped.
  Aug 03 19:22:15 pseudonymizedHostname kernel: [drm] radeon: dpm initialized
  Aug 03 19:22:15 pseudonymizedHostname kernel: [drm] GART: num cpu pages 
524288, num gpu pages 524288
  Aug 03 19:22:15 pseudonymizedHostname kernel: dell_laptop: Using dell-rbtn 
acpi driver for receiving events
  Aug 03 19:22:15 pseudonymizedHostname systemd-udevd[385]: event8: Failed to 
call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument
  Aug 03 19:22:15 pseudonymizedHostname systemd-udevd[385]: event8: Failed to 
call EVIOCSKEYCODE with scan code 0xc022e, and key code 108: Invalid argument

  "Invalid argument" means that something goes wrong there, and I don't know 
what it is.
  On my laptop, event8 seems to be keyboard-related:

  $ sudo cat /proc/bus/input/devices | grep -C 5 event8
  I: Bus=0003 Vendor=045e Product=00db Version=0111
  N: Name="Microsoft Natural® Ergonomic Keyboard 4000"
  P: Phys=usb-:00:14.0-13.1/input0
  S: 
Sysfs=/devices/pci:00/:00:14.0/usb3/3-13/3-13.1/3-13.1:1.0/0003:045E:00DB.0002/input/input9
  U: Uniq=
  H: Handlers=sysrq kbd event8 leds 
  B: PROP=0
  B: EV=120013
  B: KEY=10007 ff8007ff febeffdff3cf fffe
  B: MSC=10
  B: LED=107

  The issue report
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1754921 is
  probably related but marked as a duplicate of a no longer existing
  issue report (#1750855).

  The report
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1597415
  describes a similar issue for older kernels; the differences pertain
  to error message, error code, input..., and, opposed to #19 there, I
  have no Windows partitions (except /boot/efi vfat) in /etc/fstab; mine
  is not a dual-boot machine.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2020-12-13 Thread Steve Langasek
** Changed in: ubuntu-cdimage
 Assignee: Abdelrahman Moharram (abd0) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1871268

Title:
  Installation fails due to useless immediate configuration error when
  "Install Third-Party Drivers" is selected

Status in Ubuntu CD Images:
  Fix Released
Status in apt package in Ubuntu:
  Fix Released
Status in apt source package in Bionic:
  Confirmed
Status in apt source package in Focal:
  Triaged
Status in apt source package in Groovy:
  Triaged
Status in apt package in Debian:
  Unknown

Bug description:
  [Impact]
  Installations that really succeeded would then fail because APT could not 
immediately configure a package. Which is a pointless way to fail at that 
point, because everything did work out anyway.

  So what we do is change that to a warning.

  [Test case]
  Not available right now. Issues can flare up and then disappear again.

  [Regression potential]
  It's imaginable that we missed something somewhere and some path that checked 
for a set error doesn't check it anymore, and we report success when we hit an 
error, but it seems unlikely.

  Behavior of --simulate changes. This used to fail before as well, and
  will now only produce a warning. We don't believe that is a reason of
  concern.

  [Groovy SRU]
  The groovy SRU is a sync of the 2.1.11 micro release from Debian unstable 
which also incorporates changes to the documentation: A typo fix, replacing 
focal with groovy in examples, and minor Dutch manual pages translation updates.

  We do not have test cases for the documentation changes, and we do not
  consider there to be a huge regression potential. As long as they
  build, they should be readable - maybe some words are wrong in the
  translation, who knows.

  [Original bug report]
  Test Case
  1. Install Ubuntu Desktop on hardware with an nVidia card and select to 
install 3rd party drivers
  2. Proceed with installation

  The following error message is displayed in /var/log/syslog
  /plugininstall.py: Verifying downloads ...
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/g/gcc-defaults/gcc_9.3.0-1ubuntu2_amd64.deb: "Version: 
'9.3.0-1ubuntu2' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxcrypt/libcrypt-dev_4.4.10-10ubuntu4_amd64.deb: 
"Version: '4.4.10-10ubuntu4' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/g/gcc-defaults/g++_9.3.0-1ubuntu2_amd64.deb: "Version: 
'9.3.0-1ubuntu2' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/z/zlib/zlib1g_1.2.11.dfsg-2ubuntu1_i386.deb: "Version: 
'1.2.11.dfsg-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxau/libxau6_1.0.9-0ubuntu1_i386.deb: "Version: 
'1.0.9-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu1_i386.deb: "Version: 
'1.1.3-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libx11/libx11-6_1.6.9-2ubuntu1_i386.deb: "Version: 
'1.6.9-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxext/libxext6_1.3.4-0ubuntu1_i386.deb: "Version: 
'1.3.4-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/l/lm-sensors/libsensors5_3.6.0-2ubuntu1_i386.deb: "Version: 
'3.6.0-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libx11/libx11-xcb1_1.6.9-2ubuntu1_i386.deb: "Version: 
'1.6.9-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxdamage/libxdamage1_1.1.5-1_i386.deb: "Version: 
'1.1.5-1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxfixes/libxfixes3_5.0.3-1_i386.deb: "Version: 
'5.0.3-1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxxf86vm/libxxf86vm1_1.1.4-1build1_i386.deb: "Version: 
'1.1.4-1build1' not found."
  /plugininstall.py: Downloads verified successfully
  ubiquity: Error in function: install
  /plugininstall.py: Exception during installation:
  /plugininstall.py: apt_pkg.Error: E:Could not configure 'libc6:i386'. , 
E:Could not perform immediate configuration on 'libgcc-s1:i386'. Please see man 
5 apt.conf under APT::Immediate-Configure for details. (2)
  /plugininstall.py:

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubiquity 20.04.9
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CasperVersion: 1.442
  Date: Mon Apr  6 20:17:07 2020
 

[Touch-packages] [Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2020-12-13 Thread Abdelrahman Moharram
** Changed in: ubuntu-cdimage
 Assignee: (unassigned) => Abdelrahman Moharram (abd0)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1871268

Title:
  Installation fails due to useless immediate configuration error when
  "Install Third-Party Drivers" is selected

Status in Ubuntu CD Images:
  Fix Released
Status in apt package in Ubuntu:
  Fix Released
Status in apt source package in Bionic:
  Confirmed
Status in apt source package in Focal:
  Triaged
Status in apt source package in Groovy:
  Triaged
Status in apt package in Debian:
  Unknown

Bug description:
  [Impact]
  Installations that really succeeded would then fail because APT could not 
immediately configure a package. Which is a pointless way to fail at that 
point, because everything did work out anyway.

  So what we do is change that to a warning.

  [Test case]
  Not available right now. Issues can flare up and then disappear again.

  [Regression potential]
  It's imaginable that we missed something somewhere and some path that checked 
for a set error doesn't check it anymore, and we report success when we hit an 
error, but it seems unlikely.

  Behavior of --simulate changes. This used to fail before as well, and
  will now only produce a warning. We don't believe that is a reason of
  concern.

  [Groovy SRU]
  The groovy SRU is a sync of the 2.1.11 micro release from Debian unstable 
which also incorporates changes to the documentation: A typo fix, replacing 
focal with groovy in examples, and minor Dutch manual pages translation updates.

  We do not have test cases for the documentation changes, and we do not
  consider there to be a huge regression potential. As long as they
  build, they should be readable - maybe some words are wrong in the
  translation, who knows.

  [Original bug report]
  Test Case
  1. Install Ubuntu Desktop on hardware with an nVidia card and select to 
install 3rd party drivers
  2. Proceed with installation

  The following error message is displayed in /var/log/syslog
  /plugininstall.py: Verifying downloads ...
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/g/gcc-defaults/gcc_9.3.0-1ubuntu2_amd64.deb: "Version: 
'9.3.0-1ubuntu2' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxcrypt/libcrypt-dev_4.4.10-10ubuntu4_amd64.deb: 
"Version: '4.4.10-10ubuntu4' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/g/gcc-defaults/g++_9.3.0-1ubuntu2_amd64.deb: "Version: 
'9.3.0-1ubuntu2' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/z/zlib/zlib1g_1.2.11.dfsg-2ubuntu1_i386.deb: "Version: 
'1.2.11.dfsg-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxau/libxau6_1.0.9-0ubuntu1_i386.deb: "Version: 
'1.0.9-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu1_i386.deb: "Version: 
'1.1.3-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libx11/libx11-6_1.6.9-2ubuntu1_i386.deb: "Version: 
'1.6.9-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxext/libxext6_1.3.4-0ubuntu1_i386.deb: "Version: 
'1.3.4-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/l/lm-sensors/libsensors5_3.6.0-2ubuntu1_i386.deb: "Version: 
'3.6.0-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libx11/libx11-xcb1_1.6.9-2ubuntu1_i386.deb: "Version: 
'1.6.9-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxdamage/libxdamage1_1.1.5-1_i386.deb: "Version: 
'1.1.5-1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxfixes/libxfixes3_5.0.3-1_i386.deb: "Version: 
'5.0.3-1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxxf86vm/libxxf86vm1_1.1.4-1build1_i386.deb: "Version: 
'1.1.4-1build1' not found."
  /plugininstall.py: Downloads verified successfully
  ubiquity: Error in function: install
  /plugininstall.py: Exception during installation:
  /plugininstall.py: apt_pkg.Error: E:Could not configure 'libc6:i386'. , 
E:Could not perform immediate configuration on 'libgcc-s1:i386'. Please see man 
5 apt.conf under APT::Immediate-Configure for details. (2)
  /plugininstall.py:

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubiquity 20.04.9
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CasperVersion: 1.442
  Date: Mon Apr  6 20:17:07 2020
 

[Touch-packages] [Bug 1840725] Re: Microphone not working in Ubuntu 18.04.3 LTS on new hp-spectre-x360-convertible-15 laptop

2020-12-13 Thread Mirko Ducic
Hi everybody,

Till today, I had issue with internal mic which was undetected (Dell G3
3590)

Few months ago, I updated my Ubuntu to latest LTS, 20.04.1
That didn't help. But... after a bunch of regular updates and upgrades, today, 
I have deleted line which "fixed" issue with dummy output/input.

file: sudo vim /etc/modprobe.d/alsa-base.conf
deleted line: options snd-hda-intel dmic_detect=0 => note that this command 
turns off mic (if I understand this part correctly dmic_detect=0)

After restart, internal mic works :)

Try it out! I hope that this bug is resolved for all of you. 
Do not forget to update your Ubuntu to latest LTS. For me, this action passed 
without error.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1840725

Title:
  Microphone not working in Ubuntu 18.04.3 LTS on new hp-
  spectre-x360-convertible-15 laptop

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Internal Microphone does not work in Ubuntu 18.04.3 LTS in a new hp-
  spectre-x360-convertible-15 laptop. The microphone works perfectly on
  Windows 10 (present in Dual boot mode).

  Initially, Internal Microphone was not even detected but installing
  alsa-tools-gui and overriding pin 0x12 to the Internal Microphone
  fixed that issue. [Pin 0x13 does not work and causes static in a
  headphone if it is plugged in.]

  Microphone is not able to pick up any sound. I changed levels/settings in 
alsamixer, pavucontrol without any success:
  In alsamixer: Experimented with levels ranging from very low to very high for 
Internal Mic, Capture, etc.
  In pavucontrol: Set the Internal Mic as a fallback device, unlocked the 
channels for the mic, experimented with reducing the level for one of the 
channels (reduced right mic level to Silence while keeping the left mic level 
normal/high and vice versa).

  alsa-info:
  http://alsa-project.org/db/?f=cf6d3ccc6372f955da7d99df07afbcb31d5a6c7f

  arecord -l
   List of CAPTURE Hardware Devices 
  card 0: PCH [HDA Intel PCH], device 0: ALC285 Analog [ALC285 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1899347] Re: whoopsie assert failure: double free or corruption (fasttop)

2020-12-13 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1899100 ***
https://bugs.launchpad.net/bugs/1899100

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: whoopsie (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to whoopsie in Ubuntu.
https://bugs.launchpad.net/bugs/1899347

Title:
  whoopsie assert failure: double free or corruption (fasttop)

Status in whoopsie package in Ubuntu:
  Confirmed

Bug description:
  whoopsie assert failure: double free or corruption (fasttop)

  ProblemType: Crash
  DistroRelease: Ubuntu 20.10
  Package: whoopsie 0.2.72
  ProcVersionSignature: Ubuntu 5.8.0-18.19-generic 5.8.4
  Uname: Linux 5.8.0-18-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu49
  Architecture: amd64
  AssertionMessage: double free or corruption (fasttop)
  CasperMD5CheckResult: skip
  CrashCounter: 1
  Date: Sun Oct 11 14:20:14 2020
  ExecutablePath: /usr/bin/whoopsie
  InstallationDate: Installed on 2016-07-01 (1562 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: /usr/bin/whoopsie -f
  ProcEnviron:
   LANG=pl_PL.UTF-8
   PATH=(custom, no user)
  RebootRequiredPkgs:
   libc6
   libc6
   dbus
   dbus
  RelatedPackageVersions: apport-noui N/A
  Signal: 6
  SourcePackage: whoopsie
  StacktraceTop:
   __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7f806f9fc128 
"%s\n") at ../sysdeps/posix/libc_fatal.c:155
   malloc_printerr (str=str@entry=0x7f806f9fe5d8 "double free or corruption 
(fasttop)") at malloc.c:5389
   _int_free (av=0x7f806fa2eba0 , p=0x555bfe91aa20, have_lock=0) at 
malloc.c:4298
   ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_hash_table_remove_all () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: whoopsie assert failure: double free or corruption (fasttop)
  UpgradeStatus: Upgraded to groovy on 2020-09-18 (22 days ago)
  UserGroups: N/A
  separator:

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1799974] Re: [MIR] gupnp

2020-12-13 Thread Amr Ibrahim
** Changed in: gupnp (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gupnp in Ubuntu.
https://bugs.launchpad.net/bugs/1799974

Title:
  [MIR] gupnp

Status in gupnp package in Ubuntu:
  Fix Released

Bug description:
  * Availability

  Builds on all supported architectures in Ubuntu and on sync from
  Debian, the package was in main in the past and needs to be re-
  promoted

  * Rationale

  We would like to enable dlna sharing of media files, which is a GNOME
  upstream feature and relying on rygel which depends on the gupnp
  libraries

  * Security

  There is an old CVE recorded/fixed
  https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2174

  * Quality assurance

  - the desktop-packages team is subscribed to the package
  - the bug lists in upstream, the Debian PTS and launchpad are empty
  - upstream has a testsuit which is used during build

  * Dependendies

  The package uses standard desktop libraries that are already in main

  * Standards compliance

  the package is using standard packaging (dh10), the standards-version
  is 4.2, the package is in sync from Debian

  * Maintainance

  Upstream is active and the desktop team is going to look after the
  package in ubuntu

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1907870] XorgLog.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443208/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted right x ax

[Touch-packages] [Bug 1907870] XorgLogOld.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443209/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted righ

[Touch-packages] [Bug 1907870] xdpyinfo.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443212/+files/xdpyinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted right x 

[Touch-packages] [Bug 1907870] acpidump.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443211/+files/acpidump.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted right x 

[Touch-packages] [Bug 1907870] Xrandr.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1907870/+attachment/5443210/+files/Xrandr.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted right x axis 

[Touch-packages] [Bug 1907870] UdevDb.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1907870/+attachment/5443207/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted right x axis 

[Touch-packages] [Bug 1907870] ProcModules.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443206/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted ri

[Touch-packages] [Bug 1907870] ProcInterrupts.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443205/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inver

[Touch-packages] [Bug 1907870] ProcCpuinfoMinimal.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443203/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal le

[Touch-packages] [Bug 1907870] ProcEnviron.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443204/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted ri

[Touch-packages] [Bug 1907870] MonitorsUser.xml.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443201/+files/MonitorsUser.xml.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left i

[Touch-packages] [Bug 1907870] ProcCpuinfo.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443202/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted ri

[Touch-packages] [Bug 1907870] Lsusb-v.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443200/+files/Lsusb-v.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted right x ax

[Touch-packages] [Bug 1907870] Lspci-vt.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443198/+files/Lspci-vt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted right x 

[Touch-packages] [Bug 1907870] Lsusb-t.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443199/+files/Lsusb-t.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted right x ax

[Touch-packages] [Bug 1907870] DpkgLog.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443196/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted right x ax

[Touch-packages] [Bug 1907870] Lspci.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1907870/+attachment/5443197/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted right x axis y 

[Touch-packages] [Bug 1907870] Dependencies.txt

2020-12-13 Thread Juan Manuel Diaz
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1907870/+attachment/5443195/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted 

[Touch-packages] [Bug 1907870] Re: Secondary screen detected but black screen with Intel UHD graphics on kernel 5.9

2020-12-13 Thread Juan Manuel Diaz
apport information

** Tags added: apport-collected groovy ubuntu

** Description changed:

  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.
  
  The problem:
  
  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I tried
  adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.
  
  I am using Ubuntu 20.10
  
  This is my lspci
  
  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)
  
  inxi -Gx output:
  
  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 
  
  xrandr output (with hdmi cable connected to external monitor):
  
  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 720x576   50.00  
 720x480   60.0059.94  
 640x480   75.0072.8166.6760.0059.94  
 720x400   70.08  
  DP-1 disconnected (normal left inverted right x axis y axis)
  HDMI-2 disconnected (normal left inverted right x axis y axis)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu50.2
+ Architecture: amd64
+ BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
+ CasperMD5CheckResult: skip
+ CompositorRunning: None
+ CurrentDesktop: ubuntu:GNOME
+ DistUpgraded: 2020-12-01 08:50:37,996 ER

[Touch-packages] [Bug 1905179] Re: SDcard show wrong date (one month ahead)

2020-12-13 Thread Kai-Heng Feng
Ok, I really don't know what happened. Let's see if systemd folks have
some idea...

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1905179

Title:
  SDcard show wrong date (one month ahead)

Status in linux package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  New

Bug description:
  When mount an SD card date is wrong shown on SD-card (it is shown as to be 
one month ahead). Very strange.
  There is already some report about here, but I don't find a bug here in 
launchpad.
  https://www.explorelinux.com/ubuntu-wrong-date-from-sd-card-pictures/
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.12
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  user   1077 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-05-10 (197 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b560 Chicony Electronics Co., Ltd HP HD Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP EliteBook Folio G1
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-54-generic 
root=UUID=92c467dc-e394-4f19-a6a2-e7cf918f0ffb ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-54-generic N/A
   linux-backports-modules-5.4.0-54-generic  N/A
   linux-firmware1.187.4
  Tags:  focal
  Uname: Linux 5.4.0-54-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/12/2020
  dmi.bios.vendor: HP
  dmi.bios.version: N91 Ver. 01.49
  dmi.board.name: 8170
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 29.73
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN91Ver.01.49:bd07/12/2020:svnHP:pnHPEliteBookFolioG1:pvr:rvnHP:rn8170:rvrKBCVersion29.73:cvnHP:ct10:cvr:
  dmi.product.family: 103C_5336AN
  dmi.product.name: HP EliteBook Folio G1
  dmi.product.sku: V1C39EA#ABD
  dmi.sys.vendor: HP
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.12
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  user   1078 F pulseaudio
   /dev/snd/pcmC0D0p:   user   1078 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-05-10 (199 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
  MachineType: HP HP EliteBook Folio G1
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-54-generic 
root=UUID=92c467dc-e394-4f19-a6a2-e7cf918f0ffb ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-54-generic N/A
   linux-backports-modules-5.4.0-54-generic  N/A
   linux-firmware1.187.4
  StagingDrivers: exfat
  Tags:  focal staging
  Uname: Linux 5.4.0-54-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/12/2020
  dmi.bios.vendor: HP
  dmi.bios.version: N91 Ver. 01.49
  dmi.board.name: 8170
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 29.73
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN91Ver.01.49:bd07/12/2020:svnHP:pnHPEliteBookFolioG1:pvr:rvnHP:rn8170:rvrKBCVersion29.73:cvnHP:ct10:cvr:
  dmi.product.family: 103C_5336AN
  dmi.product.name: HP EliteBook Folio G1
  dmi.product.sku: V1C39EA#ABD
  dmi.sys.vendor: HP

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1903903] Re: [MSI MS-17C5] "Analog Stereo Duplex" profile keeps disappearing

2020-12-13 Thread Andres Bott
After upgrading to 20.10 ( 19.10 => 20.01 => 20.10) I'm experiencing the
same issue.

in my case HDA Intel PCH, this card has multiple profiles and i get a
different list of random profiles on ever boot.

After restarting pulse ( systemctl --user restart pulseaudio.service) i
get all usable profiles.

Also I'm on KDE

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1903903

Title:
  [MSI MS-17C5] "Analog Stereo Duplex" profile keeps disappearing

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  After every reboot, the profile named "Analog Stereo Duplex" keeps
  disappearing on my laptop; only "Analog Stereo Input" and "Analog
  Stereo Output" are present. Without "duplex", I cannot use both the
  built-in microphone and the speakers/headphones at the same time.

  A workaround I found is to remove the user's configuration for
  pulseaudio and restart it:

  rm -rf .config/pulse
  pulseaudio -k

  This brings the "Analog Stereo Duplex" profile back until the next
  reboot.

  This problem started after an upgrade from Ubuntu 20.04 to 20.10.

  I made a screencast of this: https://youtu.be/Vlz5471EYVQ

  The laptop is MSI WE73-8SK.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: pulseaudio 1:13.99.2-1ubuntu2 [modified: 
usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf]
  ProcVersionSignature: Ubuntu 5.8.0-28.30-generic 5.8.14
  Uname: Linux 5.8.0-28-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  Date: Wed Nov 11 10:50:54 2020
  InstallationDate: Installed on 2019-01-08 (673 days ago)
  InstallationMedia: Kubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to groovy on 2020-10-29 (13 days ago)
  dmi.bios.date: 05/20/2019
  dmi.bios.release: 1.15
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E17C5IWS.10F
  dmi.board.asset.tag: Default string
  dmi.board.name: MS-17C5
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE17C5IWS.10F:bd05/20/2019:br1.15:svnMicro-StarInternationalCo.,Ltd.:pnWE738SK:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-17C5:rvrREV1.0:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrN/A:
  dmi.product.family: WE
  dmi.product.name: WE73 8SK
  dmi.product.sku: 17C5.1
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1890186] Missing required logs.

2020-12-13 Thread Ubuntu Kernel Bot
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 1890186

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'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1890186

Title:
  Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103:
  Invalid argument

Status in linux package in Ubuntu:
  Incomplete
Status in systemd package in Ubuntu:
  New

Bug description:
  I run an up-to-date Ubuntu 20.04.1 LTS "focal" with kernel
  5.4.0-42-generic on Dell Latitude E6440.  Upon examining the output of
  journalctl -b, I see this:

  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Show Plymouth Boot Screen being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Forward Password Requests to Plymouth Directory Watch being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Set Up Additional Binary Formats being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
File System Check on Root Device being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Rebuild Hardware Database being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Platform Persistent Storage Archival being skipped.
  Aug 03 19:22:15 pseudonymizedHostname kernel: [drm] radeon: dpm initialized
  Aug 03 19:22:15 pseudonymizedHostname kernel: [drm] GART: num cpu pages 
524288, num gpu pages 524288
  Aug 03 19:22:15 pseudonymizedHostname kernel: dell_laptop: Using dell-rbtn 
acpi driver for receiving events
  Aug 03 19:22:15 pseudonymizedHostname systemd-udevd[385]: event8: Failed to 
call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument
  Aug 03 19:22:15 pseudonymizedHostname systemd-udevd[385]: event8: Failed to 
call EVIOCSKEYCODE with scan code 0xc022e, and key code 108: Invalid argument

  "Invalid argument" means that something goes wrong there, and I don't know 
what it is.
  On my laptop, event8 seems to be keyboard-related:

  $ sudo cat /proc/bus/input/devices | grep -C 5 event8
  I: Bus=0003 Vendor=045e Product=00db Version=0111
  N: Name="Microsoft Natural® Ergonomic Keyboard 4000"
  P: Phys=usb-:00:14.0-13.1/input0
  S: 
Sysfs=/devices/pci:00/:00:14.0/usb3/3-13/3-13.1/3-13.1:1.0/0003:045E:00DB.0002/input/input9
  U: Uniq=
  H: Handlers=sysrq kbd event8 leds 
  B: PROP=0
  B: EV=120013
  B: KEY=10007 ff8007ff febeffdff3cf fffe
  B: MSC=10
  B: LED=107

  The issue report
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1754921 is
  probably related but marked as a duplicate of a no longer existing
  issue report (#1750855).

  The report
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1597415
  describes a similar issue for older kernels; the differences pertain
  to error message, error code, input..., and, opposed to #19 there, I
  have no Windows partitions (except /boot/efi vfat) in /etc/fstab; mine
  is not a dual-boot machine.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1850667] Re: cgroup v2 is not fully supported yet, proceeding with partial confinement

2020-12-13 Thread Balint Reczey
Thank you everyone for implementing cgroup v2 support

Snapd is not reported here to be fixed, but it may be:
https://github.com/ubports/ubports-installer/issues/1448

@maciek-borzecki could you please confirm that snapd is fixed?

Debian plans switching systemd to use cgroupv2 by default and if every package 
listed as affected here is ready I plan making the switch in Ubuntu, too.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943981


** Bug watch added: github.com/ubports/ubports-installer/issues #1448
   https://github.com/ubports/ubports-installer/issues/1448

** Bug watch added: Debian Bug tracker #943981
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943981

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1850667

Title:
  cgroup v2 is not fully supported yet, proceeding with partial
  confinement

Status in docker.io package in Ubuntu:
  New
Status in lxc package in Ubuntu:
  Fix Released
Status in lxcfs package in Ubuntu:
  Fix Released
Status in lxd package in Ubuntu:
  Fix Released
Status in snapd package in Ubuntu:
  In Progress

Bug description:
  Systemd upstream switched the default cgroup hierarchy to unified with
  v243. This change is reverted by the Ubuntu systemd packages, but as
  unified is the way to go per upstream support should be added to all
  relevant Ubuntu packges (and snaps):

  https://github.com/systemd/systemd/blob/v243/NEWS#L56

  * systemd now defaults to the "unified" cgroup hierarchy setup during
build-time, i.e. -Ddefault-hierarchy=unified is now the build-time
default. Previously, -Ddefault-hierarchy=hybrid was the default. 
This
change reflects the fact that cgroupsv2 support has matured
substantially in both systemd and in the kernel, and is clearly the
way forward. Downstream production distributions might want to
continue to use -Ddefault-hierarchy=hybrid (or even =legacy) for
their builds as unfortunately the popular container managers have 
not
caught up with the kernel API changes.

  
  Systemd is rebuilt using the new default and is available from the following 
PPA for testing:

  https://launchpad.net/~rbalint/+archive/ubuntu/systemd-unified-cgh

  The autopkgtest results against other packges are available here:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-eoan-rbalint-systemd-unified-cgh/?format=plain

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-focal-rbalint-systemd-unified-cgh/?format=plain

  lxc autopkgtest failing:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-eoan-rbalint-systemd-unified-
  cgh/eoan/amd64/d/docker.io/20191030_155944_2331e@/log.gz

  snapd autopkgtest failing:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-eoan-rbalint-systemd-unified-
  cgh/eoan/amd64/s/snapd/20191030_161354_94b26@/log.gz

  
  docker.io autopkgtest failing:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-eoan-rbalint-systemd-unified-
  cgh/eoan/amd64/d/docker.io/20191030_155944_2331e@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1850667/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1890186] Re: Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument

2020-12-13 Thread Kai-Heng Feng
This is more likely to be a kernel bug. Let's find out why IOCTL
EVIOCSKEYCODE failed.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1890186

Title:
  Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103:
  Invalid argument

Status in linux package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  I run an up-to-date Ubuntu 20.04.1 LTS "focal" with kernel
  5.4.0-42-generic on Dell Latitude E6440.  Upon examining the output of
  journalctl -b, I see this:

  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Show Plymouth Boot Screen being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Forward Password Requests to Plymouth Directory Watch being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Set Up Additional Binary Formats being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
File System Check on Root Device being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Rebuild Hardware Database being skipped.
  Aug 03 19:22:15 pseudonymizedHostname systemd[1]: Condition check resulted in 
Platform Persistent Storage Archival being skipped.
  Aug 03 19:22:15 pseudonymizedHostname kernel: [drm] radeon: dpm initialized
  Aug 03 19:22:15 pseudonymizedHostname kernel: [drm] GART: num cpu pages 
524288, num gpu pages 524288
  Aug 03 19:22:15 pseudonymizedHostname kernel: dell_laptop: Using dell-rbtn 
acpi driver for receiving events
  Aug 03 19:22:15 pseudonymizedHostname systemd-udevd[385]: event8: Failed to 
call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument
  Aug 03 19:22:15 pseudonymizedHostname systemd-udevd[385]: event8: Failed to 
call EVIOCSKEYCODE with scan code 0xc022e, and key code 108: Invalid argument

  "Invalid argument" means that something goes wrong there, and I don't know 
what it is.
  On my laptop, event8 seems to be keyboard-related:

  $ sudo cat /proc/bus/input/devices | grep -C 5 event8
  I: Bus=0003 Vendor=045e Product=00db Version=0111
  N: Name="Microsoft Natural® Ergonomic Keyboard 4000"
  P: Phys=usb-:00:14.0-13.1/input0
  S: 
Sysfs=/devices/pci:00/:00:14.0/usb3/3-13/3-13.1/3-13.1:1.0/0003:045E:00DB.0002/input/input9
  U: Uniq=
  H: Handlers=sysrq kbd event8 leds 
  B: PROP=0
  B: EV=120013
  B: KEY=10007 ff8007ff febeffdff3cf fffe
  B: MSC=10
  B: LED=107

  The issue report
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1754921 is
  probably related but marked as a duplicate of a no longer existing
  issue report (#1750855).

  The report
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1597415
  describes a similar issue for older kernels; the differences pertain
  to error message, error code, input..., and, opposed to #19 there, I
  have no Windows partitions (except /boot/efi vfat) in /etc/fstab; mine
  is not a dual-boot machine.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1907956] Re: ubiquity crash on whoopsie removal, Xubuntu 21.04 minimal install

2020-12-13 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1907956

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to whoopsie in Ubuntu.
https://bugs.launchpad.net/bugs/1907956

Title:
  ubiquity crash on whoopsie removal, Xubuntu 21.04 minimal install

Status in ubiquity package in Ubuntu:
  New
Status in whoopsie package in Ubuntu:
  New

Bug description:
  Xubuntu hirsute 20201213 minimal install crashed on whoopsie removal
  but finished installing. This is 1907951 with hopefully more crash
  information.

  Related logs identified:
  Dec 13 12:37:05 xubuntu ubiquity: Purging configuration files for whoopsie 
(0.2.73) ...
  Dec 13 12:37:05 xubuntu ubiquity: #015
  Dec 13 12:37:05 xubuntu ubiquity: Running in chroot, ignoring command 
'daemon-reload'#015
  Dec 13 12:37:05 xubuntu ubiquity: message repeated 2 times: [ Running in 
chroot, ignoring command 'daemon-reload'#015]
  Dec 13 12:37:05 xubuntu ubiquity: rm:
  Dec 13 12:37:05 xubuntu ubiquity: cannot remove 
'/var/lib/whoopsie/whoopsie-id'
  Dec 13 12:37:05 xubuntu ubiquity: : No such file or directory
  Dec 13 12:37:05 xubuntu ubiquity: #015
  Dec 13 12:37:05 xubuntu ubiquity: dpkg: error processing package whoopsie 
(--purge):
  Dec 13 12:37:05 xubuntu ubiquity: #015
  Dec 13 12:37:05 xubuntu ubiquity:  installed whoopsie package post-removal 
script subprocess returned error exit status 1
  Dec 13 12:37:05 xubuntu ubiquity: #015

  Looks like it's a bug in the postrm script:
  #! /bin/sh

  set -e

  #DEBHELPER#

  if [ "$1" = "purge" ]; then
  deluser --quiet --system whoopsie > /dev/null || true
  chmod g-s /var/crash >/dev/null 2>&1
  chgrp root /var/crash >/dev/null 2>&1
  rm /var/lib/whoopsie/whoopsie-id >/dev/null
  fi

  exit 0

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: ubiquity 21.04.3
  ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
  Uname: Linux 5.8.0-25-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.456
  Date: Sun Dec 13 07:40:33 2020
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/xubuntu.seed 
maybe-ubiquity quiet splash ---
  LiveMediaBuild: Xubuntu 21.04 "Hirsute Hippo" - Alpha amd64 (20201213)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
  RebootRequiredPkgs:
   linux-image-5.8.0-25-generic
   linux-base
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1907956] [NEW] ubiquity crash on whoopsie removal, Xubuntu 21.04 minimal install

2020-12-13 Thread Sean Davis
Public bug reported:

Xubuntu hirsute 20201213 minimal install crashed on whoopsie removal but
finished installing. This is 1907951 with hopefully more crash
information.

Related logs identified:
Dec 13 12:37:05 xubuntu ubiquity: Purging configuration files for whoopsie 
(0.2.73) ...
Dec 13 12:37:05 xubuntu ubiquity: #015
Dec 13 12:37:05 xubuntu ubiquity: Running in chroot, ignoring command 
'daemon-reload'#015
Dec 13 12:37:05 xubuntu ubiquity: message repeated 2 times: [ Running in 
chroot, ignoring command 'daemon-reload'#015]
Dec 13 12:37:05 xubuntu ubiquity: rm:
Dec 13 12:37:05 xubuntu ubiquity: cannot remove '/var/lib/whoopsie/whoopsie-id'
Dec 13 12:37:05 xubuntu ubiquity: : No such file or directory
Dec 13 12:37:05 xubuntu ubiquity: #015
Dec 13 12:37:05 xubuntu ubiquity: dpkg: error processing package whoopsie 
(--purge):
Dec 13 12:37:05 xubuntu ubiquity: #015
Dec 13 12:37:05 xubuntu ubiquity:  installed whoopsie package post-removal 
script subprocess returned error exit status 1
Dec 13 12:37:05 xubuntu ubiquity: #015

Looks like it's a bug in the postrm script:
#! /bin/sh

set -e

#DEBHELPER#

if [ "$1" = "purge" ]; then
deluser --quiet --system whoopsie > /dev/null || true
chmod g-s /var/crash >/dev/null 2>&1
chgrp root /var/crash >/dev/null 2>&1
rm /var/lib/whoopsie/whoopsie-id >/dev/null
fi

exit 0

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: ubiquity 21.04.3
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu55
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.456
Date: Sun Dec 13 07:40:33 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/xubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Xubuntu 21.04 "Hirsute Hippo" - Alpha amd64 (20201213)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
RebootRequiredPkgs:
 linux-image-5.8.0-25-generic
 linux-base
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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

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


** Tags: amd64 apport-bug hirsute ubiquity-21.04.3 xubuntu

** Description changed:

  Xubuntu hirsute 20201213 minimal install crashed on whoopsie removal but
  finished installing. This is 1907951 with hopefully more crash
  information.
+ 
+ Related logs identified:
+ Dec 13 12:37:05 xubuntu ubiquity: Purging configuration files for whoopsie 
(0.2.73) ...
+ Dec 13 12:37:05 xubuntu ubiquity: #015
+ Dec 13 12:37:05 xubuntu ubiquity: Running in chroot, ignoring command 
'daemon-reload'#015
+ Dec 13 12:37:05 xubuntu ubiquity: message repeated 2 times: [ Running in 
chroot, ignoring command 'daemon-reload'#015]
+ Dec 13 12:37:05 xubuntu ubiquity: rm: 
+ Dec 13 12:37:05 xubuntu ubiquity: cannot remove 
'/var/lib/whoopsie/whoopsie-id'
+ Dec 13 12:37:05 xubuntu ubiquity: : No such file or directory
+ Dec 13 12:37:05 xubuntu ubiquity: #015
+ Dec 13 12:37:05 xubuntu ubiquity: dpkg: error processing package whoopsie 
(--purge):
+ Dec 13 12:37:05 xubuntu ubiquity: #015
+ Dec 13 12:37:05 xubuntu ubiquity:  installed whoopsie package post-removal 
script subprocess returned error exit status 1
+ Dec 13 12:37:05 xubuntu ubiquity: #015
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: ubiquity 21.04.3
  ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
  Uname: Linux 5.8.0-25-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.456
  Date: Sun Dec 13 07:40:33 2020
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/xubuntu.seed 
maybe-ubiquity quiet splash ---
  LiveMediaBuild: Xubuntu 21.04 "Hirsute Hippo" - Alpha amd64 (20201213)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=C.UTF-8
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=C.UTF-8
  RebootRequiredPkgs:
-  linux-image-5.8.0-25-generic
-  linux-base
+  linux-image-5.8.0-25-generic
+  linux-base
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

** Description changed:

  Xubuntu hirsute 20201213 minimal install crashed on whoopsie removal but
  finished installing. This is 1907951 with hopefully more crash
  information.
  
  Related logs identified:
  Dec 13 12:37:05 xubuntu ubiquity: Purging configuration files for whoopsie 
(0.2.73) ...
  Dec 13 12:37:05 xubuntu ubiquity: #015
  Dec 13 12:37:05 xubuntu ubiquity: Running 

[Touch-packages] [Bug 874438] Re: [USB-Audio - USB Device 0x46d:0x802, recording] Sound is distorted

2020-12-13 Thread Mikhail Goryunov
I have the same problem.

** Changed in: alsa-driver (Ubuntu)
   Status: Expired => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/874438

Title:
  [USB-Audio - USB Device 0x46d:0x802, recording] Sound is distorted

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  In natty the sound on this device was flawless.  On a fresh install of
  Oneiric I sound more like Alvin and the Chipmunks.  I've tried
  plugging in a headset on the off chance that it was a device driver at
  fault no joy.  So it can only be a codec (but you'd have more reports)
  or an issue with the onboard soundcard driver.  I'll have and tinker
  and report any improvements here.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: alsa-base 1.0.24+dfsg-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  davmor21574 F pulseaudio
   /dev/snd/controlC0:  davmor21574 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xdfef8000 irq 22'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,18493662,00100101'
 Controls  : 34
 Simple ctrls  : 18
  Card1.Amixer.info:
   Card hw:1 'U0x46d0x802'/'USB Device 0x46d:0x802 at usb-:00:02.1-3.1, 
high speed'
 Mixer name : 'USB Mixer'
 Components : 'USB046d:0802'
 Controls  : 2
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'Mic',0
 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
 Capture channels: Mono
 Limits: Capture 0 - 6144
 Mono: Capture 5711 [93%] [28.30dB] [on]
  Card2.Amixer.info:
   Card hw:2 'Generic'/'HD-Audio Generic at 0xdffbc000 irq 43'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 4
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Fri Oct 14 17:53:17 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:U0x46d0x802 
successful
  Symptom_Card: Manhattan HDMI Audio [Mobility Radeon HD 5000 Series] - 
HD-Audio Generic
  Symptom_PulseAudioRecordingTest: PulseAudio recording test through 
plughw:U0x46d0x802 successful
  Symptom_Type: Digital clip or distortion, or "overdriven" sound
  Title: [USB-Audio - USB Device 0x46d:0x802, recording] Sound is distorted
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/18/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.00
  dmi.board.name: N61P-S
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.00:bd09/18/2008:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvn:rnN61P-S:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1907906] Re: i want some support

2020-12-13 Thread lotuspsychje
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Please also ensure that you include the release and flavour of Ubuntu
that you are using.

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907906

Title:
  i want some support

Status in xorg package in Ubuntu:
  New

Bug description:
  ...

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.8.0-32.34~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-32-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec 12 15:39:57 2020
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:5000]
  InstallationDate: Installed on 2020-11-14 (27 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: LENOVO 33663VG
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-32-generic 
root=UUID=d4192c33-e4f0-4468-8ebe-426000ec3852 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.release: 2.54
  dmi.bios.vendor: LENOVO
  dmi.bios.version: H0ET94WW (2.54 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 33663VG
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.ec.firmware.release: 2.54
  dmi.modalias: 
dmi:bvnLENOVO:bvrH0ET94WW(2.54):bd08/02/2013:br2.54:efr2.54:svnLENOVO:pn33663VG:pvrThinkPadEdgeE530c:rvnLENOVO:rn33663VG:rvrWin8STDDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad Edge E530c
  dmi.product.name: 33663VG
  dmi.product.sku: LENOVO_MT_3366
  dmi.product.version: ThinkPad Edge E530c
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.1-1~ubuntu0.20.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1907882] Re: paprefs does not find modules

2020-12-13 Thread lotuspsychje
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please execute the following command only once, as it will 
automatically gather debugging information, in a terminal:
apport-collect 1907882

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1907882

Title:
  paprefs does not find modules

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  on ubuntu 20.10 paprefs does not find modules, as it uses a hardcoded path.
  workaround:
  cd /usr/lib
  sudo ln -s pulse-13.99.2 pulse-13.99

  see
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531251

  strace paprefs 2>&1 |grep /lib/pulse
  access("/usr/lib/pulse-13.99/modules/module-esound-protocol-tcp.so", F_OK) = 
-1 ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-native-protocol-tcp.so", F_OK) = 
-1 ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-zeroconf-publish.so", F_OK) = -1 
ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-zeroconf-discover.so", F_OK) = -1 
ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-raop-discover.so", F_OK) = -1 
ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-rtp-recv.so", F_OK) = -1 ENOENT 
(No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-rtp-send.so", F_OK) = -1 ENOENT 
(No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-rygel-media-server.so", F_OK) = 
-1 ENOENT (No such file or directory)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1907870] Re: Secondary screen detected but black screen with Intel UHD graphics on kernel 5.9

2020-12-13 Thread lotuspsychje
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please execute the following command only once, as it will 
automatically gather debugging information, in a terminal:
apport-collect 1907870

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1907870

Title:
  Secondary screen detected but black screen with Intel UHD graphics on
  kernel 5.9

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi! I have an HP ProBook 440 G7 with i7-10510U and INTEL UHD GRAPHICS.

  The problem:

  When i connect to my external monitor (a Samsung BX2250) via HDMI, the
  screen is detected (i can see it in display settings) but the external
  monitor remains black. Seams like a bad frequency or resolution. I
  tried adding a new mode to xrandr with no luck. Also i tried different
  versions of kernels from 5.4 to 5.9.

  I am using Ubuntu 20.10

  This is my lspci

  0:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal 
Subsytem
  00:14.0 USB controller: Intel Corporation Device 02ed
  00:14.2 RAM memory: Intel Corporation Device 02ef
  00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  00:14.5 SD Host controller: Intel Corporation Device 02f5
  00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host 
Controller
  00:16.0 Communication controller: Intel Corporation Comet Lake Management 
Engine Interface
  00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  00:1d.4 PCI bridge: Intel Corporation Device 02b4 (rev f0)
  00:1f.0 ISA bridge: Intel Corporation Device 0284
  00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  00:1f.4 SMBus: Intel Corporation Device 02a3
  00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI 
(flash) Controller
  01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
  02:00.0 Non-Volatile memory controller: Sandisk Corp Device 5009 (rev 01)

  inxi -Gx output:

  Graphics:  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 
v: kernel bus ID: 00:02.0 
 Device-2: Lite-On HP HD Camera type: USB driver: uvcvideo bus ID: 
1-2:2 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1366x768~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 
20.2.1 direct render: Yes 

  xrandr output (with hdmi cable connected to external monitor):

  Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
  eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y 
axis) 309mm x 173mm
 1366x768  60.06*+  40.04  
 1360x768  59.8059.96  
 1280x720  60.0059.9959.8659.74  
 1024x768  60.0460.00  
 960x720   60.00  
 928x696   60.05  
 896x672   60.01  
 1024x576  59.9559.9659.9059.82  
 960x600   59.9360.00  
 960x540   59.9659.9959.6359.82  
 800x600   60.0060.3256.25  
 840x525   60.0159.88  
 864x486   59.9259.57  
 800x512   60.17  
 700x525   59.98  
 800x450   59.9559.82  
 640x512   60.02  
 720x450   59.89  
 700x450   59.9659.88  
 640x480   60.0059.94  
 720x405   59.5158.99  
 684x384   59.8859.85  
 680x384   59.8059.96  
 640x400   59.8859.98  
 576x432   60.06  
 640x360   59.8659.8359.8459.32  
 512x384   60.00  
 512x288   60.0059.92  
 480x270   59.6359.82  
 400x300   60.3256.34  
 432x243   59.9259.57  
 320x240   60.05  
 360x202   59.5159.13  
 320x180   59.8459.32  
  HDMI-1 connected (normal left inverted right x axis y axis)
 1920x1080 60.00 +  50.0059.94  
 1920x1080i60.0050.0059.94  
 1600x1200 60.00  
 1680x1050 59.88  
 1280x1024 75.0260.02  
 1440x900  74.9859.90  
 1280x960  60.00  
 1280x800  59.91  
 1152x864  75.00  
 1280x720  60.0050.0059.94  
 1024x768  75.0370.0760.00

[Touch-packages] [Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2020-12-13 Thread Alexander Simonov
I deselected Install third party software. This helped to install, but
now the booting process hangs when a white circle is rotating on the
start black screen.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1871268

Title:
  Installation fails due to useless immediate configuration error when
  "Install Third-Party Drivers" is selected

Status in Ubuntu CD Images:
  Fix Released
Status in apt package in Ubuntu:
  Fix Released
Status in apt source package in Bionic:
  Confirmed
Status in apt source package in Focal:
  Triaged
Status in apt source package in Groovy:
  Triaged
Status in apt package in Debian:
  Unknown

Bug description:
  [Impact]
  Installations that really succeeded would then fail because APT could not 
immediately configure a package. Which is a pointless way to fail at that 
point, because everything did work out anyway.

  So what we do is change that to a warning.

  [Test case]
  Not available right now. Issues can flare up and then disappear again.

  [Regression potential]
  It's imaginable that we missed something somewhere and some path that checked 
for a set error doesn't check it anymore, and we report success when we hit an 
error, but it seems unlikely.

  Behavior of --simulate changes. This used to fail before as well, and
  will now only produce a warning. We don't believe that is a reason of
  concern.

  [Groovy SRU]
  The groovy SRU is a sync of the 2.1.11 micro release from Debian unstable 
which also incorporates changes to the documentation: A typo fix, replacing 
focal with groovy in examples, and minor Dutch manual pages translation updates.

  We do not have test cases for the documentation changes, and we do not
  consider there to be a huge regression potential. As long as they
  build, they should be readable - maybe some words are wrong in the
  translation, who knows.

  [Original bug report]
  Test Case
  1. Install Ubuntu Desktop on hardware with an nVidia card and select to 
install 3rd party drivers
  2. Proceed with installation

  The following error message is displayed in /var/log/syslog
  /plugininstall.py: Verifying downloads ...
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/g/gcc-defaults/gcc_9.3.0-1ubuntu2_amd64.deb: "Version: 
'9.3.0-1ubuntu2' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxcrypt/libcrypt-dev_4.4.10-10ubuntu4_amd64.deb: 
"Version: '4.4.10-10ubuntu4' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/g/gcc-defaults/g++_9.3.0-1ubuntu2_amd64.deb: "Version: 
'9.3.0-1ubuntu2' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/z/zlib/zlib1g_1.2.11.dfsg-2ubuntu1_i386.deb: "Version: 
'1.2.11.dfsg-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxau/libxau6_1.0.9-0ubuntu1_i386.deb: "Version: 
'1.0.9-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu1_i386.deb: "Version: 
'1.1.3-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libx11/libx11-6_1.6.9-2ubuntu1_i386.deb: "Version: 
'1.6.9-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxext/libxext6_1.3.4-0ubuntu1_i386.deb: "Version: 
'1.3.4-0ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/l/lm-sensors/libsensors5_3.6.0-2ubuntu1_i386.deb: "Version: 
'3.6.0-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libx11/libx11-xcb1_1.6.9-2ubuntu1_i386.deb: "Version: 
'1.6.9-2ubuntu1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxdamage/libxdamage1_1.1.5-1_i386.deb: "Version: 
'1.1.5-1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxfixes/libxfixes3_5.0.3-1_i386.deb: "Version: 
'5.0.3-1' not found."
  /plugininstall.py: Failed to find package object for 
/cdrom//pool/main/libx/libxxf86vm/libxxf86vm1_1.1.4-1build1_i386.deb: "Version: 
'1.1.4-1build1' not found."
  /plugininstall.py: Downloads verified successfully
  ubiquity: Error in function: install
  /plugininstall.py: Exception during installation:
  /plugininstall.py: apt_pkg.Error: E:Could not configure 'libc6:i386'. , 
E:Could not perform immediate configuration on 'libgcc-s1:i386'. Please see man 
5 apt.conf under APT::Immediate-Configure for details. (2)
  /plugininstall.py:

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubiquity 20.04.9
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu22
  Archit