[Kernel-packages] [Bug 2054434] [NEW] firmware-sof-signed last version

2024-02-20 Thread Alexey Kubarev
Public bug reported:

Hi!

I have gpd pocket 3 with essx8336 audio card. In 22.04 and event in noble 
https://packages.ubuntu.com/search?keywords=firmware-sof-signed
there is old version of driver 2.2.6, with this driver audio doesn't work.
But esx3886 has latest firmware, for example 
https://packages.debian.org/firmware-sof-signed
2023.12-1

with this driver audio works fine.

I don't know, when I tried debian 12 - with audio everything was ok (but
I didn't check version of driver)

Could you add latest driver, 2023, or used with debian 12?

** Affects: firmware-sof (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to firmware-sof in Ubuntu.
https://bugs.launchpad.net/bugs/2054434

Title:
  firmware-sof-signed last version

Status in firmware-sof package in Ubuntu:
  New

Bug description:
  Hi!

  I have gpd pocket 3 with essx8336 audio card. In 22.04 and event in noble 
https://packages.ubuntu.com/search?keywords=firmware-sof-signed
  there is old version of driver 2.2.6, with this driver audio doesn't work.
  But esx3886 has latest firmware, for example 
  https://packages.debian.org/firmware-sof-signed
  2023.12-1

  with this driver audio works fine.

  I don't know, when I tried debian 12 - with audio everything was ok
  (but I didn't check version of driver)

  Could you add latest driver, 2023, or used with debian 12?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firmware-sof/+bug/2054434/+subscriptions


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


[Kernel-packages] [Bug 2041842] Re: Kernel doesn't compile with CONFIG_IMA

2023-10-31 Thread Alexey Panov
Sorry, my bad. I was checking for commit in releases after Jammy, but
not the specific code in these releases.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2041842

Title:
  Kernel doesn't compile with CONFIG_IMA

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Triaged

Bug description:
  Because of typo error in function declaration kernel doesn't compile
  with specific configuration

  Steps to reproduce:

  make defconfig
  ./scripts/config --file .config \
   -d SECURITY_SELINUX \
   -e IMA
  make olddefconfig
  grep -E "CONFIG_IMA=|CONFIG_IMA_LSM_RULES" .config
  make bzImage

  Grep should return "CONFIG_IMA=y" but not "CONFIG_IMA_LSM_RULES=y"

  Error:

  In file included from security/integrity/ima/ima_fs.c:25:
  security/integrity/ima/ima.h:440:41: error: unknown type name 'strcut'; did 
you mean 'struct'?
440 | static inline int ima_filter_rule_match(strcut lsmblob *blob, u32 
field, u32 op,
| ^~
| struct
  make[3]: *** [scripts/Makefile.build:297: security/integrity/ima/ima_fs.o] 
Error 1
  make[2]: *** [scripts/Makefile.build:560: security/integrity/ima] Error 2
  make[1]: *** [scripts/Makefile.build:560: security/integrity] Error 2

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


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


[Kernel-packages] [Bug 2041842] Re: Kernel doesn't compile with CONFIG_IMA

2023-10-30 Thread Alexey Panov
** Patch added: 
"0001-UBUNTU-SAUCE-LSM-Fix-typo-in-ima_filter_rule_match-s.patch"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2041842/+attachment/5714398/+files/0001-UBUNTU-SAUCE-LSM-Fix-typo-in-ima_filter_rule_match-s.patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2041842

Title:
  Kernel doesn't compile with CONFIG_IMA

Status in linux package in Ubuntu:
  New

Bug description:
  Because of typo error in function declaration kernel doesn't compile
  with specific configuration

  Steps to reproduce:

  make defconfig
  ./scripts/config --file .config \
   -d SECURITY_SELINUX \
   -e IMA
  make olddefconfig
  grep -E "CONFIG_IMA=|CONFIG_IMA_LSM_RULES" .config
  make bzImage

  Grep should return "CONFIG_IMA=y" but not "CONFIG_IMA_LSM_RULES=y"

  Error:

  In file included from security/integrity/ima/ima_fs.c:25:
  security/integrity/ima/ima.h:440:41: error: unknown type name 'strcut'; did 
you mean 'struct'?
440 | static inline int ima_filter_rule_match(strcut lsmblob *blob, u32 
field, u32 op,
| ^~
| struct
  make[3]: *** [scripts/Makefile.build:297: security/integrity/ima/ima_fs.o] 
Error 1
  make[2]: *** [scripts/Makefile.build:560: security/integrity/ima] Error 2
  make[1]: *** [scripts/Makefile.build:560: security/integrity] Error 2

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


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


[Kernel-packages] [Bug 2041842] [NEW] Kernel doesn't compile with CONFIG_IMA

2023-10-30 Thread Alexey Panov
Public bug reported:

Because of typo error in function declaration kernel doesn't compile
with specific configuration

Steps to reproduce:

make defconfig
./scripts/config --file .config \
 -d SECURITY_SELINUX \
 -e IMA
make olddefconfig
grep -E "CONFIG_IMA=|CONFIG_IMA_LSM_RULES" .config
make bzImage

Grep should return "CONFIG_IMA=y" but not "CONFIG_IMA_LSM_RULES=y"

Error:

In file included from security/integrity/ima/ima_fs.c:25:
security/integrity/ima/ima.h:440:41: error: unknown type name 'strcut'; did you 
mean 'struct'?
  440 | static inline int ima_filter_rule_match(strcut lsmblob *blob, u32 
field, u32 op,
  | ^~
  | struct
make[3]: *** [scripts/Makefile.build:297: security/integrity/ima/ima_fs.o] 
Error 1
make[2]: *** [scripts/Makefile.build:560: security/integrity/ima] Error 2
make[1]: *** [scripts/Makefile.build:560: security/integrity] Error 2

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2041842

Title:
  Kernel doesn't compile with CONFIG_IMA

Status in linux package in Ubuntu:
  New

Bug description:
  Because of typo error in function declaration kernel doesn't compile
  with specific configuration

  Steps to reproduce:

  make defconfig
  ./scripts/config --file .config \
   -d SECURITY_SELINUX \
   -e IMA
  make olddefconfig
  grep -E "CONFIG_IMA=|CONFIG_IMA_LSM_RULES" .config
  make bzImage

  Grep should return "CONFIG_IMA=y" but not "CONFIG_IMA_LSM_RULES=y"

  Error:

  In file included from security/integrity/ima/ima_fs.c:25:
  security/integrity/ima/ima.h:440:41: error: unknown type name 'strcut'; did 
you mean 'struct'?
440 | static inline int ima_filter_rule_match(strcut lsmblob *blob, u32 
field, u32 op,
| ^~
| struct
  make[3]: *** [scripts/Makefile.build:297: security/integrity/ima/ima_fs.o] 
Error 1
  make[2]: *** [scripts/Makefile.build:560: security/integrity/ima] Error 2
  make[1]: *** [scripts/Makefile.build:560: security/integrity] Error 2

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


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


[Kernel-packages] [Bug 1975501] Re: bfq_deactivate_entity: NULL pointer dereference

2023-10-11 Thread alexey
Hello!
Problem still appear on 5.4.0-150 kernel version!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-hwe in Ubuntu.
https://bugs.launchpad.net/bugs/1975501

Title:
  bfq_deactivate_entity: NULL pointer dereference

Status in linux-hwe package in Ubuntu:
  New

Bug description:
  Hello. We meet a kernel panic with next trace:

  bfq_insert+0x5c/0x70 [bfq]
  __bfq_deactivate_entity+0xe7/0x1b0 [bfq]
  bfq_deactivate_entity+0x5d/0xd0 [bfq]
  bfq_del_bfqq_busy+0xac/0x150 [bfq]
  __bfq_bfqq_expire+0x64/0xd0 [bfq]
  bfq_bfqq_expire+0x331/0x930 [bfq]
  ? try_to_wake_up+0x235/0x5f0
  ? bfq_dispatch_request+0xf70/0xf70 [bfq]
  bfq_idle_slice_timer+0x6d/0xc0 [bfq]
  __hrtimer_run_queues+0x10f/0x280
  hrtimer_interrupt+0xe7/0x230
  smp_apic_timer_interrupt+0x6f/0x130
  apic_timer_interrupt+0xf/0x20

  After little research i found out that bug was reported by Fedora and 
openSUSE community earlier.
  https://bugzilla.redhat.com/show_bug.cgi?id=2022819
  https://bugzilla.opensuse.org/show_bug.cgi?id=1192714

  And patch for this bug already exist
  https://lore.kernel.org/all/20220401102325.17617-1-j...@suse.cz/

  Since there are no similar reports in the Ubuntu community, I decided to make 
this report.
  Full dmesg log in attachments.
  Also have a crash dump file, can attach that file if it necessary. 

  

  Environment:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic
kernel: 5.4.0-110-generic #124~18.04.1-Ubuntu

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


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


[Kernel-packages] [Bug 2021997] [NEW] Regression. kernel 5.19.0.43.39 does not boot wirth errors: cannot allocate kernel buffer. you need to load the kernel first.

2023-05-31 Thread Alexey Balmashnov
Public bug reported:

Newly installed kernel linux-image-5.19.0-43-generic 5.19.0.43.39 does
not boot with the following diagnostics:

-
error: cannot allocate kernel buffer.
error: you need to load the kernel first.

Press any key to continue...

  Failed to boot both default and fallback entries.

Press any key to continue...
-

And after a short while gets back to grub selection menu.

ProblemType: Bug
DistroRelease: Ubuntu 22.10
Package: linux-image-5.19.0-43-generic 5.19.0-43.44
ProcVersionSignature: Ubuntu 5.19.0-42.43-generic 5.19.17
Uname: Linux 5.19.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.23.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  alexei 2618 F wireplumber
 /dev/snd/controlC0:  alexei 2618 F wireplumber
 /dev/snd/seq:alexei 2616 F pipewire
CRDA: N/A
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed May 31 20:31:01 2023
HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
InstallationDate: Installed on 2016-01-06 (2701 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
IwConfig:
 lono wireless extensions.
 
 enp8s0no wireless extensions.
 
 lxcbr0no wireless extensions.
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-42-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-5.19.0-42-generic N/A
 linux-backports-modules-5.19.0-42-generic  N/A
 linux-firmware 20220923.gitf09bebf3-0ubuntu1.6
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to kinetic on 2022-10-01 (241 days ago)
dmi.bios.date: 05/10/2021
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P5.00
dmi.board.name: B450 Pro4
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP5.00:bd05/10/2021:br5.17:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB450Pro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2021997

Title:
  Regression. kernel 5.19.0.43.39 does not boot wirth errors: cannot
  allocate kernel buffer. you need to load the kernel first.

Status in linux package in Ubuntu:
  New

Bug description:
  Newly installed kernel linux-image-5.19.0-43-generic 5.19.0.43.39 does
  not boot with the following diagnostics:

  -
  error: cannot allocate kernel buffer.
  error: you need to load the kernel first.

  Press any key to continue...

Failed to boot both default and fallback entries.

  Press any key to continue...
  -

  And after a short while gets back to grub selection menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-43-generic 5.19.0-43.44
  ProcVersionSignature: Ubuntu 5.19.0-42.43-generic 5.19.17
  Uname: Linux 5.19.0-42-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.23.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 2618 F wireplumber
   /dev/snd/controlC0:  alexei 2618 F wireplumber
   /dev/snd/seq:alexei 2616 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Wed May 31 20:31:01 2023
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (2701 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IwConfig:
   lono wireless extensions.
   
   enp8s0no wireless extensions.
   
   lxcbr0no wireless extensions.
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-42-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   

[Kernel-packages] [Bug 1991286] Re: package linux-tools-5.15.0-48 (not installed) failed to install/upgrade: tentative de remplacement de « /usr/lib/libcpupower.so.5.15.0-48 », qui appartient aussi au

2022-10-05 Thread Alexey Nikitin
I have a similar problem

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1991286

Title:
  package linux-tools-5.15.0-48 (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /usr/lib/libcpupower.so.5.15.0-48 », qui appartient aussi au paquet
  linux-lowlatency-tools-5.15.0-48 5.15.0-48.54

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Bonjour,

  Des paquets synaptic ne s'installent pas.
  Avec Synaptic, il est difficile de savoir quoi installer alors qu'avec Ubuntu 
Software, les
  icones informaient tout de suite de quoi il s'agissait.

  Ubuntu software ne fonctionne pas, comment faire ?

  Avec mes remerciements

  Marie-Hélène

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: linux-tools-5.15.0-48 (not installed)
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  Uname: Linux 5.15.0-48-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marie  1863 F pulseaudio
   /dev/snd/controlC0:  marie  1863 F pulseaudio
  CasperMD5CheckResult: unknown
  Date: Thu Sep 29 16:12:08 2022
  ErrorMessage: tentative de remplacement de « 
/usr/lib/libcpupower.so.5.15.0-48 », qui appartient aussi au paquet 
linux-lowlatency-tools-5.15.0-48 5.15.0-48.54
  InstallationDate: Installed on 2022-08-21 (39 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  MachineType: ASUSTeK COMPUTER INC. X540YA
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-48-generic 
root=UUID=b3fc9ef4-e867-41a1-97ad-05154adeece5 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: grub-pc 2.06-2ubuntu7
  SourcePackage: linux
  Title: package linux-tools-5.15.0-48 (not installed) failed to 
install/upgrade: tentative de remplacement de « 
/usr/lib/libcpupower.so.5.15.0-48 », qui appartient aussi au paquet 
linux-lowlatency-tools-5.15.0-48 5.15.0-48.54
  UpgradeStatus: Upgraded to jammy on 2022-08-21 (38 days ago)
  dmi.bios.date: 12/31/2019
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X540YA.323
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X540YA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX540YA.323:bd12/31/2019:br4.6:svnASUSTeKCOMPUTERINC.:pnX540YA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX540YA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:skuASUS-NotebookSKU:
  dmi.product.family: X
  dmi.product.name: X540YA
  dmi.product.sku: ASUS-NotebookSKU
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


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


[Kernel-packages] [Bug 1912509] Re: usci_acpi USBC000:00: PPM init failed (-110)

2022-07-28 Thread Alexey
I get this message on TUXEDO InfinityBook S 14 - Gen6 with Linux 5.15
kernel.

The boot works fine. However, the system freezes later on, unless I have
something plugged into a USB port (like a USB mouse), but i do not know
if this is related.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1912509

Title:
  usci_acpi USBC000:00: PPM init failed (-110)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When booting with kernel 5.8.0-38-generic on my Asus Tuf 15 with 2 NVMe 
drives I get:
  usci_acpi USBC000:00: PPM init failed (-110) and the laptop freezes.

  kernel 5.4.0-26-generic usually boots (but get an occasional freeze).

  Since I cannot boot in the 5.8 kernel I cannot file the bug with that
  kernel running.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vincent1381 F pulseaudio
   /dev/snd/controlC0:  vincent1381 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jan 20 17:28:23 2021
  InstallationDate: Installed on 2021-01-20 (0 days ago)
  InstallationMedia:
   
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 13d3:56a2 IMC Networks USB2.0 HD UVC WebCam
   Bus 001 Device 003: ID 8087:0026 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. ASUS TUF Gaming F15 FX506LI_FX506LI
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=74589408-5655-4728-b040-86c06177a989 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187.8
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/17/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: FX506LI.307
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: FX506LI
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrFX506LI.307:bd12/17/2020:svnASUSTeKCOMPUTERINC.:pnASUSTUFGamingF15FX506LI_FX506LI:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnFX506LI:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ASUS TUF Gaming F15
  dmi.product.name: ASUS TUF Gaming F15 FX506LI_FX506LI
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


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


[Kernel-packages] [Bug 1973297] Re: HP Probook 450 G8 model T87 support in kernel

2022-05-13 Thread Alexey Akhapkin
HP released this year new submodels for some G8 models of laptops and
changed subsystem PCI ID for these new submodels.

For example, my own laptop has bios ID T87 and lspci shows
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Tiger Lake-LP 
Smart Sound Technology Audio Controller [8086:a0c8] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]

!!![103c:8a75] but not [103c:87e7]!!!

I prepared little fix related to this information regarding new model of 
Probook 450 G8  and successfully tested it on 5.17.5 kernel.
-cut-here---
diff --color -uNr linux-5.17.1/sound/pci/hda/patch_realtek.c 
linux-5.17.1.patched/sound/pci/hda/patch_realtek.c
--- linux-5.17.1/sound/pci/hda/patch_realtek.c 2022-04-30 17:05:50.580721519 
+0300
+++ linux-5.17.1.patched/sound/pci/hda/patch_realtek.c 2022-05-05 
00:32:58.495948987 +0300
@@ -8953,6 +8953,7 @@
  SND_PCI_QUIRK(0x103c, 0x87c8, "HP", ALC287_FIXUP_HP_GPIO_LED),
  SND_PCI_QUIRK(0x103c, 0x87e5, "HP ProBook 440 G8 Notebook PC", 
ALC236_FIXUP_HP_GPIO_LED),
  SND_PCI_QUIRK(0x103c, 0x87e7, "HP ProBook 450 G8 Notebook PC", 
ALC236_FIXUP_HP_GPIO_LED),
+ SND_PCI_QUIRK(0x103c, 0x8a75, "HP ProBook 450 G8 Notebook PC T87", 
ALC236_FIXUP_HP_GPIO_LED),
  SND_PCI_QUIRK(0x103c, 0x87f1, "HP ProBook 630 G8 Notebook PC", 
ALC236_FIXUP_HP_GPIO_LED),
  SND_PCI_QUIRK(0x103c, 0x87f2, "HP ProBook 640 G8 Notebook PC", 
ALC236_FIXUP_HP_GPIO_LED),
  SND_PCI_QUIRK(0x103c, 0x87f4, "HP", ALC287_FIXUP_HP_GPIO_LED),
-cut-here---


P.S. looks like it is good to add next strings  to patch_realtek.c also,  but I 
can't test it:
SND_PCI_QUIRK(0x103c, 0x8a73, "HP ProBook 430 G8 Notebook PC T87", 
ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8a74, "HP ProBook 440 G8 Notebook PC T87", 
ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8a76, "HP ProBook 440 G8 Notebook PC T88", 
ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8a77, "HP ProBook 450 G8 Notebook PC T88", 
ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8aB3, "HP EliteBook 840 G8 Notebook PC T39", 
ALC285_FIXUP_HP_GPIO_LED),HP released this year new submodels for some G8 
models of laptops and changed subsystem PCI ID for these new submodels.

For example, my own laptop has bios ID T87 and lspci shows
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Tiger Lake-LP 
Smart Sound Technology Audio Controller [8086:a0c8] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]

!!![103c:8a75] but not [103c:87e7]!!!

I prepared little fix related to this information regarding new model of 
Probook 450 G8  and successfully tested it on 5.17.5 kernel.
-cut-here---
diff --color -uNr linux-5.17.1/sound/pci/hda/patch_realtek.c 
linux-5.17.1.patched/sound/pci/hda/patch_realtek.c
--- linux-5.17.1/sound/pci/hda/patch_realtek.c 2022-04-30 17:05:50.580721519 
+0300
+++ linux-5.17.1.patched/sound/pci/hda/patch_realtek.c 2022-05-05 
00:32:58.495948987 +0300
@@ -8953,6 +8953,7 @@
  SND_PCI_QUIRK(0x103c, 0x87c8, "HP", ALC287_FIXUP_HP_GPIO_LED),
  SND_PCI_QUIRK(0x103c, 0x87e5, "HP ProBook 440 G8 Notebook PC", 
ALC236_FIXUP_HP_GPIO_LED),
  SND_PCI_QUIRK(0x103c, 0x87e7, "HP ProBook 450 G8 Notebook PC", 
ALC236_FIXUP_HP_GPIO_LED),
+ SND_PCI_QUIRK(0x103c, 0x8a75, "HP ProBook 450 G8 Notebook PC T87", 
ALC236_FIXUP_HP_GPIO_LED),
  SND_PCI_QUIRK(0x103c, 0x87f1, "HP ProBook 630 G8 Notebook PC", 
ALC236_FIXUP_HP_GPIO_LED),
  SND_PCI_QUIRK(0x103c, 0x87f2, "HP ProBook 640 G8 Notebook PC", 
ALC236_FIXUP_HP_GPIO_LED),
  SND_PCI_QUIRK(0x103c, 0x87f4, "HP", ALC287_FIXUP_HP_GPIO_LED),
-cut-here---


P.S. looks like it is good to add next strings  to patch_realtek.c also,  but I 
can't test it:
SND_PCI_QUIRK(0x103c, 0x8a73, "HP ProBook 430 G8 Notebook PC T87", 
ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8a74, "HP ProBook 440 G8 Notebook PC T87", 
ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8a76, "HP ProBook 440 G8 Notebook PC T88", 
ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8a77, "HP ProBook 450 G8 Notebook PC T88", 
ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8aB3, "HP EliteBook 840 G8 Notebook PC T39", 
ALC285_FIXUP_HP_GPIO_LED),

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1973297

Title:
  HP Probook 450 G8 model T87 support in kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Impact]
  The mic mute/audio mute LEDS are not work on HP Probook 450 G8 model T87

  [Fix]
  It needs the specific quirk for the hardware layout.
  Thus, add the quirks to make it works.

  [Test]
  After applying the quirk, the audio/mic mute LEDs are working good.

  [Where problems could occur]
  Hewlett-Packard released this year new submodels for some G8 models of 
laptops and changed subsystem PCI ID for these new submodels. 
  HP published special information about 

[Kernel-packages] [Bug 1973297] Re: HP Probook 450 G8 model T87 support in kernel

2022-05-13 Thread Alexey Akhapkin
lspci -nnk  
00:00.0 Host bridge [0600]: Intel Corporation 11th Gen Core Processor Host 
Bridge/DRAM Registers [8086:9a14] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel modules: igen6_edac
00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-LP GT2 
[Iris Xe Graphics] [8086:9a49] (rev 01)
DeviceName: Onboard IGD
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: i915
Kernel modules: i915
00:04.0 Signal processing controller [1180]: Intel Corporation TigerLake-LP 
Dynamic Tuning Processor Participant [8086:9a03] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: proc_thermal
Kernel modules: processor_thermal_device_pci_legacy
00:0a.0 Signal processing controller [1180]: Intel Corporation Tigerlake 
Telemetry Aggregator Driver [8086:9a0d] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: intel_vsec
00:0d.0 USB controller [0c03]: Intel Corporation Tiger Lake-LP Thunderbolt 4 
USB Controller [8086:9a13] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:0e.0 RAID bus controller [0104]: Intel Corporation Volume Management Device 
NVMe RAID Controller [8086:9a0b]
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: vmd
Kernel modules: vmd
00:14.0 USB controller [0c03]: Intel Corporation Tiger Lake-LP USB 3.2 Gen 2x1 
xHCI Host Controller [8086:a0ed] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:14.2 RAM memory [0500]: Intel Corporation Tiger Lake-LP Shared SRAM 
[8086:a0ef] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201 [8086:a0f0] 
(rev 20)
Subsystem: Intel Corporation Device [8086:0074]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
00:15.0 Serial bus controller [0c80]: Intel Corporation Tiger Lake-LP Serial IO 
I2C Controller #0 [8086:a0e8] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:16.0 Communication controller [0780]: Intel Corporation Tiger Lake-LP 
Management Engine Interface [8086:a0e0] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1c.0 PCI bridge [0604]: Intel Corporation Tigerlake PCH-LP PCI Express Root 
Port #6 [8086:a0bd] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: pcieport
00:1c.7 PCI bridge [0604]: Intel Corporation Tiger Lake-LP PCI Express Root 
Port #8 [8086:a0bf] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: pcieport
00:1d.0 PCI bridge [0604]: Intel Corporation Tiger Lake-LP PCI Express Root 
Port #9 [8086:a0b0] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: pcieport
00:1f.0 ISA bridge [0601]: Intel Corporation Tiger Lake-LP LPC Controller 
[8086:a082] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Tiger Lake-LP 
Smart Sound Technology Audio Controller [8086:a0c8] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: sof-audio-pci-intel-tgl
Kernel modules: snd_hda_intel, snd_sof_pci_intel_tgl
00:1f.4 SMBus [0c05]: Intel Corporation Tiger Lake-LP SMBus Controller 
[8086:a0a3] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
00:1f.5 Serial bus controller [0c80]: Intel Corporation Tiger Lake-LP SPI 
Controller [8086:a0a4] (rev 20)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: intel-spi
Kernel modules: intel_spi_pci
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI 
Express Card Reader [10ec:522a] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: rtsx_pci
Kernel modules: rtsx_pci
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Hewlett-Packard Company Device [103c:8a75]
Kernel driver in use: r8168
Kernel modules: r8169, r8168
03:00.0 Non-Volatile memory controller [0108]: Intel Corporation Device 
[8086:f1aa] (rev 03)
Subsystem: Intel Corporation Device [8086:390f]
Kernel driver in use: nvme

-- 
You received this bug notification 

[Kernel-packages] [Bug 1973297] [NEW] HP Probook 450 G8 model T87 support in kernel

2022-05-13 Thread Alexey Akhapkin
Public bug reported:

[Impact]
The mic mute/audio mute LEDS are not work on HP Probook 450 G8 model T87

[Fix]
It needs the specific quirk for the hardware layout.
Thus, add the quirks to make it works.

[Test]
After applying the quirk, the audio/mic mute LEDs are working good.

[Where problems could occur]
Hewlett-Packard released this year new submodels for some G8 models of laptops 
and changed subsystem PCI ID for these new submodels. 
HP published special information about this in the next document:
https://support.hp.com/us-en/document/ish_5789324-5789376-16
For example, even HP Probook 450 G8 model listed in 
sound/pci/hda/patch_realtek.c, in the laptop with recent T87 submodel audio/mic 
mute LEDs not working because of changed subsystem PCI ID.

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


** Tags: laptop leds mute sound

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1973297

Title:
  HP Probook 450 G8 model T87 support in kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Impact]
  The mic mute/audio mute LEDS are not work on HP Probook 450 G8 model T87

  [Fix]
  It needs the specific quirk for the hardware layout.
  Thus, add the quirks to make it works.

  [Test]
  After applying the quirk, the audio/mic mute LEDs are working good.

  [Where problems could occur]
  Hewlett-Packard released this year new submodels for some G8 models of 
laptops and changed subsystem PCI ID for these new submodels. 
  HP published special information about this in the next document:
  https://support.hp.com/us-en/document/ish_5789324-5789376-16
  For example, even HP Probook 450 G8 model listed in 
sound/pci/hda/patch_realtek.c, in the laptop with recent T87 submodel audio/mic 
mute LEDs not working because of changed subsystem PCI ID.

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


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


[Kernel-packages] [Bug 1964660] [NEW] Suspend is not working properly after kernel trace in acpi

2022-03-12 Thread Alexey Bazhin
Public bug reported:

This is probably duplicate of
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1896482 which is
marked is fixed, but apparently is not.

Sometimes when suspending laptop I am getting kernel trace (below).
After that lid close button is not working anymore and S0ix is not
working properly, laptop suspends, but it gets hot in a bag and battery
usage is too high during sleep.

 [249667.446194] PM: suspend entry (s2idle) 
   
 [249667.456868] Filesystems sync: 0.010 seconds
 [249667.579423] Freezing user space processes ... (elapsed 0.004 seconds) done.
 [249667.583763] OOM killer disabled.   
   
 [249667.583765] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
 [249667.585261] printk: Suspending console(s) (use no_console_suspend to debug)
 [249668.521948] ACPI: EC: interrupt blocked
   
 [255061.034393] [ cut here ]
 [255061.034396] WARNING: CPU: 0 PID: 106955 at kernel/workqueue.c:1440 
__queue_work+0x31b/0x480
 [255061.034409] Modules linked in: cdc_ether usbnet r8152 mii unix_diag 
snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device binfmt_misc veth 
zfs(PO) zunicode(PO) zzstd(O) zlua(O) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) 
spl(O) vhost_vsock vmw_vsock_virtio_transport_common vhost vhost_iotlb vsock 
ccm rfcomm cmac algif_hash algif_skcipher af_alg overlay bnep snd_ctl_led 
snd_soc_skl_hda_dsp snd_soc_intel_hda_dsp_common snd_soc_hdac_hdmi 
nls_iso8859_1 snd_hda_codec_hdmi snd_hda_codec_realtek intel_tcc_cooling 
snd_hda_codec_generic x86_pkg_temp_thermal snd_soc_dmic intel_powerclamp 
snd_sof_pci_intel_tgl snd_sof_intel_hda_common soundwire_intel 
soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda mei_hdcp 
snd_sof_pci intel_rapl_msr snd_sof_xtensa_dsp kvm_intel snd_sof 
snd_soc_hdac_hda kvm snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi 
soundwire_bus joydev ledtrig_audio snd_soc_core snd_compress intel_cstate 
serio_raw efi_pstore ac97_bus snd_pcm_dmaengine btusb btrtl
 [255061.034482]  iwlmvm uvcvideo snd_hda_intel btbcm videobuf2_vmalloc 
hid_sensor_gyro_3d hid_sensor_magn_3d hid_sensor_custom_intel_hinge 
hid_sensor_incl_3d btintel hid_sensor_als hid_sensor_rotation 
hid_sensor_accel_3d videobuf2_memops snd_intel_dspcfg videobuf2_v4l2 
snd_intel_sdw_acpi hid_sensor_trigger mac80211 bluetooth 
industrialio_triggered_buffer videobuf2_common snd_hda_codec snd_hda_core 
videodev snd_hwdep wmi_bmof ecdh_generic processor_thermal_device_pci_legacy mc 
ecc kfifo_buf input_leds libarc4 hid_sensor_iio_common industrialio snd_pcm 
processor_thermal_device snd_timer processor_thermal_rfim iwlwifi snd 
processor_thermal_mbox soundcore processor_thermal_rapl mei_me cros_ec_ishtp 
ucsi_acpi mei pmt_telemetry hid_multitouch intel_rapl_common typec_ucsi cros_ec 
pmt_class igen6_edac intel_soc_dts_iosf cfg80211 typec int3403_thermal 
soc_button_array int340x_thermal_zone int3400_thermal intel_hid 
acpi_thermal_rel wireless_hotkey mac_hid sparse_keymap acpi_pad ip6t_REJECT
 [255061.034541]  nf_reject_ipv6 ip6_tables nft_chain_nat xt_MASQUERADE 
xt_CHECKSUM xt_TCPMSS nft_counter ipt_REJECT nf_reject_ipv4 xt_state 
xt_conntrack xt_multiport xt_tcpudp nft_compat nf_tables nfnetlink sch_fq_codel 
coretemp nf_nat_ftp nf_conntrack_ftp nf_nat nf_conntrack nf_defrag_ipv6 
nf_defrag_ipv4 libcrc32c bridge stp llc parport_pc ppdev lp parport ip_tables 
x_tables autofs4 dm_crypt hid_sensor_custom hid_sensor_hub intel_ishtp_loader 
intel_ishtp_hid usbhid hid_generic i915 i2c_algo_bit ttm drm_kms_helper 
syscopyarea sysfillrect sysimgblt crct10dif_pclmul fb_sys_fops crc32_pclmul 
ghash_clmulni_intel nvme cec rc_core i2c_hid_acpi aesni_intel intel_ish_ipc 
intel_lpss_pci crypto_simd i2c_i801 i2c_hid intel_lpss i2c_smbus cryptd 
nvme_core idma64 drm intel_ishtp thunderbolt vmd xhci_pci xhci_pci_renesas 
intel_pmt wmi hid video pinctrl_tigerlake
 [255061.034606] CPU: 0 PID: 106955 Comm: kworker/0:0 Tainted: P U O
  5.15.0-18-generic #18-Ubuntu
 [255061.034610] Hardware name: HP HP Elite Dragonfly G2 Notebook PC/8716, BIOS 
T90 Ver. 01.08.00 01/14/2022
 [255061.034613] Workqueue: kec_query acpi_ec_event_processor
 [255061.034620] RIP: 0010:__queue_work+0x31b/0x480
 [255061.034626] Code: ff 49 89 c7 e9 93 fe ff ff 65 8b 05 2f 77 94 6a a9 00 01 
ff 00 75 13 65 48 8b 3c 25 c0 fb 01 00 f6 47 2c 20 0f 85 95 00 00 00 <0f> 0b 48 
83 c4 18 5b 41 5c 41 5d 41 5e 41 5f 5d c3 48 8b 05 a5 07
 [255061.034629] RSP: 0018:9605c7a078b8 EFLAGS: 00010087
 [255061.034632] RAX: 89b3cfa39d00 RBX: 0002 RCX: 
0004
 [255061.034634] RDX: 89ac40204990 RSI: 89ac402c4800 RDI: 
89adeccc8000
 [255061.034635] RBP: 9605c7a078f8 R08:  R09: 
0001
 [255061.034637] R10: 0020 R11:  R12: 
2000
 

[Kernel-packages] [Bug 1896482] Re: acpi event detection crashes

2022-02-18 Thread Alexey Bazhin
Getting same trace on 5.15.0-18-generic. And besides non-working lid
switch, s2idle is eating way more battery after this trace.

[83424.717757] Call Trace:
[83424.717759]  
[83424.717761]  ? acpi_os_release_lock+0xe/0x10
[83424.717768]  queue_work_on+0x39/0x60
[83424.717772]  advance_transaction+0x1f6/0x590
[83424.717776]  acpi_ec_transaction_unlocked+0xfd/0x320
[83424.717780]  acpi_ec_transaction+0xb8/0x180
[83424.717784]  acpi_ec_space_handler+0x1d8/0x290
[83424.717788]  acpi_ev_address_space_dispatch+0x314/0x3d3
[83424.717791]  ? acpi_ec_add+0x1c0/0x1c0
[83424.717795]  acpi_ex_access_region+0x1c6/0x25f
[83424.717798]  ? acpi_ut_trace_u32+0x2b/0x73
[83424.717802]  acpi_ex_field_datum_io+0x18a/0x42d
[83424.717805]  acpi_ex_extract_from_field+0x17b/0x36b
[83424.717809]  acpi_ex_read_data_from_field+0x326/0x378
[83424.717812]  acpi_ex_resolve_node_to_value+0x3a7/0x4dd
[83424.717816]  acpi_ex_resolve_to_value+0x111/0x1aa
[83424.717819]  acpi_ds_evaluate_name_path+0xb1/0x169
[83424.717823]  ? acpi_db_single_step+0x1e/0x258
[83424.717826]  acpi_ds_exec_end_op+0x11f/0x79f
[83424.717830]  acpi_ps_parse_loop+0x587/0x660
[83424.717833]  acpi_ps_parse_aml+0x1af/0x552
[83424.717837]  acpi_ps_execute_method+0x208/0x2ca
[83424.717840]  acpi_ns_evaluate+0x34e/0x4f0
[83424.717842]  acpi_evaluate_object+0x18e/0x3b4
[83424.717845]  ? finish_task_switch.isra.0+0xa6/0x270
[83424.717850]  acpi_ec_event_processor+0x6b/0xa0
[83424.717853]  process_one_work+0x228/0x3d0
[83424.717858]  worker_thread+0x53/0x410
[83424.717862]  kthread+0x11b/0x140
[83424.717866]  ? process_one_work+0x3d0/0x3d0
[83424.717870]  ? set_kthread_struct+0x50/0x50
[83424.717874]  ret_from_fork+0x1f/0x30
[83424.717880]  
[83424.717882] ---[ end trace b980c7f0525783f6 ]---

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1896482

Title:
  acpi event detection crashes

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released

Bug description:
  = SRU Justification =

  [Impact]

  The bug causes the EC driver to fail and ACPI events are no longer
  handled by Linux kernel, i.e lid close no longer triggers suspends.

  [Fix]

  Upstream commit 03e9a0e05739cf reworks ec_install_handlers to avoid
  initialisation failures.

  The other three patches are prerequisite to apply 03e9a0e05739cf on
  focal kernel.

  [Test]

  Tested with Lenovo ThinkPad X1 Carbon Gen 8

  [Regression Potential]

  Low. The patches were cherry-picked from mainline kernel (two since 5.5
  and two since 5.7)

  = Original Bug Report =

  Right after booting, acpi lid open/close is detected as it should be
  by the kernel, but some time later it crashes, so I have to manually
  suspend the system.  The traceback is here:

  Sep 20 11:35:33 laxmi kernel: [232492.303557] [ cut here 
]
  Sep 20 11:35:33 laxmi kernel: [232492.303564] WARNING: CPU: 0 PID: 8302 at 
kernel/workqueue.c:1416 __queue_work+0x337/0x3f0
  Sep 20 11:35:33 laxmi kernel: [232492.303565] Modules linked in: ccm rfcomm 
cmac algif_hash algif_skcipher af_alg bnep nls_iso8859_1 snd_soc_skl_hda_dsp 
snd_hda_codec_hdmi snd_soc_hdac_hdmi snd_hda_codec_realtek snd_soc_dmic 
snd_hda_codec_generic snd_sof_pci mei_hdcp x86_pkg_temp_thermal 
intel_powerclamp intel_rapl_msr coretemp snd_sof_intel_hda_common 
snd_soc_hdac_hda snd_sof_intel_hda kvm_intel snd_sof_intel_byt 
snd_sof_intel_ipc kvm snd_sof snd_sof_xtensa_dsp snd_hda_ext_core 
snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core snd_compress ac97_bus 
snd_pcm_dmaengine joydev crct10dif_pclmul ghash_clmulni_intel snd_hda_intel 
aesni_intel snd_intel_dspcfg crypto_simd iwlmvm cryptd snd_hda_codec 
glue_helper rapl mac80211 snd_hda_core snd_seq_midi snd_hwdep 
snd_seq_midi_event libarc4 intel_cstate uvcvideo snd_rawmidi i915 snd_pcm 
videobuf2_vmalloc input_leds thinkpad_acpi btusb videobuf2_memops serio_raw 
btrtl videobuf2_v4l2 snd_seq btbcm btintel nvram videobuf2_common iwlwifi 
processor_thermal_device bluetooth videodev
  Sep 20 11:35:33 laxmi kernel: [232492.303600]  drm_kms_helper mc wmi_bmof 
i2c_algo_bit intel_rapl_common fb_sys_fops ucsi_acpi intel_wmi_thunderbolt 
ecdh_generic ledtrig_audio typec_ucsi mei_me syscopyarea hid_multitouch 
snd_seq_device sysfillrect cfg80211 ecc sysimgblt mei intel_soc_dts_iosf typec 
snd_timer snd soundcore int3403_thermal int340x_thermal_zone acpi_pad intel_hid 
int3400_thermal acpi_thermal_rel sparse_keymap mac_hid sch_fq_codel parport_pc 
ppdev lp parport drm ip_tables x_tables autofs4 hid_generic crc32_pclmul nvme 
psmouse e1000e i2c_i801 thunderbolt intel_lpss_pci intel_lpss nvme_core idma64 
virt_dma i2c_hid hid wmi video pinctrl_cannonlake pinctrl_intel
  Sep 20 11:35:33 laxmi kernel: [232492.303628] CPU: 0 PID: 8302 Comm: 
kworker/0:0 Not tainted 5.4.0-47-generic #51-Ubuntu
  Sep 20 11:35:33 laxmi kernel: [232492.303629] Hardware name: LENOVO 

[Kernel-packages] [Bug 1961422] [NEW] nvidia-kernel-source-460 460.73.01-0ubuntu0.20.04.1: nvidia kernel module failed to build

2022-02-18 Thread Alexey Gromov
Public bug reported:

I don't know what's happened, but ubuntu said that smth went wrong, and
I should report it

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nvidia-kernel-source-460 460.73.01-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.13.0-28.31~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
DKMSKernelVersion: 5.13.0-30-generic
Date: Fri Feb 18 16:24:44 2022
Dependencies:
 
DuplicateSignature: 
dkms:nvidia-kernel-source-460:460.73.01-0ubuntu0.20.04.1:/var/lib/dkms/nvidia/460.73.01/build/nvidia-drm/nvidia-drm-crtc.c:311:23:
 error: initialization of ‘int (*)(struct drm_plane *, struct drm_atomic_state 
*)’ from incompatible pointer type ‘int (*)(struct drm_plane *, struct 
drm_plane_state *)’ [-Werror=incompatible-pointer-types]
InstallationDate: Installed on 2021-03-07 (348 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
PackageVersion: 460.73.01-0ubuntu0.20.04.1
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: nvidia-graphics-drivers-460
Title: nvidia-kernel-source-460 460.73.01-0ubuntu0.20.04.1: nvidia kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-460 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal need-duplicate-check

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-460 in Ubuntu.
https://bugs.launchpad.net/bugs/1961422

Title:
  nvidia-kernel-source-460 460.73.01-0ubuntu0.20.04.1: nvidia kernel
  module failed to build

Status in nvidia-graphics-drivers-460 package in Ubuntu:
  New

Bug description:
  I don't know what's happened, but ubuntu said that smth went wrong,
  and I should report it

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: nvidia-kernel-source-460 460.73.01-0ubuntu0.20.04.1
  ProcVersionSignature: Ubuntu 5.13.0-28.31~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-28-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  DKMSKernelVersion: 5.13.0-30-generic
  Date: Fri Feb 18 16:24:44 2022
  Dependencies:
   
  DuplicateSignature: 
dkms:nvidia-kernel-source-460:460.73.01-0ubuntu0.20.04.1:/var/lib/dkms/nvidia/460.73.01/build/nvidia-drm/nvidia-drm-crtc.c:311:23:
 error: initialization of ‘int (*)(struct drm_plane *, struct drm_atomic_state 
*)’ from incompatible pointer type ‘int (*)(struct drm_plane *, struct 
drm_plane_state *)’ [-Werror=incompatible-pointer-types]
  InstallationDate: Installed on 2021-03-07 (348 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  PackageVersion: 460.73.01-0ubuntu0.20.04.1
  Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.5
  SourcePackage: nvidia-graphics-drivers-460
  Title: nvidia-kernel-source-460 460.73.01-0ubuntu0.20.04.1: nvidia kernel 
module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1961422/+subscriptions


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


[Kernel-packages] [Bug 1956401] Re: amdgpu hangs for 90 seconds at a time in 5.13.0-23, but 5.13.0-22 works

2022-01-11 Thread Alexey Balmashnov
5.13.0-25 fixed for me amdgpu graphics init issue on AMD Ryzen 5 3400G.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1956401

Title:
  amdgpu hangs for 90 seconds at a time in 5.13.0-23, but 5.13.0-22
  works

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Impish:
  Fix Released

Bug description:
  SRU Justification

  Impact:

  This does not occur with linux-image-5.13.0-22-generic, but does with 
linux-image-5.13.0-23-generic.
  On startup, I get about a 60 second hang, with the following in the kernel 
dmesg:
  Jan  4 15:26:36 inspiron-3505 kernel: [   34.160572] amdgpu :04:00.0: 
amdgp : failed to write reg 28b4 wait reg 28c6
  Jan  4 15:26:56 inspiron-3505 kernel: [   54.189055] amdgpu :04:00.0: 
amdgp : failed to write reg 1a6f4 wait reg 1a706
  Jan  4 15:27:16 inspiron-3505 kernel: [   74.329264] amdgpu :04:00.0: 
amdgp : failed to write reg 28b4 wait reg 28c6
  Jan  4 15:27:36 inspiron-3505 kernel: [   94.337904] amdgpu :04:00.0: 
amdgp : failed to write reg 1a6f4 wait reg 1a706
  I have the following GPU:
  04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Picass
  o (rev c2) (prog-if 00 [VGA controller])
  04:00.0 0300: 1002:15d8 (rev c2)
  (This is a Ryzen 5 3450U CPU with Radeon Vega Mobile.)

  I get a similar hang if I start firefox (when it's probing OpenGL
  contexts), and even with glxgears and glxinfo. Seems like anything
  that'd kick on a OpenGL context does it.  I had a freeze as well when
  I tried running firefox and glxgears both.  Along with odd BUG:
  messages logged (I have some in the attached log.)

  I was running with "iommu=pt", but did try with this removed, still
  got the errors (I think amdgpu driver uses the IOMMU even when it's
  set to IOMMU=pt though.).  See the attached log for some very odd
  "[Hardware Error]" messages that were logged on one test run.  I think
  this was when I tried to run firestorm (second life viewer) -- that
  had a large pause then opened to a black window.

  Per Google, I see there was a bug like this that turned up in kernel
  5.14.15 but fixed in 5.14.17.  See
  https://gitlab.freedesktop.org/drm/amd/-/issues/1770

  Thanks!
  --Henry

  Fix:
  upstream commit afd18180c070 ("drm/amdkfd: fix boot failure when iommu is 
disabled in Picasso.")

  Patch was included in the Impish kernel in -proposed (5.13.0.24.24)
  from an upstream patch set. multiple confirmations the problem is
  resolved with the kernel in -proposed.

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


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


[Kernel-packages] [Bug 1956401] Re: amdgpu hangs for 90 seconds at a time in 5.13.0-23, but 5.13.0-22 works

2022-01-07 Thread Alexey Balmashnov
Enabled proposed, kernel updated to 5.13.0-24-generic. Works fine!
Thanks a lot for the quick fix.


System:Host: alrock Kernel: 5.13.0-24-generic x86_64 bits: 64 Desktop: 
GNOME 40.5 Distro: Ubuntu 21.10 (Impish Indri) 
CPU:   Info: Quad Core model: AMD Ryzen 5 3400G with Radeon Vega Graphics 
bits: 64 type: MT MCP cache: L2: 2 MiB 
   Speed: 1400 MHz min/max: 1400/3700 MHz Core speeds (MHz): 1: 1400 2: 
1350 3: 1404 4: 1388 5: 1384 6: 1399 7: 1397 
   8: 1352 
Graphics:  Device-1: Advanced Micro Devices [AMD/ATI] Picasso driver: amdgpu v: 
kernel 
   Display: wayland server: X.Org 1.21.1.2 driver: loaded: 
ati,radeon,vesa unloaded: fbdev,modesetting 
   resolution: 1920x1200~60Hz 
   OpenGL: renderer: AMD Radeon Vega 11 Graphics (RAVEN DRM 3.41.0 
5.13.0-24-generic LLVM 12.0.1) v: 4.6 Mesa 21.2.2

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1956401

Title:
  amdgpu hangs for 90 seconds at a time in 5.13.0-23, but 5.13.0-22
  works

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Impish:
  Confirmed

Bug description:
  SRU Justification

  Impact:

  This does not occur with linux-image-5.13.0-22-generic, but does with 
linux-image-5.13.0-23-generic.
  On startup, I get about a 60 second hang, with the following in the kernel 
dmesg:
  Jan  4 15:26:36 inspiron-3505 kernel: [   34.160572] amdgpu :04:00.0: 
amdgp : failed to write reg 28b4 wait reg 28c6
  Jan  4 15:26:56 inspiron-3505 kernel: [   54.189055] amdgpu :04:00.0: 
amdgp : failed to write reg 1a6f4 wait reg 1a706
  Jan  4 15:27:16 inspiron-3505 kernel: [   74.329264] amdgpu :04:00.0: 
amdgp : failed to write reg 28b4 wait reg 28c6
  Jan  4 15:27:36 inspiron-3505 kernel: [   94.337904] amdgpu :04:00.0: 
amdgp : failed to write reg 1a6f4 wait reg 1a706
  I have the following GPU:
  04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Picass
  o (rev c2) (prog-if 00 [VGA controller])
  04:00.0 0300: 1002:15d8 (rev c2)
  (This is a Ryzen 5 3450U CPU with Radeon Vega Mobile.)

  I get a similar hang if I start firefox (when it's probing OpenGL
  contexts), and even with glxgears and glxinfo. Seems like anything
  that'd kick on a OpenGL context does it.  I had a freeze as well when
  I tried running firefox and glxgears both.  Along with odd BUG:
  messages logged (I have some in the attached log.)

  I was running with "iommu=pt", but did try with this removed, still
  got the errors (I think amdgpu driver uses the IOMMU even when it's
  set to IOMMU=pt though.).  See the attached log for some very odd
  "[Hardware Error]" messages that were logged on one test run.  I think
  this was when I tried to run firestorm (second life viewer) -- that
  had a large pause then opened to a black window.

  Per Google, I see there was a bug like this that turned up in kernel
  5.14.15 but fixed in 5.14.17.  See
  https://gitlab.freedesktop.org/drm/amd/-/issues/1770

  Thanks!
  --Henry

  Fix:
  upstream commit afd18180c070 ("drm/amdkfd: fix boot failure when iommu is 
disabled in Picasso.")

  Patch was included in the Impish kernel in -proposed (5.13.0.24.24)
  from an upstream patch set. multiple confirmations the problem is
  resolved with the kernel in -proposed.

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


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


[Kernel-packages] [Bug 1956532] Re: Linux Kernel 5.13.0-23 Slows everything

2022-01-06 Thread Alexey Balmashnov
Another "slow" kernel on AMD CPU, see also bug 1956408 and bug 1956396

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1956532

Title:
  Linux Kernel 5.13.0-23 Slows everything

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I installed the Linux Kernel version today (5 Jan 2022) 5.13.0-23 and
  my laptop slowed on boot time A LOT and after login it takes A VERY
  LONG TIME. Apps take a long time to open including snap apps.

  I switched back to 5.13.0-22-generic everything works like a charm.

  Please register this bug for Linus Torvald or its support page to fix
  this.

  Thank you, here are my laptop specs:

  
  Hardware model: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X512DA_F512DA
  Memory: 9.7 GiB
  Processor: AMD® Ryzen 7 3700u with radeon vega mobile gfx × 8 
  Graphics: AMD® Radeon(tm) vega 10 graphics
  Disk: 1.5 TB
  OS: Ubuntu 21.10 64-bit
  Gnome: 40.4.0
  windowing System: X11/Wayland
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  abel   2599 F pulseaudio
   /dev/snd/controlC0:  abel   2599 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-11-30 (401 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  MachineType: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X512DA_F512DA
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-23-generic 
root=UUID=e371e9ab-3ad5-414b-a7cb-0a9c4953453b ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-23.23-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-23-generic N/A
   linux-backports-modules-5.13.0-23-generic  N/A
   linux-firmware 1.201.3
  Tags:  impish
  Uname: Linux 5.13.0-23-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-15 (82 days ago)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/24/2019
  dmi.bios.release: 5.14
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X512DA.310
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X512DA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX512DA.310:bd12/24/2019:br5.14:svnASUSTeKCOMPUTERINC.:pnVivoBook_ASUSLaptopX512DA_F512DA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX512DA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
  dmi.product.family: VivoBook
  dmi.product.name: VivoBook_ASUSLaptop X512DA_F512DA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


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


[Kernel-packages] [Bug 1956383] Re: Ubuntu "impish" 21.10 Linux kernel "5.13.0-23.23" no video after reboot

2022-01-06 Thread Alexey Balmashnov
Observe the same, confirmed that it is an issue with amdgpu failing to
init graphics, see bug 1956399

Not sure how dupes are supposed to be handled.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1956383

Title:
  Ubuntu "impish" 21.10 Linux kernel "5.13.0-23.23" no video after
  reboot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  5.13.0-22 worked acceptably well before the update and still works
  now.

  Not sure 'ubuntu-bug linux' makes sense in this case, since I booted the 
older kernel, not the latest one with the problem being reported.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  an 1849 F pulseaudio
   /dev/snd/controlC0:  an 1849 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2019-10-14 (813 days ago)
  InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20191012)
  IwConfig:
   lono wireless extensions.
   
   enp4s0no wireless extensions.
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-22-generic 
root=UUID=08f33e8a-3af6-448d-a669-0f2dd2363790 ro
  ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-22-generic N/A
   linux-backports-modules-5.13.0-22-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   
  Tags:  impish
  Uname: Linux 5.13.0-22-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-12-29 (6 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/31/2019
  dmi.bios.release: 5.14
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.60
  dmi.board.name: B450M Steel Legend
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.60:bd07/31/2019:br5.14:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB450MSteelLegend:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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


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


[Kernel-packages] [Bug 1956408] Re: Ubuntu 21.10 very slow after kernel update to 5.13.0-23-generic

2022-01-06 Thread Alexey Balmashnov
This one and bug 1956396 look like duplicates.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1956408

Title:
  Ubuntu 21.10 very slow after kernel update to 5.13.0-23-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After updating the kernel to 5.13.0-23-generic, everything seems very
  very slow. The operating system takes a long time to reach the
  desktop, applications like google chrome, telegram take a long time to
  open. Till now, out of the 4 times I have started ubuntu using kernel
  5.13.0-23-generic, 3 times everything was slow, and 1 time things were
  normal and fast as usual.

  My processor is AMD Ryzen 3500u.
  lsb_release -rd
  Description:  Ubuntu 21.10
  Release:  21.10

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-23-generic 5.13.0-23.23
  ProcVersionSignature: Ubuntu 5.13.0-23.23-generic 5.13.19
  Uname: Linux 5.13.0-23-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  soumadeepsarkar1   1671 F pulseaudio
   /dev/snd/controlC0:  soumadeepsarkar1   1671 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jan  5 09:38:49 2022
  InstallationDate: Installed on 2021-12-06 (29 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  MachineType: HP HP Laptop 15s-eq0xxx
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-23-generic 
root=UUID=7e493e25-d42c-4448-beec-66294ac825d3 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-23-generic N/A
   linux-backports-modules-5.13.0-23-generic  N/A
   linux-firmware 1.201.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2021
  dmi.bios.release: 15.53
  dmi.bios.vendor: AMI
  dmi.bios.version: F.53
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 86FD
  dmi.board.vendor: HP
  dmi.board.version: 99.42
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 99.42
  dmi.modalias: 
dmi:bvnAMI:bvrF.53:bd10/15/2021:br15.53:efr99.42:svnHP:pnHPLaptop15s-eq0xxx:pvr:rvnHP:rn86FD:rvr99.42:cvnHP:ct10:cvrChassisVersion:sku440L6PA#ACJ:
  dmi.product.family: 103C_5335KV HP Notebook
  dmi.product.name: HP Laptop 15s-eq0xxx
  dmi.product.sku: 440L6PA#ACJ
  dmi.sys.vendor: HP

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


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


[Kernel-packages] [Bug 1956396] Re: kernel 5.13.0-23 extremely slow boot on AMD proc/graphics

2022-01-06 Thread Alexey Balmashnov
There is a bunch of AMD graphics related bugs associated with the latest
kernel update on 21.10. I wonder whether they could have common root
cause. Personally, I observe the same behavior as described in comment
#4 above, I've submitted bug 1956399.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1956396

Title:
   kernel 5.13.0-23 extremely slow boot on AMD proc/graphics

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  5.13.0-23 HWE kernel on Linux Mint 20.2 Xfce (Ubuntu 20.04.3)
  Had been using the 5.13 HWE kernel for months with no problems.
  Today the kernel and linux-firmware updated.
  5.13.0-23 kernel now takes about 2 minutes to boot to the login screen.
  Normal boot time is 8 seconds.
  During that time the pc is frozen with only a _ underline cursor that doesn't 
flash.
  Can't change terminals with Ctrl+Alt+F1, etc.
  Problem does not occur when booting 5.11.0-44 or 5.4.0-92 so I'm pretty sure 
the problem is in the kernel and not linux-firmware.

  System information (while using 5.11 kernel)
  CPU:   Topology: Quad Core model: AMD Ryzen 5 3400G with Radeon Vega 
Graphics bits: 64 type: MT MCP
     arch: Zen+ rev: 1 L2 cache: 2048 KiB
     flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 
svm bogomips: 59089
     Speed: 1259 MHz min/max: 1400/3700 MHz boost: enabled Core speeds 
(MHz): 1: 1258 2: 1258
     3: 1258 4: 1258 5: 1257 6: 1260 7: 1267 8: 1330

  Graphics:  Device-1: AMD Picasso vendor: Hewlett-Packard driver: amdgpu v: 
kernel bus ID: 0c:00.0
     chip ID: 1002:15d8
     Display: x11 server: X.Org 1.20.13 driver: amdgpu resolution: 
1920x1080~60Hz
     OpenGL:
     renderer: AMD Radeon Vega 11 Graphics (RAVEN DRM 3.40.0 
5.11.0-44-generic LLVM 12.0.0)
     v: 4.6 Mesa 21.0.3 direct render: Yes

  Forums threads about it:
  https://ubuntuforums.org/showthread.php?t=2470574
  https://forums.linuxmint.com/viewtopic.php?f=46=364729

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


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


[Kernel-packages] [Bug 1956399] Re: Regression: kernel does not init graphics (?) on AMD Ryzen 5 3400G

2022-01-05 Thread Alexey Balmashnov
Confirmed that graphics init fails: when system is restarted with broken
kernel, it is accessible via ssh.

Grepping for amdgpu in kern.log results in:

Jan  5 18:50:53 alrock kernel: [3.910928] [drm] amdgpu kernel modesetting 
enabled.
Jan  5 18:50:53 alrock kernel: [3.911042] amdgpu: Topology: Add APU node 
[0x0:0x0]
Jan  5 18:50:53 alrock kernel: [3.91] fb0: switching to amdgpudrmfb 
from EFI VGA
Jan  5 18:50:53 alrock kernel: [3.911516] amdgpu :09:00.0: vgaarb: 
deactivate vga console
Jan  5 18:50:53 alrock kernel: [3.911701] amdgpu :09:00.0: amdgpu: 
Trusted Memory Zone (TMZ) feature enabled
Jan  5 18:50:53 alrock kernel: [3.943546] amdgpu :09:00.0: amdgpu: 
Fetched VBIOS from ROM BAR
Jan  5 18:50:53 alrock kernel: [3.943551] amdgpu: ATOM BIOS: 113-PICASSO-118
Jan  5 18:50:53 alrock kernel: [3.943983] amdgpu :09:00.0: amdgpu: 
VRAM: 2048M 0x00F4 - 0x00F47FFF (2048M used)
Jan  5 18:50:53 alrock kernel: [3.943986] amdgpu :09:00.0: amdgpu: 
GART: 1024M 0x - 0x3FFF
Jan  5 18:50:53 alrock kernel: [3.943989] amdgpu :09:00.0: amdgpu: AGP: 
267419648M 0x00F8 - 0x
Jan  5 18:50:53 alrock kernel: [3.944034] [drm] amdgpu: 2048M of VRAM 
memory ready
Jan  5 18:50:53 alrock kernel: [3.944040] [drm] amdgpu: 3072M of GTT memory 
ready.
Jan  5 18:50:53 alrock kernel: [3.951844] amdgpu: hwmgr_sw_init smu backed 
is smu10_smu
Jan  5 18:50:53 alrock kernel: [3.953750] amdgpu :09:00.0: amdgpu: Will 
use PSP to load VCN firmware
Jan  5 18:50:53 alrock kernel: [4.039547] amdgpu :09:00.0: amdgpu: RAS: 
optional ras ta ucode is not available
Jan  5 18:50:53 alrock kernel: [4.044506] amdgpu :09:00.0: amdgpu: RAP: 
optional rap ta ucode is not available
Jan  5 18:50:53 alrock kernel: [4.083438] snd_hda_intel :09:00.1: bound 
:09:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Jan  5 18:50:53 alrock kernel: [4.196382] kfd kfd: amdgpu: Allocated 
3969056 bytes on gart
Jan  5 18:50:53 alrock kernel: [4.196450] kfd kfd: amdgpu: error getting 
iommu info. is the iommu enabled?
Jan  5 18:50:53 alrock kernel: [4.196455] kfd kfd: amdgpu: Error 
initializing iommuv2
Jan  5 18:50:53 alrock kernel: [4.196616] kfd kfd: amdgpu: device 1002:15d8 
NOT added due to errors
Jan  5 18:50:53 alrock kernel: [4.196619] kfd kfd: amdgpu: Failed to resume 
IOMMU for device 1002:15d8
Jan  5 18:50:53 alrock kernel: [4.196622] amdgpu :09:00.0: amdgpu: 
amdgpu_device_ip_init failed
Jan  5 18:50:53 alrock kernel: [4.196626] amdgpu :09:00.0: amdgpu: 
Fatal error during GPU init
Jan  5 18:50:53 alrock kernel: [4.196629] amdgpu :09:00.0: amdgpu: 
amdgpu: finishing device.
Jan  5 18:50:53 alrock kernel: [4.242549] [drm] amdgpu: ttm finalized

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1956399

Title:
  Regression: kernel does not init graphics (?) on AMD Ryzen 5 3400G

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After latest upgrade of linux-image to 5.13.0.23.34 system seem to
  boot, but it looks like graphics does not initialize correctly. After
  showing initial init logging, at the moment when X should init and
  graphics login should appear, monitor just goes to sleep and provides
  diagnostic message that there is no signal on selected input.

  apt upgrade log:
  Start-Date: 2022-01-04  23:21:11
  Commandline: apt upgrade
  Requested-By: xx (1000)
  Install: linux-modules-extra-5.13.0-23-generic:amd64 (5.13.0-23.23, 
automatic), linux-image-5.13.0-23-generic:amd64 (5.13.0-23.23, automatic), 
linux-headers-5.13.0-23-generic:amd64 (5.13.0-23.23, automatic), 
linux-modules-5.13.0-23-generic:amd64 (5.13.0-23.23, automatic), 
linux-headers-5.13.0-23:amd64 (5.13.0-23.23, automatic)
  Upgrade: linux-headers-generic:amd64 (5.13.0.22.33, 5.13.0.23.34), 
google-chrome-stable:amd64 (96.0.4664.110-1, 97.0.4692.71-1), 
linux-generic:amd64 (5.13.0.22.33, 5.13.0.23.34), linux-image-generic:amd64 
(5.13.0.22.33, 5.13.0.23.34), linux-libc-dev:amd64 (5.13.0-22.22, 5.13.0-23.23)
  End-Date: 2022-01-04  23:22:39

  Currently working around this issues by booting previous version of
  the kernel.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-generic 5.13.0.23.34
  ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19
  Uname: Linux 5.13.0-22-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 2532 F pulseaudio
   /dev/snd/pcmC1D0p:   alexei 2532 F...m pulseaudio
   /dev/snd/controlC0:  alexei 2532 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Wed 

[Kernel-packages] [Bug 1956399] [NEW] Regression: kernel does not init graphics (?) on AMD Ryzen 5 3400G

2022-01-04 Thread Alexey Balmashnov
Public bug reported:

After latest upgrade of linux-image to 5.13.0.23.34 system seem to boot,
but it looks like graphics does not initialize correctly. After showing
initial init logging, at the moment when X should init and graphics
login should appear, monitor just goes to sleep and provides diagnostic
message that there is no signal on selected input.

apt upgrade log:
Start-Date: 2022-01-04  23:21:11
Commandline: apt upgrade
Requested-By: xx (1000)
Install: linux-modules-extra-5.13.0-23-generic:amd64 (5.13.0-23.23, automatic), 
linux-image-5.13.0-23-generic:amd64 (5.13.0-23.23, automatic), 
linux-headers-5.13.0-23-generic:amd64 (5.13.0-23.23, automatic), 
linux-modules-5.13.0-23-generic:amd64 (5.13.0-23.23, automatic), 
linux-headers-5.13.0-23:amd64 (5.13.0-23.23, automatic)
Upgrade: linux-headers-generic:amd64 (5.13.0.22.33, 5.13.0.23.34), 
google-chrome-stable:amd64 (96.0.4664.110-1, 97.0.4692.71-1), 
linux-generic:amd64 (5.13.0.22.33, 5.13.0.23.34), linux-image-generic:amd64 
(5.13.0.22.33, 5.13.0.23.34), linux-libc-dev:amd64 (5.13.0-22.22, 5.13.0-23.23)
End-Date: 2022-01-04  23:22:39

Currently working around this issues by booting previous version of the
kernel.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-generic 5.13.0.23.34
ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19
Uname: Linux 5.13.0-22-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  alexei 2532 F pulseaudio
 /dev/snd/pcmC1D0p:   alexei 2532 F...m pulseaudio
 /dev/snd/controlC0:  alexei 2532 F pulseaudio
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Jan  5 01:02:53 2022
HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
InstallationDate: Installed on 2016-01-06 (2190 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
IwConfig:
 lono wireless extensions.
 
 enp8s0no wireless extensions.
 
 lxcbr0no wireless extensions.
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-22-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-22-generic N/A
 linux-backports-modules-5.13.0-22-generic  N/A
 linux-firmware 1.201.3
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to impish on 2021-10-05 (91 days ago)
dmi.bios.date: 05/10/2021
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P5.00
dmi.board.name: B450 Pro4
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP5.00:bd05/10/2021:br5.17:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB450Pro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1956399

Title:
  Regression: kernel does not init graphics (?) on AMD Ryzen 5 3400G

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After latest upgrade of linux-image to 5.13.0.23.34 system seem to
  boot, but it looks like graphics does not initialize correctly. After
  showing initial init logging, at the moment when X should init and
  graphics login should appear, monitor just goes to sleep and provides
  diagnostic message that there is no signal on selected input.

  apt upgrade log:
  Start-Date: 2022-01-04  23:21:11
  Commandline: apt upgrade
  Requested-By: xx (1000)
  Install: linux-modules-extra-5.13.0-23-generic:amd64 (5.13.0-23.23, 
automatic), linux-image-5.13.0-23-generic:amd64 (5.13.0-23.23, automatic), 
linux-headers-5.13.0-23-generic:amd64 (5.13.0-23.23, automatic), 
linux-modules-5.13.0-23-generic:amd64 (5.13.0-23.23, automatic), 
linux-headers-5.13.0-23:amd64 (5.13.0-23.23, automatic)
  Upgrade: linux-headers-generic:amd64 (5.13.0.22.33, 5.13.0.23.34), 
google-chrome-stable:amd64 (96.0.4664.110-1, 97.0.4692.71-1), 
linux-generic:amd64 (5.13.0.22.33, 5.13.0.23.34), linux-image-generic:amd64 
(5.13.0.22.33, 5.13.0.23.34), linux-libc-dev:amd64 (5.13.0-22.22, 5.13.0-23.23)
  End-Date: 2022-01-04  23:22:39

  Currently working around this issues by booting previous version of
  the kernel.

  ProblemType: Bug
  

[Kernel-packages] [Bug 1870597]

2021-11-05 Thread alexey
Was this patch sent to the maintainers? If so, was it applied?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1870597

Title:
  libinput says "your system is too slow"

Status in GNOME Shell:
  Unknown
Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Triaged
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  During the freeze, the output of the install had a message from "gdm-
  x-session" saying "your system is too slow".

  To reproduce:
  1. Launch the Ubuntu installer
  2. Begin the installation process
  3. When the installation process begins, move the cursor around
  4. Notice how the PC freezes and drops mouse events

  Description:  Ubuntu Focal Fossa (development branch)
  Release:  20.04

  gnome-shell:
Installed: 3.36.0-2ubuntu2
Candidate: 3.36.0-2ubuntu2
Version table:
   *** 3.36.0-2ubuntu2 500
  500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.0-2ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu21
  Architecture: amd64
  CasperVersion: 1.442
  Date: Fri Apr  3 14:24:21 2020
  DisplayManager: gdm3
  GsettingsChanges:
   
  LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 3.36.0-2ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CasperVersion: 1.442
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroRelease: Ubuntu 20.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: Dell UHD Graphics 620 [1028:0810]
  LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  MachineType: Dell Inc. Inspiron 5570
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: xorg-server (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/hostname.seed quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Tags:  focal ubuntu
  Uname: Linux 5.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/15/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.3
  dmi.board.name: 09YTN7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd05/15/2019:svnDellInc.:pnInspiron5570:pvr:rvnDellInc.:rn09YTN7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5570
  dmi.product.sku: 0810
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.100-4
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.2-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.7-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


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


[Kernel-packages] [Bug 1906476] Re: PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, >z_sa_hdl)) failed

2021-10-27 Thread Alexey Gusev
I have the same problem on my two machines that have identical setup.

ZFS on root and data (two pools), compression enabled, some subvolumes
are encrypted.

ubuntu 21.10
Kernel 5.13.0-20-generic

$ zfs --version
zfs-2.0.6-1ubuntu2
zfs-kmod-2.0.6-1ubuntu2

First panic happens after I log in with my OS user, this triggers
decryption of zfs subvolumes via PAM and voila:

VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, 
>z_sa_hdl)) failed
PANIC at zfs_znode.c:339:zfs_znode_sa_init()
Showing stack for process 8821
CPU: 6 PID: 8821 Comm: Cache2 I/O Tainted: P   O  5.13.0-20-generic 
#20-Ubuntu
Hardware name: ASUS System Product Name/PRO H410T, BIOS 1401 07/27/2020
Call Trace:
 show_stack+0x52/0x58
 dump_stack+0x7d/0x9c
 spl_dumpstack+0x29/0x2b [spl]
 spl_panic+0xd4/0xfc [spl]
 ? queued_spin_unlock+0x9/0x10 [zfs]
 ? do_raw_spin_unlock+0x9/0x10 [zfs]
 ? __raw_spin_unlock+0x9/0x10 [zfs]
 ? dmu_buf_replace_user+0x65/0x80 [zfs]
 ? dmu_buf_set_user+0x13/0x20 [zfs]
 ? dmu_buf_set_user_ie+0x15/0x20 [zfs]
 zfs_znode_sa_init+0xd9/0xe0 [zfs]
…

The system itself is still usable but becomes unresponsive here and
there, on irregular basis. And then it goes on and on with messages like
this in dmesg:

INFO: task Cache2 I/O:8821 blocked for more than 1208 seconds.
  Tainted: P   O  5.13.0-20-generic #20-Ubuntu
"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
task:Cache2 I/O  state:D stack:0 pid: 8821 ppid:  4247 flags:0x
Call Trace:
 __schedule+0x268/0x680
 schedule+0x4f/0xc0
 spl_panic+0xfa/0xfc [spl]
 ? queued_spin_unlock+0x9/0x10 [zfs]
 ? do_raw_spin_unlock+0x9/0x10 [zfs]
 ? __raw_spin_unlock+0x9/0x10 [zfs]
 ? dmu_buf_replace_user+0x65/0x80 [zfs]
 ? dmu_buf_set_user+0x13/0x20 [zfs]
 ? dmu_buf_set_user_ie+0x15/0x20 [zfs]
 zfs_znode_sa_init+0xd9/0xe0 [zfs]
…

Processes that are suffering from being locked forever in 'D' state (ps
output second column) are usually firefox, gsd-housekeeping , sometimes
gnome-shell and, as in case above, find. I believe gnome-shell causes
nautilus to misbehave. What also sucks is that this seems to cause my
laptop to abort entering sleep mode with resource busy error,
recursively. So it would try to enter sleep, abort (there's a message in
syslog) and try again, until the battery depletes completely.

Adding `zfs.zfs_recover=1` to kernel boot parameter list maybe helps
(thank you https://launchpad.net/~jawn-smith). At least it prevented the
first zfs_node panic message from appearing in dmesg after login, but
this needs longer and more detailed observation under different loads.
Also, an open question remains whether having such kernel parameter for
regular use is appropriate.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1906476

Title:
  PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 ==
  sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED,
  >z_sa_hdl)) failed

Status in Native ZFS for Linux:
  New
Status in linux package in Ubuntu:
  Invalid
Status in ubuntu-release-upgrader package in Ubuntu:
  Confirmed
Status in zfs-linux package in Ubuntu:
  Fix Released
Status in linux source package in Impish:
  Fix Released
Status in ubuntu-release-upgrader source package in Impish:
  Confirmed
Status in zfs-linux source package in Impish:
  Fix Released

Bug description:
  Since today while running Ubuntu 21.04 Hirsute I started getting a ZFS
  panic in the kernel log which was also hanging Disk I/O for all
  Chrome/Electron Apps.

  I have narrowed down a few important notes:
  - It does not happen with module version 0.8.4-1ubuntu11 built and included 
with 5.8.0-29-generic

  - It was happening when using zfs-dkms 0.8.4-1ubuntu16 built with DKMS
  on the same kernel and also on 5.8.18-acso (a custom kernel).

  - For whatever reason multiple Chrome/Electron apps were affected,
  specifically Discord, Chrome and Mattermost. In all cases they seem
  (but I was unable to strace the processes so it was a bit hard ot
  confirm 100% but by deduction from /proc/PID/fd and the hanging ls)
  they seem hung trying to open files in their 'Cache' directory, e.g.
  ~/.cache/google-chrome/Default/Cache and ~/.config/Mattermost/Cache ..
  while the issue was going on I could not list that directory either
  "ls" would just hang.

  - Once I removed zfs-dkms only to revert to the kernel built-in
  version it immediately worked without changing anything, removing
  files, etc.

  - It happened over multiple reboots and kernels every time, all my
  Chrome apps weren't working but for whatever reason nothing else
  seemed affected.

  - It would log a series of spl_panic dumps into kern.log that look like this:
  Dec  2 12:36:42 optane kernel: [   72.857033] VERIFY(0 == 
sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, >z_sa_hdl)) 
failed
  Dec  2 12:36:42 optane kernel: [   72.857036] 

[Kernel-packages] [Bug 1862899] Re: Cannon Point-LP CNVi: Error sending STATISTICS_CMD: time out after 2000ms.

2021-06-16 Thread Alexey Vazhnov
Again the same problem, with fresher software: Xubuntu 20.04, Kernel version 
5.4.0-74-generic.
Laptop is different, but the same model:

> product: 20QD00L1PB (LENOVO_MT_20QD_BU_Think_FM_ThinkPad X1 Carbon
7th)

No updates were installed recently (checked in /var/log/apt/history.log).
Logs are attached.

** Attachment added: "/var/log/syslog with two pieces of logs with crash"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1862899/+attachment/5505094/+files/syslog_2021-06-16

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1862899

Title:
  Cannon Point-LP CNVi: Error sending STATISTICS_CMD: time out after
  2000ms.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have Lenovo ThinkPad X1 Carbon 7th (20QD003CRT), wifi adapter "Intel
  Corporation Cannon Point-LP CNVi [Wireless-AC] (rev 11)". Xubuntu
  19.10 amd64 installed, without dualboot (no any other system
  installed). I use UEFI to boot.

  Problem: yesterday my internal wifi adapter stopped to work for some
  seconds, GUI (XFCE desktop) freezed too, and then returned back to
  work.

  
  All from /var/log/syslog for this time:

  
  Feb 11 12:25:52 C9086 kernel: [10371.979560] iwlwifi :00:14.3: Error 
sending STATISTICS_CMD: time out after 2000ms.
  Feb 11 12:25:52 C9086 kernel: [10371.979569] iwlwifi :00:14.3: Current 
CMD queue read_ptr 119 write_ptr 120
  Feb 11 12:25:53 C9086 kernel: [10372.228460] iwlwifi :00:14.3: HW error, 
resetting before reading
  Feb 11 12:25:54 C9086 kernel: [10372.235464] iwlwifi :00:14.3: Start IWL 
Error Log Dump:
  Feb 11 12:25:54 C9086 kernel: [10372.235467] iwlwifi :00:14.3: Status: 
0x0080, count: 453879397
  Feb 11 12:25:54 C9086 kernel: [10372.235468] iwlwifi :00:14.3: Loaded 
firmware version: 46.6bf1df06.0
  Feb 11 12:25:54 C9086 kernel: [10372.235469] iwlwifi :00:14.3: 0xB15FDEBE 
| ADVANCED_SYSASSERT  
  Feb 11 12:25:54 C9086 kernel: [10372.235470] iwlwifi :00:14.3: 0x0AAAE311 
| trm_hw_status0
  Feb 11 12:25:54 C9086 kernel: [10372.235471] iwlwifi :00:14.3: 0x4ABEAA8E 
| trm_hw_status1
  Feb 11 12:25:54 C9086 kernel: [10372.235472] iwlwifi :00:14.3: 0x2C23FA10 
| branchlink2
  Feb 11 12:25:54 C9086 kernel: [10372.235472] iwlwifi :00:14.3: 0x379A2F8D 
| interruptlink1
  Feb 11 12:25:54 C9086 kernel: [10372.235473] iwlwifi :00:14.3: 0x21730095 
| interruptlink2
  Feb 11 12:25:54 C9086 kernel: [10372.235473] iwlwifi :00:14.3: 0x43BDCC1D 
| data1
  Feb 11 12:25:54 C9086 kernel: [10372.235474] iwlwifi :00:14.3: 0x7C910E05 
| data2
  Feb 11 12:25:54 C9086 kernel: [10372.235475] iwlwifi :00:14.3: 0x2DB0BBD2 
| data3
  Feb 11 12:25:54 C9086 kernel: [10372.235475] iwlwifi :00:14.3: 0x5288F8D1 
| beacon time
  Feb 11 12:25:54 C9086 kernel: [10372.235476] iwlwifi :00:14.3: 0xC6FAB7FC 
| tsf low
  Feb 11 12:25:54 C9086 kernel: [10372.235477] iwlwifi :00:14.3: 0x050D2726 
| tsf hi
  Feb 11 12:25:54 C9086 kernel: [10372.235477] iwlwifi :00:14.3: 0xD3DD7697 
| time gp1
  Feb 11 12:25:54 C9086 kernel: [10372.235478] iwlwifi :00:14.3: 0x923A05D9 
| time gp2
  Feb 11 12:25:54 C9086 kernel: [10372.235479] iwlwifi :00:14.3: 0xE3F5F9F3 
| uCode revision type
  Feb 11 12:25:54 C9086 kernel: [10372.235479] iwlwifi :00:14.3: 0xB6996AB0 
| uCode version major
  Feb 11 12:25:54 C9086 kernel: [10372.235480] iwlwifi :00:14.3: 0x1F870BDB 
| uCode version minor
  Feb 11 12:25:54 C9086 kernel: [10372.235481] iwlwifi :00:14.3: 0x094F68F9 
| hw version
  Feb 11 12:25:54 C9086 kernel: [10372.235481] iwlwifi :00:14.3: 0xBDFD2CE7 
| board version
  Feb 11 12:25:54 C9086 kernel: [10372.235482] iwlwifi :00:14.3: 0x726FB65D 
| hcmd
  Feb 11 12:25:54 C9086 kernel: [10372.235483] iwlwifi :00:14.3: 0x5C2E5991 
| isr0
  Feb 11 12:25:54 C9086 kernel: [10372.235483] iwlwifi :00:14.3: 0x3D72BE19 
| isr1
  Feb 11 12:25:54 C9086 kernel: [10372.235484] iwlwifi :00:14.3: 0x89DCC17D 
| isr2
  Feb 11 12:25:54 C9086 kernel: [10372.235485] iwlwifi :00:14.3: 0x77D5EED7 
| isr3
  Feb 11 12:25:54 C9086 kernel: [10372.235485] iwlwifi :00:14.3: 0x408F00D3 
| isr4
  Feb 11 12:25:54 C9086 kernel: [10372.235486] iwlwifi :00:14.3: 0x79D5F948 
| last cmd Id
  Feb 11 12:25:54 C9086 kernel: [10372.235487] iwlwifi :00:14.3: 0x4390E360 
| wait_event
  Feb 11 12:25:54 C9086 kernel: [10372.235487] iwlwifi :00:14.3: 0xADCFE78F 
| l2p_control
  Feb 11 12:25:54 C9086 kernel: [10372.235488] iwlwifi :00:14.3: 0x113C819A 
| l2p_duration
  Feb 11 12:25:54 C9086 kernel: [10372.235489] iwlwifi :00:14.3: 0xD133CCA0 
| l2p_mhvalid
  Feb 11 12:25:54 C9086 kernel: [10372.235489] iwlwifi :00:14.3: 0x8CF68910 
| l2p_addr_match
  Feb 11 12:25:54 C9086 kernel: [10372.235490] iwlwifi :00:14.3: 0x1656B4BC 
| lmpm_pmg_sel
  Feb 11 12:25:54 C9086 kernel: [10372.235491] iwlwifi :00:14.3: 

[Kernel-packages] [Bug 1720438] Re: brightness control broken nvidia

2021-05-03 Thread Alexey
I've found this forum thread:

https://forums.developer.nvidia.com/t/solus-nvidia-gtx-1070-brightness-
control-not-working/54472

If I understand correctly, the OP resolved his issue by setting the
kernel boot parameter

nvidia.NVreg_EnableBacklightHandler=1

This did not solve the issue for me, however.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-384 in Ubuntu.
https://bugs.launchpad.net/bugs/1720438

Title:
  brightness control broken nvidia

Status in gnome-power:
  Confirmed
Status in gnome-power-manager package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Incomplete
Status in mutter package in Ubuntu:
  Incomplete
Status in nvidia-graphics-drivers-384 package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 17.10 beta 2 
  Nvidia 310M, 340.x official driver installed with Additional Drivers program

  The brightness control built into the laptop (Dell Vostro 3300) isn't 
changing the brightness. Normally I can use Fn + Up/Down arrow keys to change 
the brightness.
  The brightness control works fine in Ubuntu 16.04 with the same driver series.

  I don't know if this is a GNOME 3.26 bug but it's likely as I'm having
  the exact same problem with Fedora 26 on this laptop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/1720438/+subscriptions

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


[Kernel-packages] [Bug 1893816] [NEW] package linux-headers-5.6.0-1023-oem 5.6.0-1023.23 failed to install/upgrade: installed linux-headers-5.6.0-1023-oem package post-installation script subprocess r

2020-09-01 Thread Alexey Tomilov
Public bug reported:

automatically appeared when I tried sudo apt-get upgrade

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-headers-5.6.0-1023-oem 5.6.0-1023.23
Uname: Linux 5.8.1-050801-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.8
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Sep  1 10:44:24 2020
ErrorMessage: installed linux-headers-5.6.0-1023-oem package post-installation 
script subprocess returned error exit status 1
InstallationDate: Installed on 2020-08-04 (27 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: linux-oem-5.6
Title: package linux-headers-5.6.0-1023-oem 5.6.0-1023.23 failed to 
install/upgrade: installed linux-headers-5.6.0-1023-oem package 
post-installation script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-oem-5.6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1893816

Title:
  package linux-headers-5.6.0-1023-oem 5.6.0-1023.23 failed to
  install/upgrade: installed linux-headers-5.6.0-1023-oem package post-
  installation script subprocess returned error exit status 1

Status in linux-oem-5.6 package in Ubuntu:
  New

Bug description:
  automatically appeared when I tried sudo apt-get upgrade

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: linux-headers-5.6.0-1023-oem 5.6.0-1023.23
  Uname: Linux 5.8.1-050801-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Tue Sep  1 10:44:24 2020
  ErrorMessage: installed linux-headers-5.6.0-1023-oem package 
post-installation script subprocess returned error exit status 1
  InstallationDate: Installed on 2020-08-04 (27 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.2ubuntu0.1
  SourcePackage: linux-oem-5.6
  Title: package linux-headers-5.6.0-1023-oem 5.6.0-1023.23 failed to 
install/upgrade: installed linux-headers-5.6.0-1023-oem package 
post-installation script subprocess returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1846374] Re: Having a video playing/paused when switched to another user generates gigabytes of error logs

2020-08-19 Thread Alexey
Just deleted 240G syslog file after system stalled.
Syslog.1 is 20G full of folowing:
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer rendering failure: An 
invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer features failure: An 
invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer attributes failure: 
An invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer rendering failure: An 
invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer features failure: An 
invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer attributes failure: 
An invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer rendering failure: An 
invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer features failure: An 
invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer attributes failure: 
An invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer rendering failure: An 
invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer features failure: An 
invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer attributes failure: 
An invalid handle value was provided.
Aug 19 08:24:41 alexey-ASUS io.elementary.wingpanel.desktop[1935]: 
[7f6cd43aa790] vdpau_chroma filter error: video mixer rendering failure: An 
invalid handle value was provided.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-418 in Ubuntu.
https://bugs.launchpad.net/bugs/1846374

Title:
  Having a video playing/paused when switched to another user generates
  gigabytes of error logs

Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-418 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-435 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-440 package in Ubuntu:
  Confirmed

Bug description:
  To replicate:

  1. Start a video playing, for example in vlc. 'avcodec decoder: Using
  NVIDIA VDPAU Driver Shared Library  418.56  Fri Mar 15 12:31:51 CDT
  2019 for hardware decoding'

  2. Optionally pause it.

  3. Switch to another user.

  The original user's ~/.xsession-errors will rapidly fill up with
  errors along the lines of "vdpau_chroma filter error".

  At the same time, errors are put in /var/log/syslog as well:

  [7f9d604810a0] vdpau_chroma filter error: video mixer features failure: 
An invalid handle value was provided.
  [7f9d604810a0] vdpau_chroma filter error: video mixer attributes failure: 
An invalid handle value was provided.
  [7f9d604810a0] vdpau_chroma filter error: video mixer rendering failure: 
An invalid handle value was provided.
  (repeat ad nauseum)

  At least one of the two will rapidly fill up its partition and
  problems will arise.

  With AMD video hardware and driver, the video continues playing - you
  can hear the sound despite being in the other user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1846374/+subscriptions

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


[Kernel-packages] [Bug 1850439] Re: No sound on ASUS UX534FT

2020-06-09 Thread Alexey Fomin
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439/comments/170

first two commands are working for me, I've got my sound! thanks!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1850439

Title:
  No sound on ASUS UX534FT

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  after instal Ubuntu in dual boot alongside Windows 10, I've realised
  there is no sound coming out of mine new ASUS Zenbook 15 UX534FT-
  AA024R in Ubuntu. In Windows there is no problem. Found this topic
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1810214 which had
  the same problem with driver for Realtek ALC294 which is also mine
  sound card. But even with this fix it is not working on UX534FT. Can
  you please add fix also for this newer model?

  Description:  Ubuntu 18.04.3 LTS
  Release:  18.04

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-5.0.0-32-generic 5.0.0-32.34~18.04.2
  ProcVersionSignature: Ubuntu 5.0.0-32.34~18.04.2-generic 5.0.21
  Uname: Linux 5.0.0-32-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 29 15:11:25 2019
  InstallationDate: Installed on 2019-10-29 (0 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  SourcePackage: linux-signed-hwe
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1876459] Re: windows 1909 drivers update breaks ALC294 sound

2020-05-11 Thread Alexey Kuznetsov
fix is here https://bugzilla.kernel.org/show_bug.cgi?id=207553

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1876459

Title:
  windows 1909 drivers update breaks ALC294 sound

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  SHORT VERSION:

  Recent windows drivers initialize ALC294 with 24bit 48000HZ, after
  rebooting to linux it produce garbaged sound (it decay every second,
  very strange effect). If you reboot from windows 10 1909 directly to
  linux it broken. You have to turn power off complete to reset the
  device.

  
  LONG VERSION:

  I recently install recent version of windows on separate partition and
  got garbaged sound on booth OS! My old version of windows was 1803 and
  everying was ok, I updated to 1909 and it got broken sound. Probably
  due to some firmware / configs / updates on sound chip. I let Windows
  to update drivers and notice my sound card driver got replaced by
  realtek drivers and sound got fixed on windows! But linux still not
  working propertly!

  also-info.sh shows two devices:

  http://alsa-project.org/db/?f=6d80e374011ccba05d32c8a6e6bde57316cbf06d

  This how it was on booth Linux and Windows 1810 before update. Windows also 
used to show two devices "AMD High Definition Audio Device", "High Definition 
Audio Device".
  Something tells me alsa detect cards correctly. But now, something changed 
and alsa need to update configs...
  Now Windows shows two devices: "AMD High Definition Audio Device" and second 
"Realtek(R) Audio".

  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  Realtek Semiconductor 
Corp./6.0.8757.1/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.16.0.86/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541
  High Definition Audio Controller/10.0.18362.1
  /PCI\VEN_1022_15E3_1B111043_00\4&28056CF2&0&0641
  High Definition Audio 
Controller/10.0.18362.1/PCI\VEN_1002_15DE_15DE1002_00\4&28056CF2&0&0141

  As you can see from new windows drivers it detects two devices
  1002:AA01 and 10ec:0294, but alsa keep detecting 1002:15de and
  1022:15e3

  On Ubuntu machine sound still completely garbaged and sounds like
  broken speakers. My headphones makes even stranger sounds. Not sure
  what to do.

  I found several links about this issue here:

  
https://github.com/torvalds/linux/commit/60083f9e94b2f28047d71ed778adf89357c1a8fb

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439

  https://askubuntu.com/questions/1175095/asus-zenbook-ux534f-no-sound-
  from-speakers-headphones/1186977

  Windows 1909 without updates shows those id's:

  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.18362.356/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001

  Windows 1803 without updates (old external installation, I still can
  boot here, and confirming those drivers produce exactly same sound
  issues like on linux):

  AMD High Definition Audio 
Device/10.0.1.6/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.17134.1006/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.17.0.94/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541

  Also, this sound card requires few addtitional actions to perform from
  here:

  https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX390

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  axet   1433 F pulseaudio
   /dev/snd/controlC0:  axet   1433 F pulseaudio
  CasperMD5CheckResult: skip
  Date: Sat May  2 16:25:01 2020
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX431DA_UM431DA
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=/dev/mapper/vg0-root ro acpi_enforce_resources=lax
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2019
  dmi.bios.vendor: American 

[Kernel-packages] [Bug 1876459] Re: windows 1909 drivers update breaks ALC294 sound

2020-05-03 Thread Alexey Kuznetsov
** Description changed:

  Hello!
+ 
+ SHORT VERSION:
+ 
+ Recent windows drivers initialize ALC294 with 24bit 48000HZ, after
+ rebooting to linux it produce garbaged sound (it decay every second,
+ very strange effect). If you reboot from windows 10 1909 directly to
+ linux it broken. You have to turn power off complete to reset the
+ device.
+ 
+ 
+ LONG VERSION:
  
  I recently install recent version of windows on separate partition and
  got garbaged sound on booth OS! My old version of windows was 1803 and
  everying was ok, I updated to 1909 and it got broken sound. Probably due
  to some firmware / configs / updates on sound chip. I let Windows to
  update drivers and notice my sound card driver got replaced by realtek
  drivers and sound got fixed on windows! But linux still not working
  propertly!
  
  also-info.sh shows two devices:
  
  http://alsa-project.org/db/?f=6d80e374011ccba05d32c8a6e6bde57316cbf06d
  
  This how it was on booth Linux and Windows 1810 before update. Windows also 
used to show two devices "AMD High Definition Audio Device", "High Definition 
Audio Device".
  Something tells me alsa detect cards correctly. But now, something changed 
and alsa need to update configs...
  Now Windows shows two devices: "AMD High Definition Audio Device" and second 
"Realtek(R) Audio".
  
  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  Realtek Semiconductor 
Corp./6.0.8757.1/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.16.0.86/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541
  High Definition Audio Controller/10.0.18362.1
  /PCI\VEN_1022_15E3_1B111043_00\4&28056CF2&0&0641
  High Definition Audio 
Controller/10.0.18362.1/PCI\VEN_1002_15DE_15DE1002_00\4&28056CF2&0&0141
  
  As you can see from new windows drivers it detects two devices 1002:AA01
  and 10ec:0294, but alsa keep detecting 1002:15de and 1022:15e3
  
  On Ubuntu machine sound still completely garbaged and sounds like broken
  speakers. My headphones makes even stranger sounds. Not sure what to do.
  
  I found several links about this issue here:
  
  
https://github.com/torvalds/linux/commit/60083f9e94b2f28047d71ed778adf89357c1a8fb
  
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439
  
  https://askubuntu.com/questions/1175095/asus-zenbook-ux534f-no-sound-
  from-speakers-headphones/1186977
  
  Windows 1909 without updates shows those id's:
  
  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.18362.356/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  
  Windows 1803 without updates (old external installation, I still can
  boot here, and confirming those drivers produce exactly same sound
  issues like on linux):
  
  AMD High Definition Audio 
Device/10.0.1.6/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.17134.1006/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.17.0.94/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541
  
  Also, this sound card requires few addtitional actions to perform from
  here:
  
  https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX390
  
- !!! If I turn off my notebook completely and boot directly into linux
- sound works fine! Until I reboot to windows and get back into linux
- without poweroff. I guess windows drivers set hardware to 24bit 48000HZ
- channel, and alsa drivers does not reset it.
- 
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  axet   1433 F pulseaudio
   /dev/snd/controlC0:  axet   1433 F pulseaudio
  CasperMD5CheckResult: skip
  Date: Sat May  2 16:25:01 2020
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX431DA_UM431DA
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=/dev/mapper/vg0-root ro acpi_enforce_resources=lax
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX431DA.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX431DA
  

[Kernel-packages] [Bug 1876459] Re: windows 1909 drivers update breaks ALC294 sound

2020-05-02 Thread Alexey Kuznetsov
** Description changed:

  Hello!
  
  I recently install recent version of windows on separate partition and
  got garbaged sound on booth OS! My old version of windows was 1803 and
  everying was ok, I updated to 1909 and it got broken sound. Probably due
  to some firmware / configs / updates on sound chip. I let Windows to
  update drivers and notice my sound card driver got replaced by realtek
  drivers and sound got fixed on windows! But linux still not working
  propertly!
  
  also-info.sh shows two devices:
  
  http://alsa-project.org/db/?f=6d80e374011ccba05d32c8a6e6bde57316cbf06d
  
  This how it was on booth Linux and Windows 1810 before update. Windows also 
used to show two devices "AMD High Definition Audio Device", "High Definition 
Audio Device".
  Something tells me alsa detect cards correctly. But now, something changed 
and alsa need to update configs...
  Now Windows shows two devices: "AMD High Definition Audio Device" and second 
"Realtek(R) Audio".
  
  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  Realtek Semiconductor 
Corp./6.0.8757.1/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.16.0.86/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541
  High Definition Audio Controller/10.0.18362.1
  /PCI\VEN_1022_15E3_1B111043_00\4&28056CF2&0&0641
  High Definition Audio 
Controller/10.0.18362.1/PCI\VEN_1002_15DE_15DE1002_00\4&28056CF2&0&0141
  
  As you can see from new windows drivers it detects two devices 1002:AA01
  and 10ec:0294, but alsa keep detecting 1002:15de and 1022:15e3
  
  On Ubuntu machine sound still completely garbaged and sounds like broken
  speakers. My headphones makes even stranger sounds. Not sure what to do.
  
  I found several links about this issue here:
  
  
https://github.com/torvalds/linux/commit/60083f9e94b2f28047d71ed778adf89357c1a8fb
  
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439
  
  https://askubuntu.com/questions/1175095/asus-zenbook-ux534f-no-sound-
  from-speakers-headphones/1186977
  
  Windows 1909 without updates shows those id's:
  
  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.18362.356/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  
  Windows 1803 without updates (old external installation, I still can
  boot here, and confirming those drivers produce exactly same sound
  issues like on linux):
  
  AMD High Definition Audio 
Device/10.0.1.6/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.17134.1006/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.17.0.94/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541
  
  Also, this sound card requires few addtitional actions to perform from
  here:
  
  https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX390
  
- 
  !!! If I turn off my notebook completely and boot directly into linux
  sound works fine! Until I reboot to windows and get back into linux
- without poweroff. I guess this is hardware state which affected.
- 
+ without poweroff. I guess windows drivers set hardware to 24bit 48000HZ
+ channel, and alsa drivers does not reset it.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  axet   1433 F pulseaudio
   /dev/snd/controlC0:  axet   1433 F pulseaudio
  CasperMD5CheckResult: skip
  Date: Sat May  2 16:25:01 2020
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX431DA_UM431DA
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=/dev/mapper/vg0-root ro acpi_enforce_resources=lax
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX431DA.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX431DA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 

[Kernel-packages] [Bug 1876459] Re: windows 1909 drivers update breaks ALC294 sound

2020-05-02 Thread Alexey Kuznetsov
** Description changed:

  Hello!
  
  I recently install recent version of windows on separate partition and
  got garbaged sound on booth OS! My old version of windows was 1803 and
  everying was ok, I updated to 1909 and it got broken sound. Probably due
  to some firmware / configs / updates on sound chip. I let Windows to
  update drivers and notice my sound card driver got replaced by realtek
  drivers and sound got fixed on windows! But linux still not working
  propertly!
  
  also-info.sh shows two devices:
  
  http://alsa-project.org/db/?f=6d80e374011ccba05d32c8a6e6bde57316cbf06d
  
  This how it was on booth Linux and Windows 1810 before update. Windows also 
used to show two devices "AMD High Definition Audio Device", "High Definition 
Audio Device".
  Something tells me alsa detect cards correctly. But now, something changed 
and alsa need to update configs...
  Now Windows shows two devices: "AMD High Definition Audio Device" and second 
"Realtek(R) Audio".
  
  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  Realtek Semiconductor 
Corp./6.0.8757.1/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.16.0.86/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541
  High Definition Audio Controller/10.0.18362.1
  /PCI\VEN_1022_15E3_1B111043_00\4&28056CF2&0&0641
  High Definition Audio 
Controller/10.0.18362.1/PCI\VEN_1002_15DE_15DE1002_00\4&28056CF2&0&0141
- 
  
  As you can see from new windows drivers it detects two devices 1002:AA01
  and 10ec:0294, but alsa keep detecting 1002:15de and 1022:15e3
  
  On Ubuntu machine sound still completely garbaged and sounds like broken
  speakers. My headphones makes even stranger sounds. Not sure what to do.
  
  I found several links about this issue here:
  
  
https://github.com/torvalds/linux/commit/60083f9e94b2f28047d71ed778adf89357c1a8fb
  
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439
  
  https://askubuntu.com/questions/1175095/asus-zenbook-ux534f-no-sound-
  from-speakers-headphones/1186977
  
  Windows 1909 without updates shows those id's:
  
  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.18362.356/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  
  Windows 1803 without updates (old external installation, I still can
  boot here, and confirming those drivers produce exactly same sound
  issues like on linux):
  
  AMD High Definition Audio 
Device/10.0.1.6/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.17134.1006/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.17.0.94/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541
  
  Also, this sound card requires few addtitional actions to perform from
  here:
  
  https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX390
+ 
+ 
+ !!! If I turn off my notebook completely and boot directly into linux
+ sound works fine! Until I reboot to windows and get back into linux
+ without poweroff. I guess this is hardware state which affected.
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  axet   1433 F pulseaudio
   /dev/snd/controlC0:  axet   1433 F pulseaudio
  CasperMD5CheckResult: skip
  Date: Sat May  2 16:25:01 2020
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX431DA_UM431DA
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=/dev/mapper/vg0-root ro acpi_enforce_resources=lax
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX431DA.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX431DA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 

[Kernel-packages] [Bug 1876459] Re: windows 1909 drivers update breaks ALC294 sound

2020-05-02 Thread Alexey Kuznetsov
** Description changed:

  Hello!
  
  I recently install recent version of windows on separate partition and
  got garbaged sound on booth OS! My old version of windows was 1803 and
  everying was ok, I updated to 1909 and it got broken sound. Probably due
  to some firmware / configs / updates on sound chip. I let Windows to
  update drivers and notice my sound card driver got replaced by realtek
  drivers and sound got fixed on windows! But linux still not working
  propertly!
  
  also-info.sh shows two devices:
  
  http://alsa-project.org/db/?f=6d80e374011ccba05d32c8a6e6bde57316cbf06d
  
  This how it was on booth Linux and Windows 1810 before update. Windows also 
used to show two devices "AMD High Definition Audio Device", "High Definition 
Audio Device".
  Something tells me alsa detect cards correctly. But now, something changed 
and alsa need to update configs...
  Now Windows shows two devices: "AMD High Definition Audio Device" and second 
"Realtek(R) Audio".
  
  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  Realtek Semiconductor 
Corp./6.0.8757.1/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.16.0.86/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541
+ High Definition Audio Controller/10.0.18362.1
+ /PCI\VEN_1022_15E3_1B111043_00\4&28056CF2&0&0641
+ High Definition Audio 
Controller/10.0.18362.1/PCI\VEN_1002_15DE_15DE1002_00\4&28056CF2&0&0141
+ 
  
  As you can see from new windows drivers it detects two devices 1002:AA01
  and 10ec:0294, but alsa keep detecting 1002:15de and 1022:15e3
  
  On Ubuntu machine sound still completely garbaged and sounds like broken
  speakers. My headphones makes even stranger sounds. Not sure what to do.
  
  I found several links about this issue here:
  
  
https://github.com/torvalds/linux/commit/60083f9e94b2f28047d71ed778adf89357c1a8fb
  
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439
  
  https://askubuntu.com/questions/1175095/asus-zenbook-ux534f-no-sound-
  from-speakers-headphones/1186977
  
  Windows 1909 without updates shows those id's:
  
  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.18362.356/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  
  Windows 1803 without updates (old external installation, I still can
  boot here, and confirming those drivers produce exactly same sound
  issues like on linux):
  
  AMD High Definition Audio 
Device/10.0.1.6/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.17134.1006/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.17.0.94/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541
  
  Also, this sound card requires few addtitional actions to perform from
  here:
  
  https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX390
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  axet   1433 F pulseaudio
   /dev/snd/controlC0:  axet   1433 F pulseaudio
  CasperMD5CheckResult: skip
  Date: Sat May  2 16:25:01 2020
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX431DA_UM431DA
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=/dev/mapper/vg0-root ro acpi_enforce_resources=lax
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX431DA.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX431DA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX431DA.301:bd09/11/2019:svnASUSTeKCOMPUTERINC.:pnZenBookUX431DA_UM431DA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX431DA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX431DA_UM431DA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

-- 
You received this bug notification because you are a member of 

[Kernel-packages] [Bug 1876459] Re: windows 1909 drivers update breaks ALC294 sound

2020-05-02 Thread Alexey Kuznetsov
Re-posting broken links:

http://alsa-project.org/db/?f=6d80e374011ccba05d32c8a6e6bde57316cbf06d

https://github.com/torvalds/linux/commit/60083f9e94b2f28047d71ed778adf89357c1a8fb

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439

https://askubuntu.com/questions/1175095/asus-zenbook-ux534f-no-sound-
from-speakers-headphones/1186977

** Description changed:

  Hello!
  
  I recently install recent version of windows on separate partition and
  got garbaged sound on booth OS! My old version of windows was 1803 and
  everying was ok, I updated to 1909 and it got broken sound. Probably due
  to some firmware / configs / updates on sound chip. I let Windows to
  update drivers and notice my sound card driver got replaced by realtek
  drivers and sound got fixed on windows! But linux still not working
  propertly!
  
  also-info.sh shows two devices:
  
- http://alsa-project.org/db/?f=6d80e3...bde57316cbf06d
+ http://alsa-project.org/db/?f=6d80e374011ccba05d32c8a6e6bde57316cbf06d
  
  This how it was on booth Linux and Windows 1810 before update. Windows also 
used to show two devices "AMD High Definition Audio Device", "High Definition 
Audio Device".
  Something tells me alsa detect cards correctly. But now, something changed 
and alsa need to update configs...
  Now Windows shows two devices: "AMD High Definition Audio Device" and second 
"Realtek(R) Audio".
  
  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  Realtek Semiconductor 
Corp./6.0.8757.1/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.16.0.86/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541
  
  As you can see from new windows drivers it detects two devices 1002:AA01
  and 10ec:0294, but alsa keep detecting 1002:15de and 1022:15e3
  
  On Ubuntu machine sound still completely garbaged and sounds like broken
  speakers. My headphones makes even stranger sounds. Not sure what to do.
  
  I found several links about this issue here:
  
  https://github.com/torvalds/linux/co...adf89357c1a8fb
  
  https://bugs.launchpad.net/ubuntu/+s...x/+bug/1850439
  
  https://askubuntu.com/questions/1175...phones/1186977
  
  Windows 1909 without updates shows those id's:
  
  AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.18362.356/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  
- Windows 1803 without updates (old external installation):
+ Windows 1803 without updates (old external installation, I still can
+ boot here, and confirming those drivers produce exactly same sound
+ issues like on linux):
  
  AMD High Definition Audio 
Device/10.0.1.6/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
  High Definition Audio 
Device/10.0.17134.1006/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
  AMD Audio 
CoProcessor/1.17.0.94/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  axet   1433 F pulseaudio
-  /dev/snd/controlC0:  axet   1433 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  axet   1433 F pulseaudio
+  /dev/snd/controlC0:  axet   1433 F pulseaudio
  CasperMD5CheckResult: skip
  Date: Sat May  2 16:25:01 2020
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX431DA_UM431DA
  ProcEnviron:
-  LANGUAGE=en_US
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=/dev/mapper/vg0-root ro acpi_enforce_resources=lax
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
-  linux-restricted-modules-5.4.0-26-generic N/A
-  linux-backports-modules-5.4.0-26-generic  N/A
-  linux-firmware1.187
+  linux-restricted-modules-5.4.0-26-generic N/A
+  linux-backports-modules-5.4.0-26-generic  N/A
+  linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX431DA.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX431DA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  

[Kernel-packages] [Bug 1876459] [NEW] windows 1909 drivers update breaks ALC294 sound

2020-05-02 Thread Alexey Kuznetsov
Public bug reported:

Hello!

I recently install recent version of windows on separate partition and
got garbaged sound on booth OS! My old version of windows was 1803 and
everying was ok, I updated to 1909 and it got broken sound. Probably due
to some firmware / configs / updates on sound chip. I let Windows to
update drivers and notice my sound card driver got replaced by realtek
drivers and sound got fixed on windows! But linux still not working
propertly!

also-info.sh shows two devices:

http://alsa-project.org/db/?f=6d80e374011ccba05d32c8a6e6bde57316cbf06d

This how it was on booth Linux and Windows 1810 before update. Windows also 
used to show two devices "AMD High Definition Audio Device", "High Definition 
Audio Device".
Something tells me alsa detect cards correctly. But now, something changed and 
alsa need to update configs...
Now Windows shows two devices: "AMD High Definition Audio Device" and second 
"Realtek(R) Audio".

AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
Realtek Semiconductor 
Corp./6.0.8757.1/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
AMD Audio 
CoProcessor/1.16.0.86/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541

As you can see from new windows drivers it detects two devices 1002:AA01
and 10ec:0294, but alsa keep detecting 1002:15de and 1022:15e3

On Ubuntu machine sound still completely garbaged and sounds like broken
speakers. My headphones makes even stranger sounds. Not sure what to do.

I found several links about this issue here:

https://github.com/torvalds/linux/commit/60083f9e94b2f28047d71ed778adf89357c1a8fb

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439

https://askubuntu.com/questions/1175095/asus-zenbook-ux534f-no-sound-
from-speakers-headphones/1186977

Windows 1909 without updates shows those id's:

AMD High Definition Audio 
Device/10.0.1.10/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
High Definition Audio 
Device/10.0.18362.356/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001

Windows 1803 without updates (old external installation, I still can
boot here, and confirming those drivers produce exactly same sound
issues like on linux):

AMD High Definition Audio 
Device/10.0.1.6/HDAUDIO\FUNC_01_1002_AA01_00AA0100& 
REV_1007\5&14BACE15&0&0001
High Definition Audio 
Device/10.0.17134.1006/HDAUDIO\FUNC_01_10EC_0294_10431B11& 
REV_1000\5&7195807&0&0001
AMD Audio 
CoProcessor/1.17.0.94/PCI\VEN_1022_15E2_15E21022_00\4&280 
56CF2&0&0541

Also, this sound card requires few addtitional actions to perform from
here:

https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX390

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-26-generic 5.4.0-26.30
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  axet   1433 F pulseaudio
 /dev/snd/controlC0:  axet   1433 F pulseaudio
CasperMD5CheckResult: skip
Date: Sat May  2 16:25:01 2020
MachineType: ASUSTeK COMPUTER INC. ZenBook UX431DA_UM431DA
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=/dev/mapper/vg0-root ro acpi_enforce_resources=lax
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-26-generic N/A
 linux-backports-modules-5.4.0-26-generic  N/A
 linux-firmware1.187
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/11/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: UX431DA.301
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: UX431DA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No  Asset  Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX431DA.301:bd09/11/2019:svnASUSTeKCOMPUTERINC.:pnZenBookUX431DA_UM431DA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX431DA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: ZenBook
dmi.product.name: ZenBook UX431DA_UM431DA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1876459

Title:
  windows 1909 drivers update breaks ALC294 sound

Status in linux package in Ubuntu:
  New

Bug description:
  Hello!

  I recently install recent version of windows on separate 

[Kernel-packages] [Bug 1862899] [NEW] Cannon Point-LP CNVi: Error sending STATISTICS_CMD: time out after 2000ms.

2020-02-12 Thread Alexey Vazhnov
Public bug reported:

I have Lenovo ThinkPad X1 Carbon 7th (20QD003CRT), wifi adapter "Intel
Corporation Cannon Point-LP CNVi [Wireless-AC] (rev 11)". Xubuntu 19.10
amd64 installed, without dualboot (no any other system installed). I use
UEFI to boot.

Problem: yesterday my internal wifi adapter stopped to work for some
seconds, GUI (XFCE desktop) freezed too, and then returned back to work.


All from /var/log/syslog for this time:


Feb 11 12:25:52 C9086 kernel: [10371.979560] iwlwifi :00:14.3: Error 
sending STATISTICS_CMD: time out after 2000ms.
Feb 11 12:25:52 C9086 kernel: [10371.979569] iwlwifi :00:14.3: Current CMD 
queue read_ptr 119 write_ptr 120
Feb 11 12:25:53 C9086 kernel: [10372.228460] iwlwifi :00:14.3: HW error, 
resetting before reading
Feb 11 12:25:54 C9086 kernel: [10372.235464] iwlwifi :00:14.3: Start IWL 
Error Log Dump:
Feb 11 12:25:54 C9086 kernel: [10372.235467] iwlwifi :00:14.3: Status: 
0x0080, count: 453879397
Feb 11 12:25:54 C9086 kernel: [10372.235468] iwlwifi :00:14.3: Loaded 
firmware version: 46.6bf1df06.0
Feb 11 12:25:54 C9086 kernel: [10372.235469] iwlwifi :00:14.3: 0xB15FDEBE | 
ADVANCED_SYSASSERT  
Feb 11 12:25:54 C9086 kernel: [10372.235470] iwlwifi :00:14.3: 0x0AAAE311 | 
trm_hw_status0
Feb 11 12:25:54 C9086 kernel: [10372.235471] iwlwifi :00:14.3: 0x4ABEAA8E | 
trm_hw_status1
Feb 11 12:25:54 C9086 kernel: [10372.235472] iwlwifi :00:14.3: 0x2C23FA10 | 
branchlink2
Feb 11 12:25:54 C9086 kernel: [10372.235472] iwlwifi :00:14.3: 0x379A2F8D | 
interruptlink1
Feb 11 12:25:54 C9086 kernel: [10372.235473] iwlwifi :00:14.3: 0x21730095 | 
interruptlink2
Feb 11 12:25:54 C9086 kernel: [10372.235473] iwlwifi :00:14.3: 0x43BDCC1D | 
data1
Feb 11 12:25:54 C9086 kernel: [10372.235474] iwlwifi :00:14.3: 0x7C910E05 | 
data2
Feb 11 12:25:54 C9086 kernel: [10372.235475] iwlwifi :00:14.3: 0x2DB0BBD2 | 
data3
Feb 11 12:25:54 C9086 kernel: [10372.235475] iwlwifi :00:14.3: 0x5288F8D1 | 
beacon time
Feb 11 12:25:54 C9086 kernel: [10372.235476] iwlwifi :00:14.3: 0xC6FAB7FC | 
tsf low
Feb 11 12:25:54 C9086 kernel: [10372.235477] iwlwifi :00:14.3: 0x050D2726 | 
tsf hi
Feb 11 12:25:54 C9086 kernel: [10372.235477] iwlwifi :00:14.3: 0xD3DD7697 | 
time gp1
Feb 11 12:25:54 C9086 kernel: [10372.235478] iwlwifi :00:14.3: 0x923A05D9 | 
time gp2
Feb 11 12:25:54 C9086 kernel: [10372.235479] iwlwifi :00:14.3: 0xE3F5F9F3 | 
uCode revision type
Feb 11 12:25:54 C9086 kernel: [10372.235479] iwlwifi :00:14.3: 0xB6996AB0 | 
uCode version major
Feb 11 12:25:54 C9086 kernel: [10372.235480] iwlwifi :00:14.3: 0x1F870BDB | 
uCode version minor
Feb 11 12:25:54 C9086 kernel: [10372.235481] iwlwifi :00:14.3: 0x094F68F9 | 
hw version
Feb 11 12:25:54 C9086 kernel: [10372.235481] iwlwifi :00:14.3: 0xBDFD2CE7 | 
board version
Feb 11 12:25:54 C9086 kernel: [10372.235482] iwlwifi :00:14.3: 0x726FB65D | 
hcmd
Feb 11 12:25:54 C9086 kernel: [10372.235483] iwlwifi :00:14.3: 0x5C2E5991 | 
isr0
Feb 11 12:25:54 C9086 kernel: [10372.235483] iwlwifi :00:14.3: 0x3D72BE19 | 
isr1
Feb 11 12:25:54 C9086 kernel: [10372.235484] iwlwifi :00:14.3: 0x89DCC17D | 
isr2
Feb 11 12:25:54 C9086 kernel: [10372.235485] iwlwifi :00:14.3: 0x77D5EED7 | 
isr3
Feb 11 12:25:54 C9086 kernel: [10372.235485] iwlwifi :00:14.3: 0x408F00D3 | 
isr4
Feb 11 12:25:54 C9086 kernel: [10372.235486] iwlwifi :00:14.3: 0x79D5F948 | 
last cmd Id
Feb 11 12:25:54 C9086 kernel: [10372.235487] iwlwifi :00:14.3: 0x4390E360 | 
wait_event
Feb 11 12:25:54 C9086 kernel: [10372.235487] iwlwifi :00:14.3: 0xADCFE78F | 
l2p_control
Feb 11 12:25:54 C9086 kernel: [10372.235488] iwlwifi :00:14.3: 0x113C819A | 
l2p_duration
Feb 11 12:25:54 C9086 kernel: [10372.235489] iwlwifi :00:14.3: 0xD133CCA0 | 
l2p_mhvalid
Feb 11 12:25:54 C9086 kernel: [10372.235489] iwlwifi :00:14.3: 0x8CF68910 | 
l2p_addr_match
Feb 11 12:25:54 C9086 kernel: [10372.235490] iwlwifi :00:14.3: 0x1656B4BC | 
lmpm_pmg_sel
Feb 11 12:25:54 C9086 kernel: [10372.235491] iwlwifi :00:14.3: 0xB103BF28 | 
timestamp
Feb 11 12:25:54 C9086 kernel: [10372.235491] iwlwifi :00:14.3: 0x4FD31C1C | 
flow_handler
Feb 11 12:25:54 C9086 kernel: [10372.235524] iwlwifi :00:14.3: Start IWL 
Error Log Dump:
Feb 11 12:25:54 C9086 kernel: [10372.235524] iwlwifi :00:14.3: Status: 
0x0080, count: -1758659929
Feb 11 12:25:54 C9086 kernel: [10372.235525] iwlwifi :00:14.3: 0xAFAFB72B | 
ADVANCED_SYSASSERT
Feb 11 12:25:54 C9086 kernel: [10372.235526] iwlwifi :00:14.3: 0x992FBC29 | 
umac branchlink1
Feb 11 12:25:54 C9086 kernel: [10372.235526] iwlwifi :00:14.3: 0xE5AB6416 | 
umac branchlink2
Feb 11 12:25:54 C9086 kernel: [10372.235527] iwlwifi :00:14.3: 0x9A220B9D | 
umac interruptlink1
Feb 11 12:25:54 C9086 kernel: [10372.235528] iwlwifi :00:14.3: 0xF5EB4D4F | 
umac interruptlink2
Feb 11 12:25:54 C9086 kernel: [10372.235528] iwlwifi :00:14.3: 

[Kernel-packages] [Bug 1853277] Re: Touchpad not showing up in /proc/bus/input/devices

2020-01-17 Thread alexey boltynov
The same issue on the ThinkBook 15 IML, running 18.04.
Also, there are another issue with finger login, I can`t use it.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1853277

Title:
  Touchpad not showing up in /proc/bus/input/devices

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is happening on a ThinkBook 14 IML 20RV.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-18-generic 5.3.0-18.19+1
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1848 F pulseaudio
  CasperVersion: 1.427
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Nov 20 11:10:52 2019
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: LENOVO 20RV
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed quiet splash ---
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-18-generic N/A
   linux-backports-modules-5.3.0-18-generic  N/A
   linux-firmware1.183
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/10/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CJCN21WW
  dmi.board.name: LVA/LVAB
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN21WW:bd10/10/2019:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLVA/LVAB:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvr:
  dmi.product.family: ThinkBook 14-IML
  dmi.product.name: 20RV
  dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_ThinkBook 14-IML
  dmi.product.version: Lenovo ThinkBook 14-IML
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1859324] RfKill.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1859324/+attachment/5319417/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] CurrentDmesg.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1859324/+attachment/5319407/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] UdevDb.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] IwConfig.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1859324/+attachment/5319408/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] PulseList.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1859324/+attachment/5319416/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] ProcInterrupts.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] WifiSyslog.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1859324/+attachment/5319419/+files/WifiSyslog.txt

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

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] ProcCpuinfo.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] ProcCpuinfoMinimal.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] CRDA.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1859324/+attachment/5319406/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] Lsusb.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1859324/+attachment/5319410/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] Re: suspend/resume broken on macbook pro 15"

2020-01-12 Thread Alexey Kuznetsov
apport information

** Tags added: apport-collected eoan

** Description changed:

  Hello!
  
  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.
  
  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 
  
  XHC1 should be disabled with:
  
  echo XHC1 > /proc/acpi/wakeup
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu8.2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  axet   1271 F pulseaudio
+  /dev/snd/controlC0:  axet   1271 F pulseaudio
+  /dev/snd/controlC1:  axet   1271 F pulseaudio
+  /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 19.10
+ MachineType: Apple Inc. MacBookPro11,3
+ NonfreeKernelModules: wl nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcFB: 0 EFI VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
+ ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
+ RelatedPackageVersions:
+  linux-restricted-modules-5.3.0-26-generic N/A
+  linux-backports-modules-5.3.0-26-generic  N/A
+  linux-firmware1.183.3
+ Tags:  eoan
+ Uname: Linux 5.3.0-26-generic x86_64
+ UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 06/13/2019
+ dmi.bios.vendor: Apple Inc.
+ dmi.bios.version: 156.0.0.0.0
+ dmi.board.asset.tag: Base Board Asset Tag#
+ dmi.board.name: Mac-2BD1B31983FE1663
+ dmi.board.vendor: Apple Inc.
+ dmi.board.version: MacBookPro11,3
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Apple Inc.
+ dmi.chassis.version: Mac-2BD1B31983FE1663
+ dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
+ dmi.product.family: Mac
+ dmi.product.name: MacBookPro11,3
+ dmi.product.sku: System SKU#
+ dmi.product.version: 1.0
+ dmi.sys.vendor: Apple Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1859324/+attachment/5319405/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  

[Kernel-packages] [Bug 1859324] Lspci.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] ProcEnviron.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] ProcModules.txt

2020-01-12 Thread Alexey Kuznetsov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  axet   1271 F pulseaudio
   /dev/snd/controlC0:  axet   1271 F pulseaudio
   /dev/snd/controlC1:  axet   1271 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1271 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  MachineType: Apple Inc. MacBookPro11,3
  NonfreeKernelModules: wl nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=/dev/mapper/vg1-root ro acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-26-generic N/A
   linux-backports-modules-5.3.0-26-generic  N/A
   linux-firmware1.183.3
  Tags:  eoan
  Uname: Linux 5.3.0-26-generic x86_64
  UpgradeStatus: Upgraded to eoan on 2019-11-30 (42 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/13/2019
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 156.0.0.0.0
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvr156.0.0.0.0:bd06/13/2019:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.family: Mac
  dmi.product.name: MacBookPro11,3
  dmi.product.sku: System SKU#
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1859324] Re: suspend/resume broken on macbook pro 15"

2020-01-12 Thread Alexey Kuznetsov
My report to the kernel.org:

https://bugzilla.kernel.org/show_bug.cgi?id=206143

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  New

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup

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

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


[Kernel-packages] [Bug 1859324] [NEW] suspend/resume broken on macbook pro 15"

2020-01-12 Thread Alexey Kuznetsov
Public bug reported:

Hello!

Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
after suspend unless "00:14.0 USB controller: Intel Corporation 8
Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

axet@axet-laptop:~$ cat /proc/acpi/wakeup 
Device  S-state   Status   Sysfs node
P0P2  S3*enabled   pci::00:01.0
GFX0  S3*disabled  pci::01:00.0
PEG1  S3*enabled   pci::00:01.1
ECS4*disabled  platform:PNP0C09:00
GMUX  S3*disabled  pnp:00:03
HDEF  S3*disabled  pci::00:1b.0
RP03  S3*enabled   pci::00:1c.2
ARPT  S4*disabled  pci::03:00.0
RP04  S3*enabled   pci::00:1c.3
RP05  S3*enabled   pci::00:1c.4
XHC1  S3*enabled   pci::00:14.0
ADP1  S4*disabled  platform:ACPI0003:00
LID0  S4*enabled   platform:PNP0C0D:00
axet@axet-laptop:~$ 

XHC1 should be disabled with:

echo XHC1 > /proc/acpi/wakeup

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

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1859324

Title:
  suspend/resume broken on macbook pro 15"

Status in linux package in Ubuntu:
  New

Bug description:
  Hello!

  Suspend/resume broken on my Macbook Pro, device immidiatly wakes up
  after suspend unless "00:14.0 USB controller: Intel Corporation 8
  Series/C220 Series Chipset Family USB xHCI (rev 05)" is disabled.

  axet@axet-laptop:~$ cat /proc/acpi/wakeup 
  DeviceS-state   Status   Sysfs node
  P0P2S3*enabled   pci::00:01.0
  GFX0S3*disabled  pci::01:00.0
  PEG1S3*enabled   pci::00:01.1
  EC  S4*disabled  platform:PNP0C09:00
  GMUXS3*disabled  pnp:00:03
  HDEFS3*disabled  pci::00:1b.0
  RP03S3*enabled   pci::00:1c.2
  ARPTS4*disabled  pci::03:00.0
  RP04S3*enabled   pci::00:1c.3
  RP05S3*enabled   pci::00:1c.4
  XHC1S3*enabled   pci::00:14.0
  ADP1S4*disabled  platform:ACPI0003:00
  LID0S4*enabled   platform:PNP0C0D:00
  axet@axet-laptop:~$ 

  XHC1 should be disabled with:

  echo XHC1 > /proc/acpi/wakeup

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

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


[Kernel-packages] [Bug 1836483] Re: ipw2100: wlp1s4: Failed to start the firmware

2019-07-14 Thread Alexey Kuznetsov
Seems like it is not possible to install upstream kernel since it is not
available. What versions are you refereeing to, when saying upstream?
5.2.1 and 5.1.18 are compiled with errors and here is no corresponding
deb files for download (only arm version available).

  * https://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D

Please be more specific what version should I use when you referring to
latest mainline kernel. Should I use 4.x version? Thanks!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1836483

Title:
  ipw2100: wlp1s4: Failed to start the firmware

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have connection issues with my ASUS M3N Notebook ( 
https://www.asus.com/supportonly/M3N/HelpDesk_BIOS/ ) running ubuntu 18.04 LTS. 
As per dmesg:
  ipw2100: Fatal interrupt. Scheduling firmware restart

  following by:
  ipw2100: wlp1s4: Failed to start the firmware

  Reported upstream at:
  https://bugzilla.kernel.org/show_bug.cgi?id=203915

  WORKAROUND: Reboot the machine.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-54-generic 4.15.0-54.58
  ProcVersionSignature: Ubuntu 4.15.0-54.58-generic 4.15.18
  Uname: Linux 4.15.0-54-generic i686
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  axet   1613 F pulseaudio
   /dev/snd/pcmC1D0p:   axet   1613 F...m pulseaudio
   /dev/snd/controlC1:  axet   1613 F pulseaudio
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Sun Jul 14 16:46:10 2019
  HibernationDevice: RESUME=UUID=5431e7a1-fb6f-4411-ac30-21f6ecd48ac4
  InstallationDate: Installed on 2017-02-06 (888 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release i386 (20161012.2)
  MachineType: ASUSTeK Computer Inc. M3N
  PccardctlStatus:
   Socket 0:
     5.0V
    16-bit
    PC Card
     Subdevice 0 (function 0) bound to driver "serial_cs"
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-54-generic 
root=UUID=8a9a2822-70c7-45c0-a01b-379c952d190d ro forcepae mem=2000M 
priority=low log_buf_len=1M
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-54-generic N/A
   linux-backports-modules-4.15.0-54-generic  N/A
   linux-firmware 1.173.8
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  StagingDrivers: nsc_ircc irda
  UpgradeStatus: Upgraded to bionic on 2019-04-19 (86 days ago)
  dmi.bios.date: 03/16/2004
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0207
  dmi.board.name: M3N
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0207:bd03/16/2004:svnASUSTeKComputerInc.:pnM3N:pvr1.0:rvnASUSTeKComputerInc.:rnM3N:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: M3N
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

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


[Kernel-packages] [Bug 1270676] Re: SD Card Reader broken on UX302LG

2019-05-12 Thread Alexey
Still does not seem to work on NixOS with Linux 5.1.1.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1270676

Title:
  SD Card Reader broken on UX302LG

Status in linux package in Ubuntu:
  Triaged

Bug description:
  SD card reader (controller Alcor Micro AU6601) is dysfunctional in UX302LG 
laptop. USB readers work without problem. Nothing happens when pluggin 
SD/mSD/SDHC/mSDHC cards in the reader (might as well use a piece of wood).
  Nothing is listed in lsusb -v that could be the reader.
  Nohting is listed in lspci -k -vv -nnn.
  Nothing in acpi_listen.
  Nothing in kern.log etc.

  According to (select "Windows 8" then "Card Reader") :
  
http://support.asus.com/download.aspx?SLanguage=en=3=597=UX302LG==GEZaY8oaj8oSlQ3U

  Reader vendor is :
  Alcor Multi-Card Reader Driver
  http://www.pcidatabase.com/vendor_details.php?id=1672

  There is only one device that is "Unassigned class" 1aea:6601 but
  searching this online only pops up my other bug reports (sigh) and
  vendor is unassigned on pcidatabase.com.

  But...Downloading the 14M Win driver for the reader, vendor id 1aea and 
device id 6601 is present at multiple instances :
  [DeviceList.NTamd64]
  ; For XP and later
  %AMPCIECR% = DriverInstall_6601, PCI\VEN_1aea_6601

  Also there is mention of _Gen instance in the .inf, might point to a 
"Generic" alternative ?
  [DeviceList_Gen.NTamd64]
  ; For XP and later
  %AMPCIECR_GEN% = DriverInstall_Gen, PCI\VEN_105b_0ef6

  This does point to something totally different online 105b:0ef6 points
  to some Realtek HD Audio device.

  A proposed patch was submitted upstream as per:
  http://www.spinics.net/lists/linux-mmc/msg29230.html

  ---
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e6458b44-fdb9-4db5-8cac-40ee0bbf9cf6
  InstallationDate: Installed on 2013-12-31 (21 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20131231)
  MachineType: ASUSTeK COMPUTER INC. UX302LG
  Package: linux (not installed)
  ProcFB: 0 simple
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-4-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash acpi_osi= nomodeset 
plymouth:debug vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-4.19-generic 3.13.0-rc8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-4-generic N/A
   linux-backports-modules-3.13.0-4-generic  N/A
   linux-firmware1.121
  Tags:  trusty
  Uname: Linux 3.13.0-4-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/30/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX302LG.207
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX302LG
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX302LG.207:bd10/30/2013:svnASUSTeKCOMPUTERINC.:pnUX302LG:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX302LG:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX302LG
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Kernel-packages] [Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-12-11 Thread Alexey Sys
Uncommenting "WaylandEnable=false" worked for me in 18.10 fresh install
and applying nvidia-390

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1752053

Title:
  nvidia-390 fails to boot graphical display

Status in mesa package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Invalid

Bug description:
  I'm using Bionic with the new 4.15 kernel. I've been using the
  nvidia-384 driver with no problem for a while.  Today I issued "sudo
  apt-get upgrade" and I was prompted to upgrade the nvidia driver to
  the nvidia-390.  After installing the driver and rebooting, I was only
  able to boot in to the tty terminal.  The graphical display failed to
  boot.  I have had similar problems with nvidia driver version 390 with
  Arch Linux and with Open Suse Tumbleweed.

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

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


[Kernel-packages] [Bug 1730152] Re: Internal microsd card reader does not work in Ubuntu 17.10

2018-11-18 Thread Alexey
I suppose this is a duplicate of bug #1270676

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1270676

See also https://wikidevi.com/wiki/Alcor_Micro_AU6601

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1730152

Title:
  Internal microsd card reader does not work in Ubuntu 17.10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 17.10 x86_64 of Wayland-Session is running on a HP Envy
  13-ad1xx notbook with a internal microsd card reader. The system gives
  no response when inserting different micro sd cards, which work fine
  on Windows 10. I report this bug in hope that the upstream may notice
  and make some change on the suited driver or kernel module. I would
  provide more information under further direction.

  According to `lspci` output, the model name is 'Alcor Micro Device
  6625'.

  `udevadm monitor --env` gives no related events when inserting or
  pulling out the microsd card, in which only thermal_zone changes are
  recorded. No related events are recoded in /var/log/kern.log either.

  With sd card being inserted, `sudo fdisk -l` and `sudo blkid` gives no
  related information. The outputs are all about partitions on the local
  disk. No sdhc or mmc device is found in /dev/ either.

  The only implication now is the system notice the existence of the
  card reader, in terms of `lspci` outputs, the '01:00.0 Unassigned
  class [ff00]: Alcor Micro Device 6625', even when a sd card is
  inserted:

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   limorg 1514 F...m pulseaudio
   /dev/snd/controlC0:  limorg 1514 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov  5 10:29:26 2017
  HibernationDevice: RESUME=UUID=8f370e7c-280d-4864-b687-a2c81ce87247
  InstallationDate: Installed on 2017-10-22 (13 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp.
   Bus 001 Device 003: ID 0bda:5620 Realtek Semiconductor Corp.
   Bus 001 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP ENVY Laptop 13-ad1xx
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=67e321d1-4810-4157-8c29-09c51ea7 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: Upgraded to artful on 2017-10-29 (6 days ago)
  dmi.bios.date: 07/26/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.12
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 83A8
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 39.32
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.12:bd07/26/2017:svnHP:pnHPENVYLaptop13-ad1xx:pvrType1ProductConfigId:rvnHP:rn83A8:rvrKBCVersion39.32:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV HP Envy
  dmi.product.name: HP ENVY Laptop 13-ad1xx
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

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

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


[Kernel-packages] [Bug 1797881] Re: Display goes blank soon after boot on dell xps13 on linux-image-4.18.0-10-generic

2018-10-17 Thread Alexey Bazhin
https://bugs.freedesktop.org/show_bug.cgi?id=108083

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

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1797881

Title:
  Display goes blank soon after boot on dell xps13 on linux-
  image-4.18.0-10-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Display goes blank soon after boot on dell xps13 with linux-
  image-4.18.0-10-generic.

  linux-image-4.18.0-7-generic working fine.

  dmesg outputs:
  [drm:intel_dp_start_link_train [i915]] *ERROR* [CONNECTOR:71:eDP-1] Link 
Training failed at link rate = 54, lane count = 4

  probably related to https://patchwork.kernel.org/patch/10633295/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  baz2265 F pulseaudio
  CurrentDesktop: XFCE
  Date: Mon Oct 15 14:25:35 2018
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=/dev/mapper/cryptswap1
  InstallationDate: Installed on 2018-03-01 (227 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180301)
  MachineType: Dell Inc. XPS 13 9360
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-7-generic 
root=/dev/mapper/system-root ro quiet splash crashkernel=384M-:128M vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-7-generic N/A
   linux-backports-modules-4.18.0-7-generic  N/A
   linux-firmware1.175
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.9.0
  dmi.board.name: 02PG84
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.9.0:bd07/09/2018:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn02PG84:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9360
  dmi.product.sku: 082A
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1797881] Re: Display goes blank soon after boot on dell xps13 on linux-image-4.18.0-10-generic

2018-10-17 Thread Alexey Bazhin
it seems this commit is causing the problem
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/gpu/drm/i915/intel_dp.c?id=399334708b4f07b107094e5db4a390f0f25d2d4f

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1797881

Title:
  Display goes blank soon after boot on dell xps13 on linux-
  image-4.18.0-10-generic

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Display goes blank soon after boot on dell xps13 with linux-
  image-4.18.0-10-generic.

  linux-image-4.18.0-7-generic working fine.

  dmesg outputs:
  [drm:intel_dp_start_link_train [i915]] *ERROR* [CONNECTOR:71:eDP-1] Link 
Training failed at link rate = 54, lane count = 4

  probably related to https://patchwork.kernel.org/patch/10633295/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  baz2265 F pulseaudio
  CurrentDesktop: XFCE
  Date: Mon Oct 15 14:25:35 2018
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=/dev/mapper/cryptswap1
  InstallationDate: Installed on 2018-03-01 (227 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180301)
  MachineType: Dell Inc. XPS 13 9360
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-7-generic 
root=/dev/mapper/system-root ro quiet splash crashkernel=384M-:128M vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-7-generic N/A
   linux-backports-modules-4.18.0-7-generic  N/A
   linux-firmware1.175
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.9.0
  dmi.board.name: 02PG84
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.9.0:bd07/09/2018:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn02PG84:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9360
  dmi.product.sku: 082A
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1797881] Re: Display goes blank soon after boot on dell xps13 on linux-image-4.18.0-10-generic

2018-10-17 Thread Alexey Bazhin
rc2 is fine, rc3 has the problem

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1797881

Title:
  Display goes blank soon after boot on dell xps13 on linux-
  image-4.18.0-10-generic

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Display goes blank soon after boot on dell xps13 with linux-
  image-4.18.0-10-generic.

  linux-image-4.18.0-7-generic working fine.

  dmesg outputs:
  [drm:intel_dp_start_link_train [i915]] *ERROR* [CONNECTOR:71:eDP-1] Link 
Training failed at link rate = 54, lane count = 4

  probably related to https://patchwork.kernel.org/patch/10633295/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  baz2265 F pulseaudio
  CurrentDesktop: XFCE
  Date: Mon Oct 15 14:25:35 2018
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=/dev/mapper/cryptswap1
  InstallationDate: Installed on 2018-03-01 (227 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180301)
  MachineType: Dell Inc. XPS 13 9360
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-7-generic 
root=/dev/mapper/system-root ro quiet splash crashkernel=384M-:128M vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-7-generic N/A
   linux-backports-modules-4.18.0-7-generic  N/A
   linux-firmware1.175
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.9.0
  dmi.board.name: 02PG84
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.9.0:bd07/09/2018:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn02PG84:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9360
  dmi.product.sku: 082A
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1797881] Re: Display goes blank soon after boot on dell xps13 on linux-image-4.18.0-10-generic

2018-10-15 Thread Alexey Bazhin
same problem with linux-image-unsigned-4.19.0-041900rc8-generic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1797881

Title:
  Display goes blank soon after boot on dell xps13 on linux-
  image-4.18.0-10-generic

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Display goes blank soon after boot on dell xps13 with linux-
  image-4.18.0-10-generic.

  linux-image-4.18.0-7-generic working fine.

  dmesg outputs:
  [drm:intel_dp_start_link_train [i915]] *ERROR* [CONNECTOR:71:eDP-1] Link 
Training failed at link rate = 54, lane count = 4

  probably related to https://patchwork.kernel.org/patch/10633295/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  baz2265 F pulseaudio
  CurrentDesktop: XFCE
  Date: Mon Oct 15 14:25:35 2018
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=/dev/mapper/cryptswap1
  InstallationDate: Installed on 2018-03-01 (227 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180301)
  MachineType: Dell Inc. XPS 13 9360
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-7-generic 
root=/dev/mapper/system-root ro quiet splash crashkernel=384M-:128M vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-7-generic N/A
   linux-backports-modules-4.18.0-7-generic  N/A
   linux-firmware1.175
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.9.0
  dmi.board.name: 02PG84
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.9.0:bd07/09/2018:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn02PG84:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9360
  dmi.product.sku: 082A
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1797881] Re: Display goes blank soon after boot on dell xps13 on linux-image-4.18.0-10-generic

2018-10-15 Thread Alexey Bazhin
linux-image-4.18.0-7-generic has no problem
linux-image-4.18.0-10-generic has problem

will try mainline later

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1797881

Title:
  Display goes blank soon after boot on dell xps13 on linux-
  image-4.18.0-10-generic

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Display goes blank soon after boot on dell xps13 with linux-
  image-4.18.0-10-generic.

  linux-image-4.18.0-7-generic working fine.

  dmesg outputs:
  [drm:intel_dp_start_link_train [i915]] *ERROR* [CONNECTOR:71:eDP-1] Link 
Training failed at link rate = 54, lane count = 4

  probably related to https://patchwork.kernel.org/patch/10633295/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  baz2265 F pulseaudio
  CurrentDesktop: XFCE
  Date: Mon Oct 15 14:25:35 2018
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=/dev/mapper/cryptswap1
  InstallationDate: Installed on 2018-03-01 (227 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180301)
  MachineType: Dell Inc. XPS 13 9360
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-7-generic 
root=/dev/mapper/system-root ro quiet splash crashkernel=384M-:128M vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-7-generic N/A
   linux-backports-modules-4.18.0-7-generic  N/A
   linux-firmware1.175
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.9.0
  dmi.board.name: 02PG84
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.9.0:bd07/09/2018:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn02PG84:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9360
  dmi.product.sku: 082A
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1797881] [NEW] Display goes blank soon after boot on dell xps13 on linux-image-4.18.0-10-generic

2018-10-15 Thread Alexey Bazhin
Public bug reported:

Display goes blank soon after boot on dell xps13 with linux-
image-4.18.0-10-generic.

linux-image-4.18.0-7-generic working fine.

dmesg outputs:
[drm:intel_dp_start_link_train [i915]] *ERROR* [CONNECTOR:71:eDP-1] Link 
Training failed at link rate = 54, lane count = 4

probably related to https://patchwork.kernel.org/patch/10633295/

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: linux-image-4.18.0-10-generic 4.18.0-10.11
ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
Uname: Linux 4.18.0-7-generic x86_64
ApportVersion: 2.20.10-0ubuntu13
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  baz2265 F pulseaudio
CurrentDesktop: XFCE
Date: Mon Oct 15 14:25:35 2018
EcryptfsInUse: Yes
HibernationDevice: RESUME=/dev/mapper/cryptswap1
InstallationDate: Installed on 2018-03-01 (227 days ago)
InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180301)
MachineType: Dell Inc. XPS 13 9360
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-7-generic 
root=/dev/mapper/system-root ro quiet splash crashkernel=384M-:128M vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-7-generic N/A
 linux-backports-modules-4.18.0-7-generic  N/A
 linux-firmware1.175
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/09/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.9.0
dmi.board.name: 02PG84
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.9.0:bd07/09/2018:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn02PG84:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 13 9360
dmi.product.sku: 082A
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug cosmic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1797881

Title:
  Display goes blank soon after boot on dell xps13 on linux-
  image-4.18.0-10-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Display goes blank soon after boot on dell xps13 with linux-
  image-4.18.0-10-generic.

  linux-image-4.18.0-7-generic working fine.

  dmesg outputs:
  [drm:intel_dp_start_link_train [i915]] *ERROR* [CONNECTOR:71:eDP-1] Link 
Training failed at link rate = 54, lane count = 4

  probably related to https://patchwork.kernel.org/patch/10633295/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  baz2265 F pulseaudio
  CurrentDesktop: XFCE
  Date: Mon Oct 15 14:25:35 2018
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=/dev/mapper/cryptswap1
  InstallationDate: Installed on 2018-03-01 (227 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180301)
  MachineType: Dell Inc. XPS 13 9360
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-7-generic 
root=/dev/mapper/system-root ro quiet splash crashkernel=384M-:128M vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-7-generic N/A
   linux-backports-modules-4.18.0-7-generic  N/A
   linux-firmware1.175
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.9.0
  dmi.board.name: 02PG84
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.9.0:bd07/09/2018:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn02PG84:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9360
  dmi.product.sku: 082A
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1796730] Re: Ubuntu 18.10 regression: nvidia driver does not work

2018-10-14 Thread Alexey Balmashnov
Something in the updates made it work for me.

On the latest series of updates I've noticed kernel update to
4.18.0.9.10 and gave it a try. I still observe in dmesg diagnostics dump
about "Bad or missing usercopy whitelist? Kernel memory exposure
attempt..." but I am able to start session with nvidia driver up and
running.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1796730

Title:
  Ubuntu 18.10 regression: nvidia driver does not work

Status in linux package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed

Bug description:
  Problems started after upgrade to 18.10 and first reboot.
  Symptoms:
  * Login screen appears
  * After providing credentials desktop does not start

  ---

  Extra info for Bug 1796433

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-8-generic 4.18.0-8.9
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/controlC1', 
'/dev/snd/hwC1D3', '/dev/snd/hwC1D2', '/dev/snd/hwC1D1', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D9p', '/dev/snd/pcmC1D8p', '/dev/snd/pcmC1D7p', 
'/dev/snd/pcmC1D3p', '/dev/snd/by-path', '/dev/snd/controlC0', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  Date: Mon Oct  8 20:01:33 2018
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (1005 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-8-generic N/A
   linux-backports-modules-4.18.0-8-generic  N/A
   linux-firmware1.175
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-05 (2 days ago)
  dmi.bios.date: 09/16/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: HM65-MXM
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd09/16/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnHM65-MXM:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


Re: [Kernel-packages] [Bug 1796730] Re: Ubuntu 18.10 regression: nvidia driver does not work

2018-10-10 Thread Alexey Balmashnov
@NiBu what do you mean by: "Booting in recovery mode and resuming normal
start works."?

On Tue, 9 Oct 2018, 22:15 NiBu, <1796...@bugs.launchpad.net> wrote:

> Booting in recovery mode and resuming normal start works.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1796730
>
> Title:
>   Ubuntu 18.10 regression: nvidia driver does not work
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796730/+subscriptions
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1796730

Title:
  Ubuntu 18.10 regression: nvidia driver does not work

Status in linux package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed

Bug description:
  Problems started after upgrade to 18.10 and first reboot.
  Symptoms:
  * Login screen appears
  * After providing credentials desktop does not start

  ---

  Extra info for Bug 1796433

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-8-generic 4.18.0-8.9
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/controlC1', 
'/dev/snd/hwC1D3', '/dev/snd/hwC1D2', '/dev/snd/hwC1D1', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D9p', '/dev/snd/pcmC1D8p', '/dev/snd/pcmC1D7p', 
'/dev/snd/pcmC1D3p', '/dev/snd/by-path', '/dev/snd/controlC0', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  Date: Mon Oct  8 20:01:33 2018
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (1005 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-8-generic N/A
   linux-backports-modules-4.18.0-8-generic  N/A
   linux-firmware1.175
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-05 (2 days ago)
  dmi.bios.date: 09/16/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: HM65-MXM
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd09/16/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnHM65-MXM:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


Re: [Kernel-packages] [Bug 1796730] Re: Ubuntu 18.10 regression: nvidia driver does not work

2018-10-09 Thread Alexey Balmashnov
Also seen it. It was first thing I did. Forgot to mention it.

See comment #4 above: it was done with libelf-dev installed.


On Tue, Oct 9, 2018 at 1:10 PM Cristian Aravena Romero 
wrote:

> Hello,
>
> In 'make.log':
>
> 'Makefile:958: "Cannot use CONFIG_STACK_VALIDATION=y, please install
> libelf-dev, libelf-devel or elfutils-libelf-devel"'
>
> $ sudo apt install libelf-dev
>
> And again try installing the nvidia driver, and if it does not work...
> Paste the make.log again.
> --
> Cristian Aravena Romero (caravena)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1796730
>
> Title:
>   Ubuntu 18.10 regression: nvidia driver does not work
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796730/+subscriptions
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1796730

Title:
  Ubuntu 18.10 regression: nvidia driver does not work

Status in linux package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New

Bug description:
  Problems started after upgrade to 18.10 and first reboot.
  Symptoms:
  * Login screen appears
  * After providing credentials desktop does not start

  ---

  Extra info for Bug 1796433

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-8-generic 4.18.0-8.9
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/controlC1', 
'/dev/snd/hwC1D3', '/dev/snd/hwC1D2', '/dev/snd/hwC1D1', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D9p', '/dev/snd/pcmC1D8p', '/dev/snd/pcmC1D7p', 
'/dev/snd/pcmC1D3p', '/dev/snd/by-path', '/dev/snd/controlC0', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  Date: Mon Oct  8 20:01:33 2018
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (1005 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-8-generic N/A
   linux-backports-modules-4.18.0-8-generic  N/A
   linux-firmware1.175
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-05 (2 days ago)
  dmi.bios.date: 09/16/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: HM65-MXM
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd09/16/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnHM65-MXM:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Kernel-packages] [Bug 1796730] Re: Ubuntu 18.10 regression: nvidia driver does not work

2018-10-08 Thread Alexey Balmashnov
Found patch [0] fixing module build. Observe the same behavior.


[0] 
https://www.hlmjr.com/index.php/2018/08/21/nvidia-drivers-390-77-vs-linux-kernel-4-18

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1796730

Title:
  Ubuntu 18.10 regression: nvidia driver does not work

Status in linux package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New

Bug description:
  Problems started after upgrade to 18.10 and first reboot.
  Symptoms:
  * Login screen appears
  * After providing credentials desktop does not start

  ---

  Extra info for Bug 1796433

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-8-generic 4.18.0-8.9
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/controlC1', 
'/dev/snd/hwC1D3', '/dev/snd/hwC1D2', '/dev/snd/hwC1D1', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D9p', '/dev/snd/pcmC1D8p', '/dev/snd/pcmC1D7p', 
'/dev/snd/pcmC1D3p', '/dev/snd/by-path', '/dev/snd/controlC0', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  Date: Mon Oct  8 20:01:33 2018
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (1005 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-8-generic N/A
   linux-backports-modules-4.18.0-8-generic  N/A
   linux-firmware1.175
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-05 (2 days ago)
  dmi.bios.date: 09/16/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: HM65-MXM
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd09/16/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnHM65-MXM:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Kernel-packages] [Bug 1796730] Re: Ubuntu 18.10 regression: nvidia driver does not work

2018-10-08 Thread Alexey Balmashnov
Yes it is started right after the upgrade from 18.04. 18.04 with the
latest SW was running just fine (on kernel 4.15.0-36-generic). Have not
seen it working on 18.10.

Tried 4.19-rc7.

Observations:
* Update manager "enables" driver, but it is not loaded
* Manual install of nvidia-driver-390 xserver-xorg-video-nvidia-390 shows the 
issue:

ERROR (dkms apport): kernel package linux-headers-4.19.0-041900rc7-generic is 
not supported
Error! Bad return status for module build on kernel: 4.19.0-041900rc7-generic 
(x86_64)
Consult /var/lib/dkms/nvidia/390.87/build/make.log for more information.

Looks like compatibility issue with kernel 4.19. Not sure, though.


** Attachment added: "make.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796730/+attachment/5198878/+files/make.log

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1796730

Title:
  Ubuntu 18.10 regression: nvidia driver does not work

Status in linux package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New

Bug description:
  Problems started after upgrade to 18.10 and first reboot.
  Symptoms:
  * Login screen appears
  * After providing credentials desktop does not start

  ---

  Extra info for Bug 1796433

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-8-generic 4.18.0-8.9
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/controlC1', 
'/dev/snd/hwC1D3', '/dev/snd/hwC1D2', '/dev/snd/hwC1D1', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D9p', '/dev/snd/pcmC1D8p', '/dev/snd/pcmC1D7p', 
'/dev/snd/pcmC1D3p', '/dev/snd/by-path', '/dev/snd/controlC0', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  Date: Mon Oct  8 20:01:33 2018
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (1005 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-8-generic N/A
   linux-backports-modules-4.18.0-8-generic  N/A
   linux-firmware1.175
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-05 (2 days ago)
  dmi.bios.date: 09/16/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: HM65-MXM
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd09/16/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnHM65-MXM:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Kernel-packages] [Bug 1796433] Re: Ubuntu 18.10 regression: nvidia driver does not work

2018-10-08 Thread Alexey Balmashnov
*** This bug is a duplicate of bug 1796726 ***
https://bugs.launchpad.net/bugs/1796726

Data collected by "ubuntu-bug linux", while system was using proprietary
nvidia driver can be found in bug 1796730

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1796433

Title:
  Ubuntu 18.10 regression: nvidia driver does not work

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Incomplete

Bug description:
  Problems started after upgrade to 18.10 and first reboot.
  Symptoms:
  * Login screen appears
  * After providing credentials desktop does not start

  Part of dmesg:
  -
  ...
  [   10.482929] resource sanity check: requesting [mem 0x000c-0x000f], 
which spans more than PCI Bus :00 [mem 0x000c-0x000d window]
  [   10.483149] caller os_map_kernel_space.part.9+0xd4/0x120 [nvidia] mapping 
multiple BARs
  [   10.801510] [ cut here ]
  [   10.801512] Bad or missing usercopy whitelist? Kernel memory exposure 
attempt detected from SLUB object 'nvidia_stack_cache' (offset 11440, size 3)!
  [   10.801522] WARNING: CPU: 3 PID: 1188 at mm/usercopy.c:81 
usercopy_warn+0x81/0xa0
  [   10.801523] Modules linked in: snd_hda_codec_hdmi binfmt_misc 
nvidia_uvm(POE) nls_iso8859_1 wmi_bmof mxm_wmi intel_rapl x86_pkg_temp_thermal 
intel_powerclamp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc nvidia_drm(POE) aesni_intel nvidia_modeset(POE) 
aes_x86_64 crypto_simd cryptd glue_helper nvidia(POE) intel_cstate 
snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec 
snd_hda_core snd_hwdep snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi 
intel_rapl_perf ath9k snd_seq ath9k_common ath9k_hw drm_kms_helper joydev ath 
snd_seq_device input_leds snd_timer mac80211 drm snd cfg80211 ipmi_devintf 
ir_rc6_decoder ipmi_msghandler fb_sys_fops syscopyarea soundcore mei_me 
sysfillrect sysimgblt mei rc_rc6_mce video nuvoton_cir mac_hid rc_core wmi 
sch_fq_codel
  [   10.801559]  nct6775 hwmon_vid coretemp parport_pc sunrpc ppdev lp parport 
ip_tables x_tables autofs4 hid_logitech_hidpp hid_logitech_dj hid_generic 
usbhid hid gpio_ich ahci r8169 libahci lpc_ich mii
  [   10.801572] CPU: 3 PID: 1188 Comm: Xorg Tainted: P   OE 
4.18.0-8-generic #9-Ubuntu
  ...
  -

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: nvidia-driver-390 (not installed)
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct  6 02:03:52 2018
  InstallationDate: Installed on 2016-01-06 (1003 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: nvidia-graphics-drivers-390
  UpgradeStatus: Upgraded to cosmic on 2018-10-05 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1796433/+subscriptions

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


[Kernel-packages] [Bug 1796730] [NEW] Ubuntu 18.10 regression: nvidia driver does not work

2018-10-08 Thread Alexey Balmashnov
Public bug reported:

Extra info for bug 1796433

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: linux-image-4.18.0-8-generic 4.18.0-8.9
ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
Uname: Linux 4.18.0-8-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu11
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/controlC1', 
'/dev/snd/hwC1D3', '/dev/snd/hwC1D2', '/dev/snd/hwC1D1', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D9p', '/dev/snd/pcmC1D8p', '/dev/snd/pcmC1D7p', 
'/dev/snd/pcmC1D3p', '/dev/snd/by-path', '/dev/snd/controlC0', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
Date: Mon Oct  8 20:01:33 2018
HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
InstallationDate: Installed on 2016-01-06 (1005 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-8-generic N/A
 linux-backports-modules-4.18.0-8-generic  N/A
 linux-firmware1.175
RfKill:
 0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to cosmic on 2018-10-05 (2 days ago)
dmi.bios.date: 09/16/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.10
dmi.board.name: HM65-MXM
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd09/16/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnHM65-MXM:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-bug cosmic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1796730

Title:
  Ubuntu 18.10 regression: nvidia driver does not work

Status in linux package in Ubuntu:
  New

Bug description:
  Extra info for bug 1796433

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-8-generic 4.18.0-8.9
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/controlC1', 
'/dev/snd/hwC1D3', '/dev/snd/hwC1D2', '/dev/snd/hwC1D1', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D9p', '/dev/snd/pcmC1D8p', '/dev/snd/pcmC1D7p', 
'/dev/snd/pcmC1D3p', '/dev/snd/by-path', '/dev/snd/controlC0', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  Date: Mon Oct  8 20:01:33 2018
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (1005 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-8-generic N/A
   linux-backports-modules-4.18.0-8-generic  N/A
   linux-firmware1.175
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-05 (2 days ago)
  dmi.bios.date: 09/16/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: HM65-MXM
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 

[Kernel-packages] [Bug 1796726] [NEW] Ubuntu 18.10 regression: nvidia driver does not work

2018-10-08 Thread Alexey Balmashnov
Public bug reported:

Extra info for bug 1796433

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: linux-image-4.18.0-8-generic 4.18.0-8.9
ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
Uname: Linux 4.18.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu11
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  alexei 2824 F pulseaudio
 /dev/snd/controlC0:  alexei 2824 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct  8 19:47:11 2018
HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
InstallationDate: Installed on 2016-01-06 (1005 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-8-generic N/A
 linux-backports-modules-4.18.0-8-generic  N/A
 linux-firmware1.175
RfKill:
 0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to cosmic on 2018-10-05 (2 days ago)
dmi.bios.date: 09/16/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.10
dmi.board.name: HM65-MXM
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd09/16/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnHM65-MXM:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-bug cosmic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1796726

Title:
  Ubuntu 18.10 regression: nvidia driver does not work

Status in linux package in Ubuntu:
  New

Bug description:
  Extra info for bug 1796433

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-8-generic 4.18.0-8.9
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 2824 F pulseaudio
   /dev/snd/controlC0:  alexei 2824 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Oct  8 19:47:11 2018
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (1005 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-8-generic N/A
   linux-backports-modules-4.18.0-8-generic  N/A
   linux-firmware1.175
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-05 (2 days ago)
  dmi.bios.date: 09/16/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: HM65-MXM
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd09/16/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnHM65-MXM:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Kernel-packages] [Bug 1796433] Re: Ubuntu 18.10 regression: nvidia driver does not work

2018-10-08 Thread Alexey Balmashnov
Submitted bug 1796726

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1796433

Title:
  Ubuntu 18.10 regression: nvidia driver does not work

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Incomplete

Bug description:
  Problems started after upgrade to 18.10 and first reboot.
  Symptoms:
  * Login screen appears
  * After providing credentials desktop does not start

  Part of dmesg:
  -
  ...
  [   10.482929] resource sanity check: requesting [mem 0x000c-0x000f], 
which spans more than PCI Bus :00 [mem 0x000c-0x000d window]
  [   10.483149] caller os_map_kernel_space.part.9+0xd4/0x120 [nvidia] mapping 
multiple BARs
  [   10.801510] [ cut here ]
  [   10.801512] Bad or missing usercopy whitelist? Kernel memory exposure 
attempt detected from SLUB object 'nvidia_stack_cache' (offset 11440, size 3)!
  [   10.801522] WARNING: CPU: 3 PID: 1188 at mm/usercopy.c:81 
usercopy_warn+0x81/0xa0
  [   10.801523] Modules linked in: snd_hda_codec_hdmi binfmt_misc 
nvidia_uvm(POE) nls_iso8859_1 wmi_bmof mxm_wmi intel_rapl x86_pkg_temp_thermal 
intel_powerclamp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc nvidia_drm(POE) aesni_intel nvidia_modeset(POE) 
aes_x86_64 crypto_simd cryptd glue_helper nvidia(POE) intel_cstate 
snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec 
snd_hda_core snd_hwdep snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi 
intel_rapl_perf ath9k snd_seq ath9k_common ath9k_hw drm_kms_helper joydev ath 
snd_seq_device input_leds snd_timer mac80211 drm snd cfg80211 ipmi_devintf 
ir_rc6_decoder ipmi_msghandler fb_sys_fops syscopyarea soundcore mei_me 
sysfillrect sysimgblt mei rc_rc6_mce video nuvoton_cir mac_hid rc_core wmi 
sch_fq_codel
  [   10.801559]  nct6775 hwmon_vid coretemp parport_pc sunrpc ppdev lp parport 
ip_tables x_tables autofs4 hid_logitech_hidpp hid_logitech_dj hid_generic 
usbhid hid gpio_ich ahci r8169 libahci lpc_ich mii
  [   10.801572] CPU: 3 PID: 1188 Comm: Xorg Tainted: P   OE 
4.18.0-8-generic #9-Ubuntu
  ...
  -

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: nvidia-driver-390 (not installed)
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct  6 02:03:52 2018
  InstallationDate: Installed on 2016-01-06 (1003 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: nvidia-graphics-drivers-390
  UpgradeStatus: Upgraded to cosmic on 2018-10-05 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1796433/+subscriptions

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


[Kernel-packages] [Bug 1796433] [NEW] Ubuntu 18.10 regression: nvidia driver does not work

2018-10-05 Thread Alexey Balmashnov
Public bug reported:

Problems started after upgrade to 18.10 and first reboot.
Symptoms:
* Login screen appears
* After providing credentials desktop does not start

Part of dmesg:
-
...
[   10.482929] resource sanity check: requesting [mem 0x000c-0x000f], 
which spans more than PCI Bus :00 [mem 0x000c-0x000d window]
[   10.483149] caller os_map_kernel_space.part.9+0xd4/0x120 [nvidia] mapping 
multiple BARs
[   10.801510] [ cut here ]
[   10.801512] Bad or missing usercopy whitelist? Kernel memory exposure 
attempt detected from SLUB object 'nvidia_stack_cache' (offset 11440, size 3)!
[   10.801522] WARNING: CPU: 3 PID: 1188 at mm/usercopy.c:81 
usercopy_warn+0x81/0xa0
[   10.801523] Modules linked in: snd_hda_codec_hdmi binfmt_misc 
nvidia_uvm(POE) nls_iso8859_1 wmi_bmof mxm_wmi intel_rapl x86_pkg_temp_thermal 
intel_powerclamp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc nvidia_drm(POE) aesni_intel nvidia_modeset(POE) 
aes_x86_64 crypto_simd cryptd glue_helper nvidia(POE) intel_cstate 
snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec 
snd_hda_core snd_hwdep snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi 
intel_rapl_perf ath9k snd_seq ath9k_common ath9k_hw drm_kms_helper joydev ath 
snd_seq_device input_leds snd_timer mac80211 drm snd cfg80211 ipmi_devintf 
ir_rc6_decoder ipmi_msghandler fb_sys_fops syscopyarea soundcore mei_me 
sysfillrect sysimgblt mei rc_rc6_mce video nuvoton_cir mac_hid rc_core wmi 
sch_fq_codel
[   10.801559]  nct6775 hwmon_vid coretemp parport_pc sunrpc ppdev lp parport 
ip_tables x_tables autofs4 hid_logitech_hidpp hid_logitech_dj hid_generic 
usbhid hid gpio_ich ahci r8169 libahci lpc_ich mii
[   10.801572] CPU: 3 PID: 1188 Comm: Xorg Tainted: P   OE 
4.18.0-8-generic #9-Ubuntu
...
-

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: nvidia-driver-390 (not installed)
ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
Uname: Linux 4.18.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu11
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct  6 02:03:52 2018
InstallationDate: Installed on 2016-01-06 (1003 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: nvidia-graphics-drivers-390
UpgradeStatus: Upgraded to cosmic on 2018-10-05 (0 days ago)

** Affects: nvidia-graphics-drivers-390 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug cosmic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1796433

Title:
  Ubuntu 18.10 regression: nvidia driver does not work

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New

Bug description:
  Problems started after upgrade to 18.10 and first reboot.
  Symptoms:
  * Login screen appears
  * After providing credentials desktop does not start

  Part of dmesg:
  -
  ...
  [   10.482929] resource sanity check: requesting [mem 0x000c-0x000f], 
which spans more than PCI Bus :00 [mem 0x000c-0x000d window]
  [   10.483149] caller os_map_kernel_space.part.9+0xd4/0x120 [nvidia] mapping 
multiple BARs
  [   10.801510] [ cut here ]
  [   10.801512] Bad or missing usercopy whitelist? Kernel memory exposure 
attempt detected from SLUB object 'nvidia_stack_cache' (offset 11440, size 3)!
  [   10.801522] WARNING: CPU: 3 PID: 1188 at mm/usercopy.c:81 
usercopy_warn+0x81/0xa0
  [   10.801523] Modules linked in: snd_hda_codec_hdmi binfmt_misc 
nvidia_uvm(POE) nls_iso8859_1 wmi_bmof mxm_wmi intel_rapl x86_pkg_temp_thermal 
intel_powerclamp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc nvidia_drm(POE) aesni_intel nvidia_modeset(POE) 
aes_x86_64 crypto_simd cryptd glue_helper nvidia(POE) intel_cstate 
snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec 
snd_hda_core snd_hwdep snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi 
intel_rapl_perf ath9k snd_seq ath9k_common ath9k_hw drm_kms_helper joydev ath 
snd_seq_device input_leds snd_timer mac80211 drm snd cfg80211 ipmi_devintf 
ir_rc6_decoder ipmi_msghandler fb_sys_fops syscopyarea soundcore mei_me 
sysfillrect sysimgblt mei rc_rc6_mce video nuvoton_cir mac_hid rc_core wmi 
sch_fq_codel
  [   10.801559]  nct6775 hwmon_vid coretemp parport_pc sunrpc ppdev lp parport 
ip_tables x_tables autofs4 hid_logitech_hidpp hid_logitech_dj hid_generic 
usbhid hid gpio_ich ahci r8169 libahci lpc_ich mii
  [   10.801572] CPU: 3 PID: 1188 Comm: Xorg Tainted: P   OE 
4.18.0-8-generic #9-Ubuntu
  ...
  -

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: 

[Kernel-packages] [Bug 1796433] Re: Ubuntu 18.10 regression: nvidia driver does not work

2018-10-05 Thread Alexey Balmashnov
** Attachment added: "dmesg.log"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1796433/+attachment/5197786/+files/dmesg.log

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1796433

Title:
  Ubuntu 18.10 regression: nvidia driver does not work

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New

Bug description:
  Problems started after upgrade to 18.10 and first reboot.
  Symptoms:
  * Login screen appears
  * After providing credentials desktop does not start

  Part of dmesg:
  -
  ...
  [   10.482929] resource sanity check: requesting [mem 0x000c-0x000f], 
which spans more than PCI Bus :00 [mem 0x000c-0x000d window]
  [   10.483149] caller os_map_kernel_space.part.9+0xd4/0x120 [nvidia] mapping 
multiple BARs
  [   10.801510] [ cut here ]
  [   10.801512] Bad or missing usercopy whitelist? Kernel memory exposure 
attempt detected from SLUB object 'nvidia_stack_cache' (offset 11440, size 3)!
  [   10.801522] WARNING: CPU: 3 PID: 1188 at mm/usercopy.c:81 
usercopy_warn+0x81/0xa0
  [   10.801523] Modules linked in: snd_hda_codec_hdmi binfmt_misc 
nvidia_uvm(POE) nls_iso8859_1 wmi_bmof mxm_wmi intel_rapl x86_pkg_temp_thermal 
intel_powerclamp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc nvidia_drm(POE) aesni_intel nvidia_modeset(POE) 
aes_x86_64 crypto_simd cryptd glue_helper nvidia(POE) intel_cstate 
snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec 
snd_hda_core snd_hwdep snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi 
intel_rapl_perf ath9k snd_seq ath9k_common ath9k_hw drm_kms_helper joydev ath 
snd_seq_device input_leds snd_timer mac80211 drm snd cfg80211 ipmi_devintf 
ir_rc6_decoder ipmi_msghandler fb_sys_fops syscopyarea soundcore mei_me 
sysfillrect sysimgblt mei rc_rc6_mce video nuvoton_cir mac_hid rc_core wmi 
sch_fq_codel
  [   10.801559]  nct6775 hwmon_vid coretemp parport_pc sunrpc ppdev lp parport 
ip_tables x_tables autofs4 hid_logitech_hidpp hid_logitech_dj hid_generic 
usbhid hid gpio_ich ahci r8169 libahci lpc_ich mii
  [   10.801572] CPU: 3 PID: 1188 Comm: Xorg Tainted: P   OE 
4.18.0-8-generic #9-Ubuntu
  ...
  -

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: nvidia-driver-390 (not installed)
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct  6 02:03:52 2018
  InstallationDate: Installed on 2016-01-06 (1003 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: nvidia-graphics-drivers-390
  UpgradeStatus: Upgraded to cosmic on 2018-10-05 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1796433/+subscriptions

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


[Kernel-packages] [Bug 1738259] Re: need to ensure microcode updates are available to all bare-metal installs of Ubuntu

2018-07-31 Thread Alexey
+1 to @explorer09.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1738259

Title:
  need to ensure microcode updates are available to all bare-metal
  installs of Ubuntu

Status in linux-meta package in Ubuntu:
  Fix Released
Status in linux-meta-hwe package in Ubuntu:
  New
Status in linux-meta-hwe-edge package in Ubuntu:
  New
Status in linux-meta-lts-xenial package in Ubuntu:
  Fix Released
Status in linux-meta-oem package in Ubuntu:
  Fix Released
Status in linux-meta source package in Precise:
  New
Status in linux-meta source package in Trusty:
  Fix Released
Status in linux-meta source package in Xenial:
  Fix Released
Status in linux-meta-hwe source package in Xenial:
  Fix Released
Status in linux-meta-hwe-edge source package in Xenial:
  Fix Released
Status in linux-meta-lts-xenial source package in Xenial:
  Fix Committed
Status in linux-meta-oem source package in Xenial:
  Fix Released
Status in linux-meta source package in Zesty:
  Invalid
Status in linux-meta source package in Artful:
  Fix Released
Status in linux-meta source package in Bionic:
  Fix Released

Bug description:
  From time to time, CPU vendors release updates to microcode that can
  be loaded into the CPU from the OS.  For x86, we have these updates
  available in the archive as amd64-microcode and intel-microcode.

  Sometimes, these microcode updates have addressed security issues with
  the CPU.  They almost certainly will again in the future.

  We should ensure that all users of Ubuntu on baremetal x86 receive
  these security updates, and have them applied to the CPU in early boot
  where at all feasible.

  Because these are hardware-dependent packages which we don't want to
  install except on baremetal (so: not in VMs or containers), the
  logical place to pull them into the system is via the kernel, so that
  only the kernel baremetal flavors pull them in.  This is analogous to
  linux-firmware, which is already a dependency of the linux-
  image-{lowlatency,generic} metapackages, and whose contents are
  applied to the hardware by the kernel similar to microcode.

  So, please update the linux-image-{lowlatency,generic} metapackages to
  add a dependency on amd64-microcode [amd64], intel-microcode [amd64],
  and the corresponding hwe metapackages also.

  Please time this change to coincide with the next updates of the
  microcode packages in the archive.

  I believe we will also need to promote the *-microcode packages to
  main from restricted as part of this (again, by analogy with linux-
  firmware).

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

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


[Kernel-packages] [Bug 1759644] Re: [18.04] Regression: wired network does not work upon resume from suspend

2018-07-04 Thread Alexey Balmashnov
Sorry for late reply. Fixed in 4.15.0.24.26. Just checked changelog,
indeed #1752772 fixed in this kernel version.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Bionic:
  Incomplete

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm 

[Kernel-packages] [Bug 1725339] Re: ZFS fails to import pools on reboot due to udev settle failed

2018-06-25 Thread Alexey Bazhin
No longer happens on bionic.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1725339

Title:
  ZFS fails to import pools on reboot due to udev settle failed

Status in zfs-linux package in Ubuntu:
  Incomplete

Bug description:
  ZFS fails to import pools on reboot due to udev settle failed. I have
  buggy usb controller (or port) which seems to cause udev settle to
  fail, but nothing is plugged in usb, so it's not needed. Should it
  prevent zfs from mounting from hard drive on boot?

  Oct 20 18:08:52 mite systemd[1]: zfs-import-cache.service: Job zfs-
  import-cache.service/start failed with result 'dependency'.

  Oct 20 18:07:52 mite systemd-udevd[379]: seq 2916 
'/devices/pci:00/:00:14.0/usb1' is taking a long time   
   
  Oct 20 18:08:52 mite systemd[1]: systemd-udev-settle.service: Main process 
exited, code=exited, status=1/FAILURE   
  
  Oct 20 18:08:52 mite systemd[1]: Failed to start udev Wait for Complete 
Device Initialization.  
 
  Oct 20 18:08:52 mite systemd[1]: systemd-udev-settle.service: Unit entered 
failed state.   
  
  Oct 20 18:08:52 mite systemd[1]: systemd-udev-settle.service: Failed with 
result 'exit-code'.

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

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


[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-06-19 Thread Alexey Zagarin
I can't make the headset microphone work and I see this in dmesg when I
try to switch the profile from A2DP to HSP/HFP in settings. The profile
isn't switching though.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1748565

Title:
  Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
  (0x0f)

Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  dmesg:
  [ 3363.056494] Bluetooth: hci0: last event is not cmd complete (0x0f)

  Regards,
  --
  Cristian

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-9-generic 4.15.0-9.10
  ProcVersionSignature: Ubuntu 4.15.0-9.10-generic 4.15.2
  Uname: Linux 4.15.0-9-generic x86_64
  ApportVersion: 2.20.8-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   1811 F pulseaudio
  CurrentDesktop: ubuntu-communitheme:ubuntu:GNOME
  Date: Fri Feb  9 20:35:29 2018
  InstallationDate: Installed on 2017-10-13 (119 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.15.0-9-generic 
root=UUID=707d0f89-4b1d-4432-9d50-6058dc4c1ee9 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-9-generic N/A
   linux-backports-modules-4.15.0-9-generic  N/A
   linux-firmware1.170
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P14AAJ
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.family: ChiefRiver System
  dmi.product.name: 530U3C/530U4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

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


[Kernel-packages] [Bug 1762672] [NEW] TPM on Dell XPS 13 stopped working after upgrade to 18.04

2018-04-10 Thread Alexey Bazhin
Public bug reported:

 [0.801334] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
 [0.812132] tpm tpm0: A TPM error (2314) occurred continue selftest
 [0.843629] tpm tpm0: A TPM error (2314) occurred continue selftest
 [0.895424] tpm tpm0: A TPM error (2314) occurred continue selftest
 [0.987230] tpm tpm0: A TPM error (2314) occurred continue selftest
 [1.159026] tpm tpm0: A TPM error (2314) occurred continue selftest
 [1.490819] tpm tpm0: A TPM error (2314) occurred continue selftest
 [2.142530] tpm tpm0: A TPM error (2314) occurred continue selftest
 [3.423100] tpm tpm0: TPM self test failed
 [3.456304] ima: No TPM chip found, activating TPM-bypass! (rc=-19)

Discussion https://lkml.org/lkml/2017/12/6/284

Fix
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/char/tpm/tpm2-cmd.c?id=2be8ffed093b91536d52b5cd2c99b52f605c9ba6

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-generic 4.15.0.13.14
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic x86_64
ApportVersion: 2.20.9-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  baz2268 F pulseaudio
CurrentDesktop: XFCE
Date: Tue Apr 10 11:41:57 2018
EcryptfsInUse: Yes
HibernationDevice: RESUME=/dev/mapper/cryptswap1
InstallationDate: Installed on 2018-03-01 (39 days ago)
InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180301)
MachineType: Dell Inc. XPS 13 9360
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic 
root=/dev/mapper/system-root ro quiet splash crashkernel=384M-:128M vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-13-generic N/A
 linux-backports-modules-4.15.0-13-generic  N/A
 linux-firmware 1.173
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/25/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.5.1
dmi.board.name: 02PG84
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.5.1:bd01/25/2018:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn02PG84:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 13 9360
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1762672

Title:
  TPM on Dell XPS 13 stopped working after upgrade to 18.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   [0.801334] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
   [0.812132] tpm tpm0: A TPM error (2314) occurred continue selftest
   [0.843629] tpm tpm0: A TPM error (2314) occurred continue selftest
   [0.895424] tpm tpm0: A TPM error (2314) occurred continue selftest
   [0.987230] tpm tpm0: A TPM error (2314) occurred continue selftest
   [1.159026] tpm tpm0: A TPM error (2314) occurred continue selftest
   [1.490819] tpm tpm0: A TPM error (2314) occurred continue selftest
   [2.142530] tpm tpm0: A TPM error (2314) occurred continue selftest
   [3.423100] tpm tpm0: TPM self test failed
   [3.456304] ima: No TPM chip found, activating TPM-bypass! (rc=-19)

  Discussion https://lkml.org/lkml/2017/12/6/284

  Fix
  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/char/tpm/tpm2-cmd.c?id=2be8ffed093b91536d52b5cd2c99b52f605c9ba6

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-generic 4.15.0.13.14
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  baz2268 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Apr 10 11:41:57 2018
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=/dev/mapper/cryptswap1
  InstallationDate: Installed on 2018-03-01 (39 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180301)
  MachineType: Dell Inc. XPS 13 9360
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic 
root=/dev/mapper/system-root ro quiet splash crashkernel=384M-:128M vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.5.1
  dmi.board.name: 02PG84
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  

[Kernel-packages] [Bug 1759644] Re: [18.04] Regression: wired network does not work upon resume from suspend

2018-03-29 Thread Alexey Balmashnov
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/16/2011
  

[Kernel-packages] [Bug 1759644] CRDA.txt

2018-03-29 Thread Alexey Balmashnov
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1759644/+attachment/5095248/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  

[Kernel-packages] [Bug 1759644] Lsusb.txt

2018-03-29 Thread Alexey Balmashnov
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1759644/+attachment/5095253/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

[Kernel-packages] [Bug 1759644] IwConfig.txt

2018-03-29 Thread Alexey Balmashnov
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1759644/+attachment/5095250/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev 

[Kernel-packages] [Bug 1759644] WifiSyslog.txt

2018-03-29 Thread Alexey Balmashnov
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1759644/+attachment/5095261/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev 

[Kernel-packages] [Bug 1759644] ProcCpuinfoMinimal.txt

2018-03-29 Thread Alexey Balmashnov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip 

[Kernel-packages] [Bug 1759644] ProcEnviron.txt

2018-03-29 Thread Alexey Balmashnov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev 

[Kernel-packages] [Bug 1759644] Lspci.txt

2018-03-29 Thread Alexey Balmashnov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

[Kernel-packages] [Bug 1759644] ProcModules.txt

2018-03-29 Thread Alexey Balmashnov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev 

[Kernel-packages] [Bug 1759644] UdevDb.txt

2018-03-29 Thread Alexey Balmashnov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare 

[Kernel-packages] [Bug 1759644] PulseList.txt

2018-03-29 Thread Alexey Balmashnov
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1759644/+attachment/5095259/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev 

[Kernel-packages] [Bug 1759644] ProcCpuinfo.txt

2018-03-29 Thread Alexey Balmashnov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev 

[Kernel-packages] [Bug 1759644] ProcInterrupts.txt

2018-03-29 Thread Alexey Balmashnov
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin 

[Kernel-packages] [Bug 1759644] CurrentDmesg.txt

2018-03-29 Thread Alexey Balmashnov
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1759644/+attachment/5095249/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev 

[Kernel-packages] [Bug 1759644] Re: [18.04] Regression: wired network does not work upon resume from suspend

2018-03-29 Thread Alexey Balmashnov
apport information

** Tags added: apport-collected

** Description changed:

  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.
  
  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169
  
  Could this be fixed structurally?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
+ --- 
+ ApportVersion: 2.20.9-0ubuntu1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  alexei 1673 F pulseaudio
+  /dev/snd/controlC0:  alexei 1673 F pulseaudio
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 18.04
+ HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
+ InstallationDate: Installed on 2016-01-06 (812 days ago)
+ InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
+ MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcFB: 0 EFI VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
+ ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
+ RelatedPackageVersions:
+  linux-restricted-modules-4.15.0-13-generic N/A
+  linux-backports-modules-4.15.0-13-generic  N/A
+  linux-firmware 1.173
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: yes
+   Hard blocked: no
+ Tags:  bionic
+ Uname: Linux 4.15.0-13-generic x86_64
+ UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 09/16/2011
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: P1.10
+ dmi.board.name: HM65-MXM
+ dmi.board.vendor: ASRock
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: To Be Filled By O.E.M.
+ dmi.chassis.version: To Be Filled By O.E.M.
+ dmi.modalias: 

[Kernel-packages] [Bug 1759644] JournalErrors.txt

2018-03-29 Thread Alexey Balmashnov
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1759644/+attachment/5095251/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1759644

Title:
  [18.04] Regression: wired network does not work upon resume  from
  suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrade to 18.04 (bionic) I've encountered the following
  regression: wired network connection does not work, when system is
  resumed from suspend.

  Reloading the kernel driver module seems to help:
  sudo modprobe -r r8169
  sudo modprobe r8169

  Could this be fixed structurally?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 28 20:08:20 2018
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-01-06 (811 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.0.1 dev enp5s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp5s0 scope link metric 1000 
   192.168.0.0/24 dev enp5s0 proto kernel scope link src 192.168.0.107 metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (6 days ago)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  ethernet  
1522260260  wo 28 mrt 2018 20:04:20 CEST  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/3  yes enp5s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/1  --
   dzente  a899e56b-4048-43a8-bc38-9212d0af383b  wifi  
1493769143  wo 03 mei 2017 01:52:23 CEST  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- 
--  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp5s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/4  
Wired connection 1  7fa0c3a2-6ef0-37fd-9f9e-9029777aaf23  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   wlp4s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/3  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
disabled  enabled  enabled
  --- 
  ApportVersion: 2.20.9-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1673 F pulseaudio
   /dev/snd/controlC0:  alexei 1673 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (812 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-13-generic N/A
   linux-backports-modules-4.15.0-13-generic  N/A
   linux-firmware 1.173
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  Tags:  bionic
  Uname: Linux 4.15.0-13-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-03-21 (7 days ago)
  UserGroups: adm cdrom dip lpadmin 

[Kernel-packages] [Bug 1725339] [NEW] ZFS fails to import pools on reboot due to udev settle failed

2017-10-20 Thread Alexey Bazhin
Public bug reported:

ZFS fails to import pools on reboot due to udev settle failed. I have
buggy usb controller (or port) which seems to cause udev settle to fail,
but nothing is plugged in usb, so it's not needed. Should it prevent zfs
from mounting from hard drive on boot?

Oct 20 18:08:52 mite systemd[1]: zfs-import-cache.service: Job zfs-
import-cache.service/start failed with result 'dependency'.

Oct 20 18:07:52 mite systemd-udevd[379]: seq 2916 
'/devices/pci:00/:00:14.0/usb1' is taking a long time   
   
Oct 20 18:08:52 mite systemd[1]: systemd-udev-settle.service: Main process 
exited, code=exited, status=1/FAILURE   
  
Oct 20 18:08:52 mite systemd[1]: Failed to start udev Wait for Complete Device 
Initialization. 
  
Oct 20 18:08:52 mite systemd[1]: systemd-udev-settle.service: Unit entered 
failed state.   
  
Oct 20 18:08:52 mite systemd[1]: systemd-udev-settle.service: Failed with 
result 'exit-code'.

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1725339

Title:
  ZFS fails to import pools on reboot due to udev settle failed

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  ZFS fails to import pools on reboot due to udev settle failed. I have
  buggy usb controller (or port) which seems to cause udev settle to
  fail, but nothing is plugged in usb, so it's not needed. Should it
  prevent zfs from mounting from hard drive on boot?

  Oct 20 18:08:52 mite systemd[1]: zfs-import-cache.service: Job zfs-
  import-cache.service/start failed with result 'dependency'.

  Oct 20 18:07:52 mite systemd-udevd[379]: seq 2916 
'/devices/pci:00/:00:14.0/usb1' is taking a long time   
   
  Oct 20 18:08:52 mite systemd[1]: systemd-udev-settle.service: Main process 
exited, code=exited, status=1/FAILURE   
  
  Oct 20 18:08:52 mite systemd[1]: Failed to start udev Wait for Complete 
Device Initialization.  
 
  Oct 20 18:08:52 mite systemd[1]: systemd-udev-settle.service: Unit entered 
failed state.   
  
  Oct 20 18:08:52 mite systemd[1]: systemd-udev-settle.service: Failed with 
result 'exit-code'.

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

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


[Kernel-packages] [Bug 1687262] Re: 16.10, 17.04, 17.10 Wired connection stopped working RTL 8111/8168/8411

2017-09-12 Thread Alexey Balmashnov
Looks like duplicate of https://bugs.launchpad.net/ubuntu/+source
/network-manager/+bug/1676547

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1687262

Title:
  16.10, 17.04, 17.10 Wired connection stopped working RTL
  8111/8168/8411

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Zesty:
  Confirmed

Bug description:
  == Regression details ==
  Discovered in version: yakkety
  Last known good version: xenial

  This is a regression.

  Upon upgrading 16.04 -> 16.10. Wired connection provided by
  "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller" has
  stopped working.

  Quickly looked around for possible solution, and decided to go on with
  upgrade to 17.04, since it was my initial upgrade target anyway, and
  wireless on the system continued to function. So, ended up in this
  situation: running 17.04, wireless adapter is working, while wired
  does not work any more.

  Extra observation: I've also tried live session from USB based on
  17.04 ISO-image, wired network adapter just works in the live session.

  Conclusion: it is a software issue.

  Note that similar problem was reported be other user on the forum:

  https://ubuntuforums.org/showthread.php?t=2354675

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-generic 4.10.0.20.22
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1894 F pulseaudio
   /dev/snd/controlC0:  alexei 1894 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Sun Apr 30 09:33:01 2017
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (479 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-20-generic N/A
   linux-backports-modules-4.10.0-20-generic  N/A
   linux-firmware 1.164
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-23 (6 days ago)
  dmi.bios.date: 09/16/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: HM65-MXM
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd09/16/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnHM65-MXM:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Kernel-packages] [Bug 1687262] Re: 16.10, 17.04, 17.10 Wired connection stopped working RTL 8111/8168/8411

2017-09-11 Thread Alexey Balmashnov
@Joseph: no point, as indicated multiple times, network card works with
current kernel 4.12.0-13, when configured in /etc/network/interfaces

When similar was observed after upgrading of another system with completely 
different hardware:
  *-network DISABLED
   description: Ethernet interface
   product: 82566DC Gigabit Network Connection
   vendor: Intel Corporation

I've noted that it was also
  *-network DISABLED

This time search of the web led me to AskUbuntu entry [1] and the answer
[2] advising to change NetworkManager configuration in
/usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf this.
Although I do not understand if there are other implications, this
answer helped me to resolve issue at hand.

Looks like this bug should belong to network-manager or other project
dealing with configuration changes upon upgrades.

[1] https://askubuntu.com/q/906636/735629
[2] https://askubuntu.com/a/909185/735629

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1687262

Title:
  16.10, 17.04, 17.10 Wired connection stopped working RTL
  8111/8168/8411

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Zesty:
  Confirmed

Bug description:
  == Regression details ==
  Discovered in version: yakkety
  Last known good version: xenial

  This is a regression.

  Upon upgrading 16.04 -> 16.10. Wired connection provided by
  "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller" has
  stopped working.

  Quickly looked around for possible solution, and decided to go on with
  upgrade to 17.04, since it was my initial upgrade target anyway, and
  wireless on the system continued to function. So, ended up in this
  situation: running 17.04, wireless adapter is working, while wired
  does not work any more.

  Extra observation: I've also tried live session from USB based on
  17.04 ISO-image, wired network adapter just works in the live session.

  Conclusion: it is a software issue.

  Note that similar problem was reported be other user on the forum:

  https://ubuntuforums.org/showthread.php?t=2354675

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-generic 4.10.0.20.22
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alexei 1894 F pulseaudio
   /dev/snd/controlC0:  alexei 1894 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Sun Apr 30 09:33:01 2017
  HibernationDevice: RESUME=UUID=45af239b-c597-45a1-bb72-3ba25b5ee546
  InstallationDate: Installed on 2016-01-06 (479 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=d4f27b9e-0cff-49e1-8392-a41aa520bd85 ro noprompt persistent quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-20-generic N/A
   linux-backports-modules-4.10.0-20-generic  N/A
   linux-firmware 1.164
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-23 (6 days ago)
  dmi.bios.date: 09/16/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: HM65-MXM
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd09/16/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnHM65-MXM:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


  1   2   >