[Touch-packages] [Bug 1993037] Re: Ubuntu 22.04, debianutils moved run-parts into /usr/bin, breaking systemd-cron in the course

2022-11-19 Thread Wladimir Mutel
Since my upgrade from Debian to Ubuntu in about 2008, I never had 
ubuntu-minimal installed on my system, nor pulled in by some LTS-to-LTS upgrade.
As we see, Debian has fixed their 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992649, because usrmerge was 
not a mandatory package at the time of the fix. Else they would say, "just 
install usrmerge and you will have everything fixed"
They make it mandatory in Debian Testing only on Sep 17th 2022, that is, after 
Ubuntu 22.04 LTS release (https://wiki.debian.org/UsrMerge). 
And they did so by making init-system-helpers dependent on usrmerge 
(https://lists.debian.org/debian-devel-announce/2022/09/msg1.html). 
Should this move be copied by Ubuntu in their Jammy LTS release ?

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

Title:
  Ubuntu 22.04, debianutils moved run-parts into /usr/bin, breaking
  systemd-cron in the course

Status in debianutils package in Ubuntu:
  Incomplete
Status in systemd-cron package in Ubuntu:
  New

Bug description:
  (Found in Ubuntu 22.04 LTS)
  package debianutils keeps run-parts executable in /usr/bin/
  while package systemd-cron tries to find it in /bin/

  $ which run-parts
  /usr/bin/run-parts

  $ dpkg -S `which run-parts`
  debianutils: /usr/bin/run-parts

  $ grep =/bin/run /lib/systemd/system/cron*
  /lib/systemd/system/cron-daily.service:ExecStart=/bin/run-parts --report 
/etc/cron.daily
  /lib/systemd/system/cron-hourly.service:ExecStart=/bin/run-parts --report 
/etc/cron.hourly
  /lib/systemd/system/cron-monthly.service:ExecStart=/bin/run-parts --report 
/etc/cron.monthly
  /lib/systemd/system/cron-weekly.service:ExecStart=/bin/run-parts --report 
/etc/cron.weekly

  Because of that, cron-daily.serice gets info "failed" state soon after
  system reboot.

  Please resolve the problem to make systemd-cron more usable.
  Thanks in advance for your help.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debianutils/+bug/1993037/+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 1993037] Re: Ubuntu 22.04, debianutils moved run-parts into /usr/bin, breaking systemd-cron in the course

2022-11-14 Thread Wladimir Mutel
My system was upgraded from 20.04 LTS installation, which in turn was upgraded 
from 18.04 and some number of LTS releases back (since probably 8.04 when it 
was upgraded from some older Debian).
I don't have separate /usr FS on this system, and usrmerge was not pulled as a 
dependency during any of the upgrades. Is this package essential now to solve 
the problem with debianutils ?

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

Title:
  Ubuntu 22.04, debianutils moved run-parts into /usr/bin, breaking
  systemd-cron in the course

Status in debianutils package in Ubuntu:
  Incomplete
Status in systemd-cron package in Ubuntu:
  New

Bug description:
  (Found in Ubuntu 22.04 LTS)
  package debianutils keeps run-parts executable in /usr/bin/
  while package systemd-cron tries to find it in /bin/

  $ which run-parts
  /usr/bin/run-parts

  $ dpkg -S `which run-parts`
  debianutils: /usr/bin/run-parts

  $ grep =/bin/run /lib/systemd/system/cron*
  /lib/systemd/system/cron-daily.service:ExecStart=/bin/run-parts --report 
/etc/cron.daily
  /lib/systemd/system/cron-hourly.service:ExecStart=/bin/run-parts --report 
/etc/cron.hourly
  /lib/systemd/system/cron-monthly.service:ExecStart=/bin/run-parts --report 
/etc/cron.monthly
  /lib/systemd/system/cron-weekly.service:ExecStart=/bin/run-parts --report 
/etc/cron.weekly

  Because of that, cron-daily.serice gets info "failed" state soon after
  system reboot.

  Please resolve the problem to make systemd-cron more usable.
  Thanks in advance for your help.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debianutils/+bug/1993037/+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 1993037] Re: Ubuntu 22.04, debianutils moved run-parts into /usr/bin, breaking systemd-cron in the course

2022-10-18 Thread Wladimir Mutel
Yes, it is 22.04, added this into the summary and description.

** Summary changed:

- Ubuntu debianutils moved run-parts into /usr/bin, breaking systemd-cron in 
the course
+ Ubuntu 22.04, debianutils moved run-parts into /usr/bin, breaking 
systemd-cron in the course

** Description changed:

+ (Found in Ubuntu 22.04 LTS, also in 22.10)
  package debianutils keeps run-parts executable in /usr/bin/
  while package systemd-cron tries to find it in /bin/
  
  $ which run-parts
  /usr/bin/run-parts
  
  $ dpkg -S `which run-parts`
  debianutils: /usr/bin/run-parts
  
  $ grep =/bin/run /lib/systemd/system/cron*
  /lib/systemd/system/cron-daily.service:ExecStart=/bin/run-parts --report 
/etc/cron.daily
  /lib/systemd/system/cron-hourly.service:ExecStart=/bin/run-parts --report 
/etc/cron.hourly
  /lib/systemd/system/cron-monthly.service:ExecStart=/bin/run-parts --report 
/etc/cron.monthly
  /lib/systemd/system/cron-weekly.service:ExecStart=/bin/run-parts --report 
/etc/cron.weekly
  
  Because of that, cron-daily.serice gets info "failed" state soon after
  system reboot.
  
- Please resolve the problem to make systemd-cron more usable. 
+ Please resolve the problem to make systemd-cron more usable.
  Thanks in advance for your help.

** Summary changed:

- Ubuntu 22.04, debianutils moved run-parts into /usr/bin, breaking 
systemd-cron in the course
+ Ubuntu 22.04/22.10, debianutils moved run-parts into /usr/bin, breaking 
systemd-cron in the course

** Summary changed:

- Ubuntu 22.04/22.10, debianutils moved run-parts into /usr/bin, breaking 
systemd-cron in the course
+ Ubuntu 22.04, debianutils moved run-parts into /usr/bin, breaking 
systemd-cron in the course

** Description changed:

- (Found in Ubuntu 22.04 LTS, also in 22.10)
+ (Found in Ubuntu 22.04 LTS)
  package debianutils keeps run-parts executable in /usr/bin/
  while package systemd-cron tries to find it in /bin/
  
  $ which run-parts
  /usr/bin/run-parts
  
  $ dpkg -S `which run-parts`
  debianutils: /usr/bin/run-parts
  
  $ grep =/bin/run /lib/systemd/system/cron*
  /lib/systemd/system/cron-daily.service:ExecStart=/bin/run-parts --report 
/etc/cron.daily
  /lib/systemd/system/cron-hourly.service:ExecStart=/bin/run-parts --report 
/etc/cron.hourly
  /lib/systemd/system/cron-monthly.service:ExecStart=/bin/run-parts --report 
/etc/cron.monthly
  /lib/systemd/system/cron-weekly.service:ExecStart=/bin/run-parts --report 
/etc/cron.weekly
  
  Because of that, cron-daily.serice gets info "failed" state soon after
  system reboot.
  
  Please resolve the problem to make systemd-cron more usable.
  Thanks in advance for your help.

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

Title:
  Ubuntu 22.04, debianutils moved run-parts into /usr/bin, breaking
  systemd-cron in the course

Status in debianutils package in Ubuntu:
  New
Status in systemd-cron package in Ubuntu:
  New

Bug description:
  (Found in Ubuntu 22.04 LTS)
  package debianutils keeps run-parts executable in /usr/bin/
  while package systemd-cron tries to find it in /bin/

  $ which run-parts
  /usr/bin/run-parts

  $ dpkg -S `which run-parts`
  debianutils: /usr/bin/run-parts

  $ grep =/bin/run /lib/systemd/system/cron*
  /lib/systemd/system/cron-daily.service:ExecStart=/bin/run-parts --report 
/etc/cron.daily
  /lib/systemd/system/cron-hourly.service:ExecStart=/bin/run-parts --report 
/etc/cron.hourly
  /lib/systemd/system/cron-monthly.service:ExecStart=/bin/run-parts --report 
/etc/cron.monthly
  /lib/systemd/system/cron-weekly.service:ExecStart=/bin/run-parts --report 
/etc/cron.weekly

  Because of that, cron-daily.serice gets info "failed" state soon after
  system reboot.

  Please resolve the problem to make systemd-cron more usable.
  Thanks in advance for your help.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debianutils/+bug/1993037/+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 1993037] Re: Ubuntu debianutils moved run-parts into /usr/bin, breaking systemd-cron in the course

2022-10-17 Thread Wladimir Mutel
how expensive (by time and effort) would it be to add this revert as a SRU ?
I see this bug is a copy of 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992649

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

Title:
  Ubuntu debianutils moved run-parts into /usr/bin, breaking systemd-
  cron in the course

Status in debianutils package in Ubuntu:
  New
Status in systemd-cron package in Ubuntu:
  New

Bug description:
  package debianutils keeps run-parts executable in /usr/bin/
  while package systemd-cron tries to find it in /bin/

  $ which run-parts
  /usr/bin/run-parts

  $ dpkg -S `which run-parts`
  debianutils: /usr/bin/run-parts

  $ grep =/bin/run /lib/systemd/system/cron*
  /lib/systemd/system/cron-daily.service:ExecStart=/bin/run-parts --report 
/etc/cron.daily
  /lib/systemd/system/cron-hourly.service:ExecStart=/bin/run-parts --report 
/etc/cron.hourly
  /lib/systemd/system/cron-monthly.service:ExecStart=/bin/run-parts --report 
/etc/cron.monthly
  /lib/systemd/system/cron-weekly.service:ExecStart=/bin/run-parts --report 
/etc/cron.weekly

  Because of that, cron-daily.serice gets info "failed" state soon after
  system reboot.

  Please resolve the problem to make systemd-cron more usable. 
  Thanks in advance for your help.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debianutils/+bug/1993037/+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 1993037] Re: Ubuntu debianutils moved run-parts into /usr/bin, breaking systemd-cron in the course

2022-10-17 Thread Wladimir Mutel
** Summary changed:

- hardcoded wrong path to run-parts in cron-*.service
+ Ubuntu debianutils moved run-parts into /usr/bin, breaking systemd-cron in 
the course

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

Title:
  Ubuntu debianutils moved run-parts into /usr/bin, breaking systemd-
  cron in the course

Status in debianutils package in Ubuntu:
  New
Status in systemd-cron package in Ubuntu:
  New

Bug description:
  package debianutils keeps run-parts executable in /usr/bin/
  while package systemd-cron tries to find it in /bin/

  $ which run-parts
  /usr/bin/run-parts

  $ dpkg -S `which run-parts`
  debianutils: /usr/bin/run-parts

  $ grep =/bin/run /lib/systemd/system/cron*
  /lib/systemd/system/cron-daily.service:ExecStart=/bin/run-parts --report 
/etc/cron.daily
  /lib/systemd/system/cron-hourly.service:ExecStart=/bin/run-parts --report 
/etc/cron.hourly
  /lib/systemd/system/cron-monthly.service:ExecStart=/bin/run-parts --report 
/etc/cron.monthly
  /lib/systemd/system/cron-weekly.service:ExecStart=/bin/run-parts --report 
/etc/cron.weekly

  Because of that, cron-daily.serice gets info "failed" state soon after
  system reboot.

  Please resolve the problem to make systemd-cron more usable. 
  Thanks in advance for your help.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debianutils/+bug/1993037/+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 1993037] Re: hardcoded wrong path to run-parts in cron-*.service

2022-10-17 Thread Wladimir Mutel
Indeed, I checked debianutils file lists in Debian stable, testing and even 
unstable, and found run-parts in /bin/ there.
In Ubuntu Jammy, however, debianutils are of version 5.5-1ubuntu2 , and in 
their changelog, we see :

debianutils (5.0-1) unstable; urgency=medium

  [ Tomas Pospisek ]
  * run-parts.8: document --debug flag introduced in commit 37596c61
  * run-parts.8: mention that run-parts runs parts sequentially

  [ Clint Adams ]
  * run-parts: Apply patch from Christoph Biedl to add --debug flag.
closes: #243676.
  * Add missing newline to regexp build error, thanks to Christoph Biedl.
  * Remove tempfile.
  * Deprecate which.
  * Move run-parts to /usr/bin and installkernel to /usr/sbin.

 -- Clint Adams   Tue, 17 Aug 2021 17:03:42 -0400

Same note we see in https://metadata.ftp-
master.debian.org/changelogs//main/d/debianutils/debianutils_5.7-0.3_changelog
, but a note about reverting these changes is seen nowhere.

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

Title:
  hardcoded wrong path to run-parts in cron-*.service

Status in debianutils package in Ubuntu:
  New
Status in systemd-cron package in Ubuntu:
  New

Bug description:
  package debianutils keeps run-parts executable in /usr/bin/
  while package systemd-cron tries to find it in /bin/

  $ which run-parts
  /usr/bin/run-parts

  $ dpkg -S `which run-parts`
  debianutils: /usr/bin/run-parts

  $ grep =/bin/run /lib/systemd/system/cron*
  /lib/systemd/system/cron-daily.service:ExecStart=/bin/run-parts --report 
/etc/cron.daily
  /lib/systemd/system/cron-hourly.service:ExecStart=/bin/run-parts --report 
/etc/cron.hourly
  /lib/systemd/system/cron-monthly.service:ExecStart=/bin/run-parts --report 
/etc/cron.monthly
  /lib/systemd/system/cron-weekly.service:ExecStart=/bin/run-parts --report 
/etc/cron.weekly

  Because of that, cron-daily.serice gets info "failed" state soon after
  system reboot.

  Please resolve the problem to make systemd-cron more usable. 
  Thanks in advance for your help.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debianutils/+bug/1993037/+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 1993037] Re: hardcoded wrong path to run-parts in cron-*.service

2022-10-17 Thread Wladimir Mutel
** Also affects: debianutils (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  hardcoded wrong path to run-parts in cron-*.service

Status in debianutils package in Ubuntu:
  New
Status in systemd-cron package in Ubuntu:
  New

Bug description:
  package debianutils keeps run-parts executable in /usr/bin/
  while package systemd-cron tries to find it in /bin/

  $ which run-parts
  /usr/bin/run-parts

  $ dpkg -S `which run-parts`
  debianutils: /usr/bin/run-parts

  $ grep =/bin/run /lib/systemd/system/cron*
  /lib/systemd/system/cron-daily.service:ExecStart=/bin/run-parts --report 
/etc/cron.daily
  /lib/systemd/system/cron-hourly.service:ExecStart=/bin/run-parts --report 
/etc/cron.hourly
  /lib/systemd/system/cron-monthly.service:ExecStart=/bin/run-parts --report 
/etc/cron.monthly
  /lib/systemd/system/cron-weekly.service:ExecStart=/bin/run-parts --report 
/etc/cron.weekly

  Because of that, cron-daily.serice gets info "failed" state soon after
  system reboot.

  Please resolve the problem to make systemd-cron more usable. 
  Thanks in advance for your help.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debianutils/+bug/1993037/+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 1937951] [NEW] modules for non-existent hardware are loaded for unknown reason (Ubunntu 20.04, kernel 5.4.0-80-generic)

2021-07-25 Thread Wladimir Mutel
Public bug reported:

My laptop is Asus X302LA. I removed its HDD and plugged it externally via 
USB-SATA convertor. 
To restore the system's bootability, I had to switch from MODULES=dep to 
MODULES=most in /etc/initramfs-tools/initramfs.conf and regenerate initramfs 
images by command 
update-initramfs -u -k all
After a successful boot I checked lsmod output and was surprised by a number of 
loaded modules for seemingly absent hardware. Like, inv_mpu6050 and ak8975. 
Do I have a way to check this hardware is actually present and is reporting any 
meaningful data ?
If no, do Ubuntu maintainers of linux kernel and initramfs tools have a way to 
avoid loading these modules when their hardware is absent ?

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: initramfs-tools (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  modules for non-existent hardware are loaded for unknown reason
  (Ubunntu 20.04, kernel 5.4.0-80-generic)

Status in initramfs-tools package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  My laptop is Asus X302LA. I removed its HDD and plugged it externally via 
USB-SATA convertor. 
  To restore the system's bootability, I had to switch from MODULES=dep to 
MODULES=most in /etc/initramfs-tools/initramfs.conf and regenerate initramfs 
images by command 
  update-initramfs -u -k all
  After a successful boot I checked lsmod output and was surprised by a number 
of loaded modules for seemingly absent hardware. Like, inv_mpu6050 and ak8975. 
  Do I have a way to check this hardware is actually present and is reporting 
any meaningful data ?
  If no, do Ubuntu maintainers of linux kernel and initramfs tools have a way 
to avoid loading these modules when their hardware is absent ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1937951/+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 1907310] Re: initramfs-tools ignores the FRAMEBUFFER option _again_

2020-12-08 Thread Wladimir Mutel
for some strange reason, removing cryptsetup-initramfs helped me to
reduce my initrd size back to 12 MB on Hirsute testing laptop. i915 and
amdgpu.ko were gone from initrd.

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

Title:
  initramfs-tools ignores the FRAMEBUFFER option _again_

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  see lp:1561643 for the previous 3-year discussion having resulted in a
  (temporary) fix.

  Currently, running Ubuntu 21.04 Hirsute, I noticed +60MB growth in initrd 
files again.
  Doing lsinitramfs on these images, I found that they are happily stuffed with 
i915 and amdgpu modules, as well as with netronome nic firmwares which of 
course everyone surely needs, making initrd of 73 MB.
  That's with MODULES=dep and FRAMEBUFFER=n in 
/etc/initramfs-tools/initramfs.conf

  this does not happen with Ubuntu 20.04, with same options in initramfs.conf. 
  On my Focal system, initrd images have size of 12MB, with largest components 
being .so libraries and lvm executable.

  So, I would conclude that initramfs-tools reintroduced this
  misbehavior after 20.04 release but in some different way. Now trying
  to compare /usr/share/initramfs-tools content between 20.04 and 21.04.
  Probably the title of this bug will need to be changed. As I am not
  allowed to reopen lp:1561643 , I am creating a new bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1907310/+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 1907310] Re: initramfs-tools ignores the FRAMEBUFFER option _again_

2020-12-08 Thread Wladimir Mutel
uninstalled some more hooks and got initrd size of 10 MB (I don't use mdadm on 
my laptop unlike on server)
so everything is probably working well. feel free to close this as "not a bug".

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

Title:
  initramfs-tools ignores the FRAMEBUFFER option _again_

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  see lp:1561643 for the previous 3-year discussion having resulted in a
  (temporary) fix.

  Currently, running Ubuntu 21.04 Hirsute, I noticed +60MB growth in initrd 
files again.
  Doing lsinitramfs on these images, I found that they are happily stuffed with 
i915 and amdgpu modules, as well as with netronome nic firmwares which of 
course everyone surely needs, making initrd of 73 MB.
  That's with MODULES=dep and FRAMEBUFFER=n in 
/etc/initramfs-tools/initramfs.conf

  this does not happen with Ubuntu 20.04, with same options in initramfs.conf. 
  On my Focal system, initrd images have size of 12MB, with largest components 
being .so libraries and lvm executable.

  So, I would conclude that initramfs-tools reintroduced this
  misbehavior after 20.04 release but in some different way. Now trying
  to compare /usr/share/initramfs-tools content between 20.04 and 21.04.
  Probably the title of this bug will need to be changed. As I am not
  allowed to reopen lp:1561643 , I am creating a new bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1907310/+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 1907310] [NEW] initramfs-tools ignores the FRAMEBUFFER option _again_

2020-12-08 Thread Wladimir Mutel
Public bug reported:

see lp:1561643 for the previous 3-year discussion having resulted in a
(temporary) fix.

Currently, running Ubuntu 21.04 Hirsute, I noticed +60MB growth in initrd files 
again.
Doing lsinitramfs on these images, I found that they are happily stuffed with 
i915 and amdgpu modules, as well as with netronome nic firmwares which of 
course everyone surely needs, making initrd of 73 MB.
That's with MODULES=dep and FRAMEBUFFER=n in /etc/initramfs-tools/initramfs.conf

this does not happen with Ubuntu 20.04, with same options in initramfs.conf. 
On my Focal system, initrd images have size of 12MB, with largest components 
being .so libraries and lvm executable.

So, I would conclude that initramfs-tools reintroduced this misbehavior
after 20.04 release but in some different way. Now trying to compare
/usr/share/initramfs-tools content between 20.04 and 21.04. Probably the
title of this bug will need to be changed. As I am not allowed to reopen
lp:1561643 , I am creating a new bug.

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  initramfs-tools ignores the FRAMEBUFFER option _again_

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  see lp:1561643 for the previous 3-year discussion having resulted in a
  (temporary) fix.

  Currently, running Ubuntu 21.04 Hirsute, I noticed +60MB growth in initrd 
files again.
  Doing lsinitramfs on these images, I found that they are happily stuffed with 
i915 and amdgpu modules, as well as with netronome nic firmwares which of 
course everyone surely needs, making initrd of 73 MB.
  That's with MODULES=dep and FRAMEBUFFER=n in 
/etc/initramfs-tools/initramfs.conf

  this does not happen with Ubuntu 20.04, with same options in initramfs.conf. 
  On my Focal system, initrd images have size of 12MB, with largest components 
being .so libraries and lvm executable.

  So, I would conclude that initramfs-tools reintroduced this
  misbehavior after 20.04 release but in some different way. Now trying
  to compare /usr/share/initramfs-tools content between 20.04 and 21.04.
  Probably the title of this bug will need to be changed. As I am not
  allowed to reopen lp:1561643 , I am creating a new bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1907310/+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 1907308] WifiSyslog.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442108/+files/WifiSyslog.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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] XorgLog.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442109/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] xdpyinfo.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442113/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] ProcEnviron.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442102/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] IwConfig.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442093/+files/IwConfig.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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] ProcCpuinfoMinimal.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442101/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] Lspci.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1907308/+attachment/5442094/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] acpidump.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442112/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] Xrandr.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1907308/+attachment/5442111/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] XorgLogOld.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442110/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] UdevDb.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1907308/+attachment/5442107/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] RfKill.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1907308/+attachment/5442106/+files/RfKill.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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] PulseList.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442105/+files/PulseList.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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] ProcModules.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442104/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] ProcInterrupts.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442103/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] ProcCpuinfo.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442100/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] PaInfo.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1907308/+attachment/5442099/+files/PaInfo.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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] Lsusb-v.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442098/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] Lsusb-t.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442097/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] Lsusb.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1907308/+attachment/5442096/+files/Lsusb.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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] Lspci-vt.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442095/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] DpkgLog.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442092/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] Dependencies.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442091/+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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] CurrentDmesg.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442090/+files/CurrentDmesg.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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] CRDA.txt

2020-12-08 Thread Wladimir Mutel
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1907308/+attachment/5442089/+files/CRDA.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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1006 F pulseaudio
mwg1010 F pipewire-media-
   /dev/snd/seq:mwg1005 F pipewire
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroRelease: Ubuntu 21.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
  HibernationDevice:
   #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
   RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
  InstallationDate: Installed on 2009-11-01 (4055 days ago)
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: LENOVO 81YK
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+19ubuntu15
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-31-generic N/A
   linux-backports-modules-5.8.0-31-generic  N/A
   linux-firmware1.192
  Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
  Uname: Linux 5.8.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
  _MarkForUpload: True
  dmi.bios.date: 07/06/2020
  dmi.bios.release: 1.45
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DPCN45WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15IIL05
  dmi.ec.firmware.release: 1.45
  dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
  dmi.product.family: IdeaPad 5 15IIL05
  dmi.product.name: 81YK
  dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
  dmi.product.version: IdeaPad 5 15IIL05
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.103-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1907308] Re: screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

2020-12-08 Thread Wladimir Mutel
apport information

** Tags added: apport-collected has-workaround hirsute reproducible
single-occurrence ubuntu

** Description changed:

  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu55
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  mwg1006 F pulseaudio
+   mwg1010 F pipewire-media-
+  /dev/snd/seq:mwg1005 F pipewire
+ BootLog:
+  
+ CasperMD5CheckResult: skip
+ CompositorRunning: None
+ CurrentDesktop: KDE
+ DistUpgraded: Fresh install
+ DistroCodename: hirsute
+ DistroRelease: Ubuntu 21.04
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: I just need to know a workaround
+ GraphicsCard:
+  Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) 
(prog-if 00 [VGA controller])
+Subsystem: Lenovo Iris Plus Graphics G1 (Ice Lake) [17aa:3fd9]
+ HibernationDevice:
+  #RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
+  RESUME=UUID=ce49bc01-a59b-4abf-9110-87bc71689769
+ InstallationDate: Installed on 2009-11-01 (4055 days ago)
+ InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
+ MachineType: LENOVO 81YK
+ NonfreeKernelModules: wl
+ Package: xorg 1:7.7+19ubuntu15
+ PackageArchitecture: amd64
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=/dev/mapper/vg_c540scadaw-root64 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
+ ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
+ RelatedPackageVersions:
+  linux-restricted-modules-5.8.0-31-generic N/A
+  linux-backports-modules-5.8.0-31-generic  N/A
+  linux-firmware1.192
+ Tags:  hirsute ubuntu single-occurrence reproducible has-workaround
+ Uname: Linux 5.8.0-31-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dialout dip disk kvm libvirt lpadmin netdev 
plugdev sambashare src
+ _MarkForUpload: True
+ dmi.bios.date: 07/06/2020
+ dmi.bios.release: 1.45
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: DPCN45WW
+ dmi.board.asset.tag: NO Asset Tag
+ dmi.board.name: LNVNB161216
+ dmi.board.vendor: LENOVO
+ dmi.board.version: NO DPK
+ dmi.chassis.asset.tag: NO Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: IdeaPad 5 15IIL05
+ dmi.ec.firmware.release: 1.45
+ dmi.modalias: 
dmi:bvnLENOVO:bvrDPCN45WW:bd07/06/2020:br1.45:efr1.45:svnLENOVO:pn81YK:pvrIdeaPad515IIL05:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad515IIL05:
+ dmi.product.family: IdeaPad 5 15IIL05
+ dmi.product.name: 81YK
+ dmi.product.sku: LENOVO_MT_81YK_BU_idea_FM_IdeaPad 5 15IIL05
+ dmi.product.version: IdeaPad 5 15IIL05
+ dmi.sys.vendor: LENOVO
+ version.compiz: compiz N/A
+ version.libdrm2: libdrm2 2.4.103-2
+ version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.4-1
+ version.libgl1-mesa-glx: libgl1-mesa-glx N/A
+ version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1907308/+attachment/5442088/+files/AlsaInfo.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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  

[Touch-packages] [Bug 1907308] Re: screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

2020-12-08 Thread Wladimir Mutel
** Also affects: xorg (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1907308

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

Bug description:
  The keys marked for brightness control on the keyboard are supposed to be 
Fn+F5 (down) and Fn+F6 (up).
  But pressing them does not have any effects.
  Volume control keys Fn+F1 (off), Fn+F2 (down), Fn+F3 (up) all do work, and 
KDE shows appropriate indicators when they are pressed.
  I know this is a popular problem with Lenovo laptops.
  I use Ubuntu 21.04 Hirsute on built-in NVMe, but Ubuntu 20.04 booted from USB 
flash drive also does not allow me to control screen brightness.
  Hardware and OS information will be collected on Apport request and attached 
here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907308/+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 1902871] Re: upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes lightdm to crash

2020-11-05 Thread Wladimir Mutel
** Also affects: lightdm (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1902871

Title:
  upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes
  lightdm to crash

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

Bug description:
  Reproduction :
   take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S or ECS 945GCT-M2 with Intel E4500, or ASRock 
G41C-VS/G41M-VS3/G31M-S with Intel E3300/E3400, or Asrock P4I45GL with Intel 
Pentium4 2.40GHz) ;
   install Lubuntu 18.04 i386 on it ;
   install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
   reboot and watch black screen with blinking text cursor

  Fix :
   switch into text console or log in as sudo-capable user over the network
   look at lightdm crashes in dmesg
   download past version of systemd packages (237-3ubuntu10.42)
   install them by dpkg
   reboot and enjoy your graphic screen again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1902871/+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 1902871] Re: upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes lightdm to crash

2020-11-04 Thread Wladimir Mutel
Lubuntu 18.04 is based on LXDE, not LXQt, and so it uses lightdm, not sddm.
greeter is lightdm-gtk-greeter, which causes traps in libglib like these :

ноя 04 16:50:48 user-desktop kernel: traps: lightdm-gtk-gre[673] trap int3 
ip:b6f929d0 sp:bf9e9e20 error:0 in libglib-2.0.so.0.5600.4[b6f44000+12e000]
ноя 04 16:50:52 user-desktop kernel: traps: lightdm-gtk-gre[736] trap int3 
ip:b6fe49d0 sp:bfbcfcd0 error:0 in libglib-2.0.so.0.5600.4[b6f96000+12e000]
ноя 04 16:50:54 user-desktop kernel: traps: lightdm-gtk-gre[798] trap int3 
ip:b70149d0 sp:bf839010 error:0 in libglib-2.0.so.0.5600.4[b6fc6000+12e000]
ноя 04 16:50:56 user-desktop kernel: traps: lightdm-gtk-gre[860] trap int3 
ip:b70669d0 sp:bf9a2f40 error:0 in libglib-2.0.so.0.5600.4[b7018000+12e000]
ноя 04 16:50:57 user-desktop kernel: traps: lightdm-gtk-gre[922] trap int3 
ip:b701a9d0 sp:bfe9c750 error:0 in libglib-2.0.so.0.5600.4[b6fcc000+12e000]
ноя 04 16:50:59 user-desktop kernel: traps: lightdm-gtk-gre[984] trap int3 
ip:b6fa19d0 sp:bfb4dcb0 error:0 in libglib-2.0.so.0.5600.4[b6f53000+12e000]

-- 
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/1902871

Title:
  upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes
  lightdm to crash

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  Reproduction :
   take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S or ECS 945GCT-M2 with Intel E4500, or ASRock 
G41C-VS/G41M-VS3/G31M-S with Intel E3300/E3400, or Asrock P4I45GL with Intel 
Pentium4 2.40GHz) ;
   install Lubuntu 18.04 i386 on it ;
   install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
   reboot and watch black screen with blinking text cursor

  Fix :
   switch into text console or log in as sudo-capable user over the network
   look at lightdm crashes in dmesg
   download past version of systemd packages (237-3ubuntu10.42)
   install them by dpkg
   reboot and enjoy your graphic screen again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1902871/+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 1902871] Re: upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes lightdm to crash

2020-11-04 Thread Wladimir Mutel
** Description changed:

  Reproduction :
-  take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S or ECS 945GCT-M2 with Intel E4500, or ASRock 
G41C-VS/G31M-S with Intel E3300, or Asrock P4I45GL with Intel Pentium4 2.40GHz) 
;
+  take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S or ECS 945GCT-M2 with Intel E4500, or ASRock 
G41C-VS/G41M-VS3/G31M-S with Intel E3300/E3400, or Asrock P4I45GL with Intel 
Pentium4 2.40GHz) ;
   install Lubuntu 18.04 i386 on it ;
   install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
   reboot and watch black screen with blinking text cursor
  
  Fix :
   switch into text console or log in as sudo-capable user over the network
   look at lightdm crashes in dmesg
   download past version of systemd packages (237-3ubuntu10.42)
   install them by dpkg
   reboot and enjoy your graphic screen again

-- 
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/1902871

Title:
  upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes
  lightdm to crash

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  Reproduction :
   take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S or ECS 945GCT-M2 with Intel E4500, or ASRock 
G41C-VS/G41M-VS3/G31M-S with Intel E3300/E3400, or Asrock P4I45GL with Intel 
Pentium4 2.40GHz) ;
   install Lubuntu 18.04 i386 on it ;
   install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
   reboot and watch black screen with blinking text cursor

  Fix :
   switch into text console or log in as sudo-capable user over the network
   look at lightdm crashes in dmesg
   download past version of systemd packages (237-3ubuntu10.42)
   install them by dpkg
   reboot and enjoy your graphic screen again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1902871/+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 1902871] Re: upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes lightdm to crash

2020-11-04 Thread Wladimir Mutel
I found it happens on non-Intel CPUs and VGAs as well.
Like, Gigabyte M61PME-S2 with Sempron LE-1200

-- 
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/1902871

Title:
  upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes
  lightdm to crash

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  Reproduction :
   take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S or ECS 945GCT-M2 with Intel E4500, or ASRock 
G41C-VS/G31M-S with Intel E3300, or Asrock P4I45GL with Intel Pentium4 2.40GHz) 
;
   install Lubuntu 18.04 i386 on it ;
   install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
   reboot and watch black screen with blinking text cursor

  Fix :
   switch into text console or log in as sudo-capable user over the network
   look at lightdm crashes in dmesg
   download past version of systemd packages (237-3ubuntu10.42)
   install them by dpkg
   reboot and enjoy your graphic screen again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1902871/+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 1902871] Re: upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes lightdm to crash

2020-11-04 Thread Wladimir Mutel
** Description changed:

  Reproduction :
-  take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S with Intel E4500 or ASRock G41C-VS/G31M-S with Intel 
E3300) ;
+  take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S with Intel E4500 or ASRock G41C-VS/G31M-S with Intel 
E3300, or Asrock P4I45GL with Intel Pentium4 2.40GHz) ;
   install Lubuntu 18.04 i386 on it ;
   install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
   reboot and watch black screen with blinking text cursor
  
  Fix :
   switch into text console or log in as sudo-capable user over the network
   look at lightdm crashes in dmesg
   download past version of systemd packages (237-3ubuntu10.42)
   install them by dpkg
   reboot and enjoy your graphic screen again

** Description changed:

  Reproduction :
-  take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S with Intel E4500 or ASRock G41C-VS/G31M-S with Intel 
E3300, or Asrock P4I45GL with Intel Pentium4 2.40GHz) ;
+  take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S or ECS 945GCT-M2 with Intel E4500, or ASRock 
G41C-VS/G31M-S with Intel E3300, or Asrock P4I45GL with Intel Pentium4 2.40GHz) 
;
   install Lubuntu 18.04 i386 on it ;
   install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
   reboot and watch black screen with blinking text cursor
  
  Fix :
   switch into text console or log in as sudo-capable user over the network
   look at lightdm crashes in dmesg
   download past version of systemd packages (237-3ubuntu10.42)
   install them by dpkg
   reboot and enjoy your graphic screen again

-- 
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/1902871

Title:
  upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes
  lightdm to crash

Status in systemd package in Ubuntu:
  New

Bug description:
  Reproduction :
   take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S or ECS 945GCT-M2 with Intel E4500, or ASRock 
G41C-VS/G31M-S with Intel E3300, or Asrock P4I45GL with Intel Pentium4 2.40GHz) 
;
   install Lubuntu 18.04 i386 on it ;
   install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
   reboot and watch black screen with blinking text cursor

  Fix :
   switch into text console or log in as sudo-capable user over the network
   look at lightdm crashes in dmesg
   download past version of systemd packages (237-3ubuntu10.42)
   install them by dpkg
   reboot and enjoy your graphic screen again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1902871/+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 1902871] Re: upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes lightdm to crash

2020-11-04 Thread Wladimir Mutel
** Description changed:

  Reproduction :
-  take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S with Intel E4500 or ASRock G41C-VS with Intel E3300) ;
-  install Lubuntu 18.04 i386 on it ;
-  install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
-  reboot and watch black screen with blinking text cursor
+  take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S with Intel E4500 or ASRock G41C-VS/G31M-S with Intel 
E3300) ;
+  install Lubuntu 18.04 i386 on it ;
+  install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
+  reboot and watch black screen with blinking text cursor
  
  Fix :
-  switch into text console or log in as sudo-capable user over the network
-  look at lightdm crashes in dmesg
-  download past version of systemd packages (237-3ubuntu10.42)
-  install them by dpkg
-  reboot and enjoy your graphic screen again
+  switch into text console or log in as sudo-capable user over the network
+  look at lightdm crashes in dmesg
+  download past version of systemd packages (237-3ubuntu10.42)
+  install them by dpkg
+  reboot and enjoy your graphic screen again

-- 
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/1902871

Title:
  upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes
  lightdm to crash

Status in systemd package in Ubuntu:
  New

Bug description:
  Reproduction :
   take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S with Intel E4500 or ASRock G41C-VS/G31M-S with Intel 
E3300) ;
   install Lubuntu 18.04 i386 on it ;
   install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
   reboot and watch black screen with blinking text cursor

  Fix :
   switch into text console or log in as sudo-capable user over the network
   look at lightdm crashes in dmesg
   download past version of systemd packages (237-3ubuntu10.42)
   install them by dpkg
   reboot and enjoy your graphic screen again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1902871/+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 1902871] [NEW] upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes lightdm to crash

2020-11-04 Thread Wladimir Mutel
Public bug reported:

Reproduction :
 take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S with Intel E4500 or ASRock G41C-VS with Intel E3300) ;
 install Lubuntu 18.04 i386 on it ;
 install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
 reboot and watch black screen with blinking text cursor

Fix :
 switch into text console or log in as sudo-capable user over the network
 look at lightdm crashes in dmesg
 download past version of systemd packages (237-3ubuntu10.42)
 install them by dpkg
 reboot and enjoy your graphic screen again

** 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/1902871

Title:
  upgrading systemd to v237-3ubuntu10.43 on Ubuntu 18.04 LTS i386 causes
  lightdm to crash

Status in systemd package in Ubuntu:
  New

Bug description:
  Reproduction :
   take a bog-standard system with Intel CPU and Intel graphics (mobo like 
Foxconn 45GM/45CM/45CM-S with Intel E4500 or ASRock G41C-VS with Intel E3300) ;
   install Lubuntu 18.04 i386 on it ;
   install all latest upgrades including systemd packages of version 
237-3ubuntu10.43 ;
   reboot and watch black screen with blinking text cursor

  Fix :
   switch into text console or log in as sudo-capable user over the network
   look at lightdm crashes in dmesg
   download past version of systemd packages (237-3ubuntu10.42)
   install them by dpkg
   reboot and enjoy your graphic screen again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1902871/+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 1884583] Re: vim is dependent on libcanberra0 in Ubuntu 20.04, had no such dependency in Ubuntu 18.04

2020-06-24 Thread Wladimir Mutel
So this is going to be kept forever ? For vim-nox as well ?

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

Title:
  vim is dependent on libcanberra0 in Ubuntu 20.04, had no such
  dependency in Ubuntu 18.04

Status in vim package in Ubuntu:
  New

Bug description:
  which pulls in libasound and some alsa packages which I am not sure why it is 
useful and desired on most text-only/headless systems.
  In Debian I also see this dependency arisen with Bullseye/testing and 
Sid/unstable (but not with Buster/stable) but I don't see any mention of this 
introduction and its usefulness in the package's changelog. Could the reason of 
this dependency creation please be investigated, its usefulness evaluated, and 
if possible, this dependency to be made optional for vim builds ? Surprisingly, 
installing vim-nox also pulls in libcanberra0. vim-tiny does not pull in 
libcanberra0, but it also does not have syntax highlighting. What should I do 
to have syntax highlighting without libcanberra0 overhead ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1884583/+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 1884583] [NEW] vim is dependent on libcanberra0 in Ubuntu 20.04, had no such dependency in Ubuntu 18.04

2020-06-22 Thread Wladimir Mutel
Public bug reported:

which pulls in libasound and some alsa packages which I am not sure why it is 
useful and desired on most text-only/headless systems.
In Debian I also see this dependency arisen with Bullseye/testing and 
Sid/unstable (but not with Buster/stable) but I don't see any mention of this 
introduction and its usefulness in the package's changelog. Could the reason of 
this dependency creation please be investigated, its usefulness evaluated, and 
if possible, this dependency to be made optional for vim builds ? Surprisingly, 
installing vim-nox also pulls in libcanberra0. vim-tiny does not pull in 
libcanberra0, but it also does not have syntax highlighting. What should I do 
to have syntax highlighting without libcanberra0 overhead ?

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

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

Title:
  vim is dependent on libcanberra0 in Ubuntu 20.04, had no such
  dependency in Ubuntu 18.04

Status in vim package in Ubuntu:
  New

Bug description:
  which pulls in libasound and some alsa packages which I am not sure why it is 
useful and desired on most text-only/headless systems.
  In Debian I also see this dependency arisen with Bullseye/testing and 
Sid/unstable (but not with Buster/stable) but I don't see any mention of this 
introduction and its usefulness in the package's changelog. Could the reason of 
this dependency creation please be investigated, its usefulness evaluated, and 
if possible, this dependency to be made optional for vim builds ? Surprisingly, 
installing vim-nox also pulls in libcanberra0. vim-tiny does not pull in 
libcanberra0, but it also does not have syntax highlighting. What should I do 
to have syntax highlighting without libcanberra0 overhead ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1884583/+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 1776013] Re: systemd-networkd: DHCP lease lost (Ubuntu 18.04)

2019-08-02 Thread Wladimir Mutel
The problem I had was not related to netplan, networkd or dhcp client of any 
kind.
I had both my ISP links connected to a VLAN switch DLink DGS-1100-08 and 
multiplexed to a single Linux router interface with different VLAN numbers. 
On Linux side, vlan.NNN interfaces were configured to separate each ISP traffic 
by its VLAN number. 
These interfaces were managed by separate DHCP clients, requesting dynamic IPs 
from their corresponding ISP.
Both ISPs had a policy permitting only a single MAC address to request a DHCP 
lease on a single customer's port. 
And this was combined with the fact that for some Ethernet protocols, DLink 
VLAN switches of this model do not obey VLAN isolation rules. 
In part, among them were DLink's own discovery & loobpack detection protocols 
(Ether.proto number = 0x9000, using multicast MAC addresses prefixed with CF: 
byte). 
My both ISPs had a plenty of DLink hardware in their Ethernet segments, and my 
DLink switch inadvertently served as a bridge for DLink discovery packets, 
allowing them to fly freely between two VLANs. 
Which of course was detected by each other ISP's policy as 'stray MACs' on a 
single customer port, and caused my real MAC to be temporarily kicked out from 
their valid MAC set, which subsequently caused DHCP lease loss.
What resolved by problem once and for all, was installing dual-port PCIe 
Gigabit Ethernet adapter into my Linux router and physically plugging my ISP 
links into its separate ports.
Detailed discussion can be seen at 
http://forums.dlink.com/index.php?topic=74704.0

-- 
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/1776013

Title:
  systemd-networkd: DHCP lease lost (Ubuntu 18.04)

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  I have a Linux router whose external Ethernet interface is configured from 
ISP's DHCP server.
  After its migration from Ubuntu 16.04 + ifupdown + isc-dhcp-client to Ubuntu 
18.04 + netplan.io + systemd-networkd, I noticed that systemd-networkd plays 
overly fairly when it can not get a timely renew response from ISP's DHCP 
server: it honestly removes the dynamic IP from the interface and restores 
(often the same) IP only when ISP's DHCP server gives it a proper response 
again. Which causes 1..5-minute pauses in Internet availability since my ISP's 
DHCP server is for some reason flaky, i.e. it can become unresponsive for some 
periods of time. I never noticed this problem with isc-dhcp-client, and started 
noticing it only after migrating DHCP client role to systemd-networkd.
  The question is, can I (or you) make systemd-networkd DHCP client behave more 
relaxedly ?
  I know that most DHCP clients (isc-, pump, dhcpcd) at some stage of their 
development decided to implement such relaxed logic, i.e. to keep 
last-configured dynamic IP on the interface despite the lack of responses from 
DHCP server. As this is easier to implement than to make ISP staff fix their 
services, I would suppose there should be some knob in systemd-networkd 
settings. Or, at least, an idea to implement something similar in the future.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1776013/+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 1561643] Re: initramfs-tools ignores the FRAMEBUFFER option

2019-04-03 Thread Wladimir Mutel
can't believe it was fixed in less than 3 short years

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

Title:
  initramfs-tools ignores the FRAMEBUFFER option

Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools source package in Xenial:
  New
Status in initramfs-tools source package in Bionic:
  Fix Released

Bug description:
  [Impact]
  initramfs-tools would always include all "framebuffer" drivers/firmware 
inside initramfs, which was making it ever more huge. In some systems with low 
memory, that would even prevent systems to boot. kdump, for example, had an 
impact.

  [Test case]
  Different systems on different arches were tested. When cryptsetup (or 
cryptsetup-initramfs) was installed, framebuffer drivers were included in the 
ramdisk. When not installed, the initramfs was smaller. Systems booted on both 
cases. Systems with encrypted disks were tested as well.

  [Regression Potential]
  Systems may not boot because of missing drivers. Users may have a different 
experience during boot because of missing "framebuffer" drivers.


  ==

  initramfs-tools ignores the FRAMEBUFFER option. This means that the
  framebuffer hook will always include the drm modules, regardless of
  whether it is dealing with an encrypted system or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: initramfs-tools 0.122ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 24 18:06:24 2016
  InstallationDate: Installed on 2016-02-16 (37 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160209)
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1561643/+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 1561643] Re: initramfs-tools ignores the FRAMEBUFFER option

2018-09-19 Thread Wladimir Mutel
God, I can't believe it would really get into Ubuntu 20.04
Only 1.5 short years of waiting left

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

Title:
  initramfs-tools ignores the FRAMEBUFFER option

Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools source package in Xenial:
  New
Status in initramfs-tools source package in Bionic:
  New

Bug description:
  initramfs-tools ignores the FRAMEBUFFER option. This means that the
  framebuffer hook will always include the drm modules, regardless of
  whether it is dealing with an encrypted system or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: initramfs-tools 0.122ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 24 18:06:24 2016
  InstallationDate: Installed on 2016-02-16 (37 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160209)
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1561643/+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 1772941] Re: isc-dhcp-server does not listen network interfaces

2018-06-10 Thread Wladimir Mutel
On my system (Ubuntu 18.04 configured with netplan.io and systemd-networkd 
where possible), dhcpd is configured by default, so it just enumerates 
currently-available IP subnets on interfaces to determine on which interface to 
listen.
The only interface it is normally listening on my system is br0, which 
currently includes only wlan0 interface managed by hostapd.
On one reboot I had a race condition between dhcpd and hostapd : on its 
startup, hostapd did 'country update' on wlan0 which temporarily brought it 
down, and br0 went down as well, then systemd-networkd temporarily removed its 
IP address. Right at this moment, dhcpd had begun to start, looking matching 
IPs on interfaces and failing to find any of them. After that I got working 
hostapd (WiFi network visible to clients), but clients unable to configure 
their IPs after WiFi authentication.

So, yes, 'sleep 30' can be a solution, but it is better to implement
some dependency on the systemd level. Like, start dhcpd not earlier than
hostapd is started and operating. Or maybe start hostapd not earlier
than dhcpd has found its subnet and interface (if dhcpd is capable to
survive through temporary drop-down of its interface during normal
operation).

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

Title:
  isc-dhcp-server does not listen network interfaces

Status in isc-dhcp package in Ubuntu:
  Confirmed

Bug description:
  System: Ubuntu 16.04.4 LTS x64 XFCE desktop
  Version of package: isc-dhcp-server
  Uname: 4.4.0-127-generic
  Result spected: service isc-dhcp-server status returning that service is 
active, running and OK.
  Network interfaces: 2, enp0s3 (static, main), en0s8 not configured yet.
  Current result:
  service isc-dhcp-server status returns an error message, which says that 
there is no network interface listening.

  In /etc/default/isc-dhcp-server I have configured this line:
  INTERFACES="enp0s3" but still giving the same error. Links to an ask ubuntu 
question:https://askubuntu.com/questions/536531/dhcp-server-wont-start-gives-not-configured-to-listen-on-any-interfaces-eve

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1772941/+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 1776013] Re: systemd-networkd: DHCP lease lost (Ubuntu 18.04)

2018-06-09 Thread Wladimir Mutel
ok, I installed netplan.io 0.37.1 from Ubuntu Cosmic and set 'critical: true' 
for my ISP connection
will check how it will be going after that.

-- 
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/1776013

Title:
  systemd-networkd: DHCP lease lost (Ubuntu 18.04)

Status in systemd package in Ubuntu:
  New

Bug description:
  I have a Linux router whose external Ethernet interface is configured from 
ISP's DHCP server.
  After its migration from Ubuntu 16.04 + ifupdown + isc-dhcp-client to Ubuntu 
18.04 + netplan.io + systemd-networkd, I noticed that systemd-networkd plays 
overly fairly when it can not get a timely renew response from ISP's DHCP 
server: it honestly removes the dynamic IP from the interface and restores 
(often the same) IP only when ISP's DHCP server gives it a proper response 
again. Which causes 1..5-minute pauses in Internet availability since my ISP's 
DHCP server is for some reason flaky, i.e. it can become unresponsive for some 
periods of time. I never noticed this problem with isc-dhcp-client, and started 
noticing it only after migrating DHCP client role to systemd-networkd.
  The question is, can I (or you) make systemd-networkd DHCP client behave more 
relaxedly ?
  I know that most DHCP clients (isc-, pump, dhcpcd) at some stage of their 
development decided to implement such relaxed logic, i.e. to keep 
last-configured dynamic IP on the interface despite the lack of responses from 
DHCP server. As this is easier to implement than to make ISP staff fix their 
services, I would suppose there should be some knob in systemd-networkd 
settings. Or, at least, an idea to implement something similar in the future.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1776013/+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 1776013] [NEW] systemd-networkd: DHCP lease lost (Ubuntu 18.04)

2018-06-09 Thread Wladimir Mutel
Public bug reported:

I have a Linux router whose external Ethernet interface is configured from 
ISP's DHCP server.
After its migration from Ubuntu 16.04 + ifupdown + isc-dhcp-client to Ubuntu 
18.04 + netplan.io + systemd-networkd, I noticed that systemd-networkd plays 
overly fairly when it can not get a timely renew response from ISP's DHCP 
server: it honestly removes the dynamic IP from the interface and restores 
(often the same) IP only when ISP's DHCP server gives it a proper response 
again. Which causes 1..5-minute pauses in Internet availability since my ISP's 
DHCP server is for some reason flaky, i.e. it can become unresponsive for some 
periods of time. I never noticed this problem with isc-dhcp-client, and started 
noticing it only after migrating DHCP client role to systemd-networkd.
The question is, can I (or you) make systemd-networkd DHCP client behave more 
relaxedly ?
I know that most DHCP clients (isc-, pump, dhcpcd) at some stage of their 
development decided to implement such relaxed logic, i.e. to keep 
last-configured dynamic IP on the interface despite the lack of responses from 
DHCP server. As this is easier to implement than to make ISP staff fix their 
services, I would suppose there should be some knob in systemd-networkd 
settings. Or, at least, an idea to implement something similar in the future.

** 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/1776013

Title:
  systemd-networkd: DHCP lease lost (Ubuntu 18.04)

Status in systemd package in Ubuntu:
  New

Bug description:
  I have a Linux router whose external Ethernet interface is configured from 
ISP's DHCP server.
  After its migration from Ubuntu 16.04 + ifupdown + isc-dhcp-client to Ubuntu 
18.04 + netplan.io + systemd-networkd, I noticed that systemd-networkd plays 
overly fairly when it can not get a timely renew response from ISP's DHCP 
server: it honestly removes the dynamic IP from the interface and restores 
(often the same) IP only when ISP's DHCP server gives it a proper response 
again. Which causes 1..5-minute pauses in Internet availability since my ISP's 
DHCP server is for some reason flaky, i.e. it can become unresponsive for some 
periods of time. I never noticed this problem with isc-dhcp-client, and started 
noticing it only after migrating DHCP client role to systemd-networkd.
  The question is, can I (or you) make systemd-networkd DHCP client behave more 
relaxedly ?
  I know that most DHCP clients (isc-, pump, dhcpcd) at some stage of their 
development decided to implement such relaxed logic, i.e. to keep 
last-configured dynamic IP on the interface despite the lack of responses from 
DHCP server. As this is easier to implement than to make ISP staff fix their 
services, I would suppose there should be some knob in systemd-networkd 
settings. Or, at least, an idea to implement something similar in the future.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1776013/+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 1561643] Re: initramfs-tools ignores the FRAMEBUFFER option

2018-06-09 Thread Wladimir Mutel
Dear Thadeu,
I tested your patch and it seems to be working well
on my i386 system it reduced initrd from 8.1 to 2.9 MB
but does it have a chance to be integrated into Ubuntu 18.04 Bionic ? 
Or I should wait for Ubuntu 20.04 ?
Now it is not even integrated into Ub. 18.10 Cosmic

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

Title:
  initramfs-tools ignores the FRAMEBUFFER option

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  initramfs-tools ignores the FRAMEBUFFER option. This means that the
  framebuffer hook will always include the drm modules, regardless of
  whether it is dealing with an encrypted system or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: initramfs-tools 0.122ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 24 18:06:24 2016
  InstallationDate: Installed on 2016-02-16 (37 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160209)
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1561643/+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 1578141] Re: Predictable interface names partially broken with igb driver

2018-05-22 Thread Wladimir Mutel
I observe the same effect on Asus P10S-M WS motherboard with Ubuntu
18.04, kernel 4.15.0-22-generic

(from lshw :)
product: P10S-M WS Series
vendor: ASUSTeK COMPUTER INC.
version: Rev 1.xx

description: BIOS
vendor: American Megatrends Inc.
version: 4401
date: 03/05/2018

'biosdevname -d' prints both (2) onboard interfaces with BIOS device:
em1

BIOS device: em1
Kernel name: eno1
Permanent MAC: 2C:FD:A1:C6:F3:FA
Assigned MAC : 2C:FD:A1:C6:F3:FA
ifIndex: 2
Driver: igb
Driver version: 5.4.0-k
Firmware version: 3.16, 0x84d7
Bus Info: :01:00.0
PCI name  : :01:00.0
PCI Slot  : embedded
SMBIOS Device Type: Ethernet
SMBIOS Instance: 1
SMBIOS Label:  Onboard LAN
sysfs Index: 1
sysfs Label:  Onboard LAN
Embedded Index: 1

Duplicate: True
BIOS device: em1
Kernel name: rename3
Permanent MAC: 2C:FD:A1:C6:F3:FB
Assigned MAC : 2C:FD:A1:C6:F3:FB
ifIndex: 3
Driver: igb
Driver version: 5.4.0-k
Firmware version: 3.16, 0x8513
Bus Info: :02:00.0
PCI name  : :02:00.0
PCI Slot  : embedded
SMBIOS Device Type: Other
SMBIOS Instance: 1
SMBIOS Label:  Onboard 1394
sysfs Index: 1
sysfs Label:  Onboard 1394
Embedded Index: 2

Duplicate: True


so, this is not limited to SUpermicro boards only

-- 
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/1578141

Title:
  Predictable interface names partially broken with igb driver

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

Bug description:
  Note: I'm not sure whether this is really a kernel bug or something
  within systemd/udev, please advise how to further debug.

  On a system with two GE ports, instead of getting named eno1 and eno2,
  I am getting eno1 and renameN. Where N starts at 3 and increases by 2
  on every iteration of doing "rmmod igb;modprobe igb". The
  corresponding lines in dmesg look like this:

  [2.748429] igb :07:00.0: added PHC on eth0
  [2.748431] igb :07:00.0: Intel(R) Gigabit Ethernet Network Connection
  [2.748433] igb :07:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 
00:25:90:d7:60:8e
  [2.748505] igb :07:00.0: eth0: PBA No: 106100-000
  [2.748506] igb :07:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx 
queue(s)
  [2.802555] igb :07:00.1: added PHC on eth1
  [2.802557] igb :07:00.1: Intel(R) Gigabit Ethernet Network Connection
  [2.802559] igb :07:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 
00:25:90:d7:60:8f
  [2.802631] igb :07:00.1: eth1: PBA No: 106100-000
  [2.802632] igb :07:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx 
queue(s)
  [2.803618] igb :07:00.0 eno1: renamed from eth0
  [2.833208] igb :07:00.1 rename3: renamed from eth1

  What is even worse: Sometimes the naming changes and the second
  interface ends up as eno1 while the first interface is named renameN
  with an even N. The bad thing about this version is that when it
  happens while the installer is running, the installer will setup
  "rename2" as the primary network interface, which works fine for the
  installation itself, but after installation is finished and the first
  boot of the installed system happens, that interface will be gone,
  leaving the system without network connectivity.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  4 09:48 seq
   crw-rw 1 root audio 116, 33 May  4 09:48 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Wed May  4 10:00:39 2016
  HibernationDevice: RESUME=/dev/mapper/compute--node37--vg-swap
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Supermicro X9DRT-HF+
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:
   TERM=screen
   PATH=(custom, no user)
   LANG=en_US
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic 
root=/dev/mapper/compute--node37--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-21-generic N/A
   linux-backports-modules-4.4.0-21-generic  N/A
   linux-firmware   

[Touch-packages] [Bug 1770557] Re: systemd-resolved should be restarted only on actual DHCP/DNS updates

2018-05-19 Thread Wladimir Mutel
well, this fix is related only to isc-dhcp-client whose functionality is
replaced with systemd-networkd. so, don't know how relevant it is going
to be

-- 
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/1770557

Title:
  systemd-resolved should be restarted only on actual DHCP/DNS updates

Status in systemd package in Ubuntu:
  Triaged

Bug description:
  My ISP gives me a DHCP IP with lease time about 2 minutes
  in the script /etc/dhcp/dhclient-enter-hooks.d/resolved , a function 
make_resolv_conf is defined which creates config fragments in resolved.conf.d/ 
, then unconditionally restarts systemd-resolved service
  so, about every 2 minutes, this service is restarted on my system, despite 
the fact that DNS configuration is not changed.
  I would propose an update to the script, which first creates config fragments 
in temporary files, and then it restarts the service only when config is 
changed (or created/removed).
  now going to attach my patch below

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1770557/+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 1770557] Re: systemd-resolved should be restarted only on actual DHCP/DNS updates

2018-05-11 Thread Wladimir Mutel
** Patch added: "corrected version with added chmod +r"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1770557/+attachment/5137754/+files/resolved.patch

-- 
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/1770557

Title:
  systemd-resolved should be restarted only on actual DHCP/DNS updates

Status in systemd package in Ubuntu:
  New

Bug description:
  My ISP gives me a DHCP IP with lease time about 2 minutes
  in the script /etc/dhcp/dhclient-enter-hooks.d/resolved , a function 
make_resolv_conf is defined which creates config fragments in resolved.conf.d/ 
, then unconditionally restarts systemd-resolved service
  so, about every 2 minutes, this service is restarted on my system, despite 
the fact that DNS configuration is not changed.
  I would propose an update to the script, which first creates config fragments 
in temporary files, and then it restarts the service only when config is 
changed (or created/removed).
  now going to attach my patch below

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1770557/+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 1770557] Re: systemd-resolved should be restarted only on actual DHCP/DNS updates

2018-05-10 Thread Wladimir Mutel
** Patch added: "resolved.patch"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1770557/+attachment/5137558/+files/resolved.patch

-- 
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/1770557

Title:
  systemd-resolved should be restarted only on actual DHCP/DNS updates

Status in systemd package in Ubuntu:
  New

Bug description:
  My ISP gives me a DHCP IP with lease time about 2 minutes
  in the script /etc/dhcp/dhclient-enter-hooks.d/resolved , a function 
make_resolv_conf is defined which creates config fragments in resolved.conf.d/ 
, then unconditionally restarts systemd-resolved service
  so, about every 2 minutes, this service is restarted on my system, despite 
the fact that DNS configuration is not changed.
  I would propose an update to the script, which first creates config fragments 
in temporary files, and then it restarts the service only when config is 
changed (or created/removed).
  now going to attach my patch below

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1770557/+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 1770557] [NEW] systemd-resolved should be restarted only on actual DHCP/DNS updates

2018-05-10 Thread Wladimir Mutel
Public bug reported:

My ISP gives me a DHCP IP with lease time about 2 minutes
in the script /etc/dhcp/dhclient-enter-hooks.d/resolved , a function 
make_resolv_conf is defined which creates config fragments in resolved.conf.d/ 
, then unconditionally restarts systemd-resolved service
so, about every 2 minutes, this service is restarted on my system, despite the 
fact that DNS configuration is not changed.
I would propose an update to the script, which first creates config fragments 
in temporary files, and then it restarts the service only when config is 
changed (or created/removed).
now going to attach my patch below

** 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/1770557

Title:
  systemd-resolved should be restarted only on actual DHCP/DNS updates

Status in systemd package in Ubuntu:
  New

Bug description:
  My ISP gives me a DHCP IP with lease time about 2 minutes
  in the script /etc/dhcp/dhclient-enter-hooks.d/resolved , a function 
make_resolv_conf is defined which creates config fragments in resolved.conf.d/ 
, then unconditionally restarts systemd-resolved service
  so, about every 2 minutes, this service is restarted on my system, despite 
the fact that DNS configuration is not changed.
  I would propose an update to the script, which first creates config fragments 
in temporary files, and then it restarts the service only when config is 
changed (or created/removed).
  now going to attach my patch below

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1770557/+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 1448657] Re: isc-dhcp-server: Can't create PID file /run/dhcp-server/dhcpd.pid: Permission denied

2018-04-26 Thread Wladimir Mutel
Why not fix this bug in Ubuntu Bionic where it still happens ?

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

Title:
  isc-dhcp-server: Can't create PID file /run/dhcp-server/dhcpd.pid:
  Permission denied

Status in isc-dhcp package in Ubuntu:
  Confirmed

Bug description:
  Just upgraded from 14-10 to 15-04, and now see the following in
  syslog:

  Apr 26 10:50:08 server kernel: [70470.960718] audit: type=1400 
audit(1430045408.725:8): apparmor="DENIED" operation="capable" 
profile="/usr/sbin/dhcpd" pid=8619 comm="dhcpd" capability=1  capname="dac_ove
  rride"
  Apr 26 10:50:08 server sh[8619]: Can't create PID file 
/run/dhcp-server/dhcpd.pid: Permission denied.

  Description:Ubuntu 15.04
  Release:15.04

  isc-dhcp-server:
Installed: 4.3.1-5ubuntu2

  --- 8x -

  # cat /etc/default/isc-dhcp-server

  # Defaults for isc-dhcp-server initscript
  # sourced by /etc/init.d/isc-dhcp-server
  # installed at /etc/default/isc-dhcp-server by the maintainer scripts

  #
  # This is a POSIX shell fragment
  #

  # Path to dhcpd's config file (default: /etc/dhcp/dhcpd.conf).
  #DHCPD_CONF=/etc/dhcp/dhcpd.conf

  # Path to dhcpd's PID file (default: /var/run/dhcpd.pid).
  #DHCPD_PID=/var/run/dhcpd.pid

  # Additional options to start dhcpd with.
  #   Don't use options -cf or -pf here; use DHCPD_CONF/ DHCPD_PID instead
  #OPTIONS=""

  # On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
  #   Separate multiple interfaces with spaces, e.g. "eth0 eth1".
  INTERFACES=""

  --- 8x -

  # ls -la /var/run
  lrwxrwxrwx 1 root root 4 Oct 24  2013 /var/run -> /run

  # ls -la /run/dhcp-server/
  total 0
  drwxr-xr-x  2 dhcpd dhcpd   40 Apr 26 10:59 .
  drwxr-xr-x 34 root  root  1060 Apr 26 11:33 ..

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1448657/+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 1561643] Re: initramfs-tools ignores the FRAMEBUFFER option

2018-03-16 Thread Wladimir Mutel
I reported the same problem with more details at 
https://bugs.launchpad.net/initramfs-tools/+bug/1651170
But I am not sure that anyone is reading initramfs-tools bug reports ever.
I don't like that my initrd*.img is about 50 MB large, but who else cares, the 
storage is cheap and fast now.

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

Title:
  initramfs-tools ignores the FRAMEBUFFER option

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  initramfs-tools ignores the FRAMEBUFFER option. This means that the
  framebuffer hook will always include the drm modules, regardless of
  whether it is dealing with an encrypted system or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: initramfs-tools 0.122ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 24 18:06:24 2016
  InstallationDate: Installed on 2016-02-16 (37 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160209)
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1561643/+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 1651170] Re: run_scripts_optional sets 'y' value but call_scripts checks for 'optional' value

2018-03-16 Thread Wladimir Mutel
Is this misbehaviour going to be perpetuated into Ubuntu Bionic 18.04 ?

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

Title:
  run_scripts_optional sets 'y' value but call_scripts checks for
  'optional' value

Status in initramfs-tools:
  New
Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  I looked into my initramfs and found there big graphics modules for hardware 
which I don't have. 
  I found a place where these modules were copied into initramfs, it was in 
/usr/share/initramfs-tools/hooks/framebuffer
  Also I found a recipe on the Internet, advising to put 'FRAMEBUFFER=n' into 
initramfs.conf to exclude optional hooks and scipts which have 
OPTION=FRAMEBUFFER in them from initramfs creation
  I tried to set this option and to update my initramfs, but did not succeed
  So I examined mkinitramfs and related scripts and found this sequence in 
/usr/share/initramfs-tools/hook-functions :

  run_scripts_optional()
  {
  call_scripts_optional=y
  run_scripts "$@"
  }
  ...
  run_scripts()
  {
  ...
  call_scripts $scriptdir
  }
  ...
  call_scripts()
  {
  ...
  for cs_x in ${runlist}; do
  ...
  if [ x"$call_scripts_optional" = "xoptional" ]; then
  option=$(sed 
'/^OPTION=/!d;$d;s/^OPTION=//;s/[[:space:]]*$//' "${initdir}/${cs_x}")
  [ -z "${option}" ] || eval test -n \"\${$option}\" -a 
\"\${$option}\" != \"n\" || continue
  fi
  ...
  done
  ...
  }

  As you see, variable 'call_scripts_optional' is set to vaue 'y' in
  run_scripts_optional function, but then it is checked for having
  'optional' value in call_scripts function

  This is observed at least in up-to-date Ubuntu Xenial and Zesty
  I will also check equivalent scripts in Debian testing/unstable and report my 
finding in a comment below.

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/1651170/+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 1708166] Re: systemd/udev does not rename network interfaces specified in .link files

2017-08-04 Thread Wladimir Mutel
Hell, believe or not, I had read along man system.link several times, but I 
would wish to be able to understand all these little subtleties.
"All link files are collectively sorted and processed in lexical order, 
regardless of the directories in which they live. However, files with identical 
filenames replace each other. Files in /etc have the highest priority, files in 
/run take precedence over files with the same name in /usr/lib."
Go figure...

There are plenty of recipes on the Internet telling the reader to disable the 
damned "novelty"
https://askubuntu.com/questions/767786/changing-network-interfaces-name-ubuntu-16-04
https://serverfault.com/questions/837454/interface-will-not-rename-under-systemd
etc
https://www.google.com.ua/search?q=ubuntu+systemd+link+rename+interfaces

Most often, what is forgotten, is regeneration of initramfs file after .link 
changes
But also, sometimes numeric prefix of the .link file name is forgotten as well
So, this is not working, frustrating, infuriating the user and making him want 
to disable the damned thing altogether.

As for me, just now, I managed to guess that .links preventing renaming of VLAN 
interfaces should have earlier prefixes than ones binding known interface names 
to their MAC addresses (as VLAN iface has the same MAC)
This was a really hard-earned knowledge because there are no usable HOWTOs 
about these "novelties"
https://askubuntu.com/questions/791149/prevent-vlan-and-bridge-interface-rename-to-renamex-form
https://www.prolixium.com/blog?id=1023
https://www.google.com.ua/search?q=ubuntu+systemd+vlan+link+rename

So, with current system documentation, unless you don't have an existing
working sample for copying, you are doomed to guessworks, spitting and
cursing until you guess what to write where and how to name it.

-- 
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/1708166

Title:
  systemd/udev does not rename network interfaces specified in .link
  files

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  $ ip link show
  ...
  2: enp2s0:  mtu 1500 qdisc pfifo_fast state 
UP mode DEFAULT group default qlen 1000
  link/ether d0:50:99:76:a1:bf brd ff:ff:ff:ff:ff:ff

  $ cat /etc/systemd/network/eth0.link
  [Match]
  MACAddress=d0:50:99:76:a1:bf
  [Link]
  Name=eth0

  I am pretty sure that MAC addresses do match
  And I don't change net.ifnames to 0 :

  $ cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-4.4.0-87-generic.efi.signed 
root=/dev/mapper/vg_smart-root_smart ro

  then :

  $ sudo udevadm test-builtin net_setup_link /sys/class/net/enp2s0
  [sudo] password for mwg:
  calling: test-builtin
  === trie on-disk ===
  tool version:  229
  file size: 6841778 bytes
  header size 80 bytes
  strings1755242 bytes
  nodes  5086456 bytes
  Load module index
  timestamp of '/etc/systemd/network' changed
  Parsed configuration file /etc/systemd/network/eth0.link
  Parsed configuration file /lib/systemd/network/99-default.link
  Created link configuration context.
  ID_NET_DRIVER=r8169
  Config file /lib/systemd/network/99-default.link applies to device enp2s0
  ID_NET_LINK_FILE=/lib/systemd/network/99-default.link
  Unload module index
  Unloaded link configuration context.

  (and, surely, the interface is renamed from eth0 to enp2s0 on boot,
  but not renamed back afterwards)

  can you please tell where I could be wrong ?

  on my existing systems I still keep MAC->ifname relations in
  /etc/udev/rules.d/70-persistent-net.rules inherited from past Ubuntu
  versions. But this is a new setup of Ubuntu 16.04 and I would like to
  configure it in the new & recommended way.

  thanks in advance for your replies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1708166/+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 1708166] Re: systemd/udev does not rename network interfaces specified in .link files

2017-08-03 Thread Wladimir Mutel
steps 1) and 2) really helped me to make this work

now I am wondering where in the Ubuntu documentation I could find about
this ?

I see similar questions on the Internet, with most responses like
'revert to the old way of /etc/udev/rules.d/70-persistent-net.rules',
'disable net.ifnames', 'link /dev/null into /etc/udev/rules.d/80-net-
setup-link.rules', etc.

Only here on Launchpad I was able to get the proper and working response from 
you
How did you learn about doing this right ? :>

-- 
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/1708166

Title:
  systemd/udev does not rename network interfaces specified in .link
  files

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  $ ip link show
  ...
  2: enp2s0:  mtu 1500 qdisc pfifo_fast state 
UP mode DEFAULT group default qlen 1000
  link/ether d0:50:99:76:a1:bf brd ff:ff:ff:ff:ff:ff

  $ cat /etc/systemd/network/eth0.link
  [Match]
  MACAddress=d0:50:99:76:a1:bf
  [Link]
  Name=eth0

  I am pretty sure that MAC addresses do match
  And I don't change net.ifnames to 0 :

  $ cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-4.4.0-87-generic.efi.signed 
root=/dev/mapper/vg_smart-root_smart ro

  then :

  $ sudo udevadm test-builtin net_setup_link /sys/class/net/enp2s0
  [sudo] password for mwg:
  calling: test-builtin
  === trie on-disk ===
  tool version:  229
  file size: 6841778 bytes
  header size 80 bytes
  strings1755242 bytes
  nodes  5086456 bytes
  Load module index
  timestamp of '/etc/systemd/network' changed
  Parsed configuration file /etc/systemd/network/eth0.link
  Parsed configuration file /lib/systemd/network/99-default.link
  Created link configuration context.
  ID_NET_DRIVER=r8169
  Config file /lib/systemd/network/99-default.link applies to device enp2s0
  ID_NET_LINK_FILE=/lib/systemd/network/99-default.link
  Unload module index
  Unloaded link configuration context.

  (and, surely, the interface is renamed from eth0 to enp2s0 on boot,
  but not renamed back afterwards)

  can you please tell where I could be wrong ?

  on my existing systems I still keep MAC->ifname relations in
  /etc/udev/rules.d/70-persistent-net.rules inherited from past Ubuntu
  versions. But this is a new setup of Ubuntu 16.04 and I would like to
  configure it in the new & recommended way.

  thanks in advance for your replies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1708166/+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 1708166] [NEW] systemd/udev does not rename network interfaces specified in .link files

2017-08-02 Thread Wladimir Mutel
Public bug reported:

$ ip link show
...
2: enp2s0:  mtu 1500 qdisc pfifo_fast state UP 
mode DEFAULT group default qlen 1000
link/ether d0:50:99:76:a1:bf brd ff:ff:ff:ff:ff:ff

$ cat /etc/systemd/network/eth0.link
[Match]
MACAddress=d0:50:99:76:a1:bf
[Link]
Name=eth0

I am pretty sure that MAC addresses do match
And I don't change net.ifnames to 0 :

$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.4.0-87-generic.efi.signed 
root=/dev/mapper/vg_smart-root_smart ro

then :

$ sudo udevadm test-builtin net_setup_link /sys/class/net/enp2s0
[sudo] password for mwg:
calling: test-builtin
=== trie on-disk ===
tool version:  229
file size: 6841778 bytes
header size 80 bytes
strings1755242 bytes
nodes  5086456 bytes
Load module index
timestamp of '/etc/systemd/network' changed
Parsed configuration file /etc/systemd/network/eth0.link
Parsed configuration file /lib/systemd/network/99-default.link
Created link configuration context.
ID_NET_DRIVER=r8169
Config file /lib/systemd/network/99-default.link applies to device enp2s0
ID_NET_LINK_FILE=/lib/systemd/network/99-default.link
Unload module index
Unloaded link configuration context.

(and, surely, the interface is renamed from eth0 to enp2s0 on boot, but
not renamed back afterwards)

can you please tell where I could be wrong ?

on my existing systems I still keep MAC->ifname relations in
/etc/udev/rules.d/70-persistent-net.rules inherited from past Ubuntu
versions. But this is a new setup of Ubuntu 16.04 and I would like to
configure it in the new & recommended way.

thanks in advance for your replies

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

** Description changed:

  $ ip link show
  ...
  2: enp2s0:  mtu 1500 qdisc pfifo_fast state 
UP mode DEFAULT group default qlen 1000
- link/ether d0:50:99:76:a1:bf brd ff:ff:ff:ff:ff:ff
+ link/ether d0:50:99:76:a1:bf brd ff:ff:ff:ff:ff:ff
  
  $ cat /etc/systemd/network/eth0.link
  [Match]
  MACAddress=d0:50:99:76:a1:bf
  [Link]
  Name=eth0
  
  I am pretty sure that MAC addresses do match
  And I don't change net.ifnames to 0 :
  
  $ cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-4.4.0-87-generic.efi.signed 
root=/dev/mapper/vg_smart-root_smart ro
  
  then :
  
  $ sudo udevadm test-builtin net_setup_link /sys/class/net/enp2s0
  [sudo] password for mwg:
  calling: test-builtin
  === trie on-disk ===
  tool version:  229
  file size: 6841778 bytes
  header size 80 bytes
  strings1755242 bytes
  nodes  5086456 bytes
  Load module index
  timestamp of '/etc/systemd/network' changed
  Parsed configuration file /etc/systemd/network/eth0.link
  Parsed configuration file /lib/systemd/network/99-default.link
  Created link configuration context.
  ID_NET_DRIVER=r8169
  Config file /lib/systemd/network/99-default.link applies to device enp2s0
  ID_NET_LINK_FILE=/lib/systemd/network/99-default.link
  Unload module index
  Unloaded link configuration context.
  
+ (and, surely, the interface is renamed from eth0 to enp2s0 on boot, but
+ not renamed back afterwards)
+ 
  can you please tell where I could be wrong ?
  
  on my existing systems I still keep MAC->ifname relations in
  /etc/udev/rules.d/70-persistent-net.rules inherited from past Ubuntu
  versions. But this is a new setup of Ubuntu 16.04 and I would like to
  configure it in the new & recommended way.
  
  thanks in advance for your replies

-- 
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/1708166

Title:
  systemd/udev does not rename network interfaces specified in .link
  files

Status in systemd package in Ubuntu:
  New

Bug description:
  $ ip link show
  ...
  2: enp2s0:  mtu 1500 qdisc pfifo_fast state 
UP mode DEFAULT group default qlen 1000
  link/ether d0:50:99:76:a1:bf brd ff:ff:ff:ff:ff:ff

  $ cat /etc/systemd/network/eth0.link
  [Match]
  MACAddress=d0:50:99:76:a1:bf
  [Link]
  Name=eth0

  I am pretty sure that MAC addresses do match
  And I don't change net.ifnames to 0 :

  $ cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-4.4.0-87-generic.efi.signed 
root=/dev/mapper/vg_smart-root_smart ro

  then :

  $ sudo udevadm test-builtin net_setup_link /sys/class/net/enp2s0
  [sudo] password for mwg:
  calling: test-builtin
  === trie on-disk ===
  tool version:  229
  file size: 6841778 bytes
  header size 80 bytes
  strings1755242 bytes
  nodes  5086456 bytes
  Load module index
  timestamp of '/etc/systemd/network' changed
  Parsed configuration file /etc/systemd/network/eth0.link
  Parsed configuration file /lib/systemd/network/99-default.link
  Created link configuration context.
  ID_NET_DRIVER=r8169
  Config file 

[Touch-packages] [Bug 1651170] Re: run_scripts_optional sets 'y' value but call_scripts checks for 'optional' value

2016-12-20 Thread Wladimir Mutel
The fix is looking pretty simple, either compare the variable to "xy"
string, or assign it "optional" instead of "y"

** Also affects: initramfs-tools (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  run_scripts_optional sets 'y' value but call_scripts checks for
  'optional' value

Status in initramfs-tools:
  New
Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  I looked into my initramfs and found there big graphics modules for hardware 
which I don't have. 
  I found a place where these modules were copied into initramfs, it was in 
/usr/share/initramfs-tools/hooks/framebuffer
  Also I found a recipe on the Internet, advising to put 'FRAMEBUFFER=n' into 
initramfs.conf to exclude optional hooks and scipts which have 
OPTION=FRAMEBUFFER in them from initramfs creation
  I tried to set this option and to update my initramfs, but did not succeed
  So I examined mkinitramfs and related scripts and found this sequence in 
/usr/share/initramfs-tools/hook-functions :

  run_scripts_optional()
  {
  call_scripts_optional=y
  run_scripts "$@"
  }
  ...
  run_scripts()
  {
  ...
  call_scripts $scriptdir
  }
  ...
  call_scripts()
  {
  ...
  for cs_x in ${runlist}; do
  ...
  if [ x"$call_scripts_optional" = "xoptional" ]; then
  option=$(sed 
'/^OPTION=/!d;$d;s/^OPTION=//;s/[[:space:]]*$//' "${initdir}/${cs_x}")
  [ -z "${option}" ] || eval test -n \"\${$option}\" -a 
\"\${$option}\" != \"n\" || continue
  fi
  ...
  done
  ...
  }

  As you see, variable 'call_scripts_optional' is set to vaue 'y' in
  run_scripts_optional function, but then it is checked for having
  'optional' value in call_scripts function

  This is observed at least in up-to-date Ubuntu Xenial and Zesty
  I will also check equivalent scripts in Debian testing/unstable and report my 
finding in a comment below.

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/1651170/+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 1525392] Re: unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008) on modern Ubuntu (Wily/Xenial)

2015-12-15 Thread Wladimir Mutel
created related ModemManager bug
https://bugs.freedesktop.org/show_bug.cgi?id=93392

** Bug watch added: freedesktop.org Bugzilla #93392
   https://bugs.freedesktop.org/show_bug.cgi?id=93392

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

Title:
  unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008)
  on modern Ubuntu (Wily/Xenial)

Status in modemmanager package in Ubuntu:
  New

Bug description:
  This modem is quite old, its firmware date is from 2008 (as shown in 
modem-manager-gui)
  In NetworkMnaager, it adds 'mobile broadband' icon to the menu, with 
enable/disable checkbox (which is changed on clicking it).
  In NM Connection Editor it allows me to create Mobile Broadband connection, 
it sees CMOTECH CDMA modem device, and allows me to select country and operator 
(Ukraine/InterTelecom), which fills dial number, login and password with 
good-looking strings, but then I was never able to connect to this connection 
(connect/disconnect buttons are disabled/greyed-out).

  in the logs I see this :

  Dec 11 22:12:47 hostname kernel: usb 1-2: new high-speed USB device number 15 
using xhci_hcd
  Dec 11 22:12:47 hostname kernel: usb 1-2: New USB device found, 
idVendor=1a40, idProduct=0101
  Dec 11 22:12:47 hostname kernel: usb 1-2: New USB device strings: Mfr=0, 
Product=1, SerialNumber=0
  Dec 11 22:12:47 hostname kernel: usb 1-2: Product: USB 2.0 Hub [MTT]
  Dec 11 22:12:47 hostname kernel: hub 1-2:1.0: USB hub found
  Dec 11 22:12:47 hostname kernel: hub 1-2:1.0: 4 ports detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: new full-speed USB device number 
17 using xhci_hcd
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: New USB device found, 
idVendor=16d8, idProduct=6008
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: Product: CMOTECH CDMA Technologies
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: Manufacturer: CMOTECH CO., LTD.
  Dec 11 22:12:50 hostname kernel: qmi_wwan 1-2.2:1.0: cdc-wdm0: USB WDM device
  Dec 11 22:12:50 hostname kernel: qmi_wwan 1-2.2:1.0 wwan0: register 
'qmi_wwan' at usb-:00:14.0-2.2, WWAN/QMI device, e6:d0:dc:04:ec:c2
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.1: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB0
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.2: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB1
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.3: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB2
  Dec 11 22:12:50 hostname kernel: usb-storage 1-2.2:1.4: USB Mass Storage 
device detected
  Dec 11 22:12:50 hostname kernel: scsi host8: usb-storage 1-2.2:1.4
  Dec 11 22:12:50 hostname mtp-probe[5056]: checking bus 1, device 17: 
"/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2"
  Dec 11 22:12:50 hostname mtp-probe[5056]: bus: 1, device: 17 was not an MTP 
device
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB1): port 
attributes not fully set
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB0): port 
attributes not fully set
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB2): port 
attributes not fully set
  Dec 11 22:12:51 hostname kernel: scsi 8:0:0:0: CD-ROMCMOTECH  
Mass Storage 2.31 PQ: 0 ANSI: 6
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: [sr0] scsi3-mmc drive: 11x/99x 
xa/form2 caddy
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: Attached scsi CD-ROM sr0
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: Attached scsi generic sg1 type 5
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] Opening device 
with flags 'version-info, proxy'...
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] Checking version 
info (10 retries)...
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] QMI Device 
supports 4 services:
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]ctl (1.0)
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]wds (1.1)
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]dms (1.1)
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]nas (1.0)
  Dec 11 22:12:51 hostname NetworkManager[788]:   devices added (path: 
/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/net/wwan0, iface: 
wwan0)
  Dec 11 22:12:51 hostname NetworkManager[788]:   device added (path: 
/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/net/wwan0, iface: 
wwan0): no ifupdown configuration found.
  Dec 11 22:12:59 hostname ModemManager[4666]:   (ttyUSB0): port 
attributes not fully set
  Dec 

[Touch-packages] [Bug 1525392] Re: unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008) on modern Ubuntu (Wily/Xenial)

2015-12-13 Thread Wladimir Mutel
To my big surprise, it worked with Kubuntu 12.04
So it is a clear regression, most probably caused by adding QMI support to 
the kernel and to the ModemManager, also by ModemManager relying on newer QMI 
versions than those provided by older modems, and by absence of testing 
ModemManager on this hardware, old now but once quite popular in its times.
In Kubuntu Precise it works using just usb/option driver, without qmi/mbim

packages :

ii  linux-image-3.2.0-95-generic   3.2.0-95.135 
   Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii  modemmanager   0.5.2.0-0ubuntu2 
   D-Bus service for managing modems
ii  network-manager0.9.4.0-0ubuntu4.4.1 
   network management framework (daemon and userspace tools)

logs:

Dec 13 11:39:13 ubuntu kernel: [  411.764690] usb 2-1.1: new high-speed USB 
device number 4 using ehci_hcd
Dec 13 11:39:13 ubuntu kernel: [  411.857680] hub 2-1.1:1.0: USB hub found
Dec 13 11:39:13 ubuntu kernel: [  411.861050] hub 2-1.1:1.0: 4 ports detected
Dec 13 11:39:15 ubuntu kernel: [  414.094366] hub 2-1.1:1.0: unable to 
enumerate USB device on port 2
Dec 13 11:39:16 ubuntu kernel: [  414.645213] usb 2-1.1.2: new full-speed USB 
device number 6 using ehci_hcd
Dec 13 11:39:16 ubuntu mtp-probe: checking bus 2, device 6: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.1/2-1.1.2"
Dec 13 11:39:16 ubuntu kernel: [  414.742807] scsi5 : usb-storage 2-1.1.2:1.4
Dec 13 11:39:16 ubuntu mtp-probe: bus: 2, device: 6 was not an MTP device
Dec 13 11:39:16 ubuntu kernel: [  415.190358] usbcore: registered new interface 
driver usbserial
Dec 13 11:39:16 ubuntu kernel: [  415.190386] USB Serial support registered for 
generic
Dec 13 11:39:16 ubuntu kernel: [  415.190489] usbcore: registered new interface 
driver usbserial_generic
Dec 13 11:39:16 ubuntu kernel: [  415.190493] usbserial: USB Serial Driver core
Dec 13 11:39:16 ubuntu kernel: [  415.199770] USB Serial support registered for 
GSM modem (1-port)
Dec 13 11:39:16 ubuntu kernel: [  415.200560] option 2-1.1.2:1.1: GSM modem 
(1-port) converter detected
Dec 13 11:39:16 ubuntu kernel: [  415.200764] usb 2-1.1.2: GSM modem (1-port) 
converter now attached to ttyUSB0
Dec 13 11:39:16 ubuntu kernel: [  415.200839] option 2-1.1.2:1.2: GSM modem 
(1-port) converter detected
Dec 13 11:39:16 ubuntu kernel: [  415.201051] usb 2-1.1.2: GSM modem (1-port) 
converter now attached to ttyUSB1
Dec 13 11:39:16 ubuntu kernel: [  415.201126] option 2-1.1.2:1.3: GSM modem 
(1-port) converter detected
Dec 13 11:39:16 ubuntu kernel: [  415.201330] usb 2-1.1.2: GSM modem (1-port) 
converter now attached to ttyUSB2
Dec 13 11:39:16 ubuntu kernel: [  415.201373] usbcore: registered new interface 
driver option
Dec 13 11:39:16 ubuntu kernel: [  415.201377] option: v0.7.2:USB Driver for GSM 
modems
Dec 13 11:39:16 ubuntu modem-manager[1060]:   (ttyUSB1) opening serial 
port...
Dec 13 11:39:16 ubuntu modem-manager[1060]:   (ttyUSB0) opening serial 
port...
Dec 13 11:39:16 ubuntu modem-manager[1060]:   (ttyUSB2) opening serial 
port...
Dec 13 11:39:17 ubuntu kernel: [  415.741615] scsi 5:0:0:0: CD-ROM
CMOTECH  Mass Storage 2.31 PQ: 0 ANSI: 6
Dec 13 11:39:17 ubuntu kernel: [  415.775562] sr0: scsi3-mmc drive: 0x/0x caddy
Dec 13 11:39:17 ubuntu kernel: [  415.775569] cdrom: Uniform CD-ROM driver 
Revision: 3.20
Dec 13 11:39:17 ubuntu kernel: [  415.776461] sr 5:0:0:0: Attached scsi CD-ROM 
sr0
Dec 13 11:39:17 ubuntu kernel: [  415.776807] sr 5:0:0:0: Attached scsi generic 
sg2 type 5
Dec 13 11:39:17 ubuntu kernel: [  415.875299] sr0: CDROM (ioctl) error, 
command: Xpwrite, Read disk info 51 00 00 00 00 00 00 00 02 00
Dec 13 11:39:17 ubuntu kernel: [  415.875321] sr: Sense Key : Hardware Error 
[current] 
Dec 13 11:39:17 ubuntu kernel: [  415.875329] sr: Add. Sense: No additional 
sense information
Dec 13 11:39:17 ubuntu ata_id[2501]: HDIO_GET_IDENTITY failed for '/dev/sr0': 
Invalid argument
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (ttyUSB0) closing serial 
port...
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (ttyUSB0) serial port closed
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (ttyUSB0) opening serial 
port...
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (Generic): CDMA modem 
/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.1/2-1.1.2 claimed port ttyUSB0
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (ttyUSB0) closing serial 
port...
Dec 13 11:39:17 ubuntu modem-manager[1060]:   (ttyUSB0) serial port closed
Dec 13 11:39:29 ubuntu modem-manager[1060]:   (ttyUSB1) closing serial 
port...
Dec 13 11:39:29 ubuntu modem-manager[1060]:   (ttyUSB1) serial port closed
Dec 13 11:39:29 ubuntu modem-manager[1060]:   (ttyUSB1) opening serial 
port...
Dec 13 11:39:29 ubuntu modem-manager[1060]:   (ttyUSB2) closing serial 
port...
Dec 13 11:39:29 ubuntu modem-manager[1060]:   (ttyUSB2) serial port closed
Dec 13 11:39:29 ubuntu 

[Touch-packages] [Bug 1525392] Re: unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008) on modern Ubuntu (Wily/Xenial)

2015-12-13 Thread Wladimir Mutel
It did not work with default setup of Kubuntu 14.04, but I made it work
after blacklisting modules qmi_wwan & cdc_wdm as recommended at some
Internet pages like http://kubuntu.ru/node/13046
(https://translate.google.com/translate?sl=ru=en=y=_t=uk=UTF-8=http%3A%2F%2Fkubuntu.ru%2Fnode%2F13046
==url)

Anyway I would call this a regression : what's the point of supporting
QMI/CDC/WDM in the kernel, if ModemManager does not support older
versions of QMI services ? Why break support of existing hardware by
these 'improvements' ? Why make plain users find workarounds for this
problem ?

Don't know if it is worth to append this bug also to 'linux' package, or
leave it to 'modemmanager' only.

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

Title:
  unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008)
  on modern Ubuntu (Wily/Xenial)

Status in modemmanager package in Ubuntu:
  New

Bug description:
  This modem is quite old, its firmware date is from 2008 (as shown in 
modem-manager-gui)
  In NetworkMnaager, it adds 'mobile broadband' icon to the menu, with 
enable/disable checkbox (which is changed on clicking it).
  In NM Connection Editor it allows me to create Mobile Broadband connection, 
it sees CMOTECH CDMA modem device, and allows me to select country and operator 
(Ukraine/InterTelecom), which fills dial number, login and password with 
good-looking strings, but then I was never able to connect to this connection 
(connect/disconnect buttons are disabled/greyed-out).

  in the logs I see this :

  Dec 11 22:12:47 hostname kernel: usb 1-2: new high-speed USB device number 15 
using xhci_hcd
  Dec 11 22:12:47 hostname kernel: usb 1-2: New USB device found, 
idVendor=1a40, idProduct=0101
  Dec 11 22:12:47 hostname kernel: usb 1-2: New USB device strings: Mfr=0, 
Product=1, SerialNumber=0
  Dec 11 22:12:47 hostname kernel: usb 1-2: Product: USB 2.0 Hub [MTT]
  Dec 11 22:12:47 hostname kernel: hub 1-2:1.0: USB hub found
  Dec 11 22:12:47 hostname kernel: hub 1-2:1.0: 4 ports detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: new full-speed USB device number 
17 using xhci_hcd
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: New USB device found, 
idVendor=16d8, idProduct=6008
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: Product: CMOTECH CDMA Technologies
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: Manufacturer: CMOTECH CO., LTD.
  Dec 11 22:12:50 hostname kernel: qmi_wwan 1-2.2:1.0: cdc-wdm0: USB WDM device
  Dec 11 22:12:50 hostname kernel: qmi_wwan 1-2.2:1.0 wwan0: register 
'qmi_wwan' at usb-:00:14.0-2.2, WWAN/QMI device, e6:d0:dc:04:ec:c2
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.1: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB0
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.2: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB1
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.3: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB2
  Dec 11 22:12:50 hostname kernel: usb-storage 1-2.2:1.4: USB Mass Storage 
device detected
  Dec 11 22:12:50 hostname kernel: scsi host8: usb-storage 1-2.2:1.4
  Dec 11 22:12:50 hostname mtp-probe[5056]: checking bus 1, device 17: 
"/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2"
  Dec 11 22:12:50 hostname mtp-probe[5056]: bus: 1, device: 17 was not an MTP 
device
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB1): port 
attributes not fully set
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB0): port 
attributes not fully set
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB2): port 
attributes not fully set
  Dec 11 22:12:51 hostname kernel: scsi 8:0:0:0: CD-ROMCMOTECH  
Mass Storage 2.31 PQ: 0 ANSI: 6
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: [sr0] scsi3-mmc drive: 11x/99x 
xa/form2 caddy
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: Attached scsi CD-ROM sr0
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: Attached scsi generic sg1 type 5
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] Opening device 
with flags 'version-info, proxy'...
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] Checking version 
info (10 retries)...
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] QMI Device 
supports 4 services:
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]ctl (1.0)
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]wds (1.1)
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]dms (1.1)
  Dec 11 22:12:51 

[Touch-packages] [Bug 1525392] Re: unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008) on modern Ubuntu (Wily/Xenial)

2015-12-12 Thread Wladimir Mutel
from Debian 8.2, packages :

ii  linux-image-3.16.0-4-amd643.16.7-ckt11-1+deb8u6  amd64  Linux 3.16 
for 64-bit PCs
ii  modemmanager  1.4.0-1   
  amd64  D-Bus service for managing modems
ii  network-manager   0.9.10.0-7   
amd64  network management framework (daemon and userspace tools)

logs:

Dec 11 22:41:49 debian kernel: usb 1-2.2: new full-speed USB device number 6 
using xhci_hcd
Dec 11 22:41:49 debian kernel: usb 1-2.2: device descriptor read/64, error -32
Dec 11 22:41:49 debian kernel: usb 1-2.2: New USB device found, idVendor=16d8, 
idProduct=6008
Dec 11 22:41:49 debian kernel: usb 1-2.2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
Dec 11 22:41:49 debian kernel: usb 1-2.2: Product: CMOTECH CDMA Technologies
Dec 11 22:41:49 debian kernel: usb 1-2.2: Manufacturer: CMOTECH CO., LTD.
Dec 11 22:41:49 debian kernel: usb-storage 1-2.2:1.4: USB Mass Storage device 
detected
Dec 11 22:41:49 debian kernel: scsi5 : usb-storage 1-2.2:1.4
Dec 11 22:41:49 debian kernel: scsi 5:0:0:0: CD-ROMCMOTECH  Mass 
Storage 2.31 PQ: 0 ANSI: 6
Dec 11 22:41:49 debian kernel: scsi 5:0:0:0: Attached scsi generic sg2 type 5
Dec 11 22:41:49 debian kernel: sr0: scsi3-mmc drive: 85x/0x cdda 
Dec 11 22:41:49 debian kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Dec 11 22:41:49 debian kernel: sr 5:0:0:0: Attached scsi CD-ROM sr0
Dec 11 22:41:49 debian kernel: sr0: CDROM (ioctl) error, command: Xpwrite, Read 
disk info 51 00 00 00 00 00 00 00 02 00
Dec 11 22:41:49 debian kernel: sr: Sense Key : Hardware Error [current] 
Dec 11 22:41:49 debian kernel: sr: Add. Sense: No additional sense information
Dec 11 22:41:50 debian mtp-probe[234]: checking bus 1, device 6: 
"/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2"
Dec 11 22:41:50 debian mtp-probe[237]: checking bus 1, device 4: 
"/sys/devices/pci:00/:00:14.0/usb1/1-5"
Dec 11 22:41:50 debian mtp-probe[238]: checking bus 1, device 5: 
"/sys/devices/pci:00/:00:14.0/usb1/1-6"
Dec 11 22:41:50 debian mtp-probe[233]: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:14.0/usb1/1-1"
Dec 11 22:41:50 debian mtp-probe[233]: bus: 1, device: 2 was not an MTP device
Dec 11 22:41:50 debian mtp-probe[237]: bus: 1, device: 4 was not an MTP device
Dec 11 22:41:50 debian mtp-probe[238]: bus: 1, device: 5 was not an MTP device
Dec 11 22:41:50 debian mtp-probe[234]: bus: 1, device: 6 was not an MTP device
Dec 11 22:41:51 debian kernel: usbcore: registered new interface driver cdc_wdm
Dec 11 22:41:51 debian kernel: qmi_wwan 1-2.2:1.0: cdc-wdm0: USB WDM device
Dec 11 22:41:51 debian kernel: qmi_wwan 1-2.2:1.0 wwan0: register 'qmi_wwan' at 
usb-:00:14.0-2.2, WWAN/QMI device, be:1d:e8:35:e4:4f
Dec 11 22:41:51 debian kernel: usbcore: registered new interface driver qmi_wwan
Dec 11 22:41:51 debian kernel: usbcore: registered new interface driver 
usbserial
Dec 11 22:41:51 debian kernel: usbcore: registered new interface driver 
usbserial_generic
Dec 11 22:41:51 debian kernel: usbserial: USB Serial support registered for 
generic
Dec 11 22:41:51 debian kernel: usbcore: registered new interface driver option
Dec 11 22:41:51 debian kernel: usbserial: USB Serial support registered for GSM 
modem (1-port)
Dec 11 22:41:51 debian kernel: option 1-2.2:1.1: GSM modem (1-port) converter 
detected
Dec 11 22:41:51 debian kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB0
Dec 11 22:41:51 debian kernel: option 1-2.2:1.2: GSM modem (1-port) converter 
detected
Dec 11 22:41:51 debian kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB1
Dec 11 22:41:51 debian kernel: option 1-2.2:1.3: GSM modem (1-port) converter 
detected
Dec 11 22:41:51 debian kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB2
Dec 11 22:41:54 debian ModemManager[542]:   ModemManager (version 1.4.0) 
starting in system bus...
Dec 11 22:41:55 debian NetworkManager[545]:  devices added (path: 
/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/net/wwan0, iface: 
wwan0)
Dec 11 22:41:55 debian NetworkManager[545]:  device added (path: 
/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/net/wwan0, iface: 
wwan0): no ifupdown configuration found.
Dec 11 22:41:55 debian NetworkManager[545]:  ModemManager disappeared 
from bus
Dec 11 22:41:55 debian NetworkManager[545]:  ModemManager available in 
the bus
Dec 11 22:41:55 debian ModemManager[542]:   (ttyUSB0): port attributes 
not fully set
Dec 11 22:41:55 debian ModemManager[542]:   (ttyUSB1): port attributes 
not fully set
Dec 11 22:41:55 debian ModemManager[542]:   (ttyUSB2): port attributes 
not fully set
Dec 11 22:41:55 debian ModemManager[542]: [/dev/cdc-wdm0] Opening device with 
flags 'version-info, proxy'...
Dec 11 22:41:55 debian ModemManager[542]: cannot connect to proxy: Could not 
connect: Connection refused
Dec 11 22:41:55 debian 

[Touch-packages] [Bug 1525392] [NEW] unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008) on modern Ubuntu (Wily/Xenial)

2015-12-11 Thread Wladimir Mutel
Public bug reported:

This modem is quite old, its firmware date is from 2008 (as shown in 
modem-manager-gui)
In NetworkMnaager, it adds 'mobile broadband' icon to the menu, with 
enable/disable checkbox (which is changed on clicking it).
In NM Connection Editor it allows me to create Mobile Broadband connection, it 
sees CMOTECH CDMA modem device, and allows me to select country and operator 
(Ukraine/InterTelecom), which fills dial number, login and password with 
good-looking strings, but then I was never able to connect to this connection 
(connect/disconnect buttons are disabled/greyed-out).

in the logs I see this :

Dec 11 22:12:47 hostname kernel: usb 1-2: new high-speed USB device number 15 
using xhci_hcd
Dec 11 22:12:47 hostname kernel: usb 1-2: New USB device found, idVendor=1a40, 
idProduct=0101
Dec 11 22:12:47 hostname kernel: usb 1-2: New USB device strings: Mfr=0, 
Product=1, SerialNumber=0
Dec 11 22:12:47 hostname kernel: usb 1-2: Product: USB 2.0 Hub [MTT]
Dec 11 22:12:47 hostname kernel: hub 1-2:1.0: USB hub found
Dec 11 22:12:47 hostname kernel: hub 1-2:1.0: 4 ports detected
Dec 11 22:12:50 hostname kernel: usb 1-2.2: new full-speed USB device number 17 
using xhci_hcd
Dec 11 22:12:50 hostname kernel: usb 1-2.2: New USB device found, 
idVendor=16d8, idProduct=6008
Dec 11 22:12:50 hostname kernel: usb 1-2.2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
Dec 11 22:12:50 hostname kernel: usb 1-2.2: Product: CMOTECH CDMA Technologies
Dec 11 22:12:50 hostname kernel: usb 1-2.2: Manufacturer: CMOTECH CO., LTD.
Dec 11 22:12:50 hostname kernel: qmi_wwan 1-2.2:1.0: cdc-wdm0: USB WDM device
Dec 11 22:12:50 hostname kernel: qmi_wwan 1-2.2:1.0 wwan0: register 'qmi_wwan' 
at usb-:00:14.0-2.2, WWAN/QMI device, e6:d0:dc:04:ec:c2
Dec 11 22:12:50 hostname kernel: option 1-2.2:1.1: GSM modem (1-port) converter 
detected
Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB0
Dec 11 22:12:50 hostname kernel: option 1-2.2:1.2: GSM modem (1-port) converter 
detected
Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB1
Dec 11 22:12:50 hostname kernel: option 1-2.2:1.3: GSM modem (1-port) converter 
detected
Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB2
Dec 11 22:12:50 hostname kernel: usb-storage 1-2.2:1.4: USB Mass Storage device 
detected
Dec 11 22:12:50 hostname kernel: scsi host8: usb-storage 1-2.2:1.4
Dec 11 22:12:50 hostname mtp-probe[5056]: checking bus 1, device 17: 
"/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2"
Dec 11 22:12:50 hostname mtp-probe[5056]: bus: 1, device: 17 was not an MTP 
device
Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB1): port attributes 
not fully set
Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB0): port attributes 
not fully set
Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB2): port attributes 
not fully set
Dec 11 22:12:51 hostname kernel: scsi 8:0:0:0: CD-ROMCMOTECH  Mass 
Storage 2.31 PQ: 0 ANSI: 6
Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: [sr0] scsi3-mmc drive: 11x/99x 
xa/form2 caddy
Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: Attached scsi CD-ROM sr0
Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: Attached scsi generic sg1 type 5
Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] Opening device 
with flags 'version-info, proxy'...
Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] Checking version 
info (10 retries)...
Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] QMI Device 
supports 4 services:
Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]ctl (1.0)
Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]wds (1.1)
Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]dms (1.1)
Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]nas (1.0)
Dec 11 22:12:51 hostname NetworkManager[788]:   devices added (path: 
/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/net/wwan0, iface: 
wwan0)
Dec 11 22:12:51 hostname NetworkManager[788]:   device added (path: 
/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/net/wwan0, iface: 
wwan0): no ifupdown configuration found.
Dec 11 22:12:59 hostname ModemManager[4666]:   (ttyUSB0): port attributes 
not fully set
Dec 11 22:13:09 hostname ModemManager[4666]:   Creating modem with plugin 
'Generic' and '5' ports
Dec 11 22:13:09 hostname ModemManager[4666]:   Could not grab port 
(tty/ttyUSB2): 'Cannot add port 'tty/ttyUSB2', unhandled serial type'
Dec 11 22:13:09 hostname ModemManager[4666]:   Modem for device at 
'/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2' successfully created
Dec 11 22:13:09 hostname ModemManager[4666]: [/dev/cdc-wdm0] Opening device 
with flags 'version-info, net-802-3, net-no-qos-header, proxy'...
Dec 11 22:13:09 hostname ModemManager[4666]: [/dev/cdc-wdm0] Checking version 
info (10 retries)...
Dec 11 

[Touch-packages] [Bug 1525392] Re: unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008) on modern Ubuntu (Wily/Xenial)

2015-12-11 Thread Wladimir Mutel
I was given this modem and asked if I could make it work with Linux. I could 
hold it till next Thursday, after which getting it back for testing could 
become more difficult. I also tested it with Debian 8.2, also without success 
(but with different behaviour, at least it was able to initialize & enable 
modem, and it showed 'InterTelecom' in NM main menu, but then it enters the 
loop trying to connect to InterTelecom and failing). I will try to collect 
package versions and logs from Debian.
On the Internet I see some recipes, like 'blacklist some modules', 'force 
options for some modules', 'downgrade modemmanager package' or the like. But I 
am unsure what to start from.

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

Title:
  unable to use Sprint/Franklin U301 modem (16d8:6008, CMOTECH CMO6008)
  on modern Ubuntu (Wily/Xenial)

Status in modemmanager package in Ubuntu:
  New

Bug description:
  This modem is quite old, its firmware date is from 2008 (as shown in 
modem-manager-gui)
  In NetworkMnaager, it adds 'mobile broadband' icon to the menu, with 
enable/disable checkbox (which is changed on clicking it).
  In NM Connection Editor it allows me to create Mobile Broadband connection, 
it sees CMOTECH CDMA modem device, and allows me to select country and operator 
(Ukraine/InterTelecom), which fills dial number, login and password with 
good-looking strings, but then I was never able to connect to this connection 
(connect/disconnect buttons are disabled/greyed-out).

  in the logs I see this :

  Dec 11 22:12:47 hostname kernel: usb 1-2: new high-speed USB device number 15 
using xhci_hcd
  Dec 11 22:12:47 hostname kernel: usb 1-2: New USB device found, 
idVendor=1a40, idProduct=0101
  Dec 11 22:12:47 hostname kernel: usb 1-2: New USB device strings: Mfr=0, 
Product=1, SerialNumber=0
  Dec 11 22:12:47 hostname kernel: usb 1-2: Product: USB 2.0 Hub [MTT]
  Dec 11 22:12:47 hostname kernel: hub 1-2:1.0: USB hub found
  Dec 11 22:12:47 hostname kernel: hub 1-2:1.0: 4 ports detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: new full-speed USB device number 
17 using xhci_hcd
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: New USB device found, 
idVendor=16d8, idProduct=6008
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: Product: CMOTECH CDMA Technologies
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: Manufacturer: CMOTECH CO., LTD.
  Dec 11 22:12:50 hostname kernel: qmi_wwan 1-2.2:1.0: cdc-wdm0: USB WDM device
  Dec 11 22:12:50 hostname kernel: qmi_wwan 1-2.2:1.0 wwan0: register 
'qmi_wwan' at usb-:00:14.0-2.2, WWAN/QMI device, e6:d0:dc:04:ec:c2
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.1: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB0
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.2: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB1
  Dec 11 22:12:50 hostname kernel: option 1-2.2:1.3: GSM modem (1-port) 
converter detected
  Dec 11 22:12:50 hostname kernel: usb 1-2.2: GSM modem (1-port) converter now 
attached to ttyUSB2
  Dec 11 22:12:50 hostname kernel: usb-storage 1-2.2:1.4: USB Mass Storage 
device detected
  Dec 11 22:12:50 hostname kernel: scsi host8: usb-storage 1-2.2:1.4
  Dec 11 22:12:50 hostname mtp-probe[5056]: checking bus 1, device 17: 
"/sys/devices/pci:00/:00:14.0/usb1/1-2/1-2.2"
  Dec 11 22:12:50 hostname mtp-probe[5056]: bus: 1, device: 17 was not an MTP 
device
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB1): port 
attributes not fully set
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB0): port 
attributes not fully set
  Dec 11 22:12:50 hostname ModemManager[4666]:   (ttyUSB2): port 
attributes not fully set
  Dec 11 22:12:51 hostname kernel: scsi 8:0:0:0: CD-ROMCMOTECH  
Mass Storage 2.31 PQ: 0 ANSI: 6
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: [sr0] scsi3-mmc drive: 11x/99x 
xa/form2 caddy
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: Attached scsi CD-ROM sr0
  Dec 11 22:12:51 hostname kernel: sr 8:0:0:0: Attached scsi generic sg1 type 5
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] Opening device 
with flags 'version-info, proxy'...
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] Checking version 
info (10 retries)...
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0] QMI Device 
supports 4 services:
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]ctl (1.0)
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]wds (1.1)
  Dec 11 22:12:51 hostname ModemManager[4666]: [/dev/cdc-wdm0]dms (1.1)
  Dec 11 22:12:51 hostname 

[Touch-packages] [Bug 1499055] Re: Wily: Mesa 11.0 causes hang in Intel Xorg driver, reverting to 10.6.3 fixes

2015-09-24 Thread Wladimir Mutel
apparently fixed after kernel upgrade from 4.2.0-10 to -11
now Mesa 11.0.0 works as well as 10.6.3 before.
probably the bug may be closed

-- 
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/1499055

Title:
  Wily: Mesa 11.0 causes hang in Intel Xorg driver, reverting to 10.6.3
  fixes

Status in mesa package in Ubuntu:
  New

Bug description:
  I am testing Wily on Kubuntu package set with SDDM display manager.
  After upgrading Mesa packages from 10.6.3 to 11.0.0 I found that graphical 
logon screen does not appear, and the system freezes with black screen, 
non-blinking cursor and non-responding keyboard
  I disabled SDDM service in systemctl and could log in to text console. 
  Then I found that 'startx' command freezes the system as well. 
  In dpkg.log I found that Mesa packages were updated last, from v. 10.6.3 to 
11.0.0. 
  I downloaded older versions from Ubuntu pool mirror and installed them by 
dpkg -i.
  After that, GUI operation was fixed, and I re-enabled SDDM and continue using 
my system without more significant problems.

  My system is Acer 1830T, made in 2010, CPU is Core i3-380UM with
  integrated GPU (Westmere/Ironlake/Arrandale, reported as gen5 in
  Xorg.0.log).

  Please investigate and fix this issue. Please ask me if you need more
  testing or more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1499055/+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 1499055] [NEW] Wily: Mesa 11.0 causes hang in Intel Xorg driver, reverting to 10.6.3 fixes

2015-09-23 Thread Wladimir Mutel
Public bug reported:

I am testing Wily on Kubuntu package set with SDDM display manager.
After upgrading Mesa packages from 10.6.3 to 11.0.0 I found that graphical 
logon screen does not appear, and the system freezes with black screen, 
non-blinking cursor and non-responding keyboard
I disabled SDDM service in systemctl and could log in to text console. 
Then I found that 'startx' command freezes the system as well. 
In dpkg.log I found that Mesa packages were updated last, from v. 10.6.3 to 
11.0.0. 
I downloaded older versions from Ubuntu pool mirror and installed them by dpkg 
-i.
After that, GUI operation was fixed, and I re-enabled SDDM and continue using 
my system without more significant problems.

My system is Acer 1830T, made in 2010, CPU is Core i3-380UM with
integrated GPU (Westmere/Ironlake/Arrandale, reported as gen5 in
Xorg.0.log).

Please investigate and fix this issue. Please ask me if you need more
testing or more details.

** Affects: mesa (Ubuntu)
 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/1499055

Title:
  Wily: Mesa 11.0 causes hang in Intel Xorg driver, reverting to 10.6.3
  fixes

Status in mesa package in Ubuntu:
  New

Bug description:
  I am testing Wily on Kubuntu package set with SDDM display manager.
  After upgrading Mesa packages from 10.6.3 to 11.0.0 I found that graphical 
logon screen does not appear, and the system freezes with black screen, 
non-blinking cursor and non-responding keyboard
  I disabled SDDM service in systemctl and could log in to text console. 
  Then I found that 'startx' command freezes the system as well. 
  In dpkg.log I found that Mesa packages were updated last, from v. 10.6.3 to 
11.0.0. 
  I downloaded older versions from Ubuntu pool mirror and installed them by 
dpkg -i.
  After that, GUI operation was fixed, and I re-enabled SDDM and continue using 
my system without more significant problems.

  My system is Acer 1830T, made in 2010, CPU is Core i3-380UM with
  integrated GPU (Westmere/Ironlake/Arrandale, reported as gen5 in
  Xorg.0.log).

  Please investigate and fix this issue. Please ask me if you need more
  testing or more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1499055/+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 1429766] [NEW] Alt+Left/RightArrow switches from graphic into text virtual console (Vivid)

2015-03-09 Thread Wladimir Mutel
Public bug reported:

After some dist-upgrades of my Vivid testing system I noticed that
Alt+Left/Right started to switch from GUI into prev/next text virtual
console (as well as prev/next web page in Web browser which I used to
using). I would like to restore their function back as expected (web
page navigation only, not VConsoles). Please advise on what to
reconfigure or downgrade.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu2
ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
Uname: Linux 3.19.0-7-generic x86_64
ApportVersion: 2.16.2-0ubuntu1
Architecture: amd64
CurrentDesktop: KDE
Date: Mon Mar  9 11:08:19 2015
InstallationDate: Installed on 2009-11-01 (1953 days ago)
InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug kubuntu vivid

-- 
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/1429766

Title:
  Alt+Left/RightArrow switches from graphic into text virtual console
  (Vivid)

Status in xorg package in Ubuntu:
  New

Bug description:
  After some dist-upgrades of my Vivid testing system I noticed that
  Alt+Left/Right started to switch from GUI into prev/next text virtual
  console (as well as prev/next web page in Web browser which I used to
  using). I would like to restore their function back as expected (web
  page navigation only, not VConsoles). Please advise on what to
  reconfigure or downgrade.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Mar  9 11:08:19 2015
  InstallationDate: Installed on 2009-11-01 (1953 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1429766/+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 1408593] Re: X server disables acceleartion or turns off output (makes screen black) after kernel upgrade to v3.18 (Ubuntu Vivid)

2015-01-19 Thread Wladimir Mutel
Booted : linux-image-3.19.0-994-generic  3.19.0-994.201501130205 
with: xserver-xorg-video-intel  2:2.99.917-1~exp1ubuntu2
have same results as reported in #29 : working videoeffects but lagging 
touchpad pointer.

-- 
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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

Status in linux package in Ubuntu:
  Confirmed
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] Re: X server disables acceleartion or turns off output (makes screen black) after kernel upgrade to v3.18 (Ubuntu Vivid)

2015-01-18 Thread Wladimir Mutel
I will be back from vacation on Jan 19th and then test  report on #28 more 
fully.
Now I can only tell than with kernel 3.18.0-9.10 it shows both WW and EE in the 
Xorg.0.log, and turns off acceleration (unfortunately I have this log already 
rotated on my system)

-- 
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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

Status in linux package in Ubuntu:
  Confirmed
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] Re: X server disables acceleartion or turns off output (makes screen black) after kernel upgrade to v3.18 (Ubuntu Vivid)

2015-01-09 Thread Wladimir Mutel
booted this : linux-image-3.19.0-031900rc3-generic  
3.19.0-031900rc3.201501060135
with this : xserver-xorg-video-intel  2:2.99.916+git20141119-1~exp1ubuntu1

they work well, with all desktop effects.
so this is isolated to 3.18

-- 
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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

Status in linux package in Ubuntu:
  Confirmed
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] Re: X server disables acceleartion or turns off output (makes screen black) after kernel upgrade to v3.18 (Ubuntu Vivid)

2015-01-09 Thread Wladimir Mutel
** Tags added: kernel-fixed-upstream

-- 
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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

Status in linux package in Ubuntu:
  Confirmed
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] Re: X server disables acceleartion or turns off output (makes screen black) after kernel upgrade to v3.18 (Ubuntu Vivid)

2015-01-09 Thread Wladimir Mutel
booted this : linux-image-3.18.2-031802-generic 3.18.2-031802.201501082011
with this : xserver-xorg-video-intel 2:2.99.916+git20141119-1~exp1ubuntu1
have black screen  these records in the log :
[39.579] (II) GLX: Initialized DRI2 GL provider for screen 0
[39.603] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.

-- 
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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

Status in linux package in Ubuntu:
  Fix Committed
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] Re: X server disables acceleartion or turns off output (makes screen black) after kernel upgrade to v3.18 (Ubuntu Vivid)

2015-01-08 Thread Wladimir Mutel
apport information

** Tags added: apport-collected

** Description changed:

  after reboot into kernel 3.18 (3.18.0-8.9)
  
  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)
  
  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)
  
  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well
  
  probably this bug should also be attached to kernel package v3.18
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.15.1-0ubuntu1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  mwg1214 F pulseaudio
+ CRDA:
+  country UA: DFS-UNSET
+   (2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
+   (5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
+   (57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 15.04
+ HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
+ InstallationDate: Installed on 2009-11-01 (1893 days ago)
+ InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
+ MachineType: Acer Aspire 
+ Package: xorg 1:7.7+7ubuntu2
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
+ ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
+ RelatedPackageVersions:
+  linux-restricted-modules-3.16.0-28-generic N/A
+  linux-backports-modules-3.16.0-28-generic  N/A
+  linux-firmware 1.140
+ Tags:  vivid vivid
+ Uname: Linux 3.16.0-28-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
+ _MarkForUpload: True
+ dmi.bios.date: 05/06/2011
+ dmi.bios.vendor: INSYDE
+ dmi.bios.version: V1.24
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: JV10_CS
+ dmi.board.vendor: Intel Corp.
+ dmi.board.version: Base Board Version
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: Chassis Manufacturer
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
+ dmi.product.name: Aspire 
+ dmi.product.version: V1.24
+ dmi.sys.vendor: Acer

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1408593/+attachment/4293943/+files/AlsaInfo.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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back 

[Touch-packages] [Bug 1408593] BootDmesg.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1408593/+attachment/4293944/+files/BootDmesg.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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] ProcModules.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1408593/+attachment/4293952/+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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] PulseList.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1408593/+attachment/4293953/+files/PulseList.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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] UdevDb.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1408593/+attachment/4293955/+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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] ProcInterrupts.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1408593/+attachment/4293951/+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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] Lsusb.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1408593/+attachment/4293949/+files/Lsusb.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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] RfKill.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1408593/+attachment/4293954/+files/RfKill.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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] Dependencies.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1408593/+attachment/4293946/+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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] ProcCpuinfo.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1408593/+attachment/4293950/+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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] IwConfig.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1408593/+attachment/4293947/+files/IwConfig.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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] CurrentDmesg.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1408593/+attachment/4293945/+files/CurrentDmesg.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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] Lspci.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1408593/+attachment/4293948/+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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] [NEW] X server disables acceleartion or turns off output (makes screen black) after kernel upgrade to v3.18 (Ubuntu Vivid)

2015-01-08 Thread Wladimir Mutel
Public bug reported:

after reboot into kernel 3.18 (3.18.0-8.9)

with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
[37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
[37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
(then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
[41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
[41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
(then allows to log in bu with desktop composition effects disabled)

after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
drivers work well

probably this bug should also be attached to kernel package v3.18

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu2
ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
Uname: Linux 3.18.0-8-generic x86_64
ApportVersion: 2.15.1-0ubuntu1
Architecture: amd64
Date: Thu Jan  8 11:23:52 2015
InstallationDate: Installed on 2009-11-01 (1893 days ago)
InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=uk_UA.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)

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

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


** Tags: amd64 apport-bug freeze vivid

** 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 xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

Status in linux package in Ubuntu:
  New
Status in xorg package in Ubuntu:
  New

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] WifiSyslog.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1408593/+attachment/4293957/+files/WifiSyslog.txt

** 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 xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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 1408593] UdevLog.txt

2015-01-08 Thread Wladimir Mutel
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1408593/+attachment/4293956/+files/UdevLog.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/1408593

Title:
  X server disables acceleartion or turns off output (makes screen
  black) after kernel upgrade to v3.18 (Ubuntu Vivid)

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

Bug description:
  after reboot into kernel 3.18 (3.18.0-8.9)

  with Intel driver version 2:2.99.916+git20141119-1~exp1ubuntu1 it disables 
output / blacks the screen and puts in the log :
  [37.179] (II) GLX: Initialized DRI2 GL provider for screen 0
  [37.215] (WW) intel(0): Failed to submit rendering commands, trying again 
with outputs disabled.
  (then refuses to switch local VTs both by [Ctrl-]Alt-Fn and by chvt in remote 
logins)

  after reverting to 2:2.99.914-1~exp1ubuntu6 it puts :
  [41.679] (II) GLX: Initialized DRI2 GL provider for screen 0
  [41.711] (EE) intel(0): Failed to submit rendering commands, disabling 
acceleration.
  (then allows to log in bu with desktop composition effects disabled)

  after reboot back into kernel 3.16.0-28.38 , both *.916 and *.914
  drivers work well

  probably this bug should also be attached to kernel package v3.18

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  Date: Thu Jan  8 11:23:52 2015
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mwg1214 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
(2400 - 2483 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5150 - 5350 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6932e499-f0ad-4456-b93c-2b7f9bf763dc
  InstallationDate: Installed on 2009-11-01 (1893 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MachineType: Acer Aspire 
  Package: xorg 1:7.7+7ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=9bc29087-2e9e-4bf9-bea1-2540902b5ae3 ro rootflags=commit=3600 
transparent_hugepage=always init=/lib/systemd/systemd
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.140
  Tags:  vivid vivid
  Uname: Linux 3.16.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk kvm lpadmin netdev plugdev 
sambashare src
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.24:bd05/06/2011:svnAcer:pnAspire:pvrV1.24:rvnIntelCorp.:rnJV10_CS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 
  dmi.product.version: V1.24
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1408593/+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