[Kernel-packages] [Bug 2053041] Re: Issue when shutting down computer: internal hard drive is not shut down properly

2024-03-09 Thread Norbert
In my case, the problem is solved.

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

Title:
  Issue when shutting down computer: internal hard drive is not shut
  down properly

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

Bug description:
  After the last kernel upgrade, I noticed that, in the S.M.A.R.T.
  monitor, parameter ID 192 "Power Off Retract Count" increased every
  time I turned off the system. I also noticed the "click" of the head
  parking when shutting down the computer. By restarting the computer
  with previous kernel version (6.5.0-15.15~22.04.1) the issue didn't
  happen, so I assume it's a kernel bug, that causes it to shut down the
  computer before hard drive is deactivated

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.5.0-17-generic 6.5.0-17.17~22.04.1
  ProcVersionSignature: Ubuntu 6.5.0-17.17~22.04.1-generic 6.5.8
  Uname: Linux 6.5.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: XFCE
  Date: Tue Feb 13 16:35:55 2024
  InstallationDate: Installed on 2020-10-02 (1228 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  SourcePackage: linux-signed-hwe-6.5
  UpgradeStatus: Upgraded to jammy on 2022-08-11 (550 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2053041/+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 2054868] [NEW] invalid escape sequence

2024-02-24 Thread Norbert
Public bug reported:

Todays update with python 3.12


/usr/share/hplip/base/LedmWifi.py:34: SyntaxWarning: invalid escape sequence '\d
'
  http_result_pat = re.compile("""HTTP/\d.\d\s(\d+)""", re.I)
/usr/share/hplip/base/device.py:49: SyntaxWarning: invalid escape sequence '\d'
  http_result_pat = re.compile("""HTTP/\d.\d\s(\d+)""", re.I)
/usr/share/hplip/base/g.py:304: SyntaxWarning: invalid escape sequence '\|'
  spinner = "\|/-\|/-"
/usr/share/hplip/base/g.py:354: SyntaxWarning: invalid escape sequence '\d'
  m = re.search('python(\d(\.\d){0,2})', ext_path)#get the python ve
rsion where the .so file is found
/usr/share/hplip/base/imagesize.py:186: SyntaxWarning: invalid escape sequence '
\#'
  re.compile('\#define\s+\S+\s+\d+') : ('image/x-xbitmap', xbmsize),
/usr/share/hplip/base/imagesize.py:187: SyntaxWarning: invalid escape sequence '
\/'
  re.compile('\/\* XPM \*\/'): ('image/x-xpixmap', xpmsize),
/usr/share/hplip/base/imagesize.py:189: SyntaxWarning: invalid escape sequence '
\*'
  re.compile('^II\*\x00'): ('image/tiff', tiffsize),
/usr/share/hplip/base/logger.py:439: SyntaxWarning: invalid escape sequence '\<'
  elem_start = re.findall("(\<\W{0,1}\w+) ?", line)[0]
/usr/share/hplip/base/logger.py:440: SyntaxWarning: invalid escape sequence '\]'
  elem_finished = re.findall("([?|\]\]]*\>)", line)[0]
/usr/share/hplip/base/logger.py:442: SyntaxWarning: invalid escape sequence '\S'
  attrs = re.findall("(\S*?\=\".*?\")", line)
/usr/share/hplip/base/models.py:37: SyntaxWarning: invalid escape sequence '\d'
  pat_prod_num = re.compile("""(\d+)""", re.I)
/usr/share/hplip/base/models.py:428: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^r(\d+)-agent(\d+)-kind', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:429: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^r(\d+)-agent(\d+)-type', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:430: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^r(\d+)-agent(\d+)-sku', re.IGNORECASE) : TYPE_STR,
/usr/share/hplip/base/models.py:431: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-desc', re.IGNORECASE) : TYPE_STR,
/usr/share/hplip/base/models.py:432: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-virgin', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:433: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-dvc', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:434: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-kind', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:435: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-type', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:436: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-id', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:437: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-hp-ink', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:438: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-health-desc', re.IGNORECASE) : TYPE_STR,
/usr/share/hplip/base/models.py:439: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-health$', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:440: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-known', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:441: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-level', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:442: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-ack', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:443: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-sku', re.IGNORECASE) : TYPE_STR,
/usr/share/hplip/base/models.py:444: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^in-tray(\d+)', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:445: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^out-tray(\d+)', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:446: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^model(\d+)', re.IGNORECASE) : TYPE_STR,
/usr/share/hplip/base/password.py:212: SyntaxWarning: invalid escape sequence '\
['
  cb = cb.replace("[", "\[")
/usr/share/hplip/base/password.py:213: SyntaxWarning: invalid escape sequence '\
]'
  cb = cb.replace("]", "\]")
/usr/share/hplip/base/queues.py:48: SyntaxWarning: invalid escape sequence '\*'
  NICKNAME_PATTERN = re.compile(b'''\*NickName:\s*\"(.*)"''', re.MULTILINE)
/usr/share/hplip/base/status.py:1335: SyntaxWarning: invalid escape sequence '\s
'
  pjl_code_pat = re.compile("""^CODE\s*=\s*(\d.*)$""", re.IGNORECASE)
/usr/share/hplip/base/tui.py:220: SyntaxWarning: invalid escape sequence '\|'
  self.spinner = "\|/-\|/-*"

Re: [Kernel-packages] [Bug 2017579] Re: package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to install/upgrade: installed linux-headers-6.2.0-20-generic package post-installation script subproce

2023-05-02 Thread Norbert Geels
Thanks. That is good to know.
Hope they fix it soon. For me it kind of bricked my laptop.

--
Norbert Geels | +31(0)6 2486 9348

On Tue, 2 May 2023, 21:47 Juerg Haefliger, <2017...@bugs.launchpad.net>
wrote:

> It really is a bug in the dkms package: LP: #2018226
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
>
> ** Changed in: linux (Ubuntu)
>Status: Incomplete => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2017579
>
> Title:
>   package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to
>   install/upgrade: installed linux-headers-6.2.0-20-generic package
>   post-installation script subprocess returned error exit status 1
>
> Status in linux package in Ubuntu:
>   Invalid
>
> Bug description:
>   During upgrade to 23.04 from 22.10
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 23.04
>   Package: linux-headers-6.2.0-20-generic 6.2.0-20.20
>   ProcVersionSignature: Ubuntu 5.19.0-40.41-generic 5.19.17
>   Uname: Linux 5.19.0-40-generic x86_64
>   ApportVersion: 2.26.1-0ubuntu2
>   Architecture: amd64
>   AudioDevicesInUse:
>USER    PID ACCESS COMMAND
>/dev/snd/controlC0:  norbert1451 F wireplumber
>/dev/snd/controlC1:  norbert1451 F wireplumber
>/dev/snd/seq:norbert1448 F pipewire
>   CRDA: N/A
>   CasperMD5CheckResult: pass
>   Date: Mon Apr 24 17:54:16 2023
>   ErrorMessage: installed linux-headers-6.2.0-20-generic package
> post-installation script subprocess returned error exit status 1
>   InstallationDate: Installed on 2023-03-07 (48 days ago)
>   InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
>   MachineType: Dell Inc. XPS 13 9300
>   ProcFB: 0 i915drmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.19.0-40-generic
> root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
>   Python3Details: /usr/bin/python3.11, Python 3.11.2, python3-minimal,
> 3.11.2-1
>   PythonDetails: N/A
>   RebootRequiredPkgs: Error: path contained symlinks.
>   RelatedPackageVersions: grub-pc 2.06-2ubuntu16
>   SourcePackage: linux
>   Title: package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to
> install/upgrade: installed linux-headers-6.2.0-20-generic package
> post-installation script subprocess returned error exit status 1
>   UpgradeStatus: Upgraded to lunar on 2023-04-24 (0 days ago)
>   dmi.bios.date: 03/13/2023
>   dmi.bios.release: 1.17
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: 1.17.0
>   dmi.board.name: 077Y9N
>   dmi.board.vendor: Dell Inc.
>   dmi.board.version: A00
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Dell Inc.
>   dmi.modalias:
> dmi:bvnDellInc.:bvr1.17.0:bd03/13/2023:br1.17:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn077Y9N:rvrA00:cvnDellInc.:ct10:cvr:sku096D:
>   dmi.product.family: XPS
>   dmi.product.name: XPS 13 9300
>   dmi.product.sku: 096D
>   dmi.sys.vendor: Dell Inc.
>   modified.conffile..etc.apport.report-ignore.README.denylist: [deleted]
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2017579/+subscriptions
>
>

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

Title:
  package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to
  install/upgrade: installed linux-headers-6.2.0-20-generic package
  post-installation script subprocess returned error exit status 1

Status in linux package in Ubuntu:
  Invalid

Bug description:
  During upgrade to 23.04 from 22.10

  ProblemType: Package
  DistroRelease: Ubuntu 23.04
  Package: linux-headers-6.2.0-20-generic 6.2.0-20.20
  ProcVersionSignature: Ubuntu 5.19.0-40.41-generic 5.19.17
  Uname: Linux 5.19.0-40-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  norbert1451 F wireplumber
   /dev/snd/controlC1:  norbert1451 F wireplumber
   /dev/snd/seq:norbert1448 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  Date: Mon Apr 24 17:54:16 2023
  ErrorMessage: installed linux-headers-6.2.0-20-generic package 
post-installation script subprocess returned error exit status 1
  InstallationDate: Installed on 2023-03-07 (48 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  MachineType: Dell Inc. XPS 13 9300
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.19.0-40-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  Python3Details: /usr/bin/python3.11, Python 3.11.2, python3-minimal, 3.11.2-

Re: [Kernel-packages] [Bug 2017579] Re: package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to install/upgrade: installed linux-headers-6.2.0-20-generic package post-installation script subproce

2023-05-01 Thread Norbert Geels
Dear Juerg,
This happened on my work computer, I need that for work on a daily basis. I
accepted my losses and installed 23.04 from usb.

Now the output of the command is:
$ dpkg -l evdi-dkms
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---=
un  evdi-dkms(no description available)

But that is probably not helpful.

Hope my bug report is able to help in avoiding others to end up with the
same problem.

Kind regards,
Norbert


On Mon, May 1, 2023 at 2:01 PM Juerg Haefliger <2017...@bugs.launchpad.net>
wrote:

> What's the output of:
> $ dpkg -l evdi-dkms
>
> evdi 1.12.0 is not an Ubuntu DKMS. Remove it and if you still need the
> evdi DKMS, install the Ubuntu package:
> $ apt install evdi-dkms
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2017579
>
> Title:
>   package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to
>   install/upgrade: installed linux-headers-6.2.0-20-generic package
>   post-installation script subprocess returned error exit status 1
>
> Status in linux package in Ubuntu:
>   Confirmed
>
> Bug description:
>   During upgrade to 23.04 from 22.10
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 23.04
>   Package: linux-headers-6.2.0-20-generic 6.2.0-20.20
>   ProcVersionSignature: Ubuntu 5.19.0-40.41-generic 5.19.17
>   Uname: Linux 5.19.0-40-generic x86_64
>   ApportVersion: 2.26.1-0ubuntu2
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  norbert1451 F wireplumber
>/dev/snd/controlC1:  norbert1451 F wireplumber
>/dev/snd/seq:norbert1448 F pipewire
>   CRDA: N/A
>   CasperMD5CheckResult: pass
>   Date: Mon Apr 24 17:54:16 2023
>   ErrorMessage: installed linux-headers-6.2.0-20-generic package
> post-installation script subprocess returned error exit status 1
>   InstallationDate: Installed on 2023-03-07 (48 days ago)
>   InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
>   MachineType: Dell Inc. XPS 13 9300
>   ProcFB: 0 i915drmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.19.0-40-generic
> root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
>   Python3Details: /usr/bin/python3.11, Python 3.11.2, python3-minimal,
> 3.11.2-1
>   PythonDetails: N/A
>   RebootRequiredPkgs: Error: path contained symlinks.
>   RelatedPackageVersions: grub-pc 2.06-2ubuntu16
>   SourcePackage: linux
>   Title: package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to
> install/upgrade: installed linux-headers-6.2.0-20-generic package
> post-installation script subprocess returned error exit status 1
>   UpgradeStatus: Upgraded to lunar on 2023-04-24 (0 days ago)
>   dmi.bios.date: 03/13/2023
>   dmi.bios.release: 1.17
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: 1.17.0
>   dmi.board.name: 077Y9N
>   dmi.board.vendor: Dell Inc.
>   dmi.board.version: A00
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Dell Inc.
>   dmi.modalias:
> dmi:bvnDellInc.:bvr1.17.0:bd03/13/2023:br1.17:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn077Y9N:rvrA00:cvnDellInc.:ct10:cvr:sku096D:
>   dmi.product.family: XPS
>   dmi.product.name: XPS 13 9300
>   dmi.product.sku: 096D
>   dmi.sys.vendor: Dell Inc.
>   modified.conffile..etc.apport.report-ignore.README.denylist: [deleted]
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2017579/+subscriptions
>
>

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

Title:
  package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to
  install/upgrade: installed linux-headers-6.2.0-20-generic package
  post-installation script subprocess returned error exit status 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  During upgrade to 23.04 from 22.10

  ProblemType: Package
  DistroRelease: Ubuntu 23.04
  Package: linux-headers-6.2.0-20-generic 6.2.0-20.20
  ProcVersionSignature: Ubuntu 5.19.0-40.41-generic 5.19.17
  Uname: Linux 5.19.0-40-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  norbert1451 F wireplumber
   /dev/snd/controlC1:  norbert1451 F wireplumber
   /dev/snd/seq:norbert1448 F pipewire
  CRDA: N/A
  CasperMD5CheckResult:

[Kernel-packages] [Bug 2017579] [NEW] package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to install/upgrade: installed linux-headers-6.2.0-20-generic package post-installation script subprocess

2023-04-24 Thread Norbert Geels
Public bug reported:

During upgrade to 23.04 from 22.10

ProblemType: Package
DistroRelease: Ubuntu 23.04
Package: linux-headers-6.2.0-20-generic 6.2.0-20.20
ProcVersionSignature: Ubuntu 5.19.0-40.41-generic 5.19.17
Uname: Linux 5.19.0-40-generic x86_64
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  norbert1451 F wireplumber
 /dev/snd/controlC1:  norbert1451 F wireplumber
 /dev/snd/seq:norbert1448 F pipewire
CRDA: N/A
CasperMD5CheckResult: pass
Date: Mon Apr 24 17:54:16 2023
ErrorMessage: installed linux-headers-6.2.0-20-generic package 
post-installation script subprocess returned error exit status 1
InstallationDate: Installed on 2023-03-07 (48 days ago)
InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
MachineType: Dell Inc. XPS 13 9300
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.19.0-40-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.11, Python 3.11.2, python3-minimal, 3.11.2-1
PythonDetails: N/A
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions: grub-pc 2.06-2ubuntu16
SourcePackage: linux
Title: package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to 
install/upgrade: installed linux-headers-6.2.0-20-generic package 
post-installation script subprocess returned error exit status 1
UpgradeStatus: Upgraded to lunar on 2023-04-24 (0 days ago)
dmi.bios.date: 03/13/2023
dmi.bios.release: 1.17
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.17.0
dmi.board.name: 077Y9N
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.17.0:bd03/13/2023:br1.17:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn077Y9N:rvrA00:cvnDellInc.:ct10:cvr:sku096D:
dmi.product.family: XPS
dmi.product.name: XPS 13 9300
dmi.product.sku: 096D
dmi.sys.vendor: Dell Inc.
modified.conffile..etc.apport.report-ignore.README.denylist: [deleted]

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


** Tags: amd64 apport-package lunar

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

Title:
  package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to
  install/upgrade: installed linux-headers-6.2.0-20-generic package
  post-installation script subprocess returned error exit status 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  During upgrade to 23.04 from 22.10

  ProblemType: Package
  DistroRelease: Ubuntu 23.04
  Package: linux-headers-6.2.0-20-generic 6.2.0-20.20
  ProcVersionSignature: Ubuntu 5.19.0-40.41-generic 5.19.17
  Uname: Linux 5.19.0-40-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  norbert1451 F wireplumber
   /dev/snd/controlC1:  norbert1451 F wireplumber
   /dev/snd/seq:    norbert1448 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  Date: Mon Apr 24 17:54:16 2023
  ErrorMessage: installed linux-headers-6.2.0-20-generic package 
post-installation script subprocess returned error exit status 1
  InstallationDate: Installed on 2023-03-07 (48 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  MachineType: Dell Inc. XPS 13 9300
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.19.0-40-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  Python3Details: /usr/bin/python3.11, Python 3.11.2, python3-minimal, 3.11.2-1
  PythonDetails: N/A
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: grub-pc 2.06-2ubuntu16
  SourcePackage: linux
  Title: package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to 
install/upgrade: installed linux-headers-6.2.0-20-generic package 
post-installation script subprocess returned error exit status 1
  UpgradeStatus: Upgraded to lunar on 2023-04-24 (0 days ago)
  dmi.bios.date: 03/13/2023
  dmi.bios.release: 1.17
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.17.0
  dmi.board.name: 077Y9N
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.17.0:bd03/13/2023:br1.17:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn077Y9N:rvrA00:cvnDellInc.:ct10:cvr:sku096D:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.apport.report-ignore.README.denylist: [deleted]

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


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

[Kernel-packages] [Bug 1978488] Re: LibreOffice Writer lags freezes high CPU 22.04 LTS

2022-06-13 Thread Norbert
Please run

apport-collect 1978488

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

** Tags removed: 22.04 libreoffice writer
** Tags added: jammy

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

** Also affects: nvidia-graphics-drivers-470 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  LibreOffice Writer lags freezes high CPU 22.04 LTS

Status in Ubuntu MATE:
  New
Status in libreoffice package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in nvidia-graphics-drivers-470 package in Ubuntu:
  New
Status in nvidia-graphics-drivers-510 package in Ubuntu:
  New

Bug description:
  Upgraded to 22.04 LTS (20.04 no issues).

  Using Nvidia 4xx series driver. 48GB RAM, dual 1080ti gpu, i7 cpu.

  LibreOffice Writer constantly lags, losing function, freezes (does not
  crash) with any type of writer document (odt or xslx). New single page
  or existing multi-page documents, doesn't matter, same issue after a
  minute or two. Hates text selection, mouse-wheel scrolling is a tell-
  tale sign. New Writer windows opened during lag are black. CPU usage
  in htop is very high for soffice.bin, ~60 - 80%. Must pkill the
  soffice.bin and use file recover but lag freeze up will occur again
  soon after opening.

  I experience the issue with all three installation methods: snap,
  distro command-line install, or using the LibreOffice ppa "fresh".

  I've tried changing OpenCL settings, disabling all extensions, disable
  smooth scrolling, disabling java, have purged install/reinstall and
  limiting to single window. I have the Marco ppa installed (ppa:ubuntu-
  mate-dev/marco). Doesn't seem to matter or what mate-tweak option is
  selected. LO using Yaru or other theme; doesn't matter same effect.

  Terminal does not show me any helpful errors when Writer is called
  directly from command line, at least I can easily identify.

  Guessing this is upstream of MATE and a libreoffice thing; a few
  similar issues around the web but no good workaround.

  I can update my exact specs and kernel later as required.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1978488/+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 1977476] Re: powersave governor behaves diferently after resume from suspension

2022-06-03 Thread Norbert
Please run

apport-collect 1977476

on the affected system.

** Tags added: jammy

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

** Also affects: mate-power-manager (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: tlp (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/1977476

Title:
  powersave governor behaves diferently after resume from suspension

Status in Ubuntu MATE:
  New
Status in acpi package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in mate-power-manager package in Ubuntu:
  New
Status in tlp package in Ubuntu:
  New

Bug description:
  powersave governor frequency  and gets higher after resume from
  suspension, getting worse performance than ondemand governor with the
  computer on "idle state". powersave seems to lock on the smaller cpu
  frequency possible, so the fluctuation on frequency it's worng.
  ─nmjondemand governor doesn't seem to have the same problem, I didn't
  tested the others governors available.

  Switching to other governor and go back to powersave make it to behave
  normally again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1977476/+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 1974080] Re: Diver rtl8812au lost after every upgrade

2022-05-30 Thread Norbert
Do you have dkms installed?

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

Title:
  Diver rtl8812au lost after every upgrade

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ref Ubuntu Mate 22.04 compiled driver rtl8812au dissapears every
  upgrade or dist-upgrade. I have to compile it every time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1974080/+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 1974080] Re: Diver rtl8812au lost after every upgrade

2022-05-30 Thread Norbert
Please run

apport-collect 1974080


** Tags added: jammy

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

Title:
  Diver rtl8812au lost after every upgrade

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ref Ubuntu Mate 22.04 compiled driver rtl8812au dissapears every
  upgrade or dist-upgrade. I have to compile it every time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1974080/+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 1970799] Re: wifi connection on hotspot with wpa enterprise on 22.04

2022-04-29 Thread Norbert
Please run

apport-collect 1970799


** Also 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/1970799

Title:
  wifi connection on hotspot with wpa enterprise on 22.04

Status in Ubuntu MATE:
  New
Status in linux package in Ubuntu:
  New
Status in network-manager package in Ubuntu:
  New
Status in wpa package in Ubuntu:
  New

Bug description:
  With 20.04 I used a wifi connection with a hotspot Telenet with following 
parametres:
  security : WPA2 entreprise
  authentification : tunneled TLS
  no AC certificat drequired
  inner authentication : MSCHAPV2(non EAP)
  user name: my id
  password : my pswd

  with 22.04 it doesn’t work anymore nor with the internal broadcom wifi
  nor with dongles (nor my Dlink 140 nor TP-link WN7200)

  This problem is only present with hotspot requesting an identification
  (user+pswd) awith hotspots without identification everything is OK

  in appendice some infos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1970799/+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 1818811] Re: The swapfile on the Btrfs file system is not activated

2022-03-14 Thread Norbert
What do you actually mean by "xubuntu-22.04-core-amd64.iso"? Is it
official daily image?

** Tags added: jammy

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

Title:
  The swapfile on the Btrfs file system is not activated

Status in Ubuntu MATE:
  New
Status in linux package in Ubuntu:
  Invalid
Status in ubiquity package in Ubuntu:
  Confirmed

Bug description:
  From 5.0 kernel is implemented support for the swapfile on Btrfs
  (https://patchwork.kernel.org/cover/10584515/), today arrived on the
  repositories of Ubuntu 19.04 proposed kernel 5.0, but the swapfile is
  not activated.

  Log:

  mar 06 11:17:55 notebook-Lenovo-V110 kernel: BTRFS warning (device sda1): 
swapfile must not be copy-on-write
  mar 06 11:17:55 notebook-Lenovo-V110 swapon[517]: swapon: /swapfile: swapon 
failed: Argomento non valido
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: Activating swap /swapfile...
  mar 06 11:17:57 notebook-Lenovo-V110 swapon[916]: swapon: /swapfile: swapon 
failed: Argomento non valido
  mar 06 11:17:57 notebook-Lenovo-V110 kernel: BTRFS warning (device sda1): 
swapfile must not be copy-on-write
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: swapfile.swap: Swap process 
exited, code=exited, status=255/EXCEPTION
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: swapfile.swap: Failed with 
result 'exit-code'.
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: Failed to activate swap 
/swapfile.
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: Activating swap /swapfile...
  mar 06 11:17:57 notebook-Lenovo-V110 kernel: BTRFS warning (device sda1): 
swapfile must not be copy-on-write
  mar 06 11:17:57 notebook-Lenovo-V110 swapon[1006]: swapon: /swapfile: swapon 
failed: Argomento non valido
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: swapfile.swap: Swap process 
exited, code=exited, status=255/EXCEPTION
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: swapfile.swap: Failed with 
result 'exit-code'.
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: Failed to activate swap 
/swapfile.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-generic 5.0.0.7.8
  ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
  Uname: Linux 5.0.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  emanu  1744 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  6 11:19:52 2019
  InstallationDate: Installed on 2019-01-30 (34 days ago)
  InstallationMedia: Kubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190130)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 13d3:5745 IMC Networks 
   Bus 001 Device 002: ID 10c4:8105 Cygnal Integrated Products, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80TL
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.0.0-7-generic 
root=UUID=91fdf6c0-1b5d-4bb5-9aa4-aeb946236b8a ro rootflags=subvol=@ quiet 
splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-7-generic N/A
   linux-backports-modules-5.0.0-7-generic  N/A
   linux-firmware   1.177
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 1KCN46WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40700 WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo V110-15ISK
  dmi.modalias: 
dmi:bvnLENOVO:bvr1KCN46WW:bd10/29/2018:svnLENOVO:pn80TL:pvrLenovoV110-15ISK:rvnLENOVO:rnLNVNB161216:rvrSDK0J40700WIN:cvnLENOVO:ct10:cvrLenovoV110-15ISK:
  dmi.product.family: V110-15ISK
  dmi.product.name: 80TL
  dmi.product.sku: LENOVO_MT_80TL_BU_idea_FM_V110-15ISK
  dmi.product.version: Lenovo V110-15ISK
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1818811/+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 1840122] Re: System fails to reboot from live session or ubiquity-dm - squashfs_read_data failed to read block

2022-01-20 Thread Norbert
** Tags added: jammy

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

Title:
  System fails to reboot from live session or ubiquity-dm -
  squashfs_read_data failed to read block

Status in subiquity:
  New
Status in casper package in Ubuntu:
  New
Status in finalrd package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Confirmed
Status in casper source package in Bionic:
  Fix Released
Status in finalrd source package in Bionic:
  New
Status in linux source package in Bionic:
  Confirmed
Status in casper source package in Eoan:
  Fix Released
Status in finalrd source package in Eoan:
  Won't Fix
Status in linux source package in Eoan:
  Won't Fix
Status in casper source package in Focal:
  Fix Released
Status in finalrd source package in Focal:
  New
Status in linux source package in Focal:
  New
Status in casper source package in Hirsute:
  New
Status in finalrd source package in Hirsute:
  New
Status in linux source package in Hirsute:
  New
Status in casper source package in Impish:
  New
Status in finalrd source package in Impish:
  New
Status in linux source package in Impish:
  New
Status in casper source package in Jammy:
  New
Status in finalrd source package in Jammy:
  Fix Released
Status in linux source package in Jammy:
  Confirmed

Bug description:
  Last known good image: Eoan Ubuntu Desktop 20190715

  Similar results started to happen with new linux-hwe kernel based on
  eoan for 18.04.4 release.

  Test Case:
  1. Boot eoan desktop to a live session
  2. Wait a couple of minutes until snapd settles
  3. Reboot the system from the system menu or from the command line

  Expected result:
  The system reboots

  Actual result:
  The systems fails to reboot or shutdown and displays some errors about 
failing to unmount /cdrom and squashfs errors in a loop.

  Unmounting /cdrom...
  [FAILED] Failed unmounting /cdrom.
  [  OK  ] Started Shuts down the "li…" preinstalled system cleanly.
  [  OK  ] Reached target Final Step.
  [  OK  ] Started Reboot.
  [  OK  ] Reached target Reboot.
  [  115.744188] print_req_error: I/O error, dev sr0, sector 1508872 flags 80700
  [  115.768139] print_req_error: I/O error, dev sr0, sector 1508872 flags 0
  [  115.771469] print_req_error: I/O error, dev loop0, sector 1501550 flags 0
  [  115.775824] SQUASHFS error: squashfs_read_data failed to read block 
0x2dd2d998

  This also causes daily tests to fail and is reproducible in a VM and
  bare metal booted in legacy bios mode

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: casper 1.414
  ProcVersionSignature: Ubuntu 5.2.0-10.11-generic 5.2.4
  Uname: Linux 5.2.0-10-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.414
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Aug 14 08:31:30 2019
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190813)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  SourcePackage: casper
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.414
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190814)
  Package: linux
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 5.2.0-10.11-generic 5.2.4
  Tags:  eoan
  Uname: Linux 5.2.0-10-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.414
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  IwConfig:
   lono wireless extensions.

   ens3  no wireless extensions.
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190814)
  Lsusb:
   Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd QEMU USB Tablet
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 qxldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed initrd=/casper/initrd 
---  keyboard-configuration/layoutcode=fr 

[Kernel-packages] [Bug 1872342] Re: nvidia-persistenced crashed with SIGABRT in _int_malloc()

2022-01-05 Thread Norbert
** Information type changed from Private to Public

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

Title:
  nvidia-persistenced crashed with SIGABRT in _int_malloc()

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

Bug description:
  crashed

  ProblemType: Crash
  DistroRelease: Ubuntu 20.04
  Package: nvidia-compute-utils-390 390.132-0ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.11-0ubuntu26
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sun Apr 12 21:11:01 2020
  ExecutablePath: /usr/bin/nvidia-persistenced
  InstallationDate: Installed on 2020-04-04 (8 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  ProcCmdline: /usr/bin/nvidia-persistenced --user nvidia-persistenced 
--no-persistence-mode --verbose
  Signal: 6
  SourcePackage: nvidia-graphics-drivers-390
  StacktraceTop:
   _int_malloc (av=av@entry=0x7ffbe8a0fb80 , 
bytes=bytes@entry=8192) at malloc.c:4116
   __libc_calloc (n=n@entry=1, elem_size=elem_size@entry=8192) at malloc.c:3428
   __GI___open_memstream (bufloc=bufloc@entry=0x7ffcee144b40, 
sizeloc=sizeloc@entry=0x7ffcee144b48) at memstream.c:83
   __vsyslog_internal (pri=30, fmt=0x407480 "Verbose syslog connection opened", 
ap=0x7ffcee144c30, mode_flags=0) at ../misc/syslog.c:181
   __syslog (pri=, fmt=) at ../misc/syslog.c:117
  Title: nvidia-persistenced crashed with SIGABRT in _int_malloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  separator:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1872342/+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 1948726] Re: When Ubuntu MATE 20.04.3 wakes up HDMI display is dim

2021-12-18 Thread Norbert
** Changed in: linux-signed-hwe-5.11 (Ubuntu)
   Status: New => Incomplete

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

Title:
  When Ubuntu MATE 20.04.3 wakes up HDMI display is dim

Status in linux-signed-hwe-5.11 package in Ubuntu:
  Incomplete

Bug description:
  My computer is an ASUS A88XM-A with AMD A8-7600 Radeon R7 APU with
  Samsung SyncMaster TA350 TV/monitor connected via HDMI. Running Ubuntu
  MATE 20.04.3. When the computer goes to sleep and tries to wake, the
  display is very dim. I can just see enough to shutdown.

  When shutting down, the brightness is normal. When I reboot, the
  computer brightness is normal.

  Apparently, something is wrong with the wake-up driver code.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.11.0-38-generic 5.11.0-38.42~20.04.1
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-38-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.20
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Mon Oct 25 18:42:00 2021
  SourcePackage: linux-signed-hwe-5.11
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1948726/+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 1950107] Re: Ubuntu MATE 20.04.3 window-list crashed

2021-12-18 Thread Norbert
Please run

apport-collect 1950107

** Also affects: mate-panel (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Ubuntu MATE 20.04.3 window-list crashed

Status in linux-signed-hwe-5.11 package in Ubuntu:
  New
Status in mate-panel package in Ubuntu:
  New

Bug description:
  I got an error pop-up about a program crashing. I did not recognize
  the name as pertaining to Ubuntu MATE, so I closed it. The list of
  windows at the bottom of the screen was blank. Google how to reset the
  Windows List Manager. Dic alt-cntl-F2. Then the display went black (no
  signal). Had to turn off (without shutting down - blank screen). Had
  to reboot. Tried to report bug but was told that although it is in the
  distro, it is not supported (like Caja).

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.11.0-38-generic 5.11.0-38.42~20.04.1
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-38-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Sun Nov  7 21:11:20 2021
  SourcePackage: linux-signed-hwe-5.11
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1950107/+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 1950250] Re: Ubuntu MATE 20.04.3 something is Caja is badly broken

2021-12-18 Thread Norbert
Please run

apport-collect 1950250

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

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

Title:
  Ubuntu MATE 20.04.3 something is Caja is badly broken

Status in caja package in Ubuntu:
  New
Status in linux-signed-hwe-5.11 package in Ubuntu:
  New

Bug description:
  Caja is part of the Ubuntu MATE package but apparently unsupported.

  Caja after the latest update takes minutes to open a menu and it takes
  3 times to open files with Eye of MATE.

  Nautilus has similar problems but is not as slow. But then it crashes.

  How do I get Caja fixed?

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.11.0-38-generic 5.11.0-38.42~20.04.1
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-38-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Tue Nov  9 00:43:41 2021
  SourcePackage: linux-signed-hwe-5.11
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/caja/+bug/1950250/+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 1950410] Re: 21.10-Bad wireless(bluetooth) gamepad integration. Connected/Disconnected/unusable

2021-11-09 Thread Norbert
Run

apport-collect 1950410

** Tags removed: hirsute
** Tags added: impish

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

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

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

Title:
  21.10-Bad wireless(bluetooth) gamepad integration.
  Connected/Disconnected/unusable

Status in Ubuntu MATE:
  New
Status in blueman package in Ubuntu:
  New
Status in bluez package in Ubuntu:
  New

Bug description:
  Using a laptop running 21.10-latest, using a Sony Wireless Controller
  Model CUH-ZCT2U (The PS4 model), it seems impossible to connect via
  bluetooth to my laptop.

  Even though both hcitool & bluetooth manager are able to see the
  device, bonus mission bluetooth devices can also connect to it, but
  this is fairly short as it automatically disconnects.

  Here is what dmesg had to say about this.

  ```
  [ 2479.109487] sony 0005:054C:09CC.0002: unknown main item tag 0x0
  [ 2479.123654] input: Wireless Controller Touchpad as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:5/0005:054C:09CC.0002/input/input28
  [ 2479.124094] input: Wireless Controller Motion Sensors as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:5/0005:054C:09CC.0002/input/input29
  [ 2479.124676] input: Wireless Controller as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:5/0005:054C:09CC.0002/input/input27
  [ 2479.125046] sony 0005:054C:09CC.0002: input,hidraw1: BLUETOOTH HID v81.00 
Gamepad [Wireless Controller] on 9c:b6:d0:8f:c1:70
  [ 2490.957043] sony 0005:054C:09CC.0003: unknown main item tag 0x0
  [ 2490.971080] input: Wireless Controller Touchpad as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:4/0005:054C:09CC.0003/input/input31
  [ 2490.971525] input: Wireless Controller Motion Sensors as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:4/0005:054C:09CC.0003/input/input32
  [ 2490.972397] input: Wireless Controller as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:4/0005:054C:09CC.0003/input/input30
  [ 2490.973740] sony 0005:054C:09CC.0003: input,hidraw1: BLUETOOTH HID v81.00 
Gamepad [Wireless Controller] on 9c:b6:d0:8f:c1:70
  [ 2498.688287] sony 0005:054C:09CC.0004: unknown main item tag 0x0
  [ 2498.699789] input: Wireless Controller Touchpad as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:5/0005:054C:09CC.0004/input/input34
  [ 2498.700142] input: Wireless Controller Motion Sensors as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:5/0005:054C:09CC.0004/input/input35
  [ 2498.700962] input: Wireless Controller as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:5/0005:054C:09CC.0004/input/input33
  [ 2498.701415] sony 0005:054C:09CC.0004: input,hidraw1: BLUETOOTH HID v81.00 
Gamepad [Wireless Controller] on 9c:b6:d0:8f:c1:70
  [ 2511.533433] sony 0005:054C:09CC.0005: unknown main item tag 0x0
  [ 2511.543132] input: Wireless Controller Touchpad as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:6/0005:054C:09CC.0005/input/input37
  [ 2511.543793] input: Wireless Controller Motion Sensors as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:6/0005:054C:09CC.0005/input/input38
  [ 2511.544577] input: Wireless Controller as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:6/0005:054C:09CC.0005/input/input36
  [ 2511.545359] sony 0005:054C:09CC.0005: input,hidraw1: BLUETOOTH HID v81.00 
Gamepad [Wireless Controller] on 9c:b6:d0:8f:c1:70
  [ 2517.758693] sony 0005:054C:09CC.0006: unknown main item tag 0x0
  [ 2517.766837] input: Wireless Controller Touchpad as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:7/0005:054C:09CC.0006/input/input40
  [ 2517.767834] input: Wireless Controller Motion Sensors as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:7/0005:054C:09CC.0006/input/input41
  [ 2517.768642] input: Wireless Controller as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:7/0005:054C:09CC.0006/input/input39
  [ 2517.769168] sony 0005:054C:09CC.0006: input,hidraw1: BLUETOOTH HID v81.00 
Gamepad [Wireless Controller] on 9c:b6:d0:8f:c1:70
  [ 2522.932282] sony 0005:054C:09CC.0007: unknown main item tag 0x0
  [ 2522.947350] input: Wireless Controller Touchpad as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:8/0005:054C:09CC.0007/input/input43
  [ 2522.947965] input: Wireless Controller Motion Sensors as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:8/0005:054C:09CC.0007/input/input44
  [ 2522.948593] input: Wireless Controller as 

[Kernel-packages] [Bug 1945043] Re: Impish: problem with bluetooth mouse: not connectable

2021-10-24 Thread Norbert
** Also affects: blueman (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/1945043

Title:
  Impish:  problem with bluetooth mouse: not connectable

Status in Ubuntu MATE:
  New
Status in blueman package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Problem with bluetooth mouse: not connectable
  I have a bluetooth mouse that I use regularly with Ubuntu Mate 20.04.x
  I tried the impish version of Ubuntu Mate but, using the same notebook, the 
computer cannot recognize it, in the bluetooth search, and then connect it.
  I tested the functionality of the mouse and it works with other devices as 
well. The brand of the MEMTEQ mouse.

  I downloaded the Impish Mate version of 09-25-2021 and I made a fresh 
installation. I also proceeded to update (it only updated Firefox because I 
believe all other updates were included).
  Unfortunately the indicated problem has not been solved. With the updated 
Ubuntu Mate 20.04 LTS it works. I also used another Bluetooth adapter on 
another PC and the result is the same. Hello.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1945043/+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 1900388] Re: blk_update_request: I/O error, dev sr0, sector 9180400 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0

2021-10-24 Thread Norbert
** Tags removed: groovy

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

Title:
  blk_update_request: I/O error, dev sr0, sector 9180400 op 0x0:(READ)
  flags 0x80700 phys_seg 1 prio class 0

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  blk_update_request: I/O error, dev sr0, sector 9180400 op 0x0:(READ)
  flags 0x80700 phys_seg 1 prio class 0

  PIONEER BD-RW   BDR-205

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: linux-image-5.8.0-23-generic 5.8.0-23.24
  ProcVersionSignature: Ubuntu 5.8.0-23.24-generic 5.8.14
  Uname: Linux 5.8.0-23-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  navycat2032 F pulseaudio
   /dev/snd/controlC0:  navycat2032 F pulseaudio
   /dev/snd/controlC1:  navycat2032 F pulseaudio
  CasperMD5CheckResult: skip
  Date: Mon Oct 19 10:11:53 2020
  InstallationDate: Installed on 2020-10-07 (11 days ago)
  InstallationMedia: Ubuntu-MATE 20.10 "Groovy Gorilla" - Beta amd64 (20201007)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: BASE_BOARD_MANUFACTURER MODEL_NAME
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-23-generic 
root=UUID=98343bbf-e244-4e6d-889d-fa14ff0254ed 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.
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-23-generic N/A
   linux-backports-modules-5.8.0-23-generic  N/A
   linux-firmware1.190
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2018
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 150-SE-E789
  dmi.board.vendor: EVGA
  dmi.board.version: Patsburg
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/09/2018:br4.6:svnBASE_BOARD_MANUFACTURER:pnMODEL_NAME:pvrBASE_BOARD_VERSION:rvnEVGA:rn150-SE-E789:rvrPatsburg:
  dmi.product.family: X86 AT
  dmi.product.name: MODEL_NAME
  dmi.product.sku: PROJECT_SUB_TAG
  dmi.product.version: BASE_BOARD_VERSION
  dmi.sys.vendor: BASE_BOARD_MANUFACTURER

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1900388/+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 1900391] Re: EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is disabled

2021-10-24 Thread Norbert
** Tags removed: groovy

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

Title:
  EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but ECC is
  disabled

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [4.589406] EDAC sbridge: CPU SrcID #0, Ha #0, Channel #0 has DIMMs, but 
ECC is disabled
  [4.589410] EDAC sbridge: Couldn't find mci handler
  [4.589411] EDAC sbridge: Failed to register device with error -19.

  but x79 doesn't have ecc

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: linux-image-5.8.0-23-generic 5.8.0-23.24
  ProcVersionSignature: Ubuntu 5.8.0-23.24-generic 5.8.14
  Uname: Linux 5.8.0-23-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  navycat2032 F pulseaudio
   /dev/snd/controlC0:  navycat2032 F pulseaudio
   /dev/snd/controlC1:  navycat2032 F pulseaudio
  CasperMD5CheckResult: skip
  Date: Mon Oct 19 10:19:05 2020
  InstallationDate: Installed on 2020-10-07 (11 days ago)
  InstallationMedia: Ubuntu-MATE 20.10 "Groovy Gorilla" - Beta amd64 (20201007)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: BASE_BOARD_MANUFACTURER MODEL_NAME
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-23-generic 
root=UUID=98343bbf-e244-4e6d-889d-fa14ff0254ed 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.
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-23-generic N/A
   linux-backports-modules-5.8.0-23-generic  N/A
   linux-firmware1.190
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2018
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 150-SE-E789
  dmi.board.vendor: EVGA
  dmi.board.version: Patsburg
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/09/2018:br4.6:svnBASE_BOARD_MANUFACTURER:pnMODEL_NAME:pvrBASE_BOARD_VERSION:rvnEVGA:rn150-SE-E789:rvrPatsburg:
  dmi.product.family: X86 AT
  dmi.product.name: MODEL_NAME
  dmi.product.sku: PROJECT_SUB_TAG
  dmi.product.version: BASE_BOARD_VERSION
  dmi.sys.vendor: BASE_BOARD_MANUFACTURER

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1900391/+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 1947379] Re: Ubuntu 21.10 Install Fatal Error

2021-10-15 Thread Norbert
This is kernel related problem. Are you sure that ISO was downloaded correctly?
Have you checked SHA256 of ubuntu-mate-21.10-desktop-amd64.iso ? Is it equal to 
c052f607d69b36608ee09f5178c8c987351815f9fb8abd9570b55369cdd797cf ?

Are you sure about hardware reliability and its correct operation?

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

Title:
  Ubuntu 21.10 Install Fatal Error

Status in Ubuntu MATE:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  When trying to install on Lenovo Thinkpad X240, the liveUSB launches
  an strange behaviour trying to detect my disks. Until 21.04 everything
  was OK.

  Simply mark all options on Ubiquity and then clicking Next everything freezes.
  When launching "journalctl -f" to see what is going on, I've got this:

  out 15 13:04:10 ubuntu-mate partman[4652]: No matching physical
  volumes foundout 15 13:04:10 ubuntu-mate kernel: sda:out 15 13:04:10
  ubuntu-mate kernel: sdb: sdb1 sdb2 sdb3 sdb4out 15 13:04:16 ubuntu-
  mate kernel: sdb: sdb1 sdb2 sdb3 sdb4out 15 13:04:16 ubuntu-mate
  kernel: [ cut here ]out 15 13:04:16 ubuntu-
  mate kernel: WARNING: CPU: 0 PID: 5758 at fs/block_dev.c:1610
  blkdev_put+0x130/0x140out 15 13:04:16 ubuntu-mate kernel: Modules
  linked in: xfs jfs btrfs blake2b_generic xor zstd_compress raid6_pq
  libcrc32c rfcomm cmac algif_hash algi>out 15 13:04:16 ubuntu-mate
  kernel: autofs4 overlay nls_utf8 isofs nls_iso8859_1 hid_generic
  usbhid hid dm_mirror dm_region_hash dm_log uas usb_stor>out 15
  13:04:16 ubuntu-mate kernel: CPU: 0 PID: 5758 Comm: ntfsresize
  Tainted: P O 5.13.0-19-generic #19-Ubuntuout 15 13:04:16 ubuntu-mate
  kernel: Hardware name: LENOVO 20AMS4V000/20AMS4V000, BIOS GIET99WW
  (2.49 ) 03/17/2020out 15 13:04:16 ubuntu-mate kernel: RIP:
  0010:blkdev_put+0x130/0x140out 15 13:04:16 ubuntu-mate kernel: Code:
  00 00 0f 84 23 ff ff ff 4c 89 f7 e8 8a ac 20 00 c6 83 4c 03 00 00 00
  e9 0f ff ff ff 0f 0b 8b 93 48 03 00 00>out 15 13:04:16 ubuntu-mate
  kernel: RSP: 0018:b56f43c33d90 EFLAGS: 00010297out 15 13:04:16
  ubuntu-mate kernel: RAX:  RBX: 8fcd823392c0 RCX:
  out 15 13:04:16 ubuntu-mate kernel: RDX:
  0001 RSI: 480a009d RDI: 83409680out 15
  13:04:16 ubuntu-mate kernel: RBP: b56f43c33db8 R08:
  fffe R09: out 15 13:04:16 ubuntu-mate
  kernel: R10: eff806c48000 R11:  R12:
  480a009dout 15 13:04:16 ubuntu-mate kernel: R13:
  8fcd823392f8 R14: 8fcd971b2f00 R15: 8fcd82332580out 15
  13:04:16 ubuntu-mate kernel: FS: 7f7bd5f59740()
  GS:8fceb620() knlGS:out 15 13:04:16
  ubuntu-mate kernel: CS: 0010 DS:  ES:  CR0:
  80050033out 15 13:04:16 ubuntu-mate kernel: CR2:
  7f7bd5479000 CR3: 00017f41e006 CR4: 001706f0out 15
  13:04:16 ubuntu-mate kernel: Call Trace:out 15 13:04:16 ubuntu-mate
  kernel: blkdev_bszset+0x86/0xd0out 15 13:04:16 ubuntu-mate kernel:
  blkdev_ioctl+0x1eb/0x260out 15 13:04:16 ubuntu-mate kernel:
  block_ioctl+0x3f/0x50out 15 13:04:16 ubuntu-mate kernel:
  __x64_sys_ioctl+0x91/0xc0out 15 13:04:16 ubuntu-mate kernel:
  do_syscall_64+0x61/0xb0out 15 13:04:16 ubuntu-mate kernel: ?
  block_llseek+0x51/0x60out 15 13:04:16 ubuntu-mate kernel: ?
  ksys_lseek+0x84/0xc0out 15 13:04:16 ubuntu-mate kernel: ?
  exit_to_user_mode_prepare+0x37/0xb0out 15 13:04:16 ubuntu-mate kernel:
  ? syscall_exit_to_user_mode+0x27/0x50out 15 13:04:16 ubuntu-mate
  kernel: ? __x64_sys_lseek+0x18/0x20out 15 13:04:16 ubuntu-mate kernel:
  ? do_syscall_64+0x6e/0xb0out 15 13:04:16 ubuntu-mate kernel:
  entry_SYSCALL_64_after_hwframe+0x44/0xaeout 15 13:04:16 ubuntu-mate
  kernel: RIP: 0033:0x7f7bd60799cbout 15 13:04:16 ubuntu-mate kernel:
  Code: ff ff ff 85 c0 79 8b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c
  c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8>out 15 13:04:16 ubuntu-
  mate kernel: RSP: 002b:7ffed63dfd08 EFLAGS: 0246 ORIG_RAX:
  0010out 15 13:04:16 ubuntu-mate kernel: RAX:
  ffda RBX: 55813173ba00 RCX: 7f7bd60799cbout 15
  13:04:16 ubuntu-mate kernel: RDX: 7ffed63dfd10 RSI:
  40081271 RDI: 0004out 15 13:04:16 ubuntu-mate
  kernel: RBP: 55813173be40 R08: 55813173bc30 R09:
  out 15 13:04:16 ubuntu-mate kernel: R10:
  1000 R11: 0246 R12: 0200out 15
  13:04:16 ubuntu-mate kernel: R13: 55813173bc30 R14:
  558130213980 R15: out 15 13:04:16 ubuntu-mate
  kernel: ---[ end trace 661888a5d916f236 ]---out 15 13:04:16 ubuntu-
  mate kernel: [ cut here ]out 15 13:04:16
  ubuntu-mate kernel: WARNING: CPU: 0 PID: 5758 at fs/block_dev.c:1576
  __blkdev_put+0x1dc/0x1f0out 15 13:04:16 ubuntu-mate kernel: Modules
  

[Kernel-packages] [Bug 1947379] Re: Ubuntu 21.10 Install Fatal Error

2021-10-15 Thread Norbert
** Tags added: impish

** Also 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/1947379

Title:
  Ubuntu 21.10 Install Fatal Error

Status in Ubuntu MATE:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  When trying to install on Lenovo Thinkpad X240, the liveUSB launches
  an strange behaviour trying to detect my disks. Until 21.04 everything
  was OK.

  Simply mark all options on Ubiquity and then clicking Next everything freezes.
  When launching "journalctl -f" to see what is going on, I've got this:

  out 15 13:04:10 ubuntu-mate partman[4652]: No matching physical
  volumes foundout 15 13:04:10 ubuntu-mate kernel: sda:out 15 13:04:10
  ubuntu-mate kernel: sdb: sdb1 sdb2 sdb3 sdb4out 15 13:04:16 ubuntu-
  mate kernel: sdb: sdb1 sdb2 sdb3 sdb4out 15 13:04:16 ubuntu-mate
  kernel: [ cut here ]out 15 13:04:16 ubuntu-
  mate kernel: WARNING: CPU: 0 PID: 5758 at fs/block_dev.c:1610
  blkdev_put+0x130/0x140out 15 13:04:16 ubuntu-mate kernel: Modules
  linked in: xfs jfs btrfs blake2b_generic xor zstd_compress raid6_pq
  libcrc32c rfcomm cmac algif_hash algi>out 15 13:04:16 ubuntu-mate
  kernel: autofs4 overlay nls_utf8 isofs nls_iso8859_1 hid_generic
  usbhid hid dm_mirror dm_region_hash dm_log uas usb_stor>out 15
  13:04:16 ubuntu-mate kernel: CPU: 0 PID: 5758 Comm: ntfsresize
  Tainted: P O 5.13.0-19-generic #19-Ubuntuout 15 13:04:16 ubuntu-mate
  kernel: Hardware name: LENOVO 20AMS4V000/20AMS4V000, BIOS GIET99WW
  (2.49 ) 03/17/2020out 15 13:04:16 ubuntu-mate kernel: RIP:
  0010:blkdev_put+0x130/0x140out 15 13:04:16 ubuntu-mate kernel: Code:
  00 00 0f 84 23 ff ff ff 4c 89 f7 e8 8a ac 20 00 c6 83 4c 03 00 00 00
  e9 0f ff ff ff 0f 0b 8b 93 48 03 00 00>out 15 13:04:16 ubuntu-mate
  kernel: RSP: 0018:b56f43c33d90 EFLAGS: 00010297out 15 13:04:16
  ubuntu-mate kernel: RAX:  RBX: 8fcd823392c0 RCX:
  out 15 13:04:16 ubuntu-mate kernel: RDX:
  0001 RSI: 480a009d RDI: 83409680out 15
  13:04:16 ubuntu-mate kernel: RBP: b56f43c33db8 R08:
  fffe R09: out 15 13:04:16 ubuntu-mate
  kernel: R10: eff806c48000 R11:  R12:
  480a009dout 15 13:04:16 ubuntu-mate kernel: R13:
  8fcd823392f8 R14: 8fcd971b2f00 R15: 8fcd82332580out 15
  13:04:16 ubuntu-mate kernel: FS: 7f7bd5f59740()
  GS:8fceb620() knlGS:out 15 13:04:16
  ubuntu-mate kernel: CS: 0010 DS:  ES:  CR0:
  80050033out 15 13:04:16 ubuntu-mate kernel: CR2:
  7f7bd5479000 CR3: 00017f41e006 CR4: 001706f0out 15
  13:04:16 ubuntu-mate kernel: Call Trace:out 15 13:04:16 ubuntu-mate
  kernel: blkdev_bszset+0x86/0xd0out 15 13:04:16 ubuntu-mate kernel:
  blkdev_ioctl+0x1eb/0x260out 15 13:04:16 ubuntu-mate kernel:
  block_ioctl+0x3f/0x50out 15 13:04:16 ubuntu-mate kernel:
  __x64_sys_ioctl+0x91/0xc0out 15 13:04:16 ubuntu-mate kernel:
  do_syscall_64+0x61/0xb0out 15 13:04:16 ubuntu-mate kernel: ?
  block_llseek+0x51/0x60out 15 13:04:16 ubuntu-mate kernel: ?
  ksys_lseek+0x84/0xc0out 15 13:04:16 ubuntu-mate kernel: ?
  exit_to_user_mode_prepare+0x37/0xb0out 15 13:04:16 ubuntu-mate kernel:
  ? syscall_exit_to_user_mode+0x27/0x50out 15 13:04:16 ubuntu-mate
  kernel: ? __x64_sys_lseek+0x18/0x20out 15 13:04:16 ubuntu-mate kernel:
  ? do_syscall_64+0x6e/0xb0out 15 13:04:16 ubuntu-mate kernel:
  entry_SYSCALL_64_after_hwframe+0x44/0xaeout 15 13:04:16 ubuntu-mate
  kernel: RIP: 0033:0x7f7bd60799cbout 15 13:04:16 ubuntu-mate kernel:
  Code: ff ff ff 85 c0 79 8b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c
  c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8>out 15 13:04:16 ubuntu-
  mate kernel: RSP: 002b:7ffed63dfd08 EFLAGS: 0246 ORIG_RAX:
  0010out 15 13:04:16 ubuntu-mate kernel: RAX:
  ffda RBX: 55813173ba00 RCX: 7f7bd60799cbout 15
  13:04:16 ubuntu-mate kernel: RDX: 7ffed63dfd10 RSI:
  40081271 RDI: 0004out 15 13:04:16 ubuntu-mate
  kernel: RBP: 55813173be40 R08: 55813173bc30 R09:
  out 15 13:04:16 ubuntu-mate kernel: R10:
  1000 R11: 0246 R12: 0200out 15
  13:04:16 ubuntu-mate kernel: R13: 55813173bc30 R14:
  558130213980 R15: out 15 13:04:16 ubuntu-mate
  kernel: ---[ end trace 661888a5d916f236 ]---out 15 13:04:16 ubuntu-
  mate kernel: [ cut here ]out 15 13:04:16
  ubuntu-mate kernel: WARNING: CPU: 0 PID: 5758 at fs/block_dev.c:1576
  __blkdev_put+0x1dc/0x1f0out 15 13:04:16 ubuntu-mate kernel: Modules
  linked in: xfs jfs btrfs blake2b_generic xor zstd_compress raid6_pq
  libcrc32c rfcomm cmac algif_hash algi>out 15 13:04:16 ubuntu-mate
  kernel: autofs4 overlay nls_utf8 isofs nls_iso8859_1 

[Kernel-packages] [Bug 1945043] Re: Impish: problem with bluetooth mouse: not connectable

2021-10-10 Thread Norbert
** Also affects: ubuntu-mate
   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/1945043

Title:
  Impish:  problem with bluetooth mouse: not connectable

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

Bug description:
  Problem with bluetooth mouse: not connectable
  I have a bluetooth mouse that I use regularly with Ubuntu Mate 20.04.x
  I tried the impish version of Ubuntu Mate but, using the same notebook, the 
computer cannot recognize it, in the bluetooth search, and then connect it.
  I tested the functionality of the mouse and it works with other devices as 
well. The brand of the MEMTEQ mouse.

  I downloaded the Impish Mate version of 09-25-2021 and I made a fresh 
installation. I also proceeded to update (it only updated Firefox because I 
believe all other updates were included).
  Unfortunately the indicated problem has not been solved. With the updated 
Ubuntu Mate 20.04 LTS it works. I also used another Bluetooth adapter on 
another PC and the result is the same. Hello.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1945043/+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 1945136] Re: Broken audio capture subsystem

2021-10-10 Thread Norbert
** Also affects: ubuntu-mate-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-mate
   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/1945136

Title:
  Broken audio capture subsystem

Status in Ubuntu MATE:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in ubuntu-mate-meta package in Ubuntu:
  New

Bug description:
  In Impish the problem of capturing audio by discord (from app or browser does 
not matter) when broadcasting reappeared.
  The window is being captured or not - it doesn't matter.
  It looks like a regression.

  Webcamoid don't capture sound from micro too.

  If I set gstreamer method instead of ffmpeg 4.4 then sound appears, but very 
laggy
  Discord launched in a browser and streaming an adjacent tab does the same.
  I don't even know what to report on. Looks like a broken audio capture 
subsystem.

  ffmpeg -f alsa -i  -t 30 out.wav and ffmpeg -f pulse -i
   -t 30 out.wav captures sound normally.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-16-generic 5.13.0-16.16
  ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
  Uname: Linux 5.13.0-16-generic x86_64
  ApportVersion: 2.20.11-0ubuntu69
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  navycat2083 F pulseaudio
   /dev/snd/controlC0:  navycat2083 F pulseaudio
   /dev/snd/controlC1:  navycat2083 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Mon Sep 27 05:06:06 2021
  InstallationDate: Installed on 2021-05-28 (121 days ago)
  InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Alpha amd64 (20210526)
  IwConfig:
   lono wireless extensions.

   eno1  no wireless extensions.
  MachineType: BASE_BOARD_MANUFACTURER MODEL_NAME
  ProcFB: 0 nouveaudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-16-generic 
root=UUID=bc8287ed-7647-42ae-8f04-6297f1c30b1d ro nouveau.noaccel=1 
nouveau.nofbaccel=1 quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-16-generic N/A
   linux-backports-modules-5.13.0-16-generic  N/A
   linux-firmware 1.200
  RfKill:
   0: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2018
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 150-SE-E789
  dmi.board.vendor: EVGA
  dmi.board.version: Patsburg
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/09/2018:br4.6:svnBASE_BOARD_MANUFACTURER:pnMODEL_NAME:pvrBASE_BOARD_VERSION:skuPROJECT_SUB_TAG:rvnEVGA:rn150-SE-E789:rvrPatsburg:
  dmi.product.family: X86 AT
  dmi.product.name: MODEL_NAME
  dmi.product.sku: PROJECT_SUB_TAG
  dmi.product.version: BASE_BOARD_VERSION
  dmi.sys.vendor: BASE_BOARD_MANUFACTURER

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1945136/+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 1945531] Re: screen freezes at boot

2021-09-29 Thread Norbert
** Tags added: impish

** Also 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/1945531

Title:
  screen freezes at boot

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

Bug description:
  On do-release-upgrade to Impish with the 5.13 kernel the boot messages
  stop scrolling at:

  fb0: switching to amdgpudrmfb from EFI VGA

  The system may be continuing to boot but the screen stops updating.

  The 5.11 and 5.12 kernels both boot correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1945531/+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 1943813] Re: Problem with bluetooth keyboard: not usable

2021-09-25 Thread Norbert
** Also affects: bluez (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: hirsute impish

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

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

Title:
  Problem with bluetooth keyboard: not usable

Status in Ubuntu MATE:
  New
Status in blueman package in Ubuntu:
  New
Status in bluez package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  I have a bluetooth keyboard that I use regularly with other devices. The 
keyboard is Jelly Comb Case with Italian Keyboard for Samsung Galaxy Tab S6 
Lite 10.4 ", Removable Backlit Keyboard in 7 Colors, Italian QWERTY for Sam If 
I try to use it with Ubuntu it only works with the LIVE version. When I install 
Ubuntu it stops working, after updates.
  I have tried with various Ubuntu Mate and also the impish version of Ubuntu 
Mate but, using the same notebook, the computer cannot use it (LIVE yes, 
installed no).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1943813/+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 1943813] Re: Problem with bluetooth keyboard: not usable

2021-09-23 Thread Norbert
** Tags added: 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/1943813

Title:
  Problem with bluetooth keyboard: not usable

Status in Ubuntu MATE:
  New
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  I have a bluetooth keyboard that I use regularly with other devices. The 
keyboard is Jelly Comb Case with Italian Keyboard for Samsung Galaxy Tab S6 
Lite 10.4 ", Removable Backlit Keyboard in 7 Colors, Italian QWERTY for Sam If 
I try to use it with Ubuntu it only works with the LIVE version. When I install 
Ubuntu it stops working, after updates.
  I have tried with various Ubuntu Mate and also the impish version of Ubuntu 
Mate but, using the same notebook, the computer cannot use it (LIVE yes, 
installed no).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1943813/+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 1944589] Re: Ubuntu Mate 20.04 kernel updates 1042 and 1043 attempt to create symlinks in /boot even though /boot on Raspberry Pi is vfat

2021-09-22 Thread Norbert
** Tags added: rpi

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

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

Title:
  Ubuntu Mate 20.04 kernel updates 1042 and 1043 attempt to create
  symlinks in /boot even though /boot on Raspberry Pi is vfat

Status in Ubuntu MATE:
  New
Status in linux-raspi package in Ubuntu:
  New

Bug description:
  The focal (20.04) kernel updates 1042 and 1043 attempt to create
  symlinks in /boot. This was tested on a Pi 4 (arm64).

  On Raspberry Pi, /boot is a vfat partition; vfat does not support
  symlinks.

  I think (but am not sure) that /boot on Raspberry Pi has to be vfat
  (cannot be ext3/4 or another filesystem that supports symlinks)

  This problem manifests itself as:

  # apt-get upgrade

  [...]

  Setting up linux-image-5.4.0-1043-raspi (5.4.0-1043.47) ...
  /etc/kernel-img.conf: W: ignoring no_symlinks; only symlinks are supported
  Processing triggers for linux-image-5.4.0-1043-raspi (5.4.0-1043.47) ...
  /etc/kernel/postinst.d/initramfs-tools:
  update-initramfs: Generating /boot/initrd.img-5.4.0-1043-raspi
  Using DTB: bcm2711-rpi-4-b.dtb
  Installing 
/lib/firmware/5.4.0-1043-raspi/device-tree/broadcom/bcm2711-rpi-4-b.dtb into 
/boot/dtbs/5.4.0-1043-raspi/./bcm2711-rpi-4-b.dtb
  Taking backup of bcm2711-rpi-4-b.dtb.
  Installing new bcm2711-rpi-4-b.dtb.
  ln: failed to create symbolic link '/boot/dtb-5.4.0-1043-raspi': Operation 
not permitted
  run-parts: /etc/initramfs/post-update.d//flash-kernel exited with return code 
1
  run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
  dpkg: error processing package linux-image-5.4.0-1043-raspi (--configure):
  installed linux-image-5.4.0-1043-raspi package post-installation script 
subprocess returned error exit status 1
  Errors were encountered while processing:
  linux-image-5.4.0-1043-raspi
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  Even when /etc/kernel-img.conf is set to:
  Kernel Image management overrides
  See kernel-img.conf(5) for details

  do_symlinks = no
  no_symlinks = yes
  do_bootloader = no
  link_in_boot = no

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1944589/+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 1923335] Re: [i915] At shutdown the spinner logo disappears and a second later it comes back frozen for a while (in kernel 5.11 and later)

2021-08-31 Thread Norbert
This version work for me.

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

Title:
  [i915] At shutdown the spinner logo disappears and a second later it
  comes back frozen for a while (in kernel 5.11 and later)

Status in linux package in Ubuntu:
  Won't Fix
Status in plymouth package in Ubuntu:
  In Progress
Status in plymouth package in Fedora:
  Unknown

Bug description:
  At shutdown the spinner logo disapear and a scond later it comes back and 
stay for 15sec. When I remove "splash" from the grub commandline the shutdown 
is fast (no extra 15 sec.). I can't find any hints in the log. It seem to 
happen after the log stopped.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu62
  Architecture: amd64
  BootLog: Error: [Errno 13] Keine Berechtigung: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DefaultPlymouth: /usr/share/plymouth/themes/bgrt/bgrt.plymouth
  DistroRelease: Ubuntu 21.04
  InstallationDate: Installed on 2021-01-29 (71 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Alpha amd64 (20210129)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
   Bus 001 Device 002: ID 0bda:568c Realtek Semiconductor Corp. Integrated 
Webcam HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Latitude 5580
  Package: plymouth 0.9.5-0ubuntu3
  PackageArchitecture: amd64
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-13-generic 
root=UUID=469b1c18-e632-4872-a47c-7b36bce081dc ro quiet splash vt.handoff=7
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-13-generic 
root=UUID=469b1c18-e632-4872-a47c-7b36bce081dc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Tags:  wayland-session hirsute
  TextPlymouth: /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
  Uname: Linux 5.11.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/25/2020
  dmi.bios.release: 1.18
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.18.2
  dmi.board.name: 00C013
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.18.2:bd09/25/2020:br1.18:svnDellInc.:pnLatitude5580:pvr:rvnDellInc.:rn00C013:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Latitude
  dmi.product.name: Latitude 5580
  dmi.product.sku: 07A8
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1923335/+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 1923335] Re: At shutdown the spinner logo disappears and a second later it comes back frozen for a while (in kernel 5.11 but 5.10.16 works)

2021-08-20 Thread Norbert
plymouth have a rework of the shutdown handling in the git.

https://cgit.freedesktop.org/plymouth/log/

Maybe that helps.

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

Title:
  At shutdown the spinner logo disappears and a second later it comes
  back frozen for a while (in kernel 5.11 but 5.10.16 works)

Status in linux package in Ubuntu:
  In Progress

Bug description:
  At shutdown the spinner logo disapear and a scond later it comes back and 
stay for 15sec. When I remove "splash" from the grub commandline the shutdown 
is fast (no extra 15 sec.). I can't find any hints in the log. It seem to 
happen after the log stopped.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu62
  Architecture: amd64
  BootLog: Error: [Errno 13] Keine Berechtigung: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DefaultPlymouth: /usr/share/plymouth/themes/bgrt/bgrt.plymouth
  DistroRelease: Ubuntu 21.04
  InstallationDate: Installed on 2021-01-29 (71 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Alpha amd64 (20210129)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
   Bus 001 Device 002: ID 0bda:568c Realtek Semiconductor Corp. Integrated 
Webcam HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Latitude 5580
  Package: plymouth 0.9.5-0ubuntu3
  PackageArchitecture: amd64
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-13-generic 
root=UUID=469b1c18-e632-4872-a47c-7b36bce081dc ro quiet splash vt.handoff=7
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-13-generic 
root=UUID=469b1c18-e632-4872-a47c-7b36bce081dc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Tags:  wayland-session hirsute
  TextPlymouth: /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
  Uname: Linux 5.11.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/25/2020
  dmi.bios.release: 1.18
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.18.2
  dmi.board.name: 00C013
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.18.2:bd09/25/2020:br1.18:svnDellInc.:pnLatitude5580:pvr:rvnDellInc.:rn00C013:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Latitude
  dmi.product.name: Latitude 5580
  dmi.product.sku: 07A8
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1923335/+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 1818811] Re: The swapfile on the Btrfs file system is not activated

2021-08-12 Thread Norbert
Latest Ubuntu MATE 21.10 20210812 - btrfs rootfs, swapfile is not
attached (output of `swapon -s` is empty).

** Also affects: ubuntu-mate
   Importance: Undecided
   Status: New

** Tags removed: disco
** Tags added: impish iso-testing

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

Title:
  The swapfile on the Btrfs file system is not activated

Status in Ubuntu MATE:
  New
Status in linux package in Ubuntu:
  Invalid
Status in ubiquity package in Ubuntu:
  Confirmed

Bug description:
  From 5.0 kernel is implemented support for the swapfile on Btrfs
  (https://patchwork.kernel.org/cover/10584515/), today arrived on the
  repositories of Ubuntu 19.04 proposed kernel 5.0, but the swapfile is
  not activated.

  Log:

  mar 06 11:17:55 notebook-Lenovo-V110 kernel: BTRFS warning (device sda1): 
swapfile must not be copy-on-write
  mar 06 11:17:55 notebook-Lenovo-V110 swapon[517]: swapon: /swapfile: swapon 
failed: Argomento non valido
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: Activating swap /swapfile...
  mar 06 11:17:57 notebook-Lenovo-V110 swapon[916]: swapon: /swapfile: swapon 
failed: Argomento non valido
  mar 06 11:17:57 notebook-Lenovo-V110 kernel: BTRFS warning (device sda1): 
swapfile must not be copy-on-write
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: swapfile.swap: Swap process 
exited, code=exited, status=255/EXCEPTION
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: swapfile.swap: Failed with 
result 'exit-code'.
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: Failed to activate swap 
/swapfile.
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: Activating swap /swapfile...
  mar 06 11:17:57 notebook-Lenovo-V110 kernel: BTRFS warning (device sda1): 
swapfile must not be copy-on-write
  mar 06 11:17:57 notebook-Lenovo-V110 swapon[1006]: swapon: /swapfile: swapon 
failed: Argomento non valido
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: swapfile.swap: Swap process 
exited, code=exited, status=255/EXCEPTION
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: swapfile.swap: Failed with 
result 'exit-code'.
  mar 06 11:17:57 notebook-Lenovo-V110 systemd[1]: Failed to activate swap 
/swapfile.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-generic 5.0.0.7.8
  ProcVersionSignature: Ubuntu 5.0.0-7.8-generic 5.0.0
  Uname: Linux 5.0.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  emanu  1744 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  6 11:19:52 2019
  InstallationDate: Installed on 2019-01-30 (34 days ago)
  InstallationMedia: Kubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190130)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 13d3:5745 IMC Networks 
   Bus 001 Device 002: ID 10c4:8105 Cygnal Integrated Products, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80TL
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.0.0-7-generic 
root=UUID=91fdf6c0-1b5d-4bb5-9aa4-aeb946236b8a ro rootflags=subvol=@ quiet 
splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-7-generic N/A
   linux-backports-modules-5.0.0-7-generic  N/A
   linux-firmware   1.177
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 1KCN46WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40700 WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo V110-15ISK
  dmi.modalias: 
dmi:bvnLENOVO:bvr1KCN46WW:bd10/29/2018:svnLENOVO:pn80TL:pvrLenovoV110-15ISK:rvnLENOVO:rnLNVNB161216:rvrSDK0J40700WIN:cvnLENOVO:ct10:cvrLenovoV110-15ISK:
  dmi.product.family: V110-15ISK
  dmi.product.name: 80TL
  dmi.product.sku: LENOVO_MT_80TL_BU_idea_FM_V110-15ISK
  dmi.product.version: Lenovo V110-15ISK
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1818811/+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 1007901] Re: driver crash radeon_gart.c:187 radeon_gart_bind+0x1b4/0x1c0

2021-08-03 Thread Norbert
** Tags added: mint-mate

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

Title:
  driver crash radeon_gart.c:187 radeon_gart_bind+0x1b4/0x1c0

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in Fedora:
  Fix Released

Bug description:
  Linux  3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux
  Linux Mint 13 maya
  MATE x64

  
  I have upgraded my Linux Mint system from previous kernel version 3.2.0-23 
and after reboot I get error on screen may be thousands of times:

  Failed to allocate:
  size: 4096000 bytes
  aligment: 0 bytes
  domains:  2

  and in dmesg is this:

  WARNING: at 
/build/buildd/linux-3.2.0/drivers/gpu/drm/radeon/radeon_gart.c:187 
radeon_gart_bind+0x1b4/0x1c0 [radeon]()
  [   23.157299] Hardware name: AMILO Pa 2510
  [   23.157301] trying to bind memory to uninitialized GART !
  [   23.157303] Modules linked in: rfcomm bnep bluetooth parport_pc ppdev 
binfmt_misc nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc ext2 ip6t_LOG 
xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 ipt_REJECT ipt_LOG xt_limit 
xt_tcpudp xt_addrtype snd_hda_codec_realtek snd_hda_codec_si3054 xt_state arc4 
snd_hda_intel snd_hda_codec ip6table_filter snd_hwdep ip6_tables snd_pcm 
snd_seq_midi nf_conntrack_netbios_ns nf_conntrack_broadcast snd_rawmidi 
nf_nat_ftp nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 ath5k snd_seq_midi_event 
nf_conntrack_ftp nf_conntrack iptable_filter ip_tables snd_seq x_tables ath 
radeon snd_timer mac80211 snd_seq_device joydev snd psmouse soundcore 
sp5100_tco serio_raw ttm snd_page_alloc cfg80211 video i2c_piix4 k8temp 
drm_kms_helper edac_core edac_mce_amd mac_hid drm i2c_algo_bit shpchp lp 
parport usbhid hid pata_atiixp r8169 usb_storage
  [   23.157372] Pid: 284, comm: plymouthd Tainted: GW
3.2.0-24-generic #39-Ubuntu
  [   23.157375] Call Trace:
  [   23.157388]  [] warn_slowpath_common+0x7f/0xc0
  [   23.157392]  [] warn_slowpath_fmt+0x46/0x50
  [   23.157412]  [] ? ttm_mem_global_alloc_page+0x42/0x50 
[ttm]
  [   23.157433]  [] radeon_gart_bind+0x1b4/0x1c0 [radeon]
  [   23.157453]  [] radeon_ttm_backend_bind+0x35/0xb0 
[radeon]
  [   23.157464]  [] ttm_tt_bind+0x50/0x80 [ttm]
  [   23.157473]  [] ttm_bo_handle_move_mem+0x347/0x3c0 [ttm]
  [   23.157482]  [] ttm_bo_move_buffer+0x13a/0x150 [ttm]
  [   23.157524]  [] ? drm_mm_kmalloc+0x3c/0xe0 [drm]
  [   23.157529]  [] ? alloc_file+0x9c/0xd0
  [   23.157539]  [] ttm_bo_validate+0xe7/0xf0 [ttm]
  [   23.157547]  [] ttm_bo_init+0x1b8/0x260 [ttm]
  [   23.157569]  [] radeon_bo_create+0x176/0x2a0 [radeon]
  [   23.157590]  [] ? 
radeon_create_ttm_backend_entry+0x40/0x40 [radeon]
  [   23.157614]  [] radeon_gem_object_create+0x5a/0x100 
[radeon]
  [   23.157637]  [] radeon_gem_create_ioctl+0x58/0xd0 
[radeon]
  [   23.157643]  [] ? security_capable+0x21/0x30
  [   23.157657]  [] drm_ioctl+0x444/0x510 [drm]
  [   23.157682]  [] ? radeon_gem_pwrite_ioctl+0x30/0x30 
[radeon]
  [   23.157688]  [] ? default_spin_lock_flags+0x9/0x10
  [   23.157693]  [] ? ep_poll+0x1cc/0x380
  [   23.157698]  [] do_vfs_ioctl+0x8a/0x340
  [   23.157702]  [] ? vfs_write+0x110/0x180
  [   23.157706]  [] sys_ioctl+0x91/0xa0
  [   23.157710]  [] ? sys_epoll_wait+0x8e/0xe0
  [   23.157716]  [] system_call_fastpath+0x16/0x1b
  [   23.157719] ---[ end trace 406cb566ecd48e27 ]---
  [   23.157724] [drm:radeon_ttm_backend_bind] *ERROR* failed to bind 1000 
pages at 0x
  [   23.163030] radeon :01:05.0: object_init failed for (4096000, 
0x0002)
  [   23.168037] [drm:radeon_gem_object_create] *ERROR* Failed to allocate GEM 
object (4096000, 2, 4096, -22)

  So it seems to be a problem with driver for ATI in new kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1007901/+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 1725762] Re: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x52 (or later) - Errors starting from live DVD Dell New I7 15 XPS

2021-08-03 Thread Norbert
** Tags removed: artful ubuntu zesty

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

Title:
  [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update
  microcode to version: 0x52 (or later) - Errors starting from live DVD
  Dell New I7 15 XPS

Status in intel-microcode package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 17.10 64Bit Loading on New Dell XPS 15 I7 - Screenshot
  attached. Tested on another PC and it loaded fine.

  When booting from a Ubuntu 17.10 Live (Installed on USB with Etcher) I
  get the following:

  [Firmware Bug} TSC_Deadline disabled due to Errata - Please update Mirocode 
to version 0x52 Or Later
  ACPI Error \_.PCIO.XHC_.RHUB.HS11 Namespace Lookup Error

  ACPI Error 1 table load failiures.

  USB USB2-Port: Cannot enable

  Watchdog: BUG: soft lockup - CPU#6 stuck for 22s PlymouthD 283

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1725762/+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 1840122] Re: System fails to reboot from live session or ubiquity-dm - squashfs_read_data failed to read block

2021-08-03 Thread Norbert
** Tags removed: eoan

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

Title:
  System fails to reboot from live session or ubiquity-dm -
  squashfs_read_data failed to read block

Status in casper package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Confirmed
Status in casper source package in Bionic:
  Fix Released
Status in linux source package in Bionic:
  Confirmed
Status in casper source package in Eoan:
  Fix Released
Status in linux source package in Eoan:
  Won't Fix

Bug description:
  Last known good image: Eoan Ubuntu Desktop 20190715

  Similar results started to happen with new linux-hwe kernel based on
  eoan for 18.04.4 release.

  Test Case:
  1. Boot eoan desktop to a live session
  2. Wait a couple of minutes until snapd settles
  3. Reboot the system from the system menu or from the command line

  Expected result:
  The system reboots

  Actual result:
  The systems fails to reboot or shutdown and displays some errors about 
failing to unmount /cdrom and squashfs errors in a loop.

  Unmounting /cdrom...
  [FAILED] Failed unmounting /cdrom.
  [  OK  ] Started Shuts down the "li…" preinstalled system cleanly.
  [  OK  ] Reached target Final Step.
  [  OK  ] Started Reboot.
  [  OK  ] Reached target Reboot.
  [  115.744188] print_req_error: I/O error, dev sr0, sector 1508872 flags 80700
  [  115.768139] print_req_error: I/O error, dev sr0, sector 1508872 flags 0
  [  115.771469] print_req_error: I/O error, dev loop0, sector 1501550 flags 0
  [  115.775824] SQUASHFS error: squashfs_read_data failed to read block 
0x2dd2d998

  This also causes daily tests to fail and is reproducible in a VM and
  bare metal booted in legacy bios mode

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: casper 1.414
  ProcVersionSignature: Ubuntu 5.2.0-10.11-generic 5.2.4
  Uname: Linux 5.2.0-10-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.414
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Aug 14 08:31:30 2019
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190813)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  SourcePackage: casper
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.414
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190814)
  Package: linux
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 5.2.0-10.11-generic 5.2.4
  Tags:  eoan
  Uname: Linux 5.2.0-10-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1788 F pulseaudio
  CasperVersion: 1.414
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  IwConfig:
   lono wireless extensions.

   ens3  no wireless extensions.
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190814)
  Lsusb:
   Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd QEMU USB Tablet
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 qxldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed initrd=/casper/initrd 
---  keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=oss
  ProcVersionSignature: Ubuntu 5.2.0-10.11-generic 5.2.4
  RelatedPackageVersions:
   linux-restricted-modules-5.2.0-10-generic N/A
   linux-backports-modules-5.2.0-10-generic  N/A
   linux-firmware1.181
  RfKill:

  Tags:  eoan
  Uname: Linux 5.2.0-10-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.12.0-1
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-disco
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.12.0-1:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-disco:cvnQEMU:ct1:cvrpc-i440fx-disco:

[Kernel-packages] [Bug 1835660] Re: initramfs unpacking failed

2021-08-03 Thread Norbert
** Tags removed: eoan

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

Title:
  initramfs unpacking failed

Status in OEM Priority Project:
  New
Status in grub2 package in Ubuntu:
  Invalid
Status in initramfs-tools package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Fix Released
Status in grub2 source package in Focal:
  Invalid
Status in initramfs-tools source package in Focal:
  Invalid
Status in linux source package in Focal:
  Fix Released
Status in grub2 source package in Groovy:
  Invalid
Status in initramfs-tools source package in Groovy:
  Invalid
Status in linux source package in Groovy:
  Fix Released
Status in grub2 source package in Hirsute:
  Invalid
Status in initramfs-tools source package in Hirsute:
  Invalid
Status in linux source package in Hirsute:
  Fix Released

Bug description:
  "initramfs unpacking failed: Decoding failed",  message appears on
  boot up.

  If I "update-initramfs" using gzip instead of lz, then boot up passes
  without decoding failed message.

  ---

  However, we currently believe that the decoding error reported in
  dmesg is actually harmless and has no impact on usability on the
  system.

  Switching from lz4 to gzip compression, simply papers over the
  warning, without any benefits, and slows down boot.

  Kernel should be fixed to correctly parse lz4 compressed initrds, or
  at least lower the warning, to not be user visible as an error.

  [Impact]

   * Decoding failure messages in dmsg with a single lz4 initrd

   * Multiple lz4 compressed initrds cannot be decompressed by kernel,
  when loaded by grub

   * Multiple lz4 compressed initrds cannot be decompressed by kernel,
  when there is padding between them

  [Test Case]

   * Create empty padding with $ dd if=/dev/zero of=pad4 bs=1 count=4

   * Create an lz4 compressed initrd with a single test-file in it with
  some content. I.e. echo "second-initrd" > test-file, and then pack
  that with cpio hewc owned by root & lz4 -l.

   * Create a combined padded initrd of stock initrd, pad4, and the
  test-marker initrd created above.

   * Boot above with "break=top" kernel command line.

   * With broken kernels, there should be dmesg error message that
  decoding failed, and one will observe that /test-file does not exist
  in the shell.

   * With fixed kernel, /test-file in the initrd shell should exist, and
  should have the expected content "second-initrd".

   * The alignment and padding in the above test case depends on the
  size of the first initrd => if a given padded initrd does not
  reproduce the problem, try varying the size of the first initrd or
  that of the padding between 0..4.

  
  [Where problems could occur]

   * This changes compatible lz4 decompressor in the kernel, which can
  also be used by other kernel modules such as cryptography, squashfs,
  zram, f2fs, comprssed kernel image, pstore. For example, previously
  rejected files with "bogus" length and extra padding may now be
  accepted, whereas they were previously getting rejected by the
  decompressor.

   * Ideally kernel should switch to the stable lz4 format which has
  better specification of end of stream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1835660/+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 1699772] Re: linux-image-4.13.0-12-generic, linux-image-4.10.0-24-generic, linux-image-4.8.0-56-generic, linux-image-4.4.0-81-generic, linux-image-3.13.0-121-generic | Regressio

2021-08-03 Thread Norbert
** Tags removed: artful trusty zesty

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

Title:
  linux-image-4.13.0-12-generic, linux-image-4.10.0-24-generic, linux-
  image-4.8.0-56-generic, linux-image-4.4.0-81-generic, linux-
  image-3.13.0-121-generic | Regression: many user-space apps crashing

Status in LibreOffice:
  Won't Fix
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Incomplete
Status in linux source package in Artful:
  Won't Fix
Status in linux source package in Bionic:
  Fix Released
Status in linux package in Debian:
  Fix Released

Bug description:
  Distribution: Ubuntu 16.04 x64 (Flavour: KDE Neon User Edition 5.10)

  linux-image-4.4.0-81-generic appears to contain a regression, probably
  related to the CVE-2017-1000364 fix backport / patch.

  Using this kernel, the Oracle Java browser plugin always crashes
  during stack-related actions on initialization. This means, the plugin
  completely stopped working.

  
  It works perfectly fine in linux-image-4.4.0-79-generic (vurlerable to 
CVE-2017-1000364) as well as linux-image-4.11.6-041106-generic, which also 
contains a fix for CVE-2017-1000364.


  uname -a:

  > Linux Zweiblum 4.4.0-81-generic #104-Ubuntu SMP Wed Jun 14 08:17:06
  UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


  I tested Oracle Java 1.8 u131 as well as 1.6 u64 in Firefox 51.0.1 as
  well as Iceweasel / Firefox/3.5.16 in a chroot.

  Using linux-image-4.4.0-81-generic it crashes in all combinations
  while with both other kernels it works.

  
  I was not able to obtain any detailed crash information from Firefox 51.0.1, 
but Iceweasel 3.5.16 crashed completely, allowing me to obtain a stack trace 
which shows the relation to stack operations performed by the plugin, even 
without proper debug symbols:

  
  > (gdb) bt full
  > #0  0x7fa06d805307 in _expand_stack_to(unsigned char*) () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #1  0x7fa06d8053ae in os::Linux::manually_expand_stack(JavaThread*, 
unsigned char*) ()
  >from /opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #2  0x7fa06d80cf0b in JVM_handle_linux_signal () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #3  0x7fa06d802e13 in signalHandler(int, siginfo*, void*) () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #4  

  
  I first assumed a bug in the Java plugin, but it works fine in Linux 4.11.6.

  
  The crash will be triggered by any applet, for example the test applet at:

  * https://java.com/en/download/installed8.jsp

  
  I'm running the Ubuntu 16.04 based KDE Neon distribution which somehow 
apparently does not allow me to use apport to report this bug:

  > $ LANG= apport-cli linux-image-4.4.0-81-generic
  > 
  > *** Collecting problem information
  > 
  > The collected information can be sent to the developers to improve the
  > application. This might take a few minutes.
  > .
  > 
  > *** Problem in linux-image-4.4.0-81-generic
  > 
  > The problem cannot be reported:
  > 
  > This is not an official KDE package. Please remove any third party package 
and try again.

  If someone can tell me how to get apport working for this package, I
  can use it to collect additional information, but (unfortunately?) the
  problem should be fairly easy to reproduce...

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1699772/+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 1602820] Re: If it is possible please port Xenial 16.04 LTS kernel to Precise 12.04 LTS via HWE

2021-08-03 Thread Norbert
** Tags removed: precise

** Changed in: linux-meta-lts-xenial (Ubuntu)
   Status: New => Invalid

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

Title:
  If it is possible please port Xenial 16.04 LTS kernel to Precise 12.04
  LTS via HWE

Status in linux-meta-lts-xenial package in Ubuntu:
  Invalid

Bug description:
  Kernel from 16.04 LTS is newer, so it contains for example newer DRM
  and i915 drivers. With this kernel and drivers to would be possible to
  prevent for example bug 1600505 in Ubuntu 12.04 LTS.

  If it is possible please port Xenial 16.04 LTS kernel to Precise 12.04
  LTS via HWE.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lts-xenial/+bug/1602820/+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 626823] Re: 1180:e230 Request driver for Ricoh Co Ltd R5U2xx (R5U230 / R5U231 / R5U241) [Memory Stick Host Controller]

2021-08-03 Thread Norbert
** Tags removed: precise

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

Title:
  1180:e230 Request driver for Ricoh Co Ltd R5U2xx (R5U230 / R5U231 /
  R5U241) [Memory Stick Host Controller]

Status in linux package in Ubuntu:
  Triaged

Bug description:
  lspci -v

  03:00.0 SD Host controller: Ricoh Co Ltd Device e822
   Subsystem: Sony Corporation Device 9071
   Flags: bus master, fast devsel, latency 0, IRQ 17
   Memory at f3802000 (32-bit, non-prefetchable) [size=256]
   Capabilities: 
   Kernel driver in use: sdhci-pci
   Kernel modules: sdhci-pci

  03:00.1 System peripheral: Ricoh Co Ltd Device e230
   Subsystem: Sony Corporation Device 9071
   Flags: bus master, fast devsel, latency 0, IRQ 4
   Memory at f3801000 (32-bit, non-prefetchable) [size=256]
   Capabilities: 

  03:00.4 SD Host controller: Ricoh Co Ltd Device e822
   Subsystem: Sony Corporation Device 9071
   Flags: bus master, fast devsel, latency 0, IRQ 19
   Memory at f380 (32-bit, non-prefetchable) [size=256]
   Capabilities: 
   Kernel driver in use: sdhci-pci
   Kernel modules: sdhci-pci

  I guess 03:00.0 and 03:00.4 are for SD and 03:00.1 is the magic gate.

  In bug #238208 Maxim, who did the driver for R5C592 told me that's
  very unlikely to write a driver for this device:

  Maxim Levitsky:
  "It is very unlikely that I do the driver for that device, because I suspect 
that this is very different device.
  Maybe I buy a laptop with this device sometime in future."

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/238208/comments/87

  So I open this new bug/wishlist for this driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/626823/+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 1602241] Re: "[drm:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS" messages in syslog

2021-08-03 Thread Norbert
** Tags removed: precise

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

Title:
  "[drm:gen6_sanitize_pm] *ERROR* Power management discrepancy:
  GEN6_RP_INTERRUPT_LIMITS" messages in syslog

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have two error messages on my Asustek UX32A laptop.
  They are:

  Jul 12 12:23:23 norbert-flash kernel: [   21.384213] [drm:gen6_sanitize_pm] 
*ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 
1800, was 1206
  Jul 12 15:23:43 norbert-flash kernel: [   41.084122] [drm:gen6_sanitize_pm] 
*ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 
1807, was 1800

  It seems that 3.2 kernel is not compatible with my CPU/GPU (Intel
  i7-3537U).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-generic-pae 3.2.0.101.117
  ProcVersionSignature: Ubuntu 3.2.0-104.145-generic-pae 3.2.79
  Uname: Linux 3.2.0-104-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.13
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  norbert2360 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf7d18000 irq 45'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,10431507,00100100 
HDA:80862806,80860101,0010'
 Controls  : 18
 Simple ctrls  : 8
  Date: Tue Jul 12 15:30:06 2016
  HibernationDevice: RESUME=UUID=29a538af-86ee-47e2-9e0f-225270b11d48
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release i386 
(20130213)
  MachineType: ASUSTeK COMPUTER INC. UX32A
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-104-generic-pae 
root=UUID=cd849a78-bc1b-11e4-a81b-74d435a2779c ro verbose init=/sbin/init -v 
noplymouth mem=3536M
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-104-generic-pae N/A
   linux-backports-modules-3.2.0-104-generic-pae  N/A
   linux-firmware 1.79.18
  SourcePackage: linux
  StagingDrivers: rts5139 mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX32A.216
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX32A
  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.:bvrUX32A.216:bd02/12/2014:svnASUSTeKCOMPUTERINC.:pnUX32A:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX32A:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX32A
  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/1602241/+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 792085] Re: Automatic remount of safely removed USB 3.0 drive

2021-08-03 Thread Norbert
** Tags removed: natty precise trusty

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

Title:
  Automatic remount of safely removed USB 3.0 drive

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Triaged
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Yakkety:
  Fix Released
Status in linux package in Fedora:
  Fix Released
Status in linux package in openSUSE:
  Fix Released

Bug description:
  Binary package hint: nautilus

  When I choose "Safely remove drive" context menu entry for an external
  USB drive within a nautilus window or directly clicking on the desktop
  icon, after about 10 seconds the drive is automatically remounted and
  a Nautilus window showing the root folder opens.

  I have noticed that similar already happened with a very old Ubuntu
  version - Bug #110589 and as that is so long time ago I thought it is
  better to open a new bug. Reason of the problem might even be
  completely different.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  Date: Thu Jun  2 23:40:08 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

  break-fix: - 37be66767e3cae4fd16e064d8bb7f9f72bf5c045

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/792085/+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 1688716] Re: screen turns black after reopening lid (laptop)

2021-08-02 Thread Norbert
** Changed in: ubuntu-mate
   Status: Incomplete => Won't Fix

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

Title:
  screen turns black after reopening lid (laptop)

Status in Ubuntu MATE:
  Won't Fix
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When I close the laptop lid, the laptop hibernates/(suspends?). When I
  reopen the lid, the fans starts again but the screen is completely
  black.

  I'm running Ubuntu MATE 16.04.2 LTS (installed yesterday) on a ASUS TP301U.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vilhelm1852 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=78779645-e369-460f-92fa-fdef01ab1941
  InstallationDate: Installed on 2017-05-12 (112 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 002: ID 04f2:b568 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. TP301UJ
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-33-generic.efi.signed 
root=UUID=200c5644-817b-4c85-a997-011c9c0cfe6e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.10.0-33.37~16.04.1-generic 4.10.17
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-33-generic N/A
   linux-backports-modules-4.10.0-33-generic  N/A
   linux-firmware 1.157.11
  Tags:  xenial
  Uname: Linux 4.10.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: TP301UJ.300
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: TP301UJ
  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.:bvrTP301UJ.300:bd06/01/2016:svnASUSTeKCOMPUTERINC.:pnTP301UJ:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnTP301UJ:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: TP301UJ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vilhelm1852 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=78779645-e369-460f-92fa-fdef01ab1941
  InstallationDate: Installed on 2017-05-12 (112 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 002: ID 04f2:b568 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. TP301UJ
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-33-generic.efi.signed 
root=UUID=200c5644-817b-4c85-a997-011c9c0cfe6e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.10.0-33.37~16.04.1-generic 4.10.17
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-33-generic N/A
   linux-backports-modules-4.10.0-33-generic  N/A
   linux-firmware 1.157.11
  Tags:  xenial
  Uname: Linux 4.10.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: TP301UJ.300
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: TP301UJ
  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.:bvrTP301UJ.300:bd06/01/2016:svnASUSTeKCOMPUTERINC.:pnTP301UJ:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnTP301UJ:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: TP301UJ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:

[Kernel-packages] [Bug 1688716] Re: screen turns black after reopening lid (laptop)

2021-08-02 Thread Norbert
Can you reproduce this bug with newer version of Ubuntu MATE?

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

Title:
  screen turns black after reopening lid (laptop)

Status in Ubuntu MATE:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When I close the laptop lid, the laptop hibernates/(suspends?). When I
  reopen the lid, the fans starts again but the screen is completely
  black.

  I'm running Ubuntu MATE 16.04.2 LTS (installed yesterday) on a ASUS TP301U.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vilhelm1852 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=78779645-e369-460f-92fa-fdef01ab1941
  InstallationDate: Installed on 2017-05-12 (112 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 002: ID 04f2:b568 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. TP301UJ
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-33-generic.efi.signed 
root=UUID=200c5644-817b-4c85-a997-011c9c0cfe6e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.10.0-33.37~16.04.1-generic 4.10.17
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-33-generic N/A
   linux-backports-modules-4.10.0-33-generic  N/A
   linux-firmware 1.157.11
  Tags:  xenial
  Uname: Linux 4.10.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: TP301UJ.300
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: TP301UJ
  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.:bvrTP301UJ.300:bd06/01/2016:svnASUSTeKCOMPUTERINC.:pnTP301UJ:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnTP301UJ:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: TP301UJ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vilhelm1852 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=78779645-e369-460f-92fa-fdef01ab1941
  InstallationDate: Installed on 2017-05-12 (112 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 002: ID 04f2:b568 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. TP301UJ
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-33-generic.efi.signed 
root=UUID=200c5644-817b-4c85-a997-011c9c0cfe6e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.10.0-33.37~16.04.1-generic 4.10.17
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-33-generic N/A
   linux-backports-modules-4.10.0-33-generic  N/A
   linux-firmware 1.157.11
  Tags:  xenial
  Uname: Linux 4.10.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: TP301UJ.300
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: TP301UJ
  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.:bvrTP301UJ.300:bd06/01/2016:svnASUSTeKCOMPUTERINC.:pnTP301UJ:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnTP301UJ:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: TP301UJ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:

[Kernel-packages] [Bug 1906600] Re: WiFi disconnects continually (goes "down" in NetworkManager)

2021-08-01 Thread Norbert
** Tags removed: disco disconnect down drop network wifi

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

Title:
  WiFi disconnects continually (goes "down" in NetworkManager)

Status in Ubuntu MATE:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete
Status in network-manager package in Ubuntu:
  Invalid

Bug description:
  Hello everybody and thank you in advance for your help.  After a
  recent update, my machine rebooted and appeared to be fine, but after
  a short time the WiFi dropped and the NetworkManager applet shows that
  the interface is down.  I am also getting prompted for a password
  (which was previously saved) and when I click on connect it will
  establish the connection for a short time, but then goes down again.
  In some cases this is immediate in others, I will be online for up to
  approximately 15 minutes before it goes down again.  I have tried
  restarting NetworkManager, but I get the same results (short time up,
  then down).  I tried to review log data, but I am not a linux expert
  and so I'm not sure that I am looking at the right log, nor do I know
  exactly what to look for.  Here are some lines from around the time of
  the disconnect and the restarting of NetworkManager:

   '
  Dec 01 21:13:24 bryan-HP-Notebook NetworkManager[22616]:   
[1606875204.3541] dhcp4 (wlo1): state changed unknown -> bound
  Dec 01 21:13:24 bryan-HP-Notebook NetworkManager[22616]:   
[1606875204.3698] device (wlo1): state change: ip-config -> ip-check (reason 
'none', sys-iface-state: 'managed')
  Dec 01 21:13:24 bryan-HP-Notebook NetworkManager[22616]:   
[1606875204.3772] device (wlo1): state change: ip-check -> secondaries (reason 
'none', sys-iface-state: 'managed')
  Dec 01 21:13:24 bryan-HP-Notebook NetworkManager[22616]:   
[1606875204.3856] device (wlo1): state change: secondaries -> activated (reason 
'none', sys-iface-state: 'managed')
  Dec 01 21:13:24 bryan-HP-Notebook NetworkManager[22616]:   
[1606875204.3882] manager: NetworkManager state is now CONNECTED_SITE
  Dec 01 21:13:24 bryan-HP-Notebook NetworkManager[22616]:   
[1606875204.3945] device (wlo1): Activation: successful, device activated.
  Dec 01 21:13:24 bryan-HP-Notebook NetworkManager[22616]:   
[1606875204.3969] manager: NetworkManager state is now CONNECTED_GLOBAL
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.8909] device (wlo1): supplicant interface state: completed -> 
authenticating
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.8910] device (p2p-dev-wlo1): supplicant management interface state: 
completed -> authenticating
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9011] device (wlo1): supplicant interface state: authenticating -> 
associating
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9012] device (p2p-dev-wlo1): supplicant management interface state: 
authenticating -> associating
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9222] device (wlo1): supplicant interface state: associating -> 
4-way handshake
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9222] device (p2p-dev-wlo1): supplicant management interface state: 
associating -> 4-way handshake
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9223] sup-iface[0x562ab0adb110,wlo1]: connection disconnected 
(reason -1)
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9297] device (wlo1): supplicant interface state: 4-way handshake -> 
disconnected
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9318] device (wlo1): Activation: (wifi) disconnected during 
association, asking for new key
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9321] device (wlo1): state change: activated -> need-auth (reason 
'supplicant-disconnect', sys-iface-state: 'managed')
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9526] dhcp4 (wlo1): canceled DHCP transaction
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9527] dhcp4 (wlo1): state changed bound -> done
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9544] manager: NetworkManager state is now CONNECTING
  Dec 01 21:15:48 bryan-HP-Notebook NetworkManager[22616]:   
[1606875348.9603] device (p2p-dev-wlo1): supplicant management interface state: 
4-way handshake -> disconnected
  Dec 01 21:15:49 bryan-HP-Notebook NetworkManager[22616]:   
[1606875349.4819] device (wlo1): supplicant interface state: disconnected -> 
scanning
  Dec 01 21:15:49 bryan-HP-Notebook NetworkManager[22616]:   
[1606875349.4820] device (p2p-dev-wlo1): supplicant management interface state: 
disconnected -> scanning
  Dec 01 21:15:49 

[Kernel-packages] [Bug 1811182] Re: Ubuntu crashed totally. Nothing responded. Could not even shut down.

2021-07-31 Thread Norbert
** Tags removed: 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/1811182

Title:
  Ubuntu crashed totally. Nothing responded. Could not even shut down.

Status in Ubuntu MATE:
  Invalid
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu MATE 18.10 on AMD 64-bit machine. Working fine until suddenly
  Ubuntu stops responding to the mouse buttons or keyboard (PS2
  keyboard).

  No warning. Was using VueScan and running two bash scripts using
  tesseract and VisualWorks. Chrome and Pluma running but not being
  used.

  No other symptoms visible.

  This is the second time in a week that Ubuntu crashed in the same way
  and I have had to do a hardware reset to restart.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-13-generic 4.18.0-13.14
  ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17
  Uname: Linux 4.18.0-13-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  robert 2268 F pulseaudio
   /dev/snd/controlC0:  robert 2268 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Jan  9 22:53:15 2019
  InstallationDate: Installed on 2018-12-16 (24 days ago)
  InstallationMedia: Ubuntu-MATE 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=737f341d-e214-40a2-b2a3-5a8b1b7ed378 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.175.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1301
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: A88XM-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1301:bd04/01/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnA88XM-A:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1811182/+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 1827694] Re: Synaptics Touchpad doesn't support scroll after update to 19.04

2021-07-31 Thread Norbert
** Tags removed: disco

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

Title:
  Synaptics Touchpad doesn't support scroll after update to 19.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have Lenovo P50 laptop. After upgrading to 19.04 from 18.10
  Synaptics touchpad no longer supports scrolling after boot. It is also
  not detected in 'mouse' settings.

  After some research I found that running 'echo -n "reconnect" | sudo
  tee /sys/bus/serio/devices/serio1/drvctl' seems to fix the problem.

  Relevant info in dmesg:

  ```
  $ dmesg | grep -E 'psmouse|i801'
  [2.101685] i801_smbus :00:1f.4: enabling device ( -> 0003)
  [2.101805] i801_smbus :00:1f.4: SPD Write Disable is set
  [2.101913] i801_smbus :00:1f.4: SMBus using PCI interrupt
  [2.871715] psmouse serio1: synaptics: queried max coordinates: x 
[..5676], y [..4754]
  [2.905193] psmouse serio1: synaptics: queried min coordinates: x 
[1266..], y [1100..]
  [2.905195] psmouse serio1: synaptics: Trying to set up SMBus access
  [3.109019] i801_smbus :00:1f.4: Timeout waiting for interrupt!
  [3.109020] i801_smbus :00:1f.4: Transaction timeout
  [3.111086] psmouse serio1: synaptics: SMbus companion is not ready yet
  [3.112781] psmouse serio1: synaptics: Unable to initialize device.
  ```

  This is a regression from 18.10 (and all versions before that that
  I've run on this laptop).

  Please let me know if more information is needed. Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-13-generic 5.0.0-13.14
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  Uname: Linux 5.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  kolya  3390 F pulseaudio
   /dev/snd/controlC2:  kolya  3390 F pulseaudio
   /dev/snd/controlC1:  kolya  3390 F pulseaudio
   /dev/snd/controlC0:  kolya  3390 F pulseaudio
  CurrentDesktop: MATE
  Date: Sat May  4 00:17:32 2019
  InstallationDate: Installed on 2016-02-20 (1168 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20EN001SUS
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.0.0-13-generic 
root=/dev/mapper/ubuntu-root ro rootflags=subvol=@ cgroup_enable=memory 
swapaccount=1 quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-13-generic N/A
   linux-backports-modules-5.0.0-13-generic  N/A
   linux-firmware1.178
  SourcePackage: linux
  UpgradeStatus: Upgraded to disco on 2019-05-02 (1 days ago)
  dmi.bios.date: 11/14/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1EET81W (1.54 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EN001SUS
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1EET81W(1.54):bd11/14/2018:svnLENOVO:pn20EN001SUS:pvrThinkPadP50:rvnLENOVO:rn20EN001SUS:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad P50
  dmi.product.name: 20EN001SUS
  dmi.product.sku: LENOVO_MT_20EN_BU_Think_FM_ThinkPad P50
  dmi.product.version: ThinkPad P50
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1827694/+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 1826858] Re: XPS 9343 System freezes requiring hard reset

2021-07-31 Thread Norbert
** Tags removed: disco

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

Title:
  XPS 9343 System freezes requiring hard reset

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Since upgrading to disco I have started having regular freezes of my
  laptop. There is no response to key presses, mouse movement etc. Only
  recourse is to reset the system.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-13-generic 5.0.0-13.14
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  Uname: Linux 5.0.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair wl
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Mon Apr 29 11:13:13 2019
  HibernationDevice: RESUME=UUID=e76f9b75-a3b2-48c0-931f-7af49bda53bb
  InstallationDate: Installed on 2019-01-06 (112 days ago)
  InstallationMedia: Ubuntu-MATE 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Dell Inc. XPS 13 9343
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.0.0-13-generic 
root=/dev/mapper/ubuntu--mate--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-13-generic N/A
   linux-backports-modules-5.0.0-13-generic  N/A
   linux-firmware1.178
  SourcePackage: linux
  UpgradeStatus: Upgraded to disco on 2019-04-13 (15 days ago)
  dmi.bios.date: 08/29/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0310JH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd08/29/2016:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.sku: 0665
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1826858/+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 1824921] Re: package linux-firmware 1.175.3 failed to install/upgrade: installed linux-firmware package post-installation script subprocess returned error exit status 2

2021-07-31 Thread Norbert
** Tags removed: cosmic

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

Title:
  package linux-firmware 1.175.3 failed to install/upgrade: installed
  linux-firmware package post-installation script subprocess returned
  error exit status 2

Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  System is a new build. Right off the lastest ISO. Updates were
  applied. There were issues applying updates. This system does have a
  mobile i7 and a Geforce 960m 4GB edition.

  ProblemType: Package
  DistroRelease: Ubuntu 18.10
  Package: linux-firmware 1.175.3
  ProcVersionSignature: Ubuntu 4.18.0-17.18-generic 4.18.20
  Uname: Linux 4.18.0-17-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  Date: Thu Apr 11 20:06:27 2019
  Dependencies:
   
  Df:
   
  Dmesg:
   
  ErrorMessage: installed linux-firmware package post-installation script 
subprocess returned error exit status 2
  InstallationDate: Installed on 2019-04-11 (4 days ago)
  InstallationMedia: Ubuntu-MATE 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 
3.6.7-1~18.10
  PythonDetails: /usr/bin/python2.7, Python 2.7.15+, python-minimal, 2.7.15-3
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu5
   apt  1.7.4
  SourcePackage: linux-firmware
  Title: package linux-firmware 1.175.3 failed to install/upgrade: installed 
linux-firmware package post-installation script subprocess returned error exit 
status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1824921/+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 1839707] Re: System does not shutdown with any kernel >= v4.6.3

2021-07-31 Thread Norbert
** Tags removed: disco

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

Title:
  System does not shutdown with any kernel >= v4.6.3

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System hangs on shutdown at "Target Poweroff" since updating from 16.04LTS to 
18.04LTS.
  I have since tried cosmic and now disco with the same results.
  Using ukuu I have diagnosed the issue to a change between linux 4.6.2 and 
4.6.3
  Any linux version 4.6.3=> will hang at shutdown.
  Both full installations and live images have the same result, I also have two 
devices with the same issue.

  In addition I should mention I have tried many workarounds suggested on 
forums and in IRC.
  This includes but not confined to running with:- noapic nolapic and both 
Windows and Linux acpi_osi

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-21-generic 5.0.0-21.22
  ProcVersionSignature: Ubuntu 5.0.0-21.22-generic 5.0.15
  Uname: Linux 5.0.0-21-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  CurrentDesktop: MATE
  Date: Sat Aug 10 10:54:17 2019
  HibernationDevice: RESUME=UUID=3149be45-ddfc-461d-b629-f14840f86784
  InstallationDate: Installed on 2017-04-13 (848 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IwConfig: lono wireless extensions.
  MachineType: Dell Inc. Inspiron 1501
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-21-generic 
root=UUID=976abfe1-4322-487d-bead-8edf85051221 ro dell_smm_hwmon=0
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-21-generic N/A
   linux-backports-modules-5.0.0-21-generic  N/A
   linux-firmware1.178.3
  RfKill:

  SourcePackage: linux
  UpgradeStatus: Upgraded to disco on 2019-07-31 (9 days ago)
  dmi.bios.date: 08/23/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.6.1
  dmi.board.name: 0UW744
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.6.1:bd08/23/2006:svnDellInc.:pnInspiron1501:pvrNotSpecified:rvnDellInc.:rn0UW744:rvr:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 1501
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1839707/+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 1828666] Re: Kernels 5.0.0 and later networking does not work on i7-6850k on Asus X99A motherboard

2021-07-31 Thread Norbert
** Tags removed: disco

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

Title:
  Kernels 5.0.0 and later networking does not work on i7-6850k on Asus
  X99A motherboard

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On Asus x99A platform with an i7-6850k and 128GB RAM, 5.0.0 and later
  kernels neworking does not work.  This is true whether I use the
  internal network card which is an Intel E1000 based chipset or a add
  on card that uses a Broadcomm chip.  The same kernels work fine on
  X299 motherboards and i7-6700k CPUs.  I have to run 4.18.0-x on this
  machine for networking to work.  I have determined the problem is
  upstream as I built a 5.1.0 mainstream kernel and it behaves
  identically.  I can't report from a machine that doesn't work since
  networking is what is broken that is why this machine is running
  4.18.0 instead of 5.0.0 kernel under Ubuntu 19.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-14-lowlatency (not installed)
  ProcVersionSignature: Ubuntu 4.18.0-18.19-lowlatency 4.18.20
  Uname: Linux 4.18.0-18-lowlatency x86_64
  ApportVersion: 2.20.10-0ubuntu27
  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:
  CurrentDesktop: MATE
  Date: Sat May 11 03:20:29 2019
  HibernationDevice: RESUME=UUID=963cb206-8962-4fc0-82a1-fc4f02a9b5c5
  InstallationDate: Installed on 2017-05-05 (735 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: ASUS All Series
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-18-lowlatency 
root=UUID=28825f5b-a6fd-4e09-982c-0513ae4d2842 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-4.18.0-18-lowlatency N/A
   linux-backports-modules-4.18.0-18-lowlatency  N/A
   linux-firmware1.178.1
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to disco on 2019-05-05 (6 days ago)
  dmi.bios.date: 08/11/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1801
  dmi.board.asset.tag: Default string
  dmi.board.name: X99-E
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1801:bd08/11/2017:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnX99-E:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: ASUS MB
  dmi.product.name: All Series
  dmi.product.sku: All
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1828666/+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 1843511] Re: i915 enable_rc6=0 not respected

2021-07-31 Thread Norbert
** Tags removed: disco

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

Title:
  i915 enable_rc6=0 not respected

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   i915 enable_rc6=0 is not respected.  I want to disable rc6 power savings 
because it is a tower
  machine with a kilowatt supply and lots of fan so I don't give a rip about 
power consumption, I do not
  want my display interrupted while I'm watching a movie or video and when 
monitoring things I want to
  be able to walk by the monitor and see what is going on without having to go 
up and wiggle the mouse
  and wait for it to wake up and my monitor to sync.

   I have an i7-9700k on an Asus Z390A Prime motherboard.  I have
  enable RC6 disabled in the BIOS so BIOS isn't enabling it, in
  /etc/modprobe.d/i915.conf I have:

   options i915 enable_guc=3 enable_dc=0 enable_rc6=0

   In /etc/default/grub I have:

   GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xdg.force_integrated=1
  modprobe.blacklist=nouveau i915.i915_enable_rc6=0"

   I have done update-grub2 and update-initramfs -u -k all and
  rebooted, but still:

  cat /sys/class/drm/card0/power/rc6_enable
  1

   The kernel totally ignores my instructions and enables the damned
  thing anyway.  ARRGGH!

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-lowlatency 5.0.0.28.29
  ProcVersionSignature: Ubuntu 5.0.0-28.30-lowlatency 5.0.21
  Uname: Linux 5.0.0-28-lowlatency x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nanook 4342 F pulseaudio
  CurrentDesktop: MATE
  Date: Tue Sep 10 16:14:06 2019
  MachineType: System manufacturer System Product Name
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-28-lowlatency 
root=UUID=718970be-1c9c-4b4e-8940-1e26324e158b ro console=tty1 console=ttyS0 
panic=-1
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-28-lowlatency N/A
   linux-backports-modules-5.0.0-28-lowlatency  N/A
   linux-firmware   1.178.4
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/06/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1105
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1105:bd06/06/2019:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1843511/+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 1851887] Re: [ASUS N550JK] After a system reboot, the audio seems muted until one raises the level above 50%

2021-07-31 Thread Norbert
** Tags removed: eoan

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

Title:
  [ASUS N550JK] After a system reboot, the audio seems muted until one
  raises the level above 50%

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Sometimes when I play a clip (be it a Video, song or a radiostation,
  it doesn't matter) and I have the volume lowered to 10% I can't hear
  any sound whatsoever. Not until I raise the volume with Fn + F12 (F12
  has a speaker icon on it to raise the volume).

  It's as if PulseAudio is muted until I raise the volume.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pulseaudio 1:13.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-21.22-generic 5.3.7
  Uname: Linux 5.3.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  kristoffer   1627 F pulseaudio
   /dev/snd/controlC0:  kristoffer   1627 F pulseaudio
  CurrentDesktop: MATE
  Date: Fri Nov  8 23:39:31 2019
  InstallationDate: Installed on 2019-10-05 (34 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=sv_SE.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  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.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: N
  dmi.product.name: N550JK
  dmi.product.sku: ASUS-NotebookSKU
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kristoffer   1338 F pulseaudio
   /dev/snd/controlC1:  kristoffer   1338 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-11-11 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=sv_SE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-22-generic 
root=UUID=cd07365f-1075-4d73-aa51-3e3b4e91a8d1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-22.24-generic 5.3.7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-22-generic N/A
   linux-backports-modules-5.3.0-22-generic  N/A
   linux-firmware1.183.1
  Tags:  eoan
  Uname: Linux 5.3.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  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.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: N
  dmi.product.name: N550JK
  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/1851887/+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 1874846] Re: Keyboard stops responding in kernel 5.3.0-46, but 5.3.0-45 works

2021-07-31 Thread Norbert
** Tags removed: eoan freeze ubuntu

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

Title:
  Keyboard stops responding in kernel 5.3.0-46, but 5.3.0-45 works

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The symptoms are that I am working normally, often with a remmina
  remote session open and suddenly everything stops. The keyboard will
  no longer response (caps-lock and Alt/SysRQ/reisub both have no
  effect. This started with kernel vmlinuz-5.3.0-46-generic and my
  current workaround is tu drop back to the previous -45 kernel which
  has been solid for about 4 weeks of fairly intense remote working.

  I think it is possibly another instance of existing bug 1872292 and
  I'm keen to help get you any diagnostic information I reasonably can.

  Description:  Ubuntu 18.04.4 LTS
  Release:  18.04

  Chris Ritson

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.3.0-45.37~18.04.1-generic 5.3.18
  Uname: Linux 5.3.0-45-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.14
  Architecture: amd64
  CompositorRunning: None
  Date: Fri Apr 24 16:43:08 2020
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a week
  GpuHangReproducibility: Seems to happen randomly
  GpuHangStarted: Since a couple weeks or more
  GraphicsCard:
   Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx 
Integrated Graphics Controller [8086:22b1] (rev 21) (prog-if 00 [VGA 
controller])
 Subsystem: Intel Corporation Atom/Celeron/Pentium Processor 
x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [8086:7270]
  InstallationDate: Installed on 2020-03-23 (32 days ago)
  InstallationMedia: Ubuntu-MATE 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-45-generic 
root=/dev/mapper/ubuntu--mate--vg-root ro
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/01/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0031.2015.0601.1712
  dmi.board.name: NUC5PPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H76558-102
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0031.2015.0601.1712:bd06/01/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5PPYB:rvrH76558-102:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
  version.libdrm2: libdrm2 2.4.99-1ubuntu1~18.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.8-0ubuntu0~18.04.3
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.8-0ubuntu0~18.04.3
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874846/+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 1856872] Re: Realtek btusb dongle vanishes after resume from suspend

2021-07-31 Thread Norbert
** Tags removed: eoan

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

Title:
  Realtek btusb dongle vanishes after resume from suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New laptop that is running Ubuntu Mate 19.10, most everything works
  out of the box even bluetooth but bluetooth does not resume after
  suspend.  In fact I am unable to restart it and get it to work after a
  suspend. Wireless resumes and continues to work, just bluetooth fails.
  After suspend the controller and adapter are not found, restarting
  bluetooth.service nor restarting network manger solve the issue.
  After a resume the adapter is not found at all, I have tried to remove
  the module before a suspend and add it back to no avail, the only way
  to get it working is to reboot which is a pain.

  Please let me know what additional data you may need, posting
  information below:

  Chipset is Realtek RTL8822CE, combined wireless and Bluetooth module
  Running Bluez 5.50 package...

  Working on intial Boot:

  lsusb -tv
  /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 1M
  ID 1d6b:0003 Linux Foundation 3.0 root hub
  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
  ID 1d6b:0002 Linux Foundation 2.0 root hub
  |__ Port 3: Dev 2, If 0, Class=Video, Driver=uvcvideo, 480M
  ID 0408:5365 Quanta Computer, Inc.
  |__ Port 3: Dev 2, If 1, Class=Video, Driver=uvcvideo, 480M
  ID 0408:5365 Quanta Computer, Inc.
  |__ Port 10: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
  ID 0bda:b00c Realtek Semiconductor Corp.
  |__ Port 10: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
  ID 0bda:b00c Realtek Semiconductor Corp.

  rfkill list
  0: phy0: Wireless LAN
   Soft blocked: no
   Hard blocked: no
  1: hci0: Bluetooth
   Soft blocked: no
   Hard blocked: no

  usb-devices
  T:  Bus=01 Lev=01 Prnt=01 Port=09 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
  D:  Ver= 1.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
  P:  Vendor=0bda ProdID=b00c Rev=00.00
  S:  Manufacturer=Realtek
  S:  Product=Bluetooth Radio
  S:  SerialNumber=00e04c01
  C:  #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr=500mA
  I:  If#=0x0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
  I:  If#=0x1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb

  lsusb
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 002: ID 0408:5365 Quanta Computer, Inc. HP TrueVision HD Camera
  Bus 001 Device 003: ID 0bda:b00c Realtek Semiconductor Corp. Bluetooth Radio
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  dmesg | grep Blue
  [1.192743] usb 1-10: Product: Bluetooth Radio
  [   11.706607] Bluetooth: Core ver 2.22
  [   11.706620] Bluetooth: HCI device and connection manager initialized
  [   11.706624] Bluetooth: HCI socket layer initialized
  [   11.706626] Bluetooth: L2CAP socket layer initialized
  [   11.706628] Bluetooth: SCO socket layer initialized
  [   11.720229] Bluetooth: hci0: RTL: rtl: examining hci_ver=0a hci_rev=000c 
lmp_ver=0a lmp_subver=8822
  [   11.721252] Bluetooth: hci0: RTL: rom_version status=0 version=3
  [   11.721254] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822cu_fw.bin
  [   11.722558] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822cu_config.bin
  [   11.722879] Bluetooth: hci0: RTL: cfg_sz 6, total sz 24866
  [   15.466810] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [   15.466812] Bluetooth: BNEP filters: protocol multicast
  [   15.466816] Bluetooth: BNEP socket layer initialized
  [   18.070246] Bluetooth: RFCOMM TTY layer initialized
  [   18.070250] Bluetooth: RFCOMM socket layer initialized
  [   18.070253] Bluetooth: RFCOMM ver 1.11

  After resume:

  lsusb -tv
  /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 1M
  ID 1d6b:0003 Linux Foundation 3.0 root hub
  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
  ID 1d6b:0002 Linux Foundation 2.0 root hub
  |__ Port 3: Dev 2, If 0, Class=Video, Driver=uvcvideo, 480M
  ID 0408:5365 Quanta Computer, Inc.
  |__ Port 3: Dev 2, If 1, Class=Video, Driver=uvcvideo, 480M
  ID 0408:5365 Quanta Computer, Inc.

  rfkill list
  1: phy0: Wireless LAN
   Soft blocked: no
   Hard blocked: no

  usb-devices

  T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh=12
  D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
  P:  Vendor=1d6b ProdID=0002 Rev=05.03
  S:  Manufacturer=Linux 5.3.0-24-generic xhci-hcd
  S:  Product=xHCI Host Controller
  S:  SerialNumber=:00:14.0
  C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
  I:  If#=0x0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

  T:  Bus=01 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#=  2 Spd=480 MxCh= 0
  D:  Ver= 2.01 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs=  1
  P:  Vendor=0408 

[Kernel-packages] [Bug 1871382] Re: Touchpad not working

2021-07-31 Thread Norbert
** Tags removed: eoan

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

Title:
  Touchpad not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The device is FlexBook 360 and the touchscreen and the touchpad does not work.
  The touchpad can only launch the "Search for Files" when i tap with three 
fingers.
  Linux 5.3.0-46-generic #38-Ubuntu SMP Fri Mar 27 17:37:05 UTC 2020 x86_64 
x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-46-generic 5.3.0-46.38
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Uname: Linux 5.3.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  user   1045 F pulseaudio
  CurrentDesktop: MATE
  Date: Tue Apr  7 15:47:45 2020
  InstallationDate: Installed on 2020-02-11 (55 days ago)
  InstallationMedia: Ubuntu-MATE 19.04 "Disco Dingo" - Release amd64 (20190416)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 1018:1006 Logitech USB Receiver
   Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
   Bus 001 Device 006: ID 046d:c534 Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: PLAISIO COMPUTERS SA TURBO-X
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=980454e4-a9f7-42fd-8c7b-3ec0a0d3440d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-46-generic N/A
   linux-backports-modules-5.3.0-46-generic  N/A
   linux-firmware1.183.5
  SourcePackage: linux
  UpgradeStatus: Upgraded to eoan on 2020-02-28 (39 days ago)
  dmi.bios.date: 04/13/2016
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: Turboxx.WT102.OABNEEA01
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: TURBO-X
  dmi.board.vendor: PLAISIO COMPUTERS SA
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvrTurboxx.WT102.OABNEEA01:bd04/13/2016:svnPLAISIOCOMPUTERSSA:pnTURBO-X:pvrType1-TBDbyOEM:rvnPLAISIOCOMPUTERSSA:rnTURBO-X:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.family: Type1 - Family
  dmi.product.name: TURBO-X
  dmi.product.sku: Type1 - SKU0
  dmi.product.version: Type1 - TBD by OEM
  dmi.sys.vendor: PLAISIO COMPUTERS SA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1871382/+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 1877506] Re: Overgreedy dependencies for linux kernel

2021-07-31 Thread Norbert
** Tags removed: eoan

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

Title:
  Overgreedy dependencies for linux kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  linux-modules-extra-5.3.0-51-generic requires either linux-
  image-5.3.0-51-generic or linux-image-unsigned-5.3.0-51-generic to be
  installed while I have linux-image-5.3.0-51-lowlatency installed
  forcing me two have two vmlinuz and initrd in my /boot folder for same
  kernel.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-modules-extra-5.3.0-51-generic 5.3.0-51.44
  ProcVersionSignature: Ubuntu 5.3.0-51.44-lowlatency 5.3.18
  Uname: Linux 5.3.0-51-lowlatency x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bartek 2047 F pulseaudio
   /dev/snd/controlC0:  bartek 2047 F pulseaudio
  CurrentDesktop: MATE
  Date: Fri May  8 06:55:15 2020
  InstallationDate: Installed on 2020-01-29 (99 days ago)
  InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-51-lowlatency 
root=UUID=a69a7b67-473c-478b-9f5f-abe99208eff6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-51-lowlatency N/A
   linux-backports-modules-5.3.0-51-lowlatency  N/A
   linux-firmware   1.183.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/04/2010
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: ASUS M2A-VM HDMI ACPI BIOS Revision 5001
  dmi.board.name: M2A-VM HDMI
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 1.XX
  dmi.chassis.asset.tag: 123456789000
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSM2A-VMHDMIACPIBIOSRevision5001:bd02/04/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2A-VMHDMI:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877506/+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 1767064] Re: can't remove package linux-image-extra-4.10.0-28-generic 4.10.0-28.32~16.04.2 failed to install/upgrade: el paquet linux-image-extra-4.10.0-28-generic no està llest

2021-07-31 Thread Norbert
** Tags removed: zesty

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

Title:
  can't remove package linux-image-extra-4.10.0-28-generic
  4.10.0-28.32~16.04.2 failed to install/upgrade: el paquet linux-image-
  extra-4.10.0-28-generic no està llest per a configurar-se  no es pot
  configurar (estat actual «half-installed»)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New kernel version = LOTS OF PROBLEMS

  Problem with the driver of my Realtek Wifi card(this is a new
  laptop).

  I got to find and install (compile for the kernek version) the driver
  for this card, and both system and wireless card they were working
  fine, but then Xenial, made the  proposal to make a packages update,
  and then began all my problems.

  
  New kernel version among them = LOTS OF PROBLEMS

  PROBLEM WITH THE PACKAGE Linux Image
  The system itself proposed me to remove/eliminate some old packages like old 
kernels (headers and linux images). But in order to remove the package package 
linux-image-extra-4.10.0-28-generic 4.10.0-28.32~16.04.2 it lasts several 
hours, and still was just in the 68% percent of the process.
  When tired of waitind I decided to manually cancel it.
  But some processes still remained in memory, so I had to kill them.

  And now the error/fail persists.

  So what can I do now to remove this package from the system?

  How can I manage in order not to have to compile wireless card driver
  for every new kernel version?

  I think I will remove this Ubuntu 16.04 and I'm going to install new 18.04 
LTS.
  And will be the end of my problems.

  Kind regards

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.10.0-28-generic 4.10.0-28.32~16.04.2
  ProcVersionSignature: Ubuntu 4.13.0-38.43~16.04.1-generic 4.13.16
  Uname: Linux 4.13.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.16
  Architecture: amd64
  Date: Wed Apr 25 19:13:18 2018
  ErrorMessage: el paquet linux-image-extra-4.10.0-28-generic no està llest per 
a configurar-se  no es pot configurar (estat actual «half-installed»)
  InstallationDate: Installed on 2018-03-18 (38 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.4
   apt  1.2.26
  SourcePackage: linux-hwe
  Title: package linux-image-extra-4.10.0-28-generic 4.10.0-28.32~16.04.2 
failed to install/upgrade: el paquet linux-image-extra-4.10.0-28-generic no 
està llest per a configurar-se  no es pot configurar (estat actual 
«half-installed»)
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767064/+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 1807605] Re: Could not report Linux error

2021-07-31 Thread Norbert
** Tags removed: cosmic

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

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

Title:
  Could not report Linux error

Status in Ubuntu MATE:
  Invalid
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  System tried to update and got an error due to the defective superspec
  package.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-12-generic 4.18.0-12.13
  ProcVersionSignature: Ubuntu 4.18.0-12.13-generic 4.18.17
  Uname: Linux 4.18.0-12-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  robert 3284 F pulseaudio
   /dev/snd/controlC0:  robert 3284 F pulseaudio
  CurrentDesktop: MATE
  Date: Sun Dec  9 12:41:11 2018
  InstallationDate: Installed on 2018-11-30 (9 days ago)
  InstallationMedia: Ubuntu-MATE 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-12-generic 
root=UUID=9bdf74d9-8608-440e-8020-66b698586d9d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-12-generic N/A
   linux-backports-modules-4.18.0-12-generic  N/A
   linux-firmware 1.175.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1301
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: A88XM-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1301:bd04/01/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnA88XM-A:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1807605/+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 1807838] Re: Ubuntu crashed totally. Nothing responded. Could not even shut down.

2021-07-31 Thread Norbert
** Tags removed: cosmic

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

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

Title:
  Ubuntu crashed totally. Nothing responded. Could not even shut down.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I was running a bash script which copied directories from a partition
  on my hard drive (never store data in the Linux partition) to external
  USB drives. After the script finished, Ubuntu 18.10 crashed. The mouse
  pointer moved but no window, or menu or keys responded. Could not even
  get the Menu to open so that I could shut down. Had to power down
  manually.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-12-generic 4.18.0-12.13
  ProcVersionSignature: Ubuntu 4.18.0-12.13-generic 4.18.17
  Uname: Linux 4.18.0-12-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  robert 3117 F pulseaudio
   /dev/snd/controlC0:  robert 3117 F pulseaudio
  CurrentDesktop: MATE
  Date: Tue Dec 11 02:54:28 2018
  InstallationDate: Installed on 2018-11-30 (11 days ago)
  InstallationMedia: Ubuntu-MATE 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-12-generic 
root=UUID=9bdf74d9-8608-440e-8020-66b698586d9d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-12-generic N/A
   linux-backports-modules-4.18.0-12-generic  N/A
   linux-firmware 1.175.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1301
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: A88XM-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1301:bd04/01/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnA88XM-A:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1807838/+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 1740666] Re: systemd-timesyncd doesn't sync time after resume from hibernate

2021-07-31 Thread Norbert
** Tags removed: artful

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

Title:
  systemd-timesyncd doesn't sync time after resume from hibernate

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

Bug description:
  When resuming, the clock remains at the time when the hibernate
  happened, even if timedatectl claims that it is being synced:

  $ timedatectl status
Local time: Вс 2017-12-31 13:46:16 +05
Universal time: Вс 2017-12-31 08:46:16 UTC
  RTC time: Вс 2017-12-31 08:46:16
 Time zone: Asia/Yekaterinburg (+05, +0500)
   Network time on: yes
  NTP synchronized: yes
   RTC in local TZ: no

  I've tried waiting a bit, but this persisted for some minutes, so I
  forced an update with

  systemctl restart systemd-timesyncd.service

  And afterwards the time was (apparently) correctly synced.

  Please, let me know what further informations are needed to debug the
  issue, and I would be happy to do some other test.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu12.1
  ProcVersionSignature: Ubuntu 4.13.0-19.22-generic 4.13.13
  Uname: Linux 4.13.0-19-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Dec 31 13:41:51 2017
  InstallationDate: Installed on 2017-06-05 (208 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-19-generic 
root=UUID=1bda199b-5177-4ed2-babe-46c9ab503918 ro quiet splash zswap.enabled=1 
zswap.compressor=lz4 zswap.max_pool_percent=33 vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to artful on 2017-12-16 (14 days ago)
  dmi.bios.date: 06/18/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F14
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF14:bd06/18/2009:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1740666/+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 1723271] Re: Hide kerneloops applet from Startup Applications

2021-07-31 Thread Norbert
** Tags removed: artful

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

Title:
  Hide kerneloops applet from Startup Applications

Status in kerneloops package in Ubuntu:
  Triaged

Bug description:
  Ubuntu still includes the Startup Applications app in the default
  install (it was dropped in gnome-session upstream years ago).

  To prevent users from being able to easily disable system services
  that they probably shouldn't, Ubuntu makes sure that apps included by
  default set NoDisplay=true in their autostart files. This hides the
  services from the Startup Applications app.

  Test Case
  =
  Open Startup Applications
  Does kerneloops-applet show in the list?

  Other Info
  ==
  SSH Key Agent is intentionally in the Startup Applications list.

  By the way, MATE has a similar tool but it doesn't respect NoDisplay yet.
  https://github.com/mate-desktop/mate-session-manager/issues/134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kerneloops/+bug/1723271/+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 1722740] Re: IP: bio_uncopy_user+0xc3/0x140

2021-07-31 Thread Norbert
** Tags removed: artful

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

Title:
  IP: bio_uncopy_user+0xc3/0x140

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Just performed daily update.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-15-generic 4.13.0-15.16
  ProcVersionSignature: Ubuntu 4.13.0-15.16-generic 4.13.4
  Uname: Linux 4.13.0-15-generic i686
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  charlie2368 F pulseaudio
  Date: Wed Oct 11 09:30:48 2017
  Failure: oops
  InstallationDate: Installed on 2017-07-28 (74 days ago)
  InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Alpha i386 
(20170725.1)
  IwConfig:
   lono wireless extensions.
   
   enp3s0no wireless extensions.
  MachineType: NOVATECH LTD PERSONAL COMPUTER
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-15-generic 
root=UUID=650586f6-4f8f-4d72-853f-15154b747716 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.
  RelatedPackageVersions: kerneloops-daemon N/A
  RfKill:
   
  SourcePackage: linux
  Title: IP: bio_uncopy_user+0xc3/0x140
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/19/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H81M-DS2V
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: xxx-xxx
  dmi.chassis.type: 3
  dmi.chassis.vendor: NOVATECH LTD
  dmi.chassis.version: V1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF5:bd06/19/2014:svnNOVATECHLTD:pnPERSONALCOMPUTER:pvrV1.0:rvnGigabyteTechnologyCo.,Ltd.:rnH81M-DS2V:rvrTobefilledbyO.E.M.:cvnNOVATECHLTD:ct3:cvrV1.0:
  dmi.product.family: AMI PLATFORM
  dmi.product.name: PERSONAL COMPUTER
  dmi.product.version: V1.0
  dmi.sys.vendor: NOVATECH LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1722740/+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 1767180] Re: Bluetooth of the Asus Maximus X Hero Wifi AC motherboard doesnt work using the Realtek 8822BE driver

2021-07-31 Thread Norbert
** Tags removed: artful

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

Title:
  Bluetooth of the Asus Maximus X Hero Wifi AC motherboard doesnt work
  using the Realtek 8822BE driver

Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  What you expected to happen
  For the Asus Maximus X Hero Wifi AC motherboards' bluetooth to work

  What happened instead
  Bluetooth does not work

  lsb_release -rd
  Description:  Ubuntu Bionic Beaver (development branch)
  Release:  18.04

  My custom computer uses an Asus Maximus X Hero Wifi AC motherboard,
  which uses the Realtek 8822BE driver to cotrol wifi and bluetooth.
  Support for this driver was added on kernel 4.14, however only wifi
  works. Bluetooth appears as disabled on the Bluetooth adapters
  program, but on rfkill it is not blocked, and it is not disabled on
  the motherboards' settings.

  This was tested on an Ubuntu-Mate 18.04 Beta 2, Ubuntu 16.04LTS and Ubuntu 
17.10 using kernel 4.15. Tried 4.16 just in case, but it didn't work.
  --- 
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  azul   1431 F pulseaudio
   /dev/snd/controlC0:  azul   1431 F pulseaudio
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-04-08 (18 days ago)
  InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Beta amd64 
(20180404)
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic 
root=UUID=d3f1f2d4-b9ff-4e28-b840-fe563d5df18d ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-20-generic N/A
   linux-backports-modules-4.15.0-20-generic  N/A
   linux-firmware 1.173
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/09/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1301
  dmi.board.asset.tag: Default string
  dmi.board.name: ROG MAXIMUS X HERO (WI-FI AC)
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1301:bd04/09/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGMAXIMUSXHERO(WI-FIAC):rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767180/+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 1801642] Re: Bluetooth mouse sleeps after 5 seconds of inactivity, but btusb.enable_autosuspend=0 fixes it

2021-07-31 Thread Norbert
** Tags removed: cosmic

** Tags added: 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/1801642

Title:
  Bluetooth mouse sleeps after 5 seconds of inactivity, but
  btusb.enable_autosuspend=0 fixes it

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm having bluetooth mouse lag issue. After leaving it stationary for
  5 seconds, I have to move it for 2 seconds before the pointer starts
  moving.

  I recently upgraded to Cosmic 3 days ago (from Bionic). There was no
  issue in the first 3 days, including after suspend/restart/shutdown.
  This issue only appears starting today.

  I tried:
  1. Running 'bluetoothctl' and then 'scan off'. The command failed to run with 
'Failed to stop discovery: org.bluez.Error.Failed'.
  2. modprobe -r btusb, then modprobe it again.
  3. sudo sh -c 'echo N > /sys/module/drm_kms_helper/parameters/poll'
  4. Disabling wifi.

  $ apt-cache policy bluez
  5.50-0ubuntu1

  $uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; 
dmesg | grep -i firmware; lsmod | grep bluetooth
  4.18.0-10-generic #11
  02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 
[8086:08b1] (rev 73)
Subsystem: Intel Corporation Dual Band Wireless-N 7260 [8086:4460]
Kernel driver in use: iwlwifi
  03:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
Subsystem: Dell RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller [1028:05f9]
Kernel driver in use: r8169
Kernel modules: r8169
  Bus 001 Device 002: ID 8087:8000 Intel Corp. 
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 003 Device 003: ID 17e9:4301 DisplayLink 
  Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 002 Device 047: ID 04f3:0206 Elan Microelectronics Corp. 
  Bus 002 Device 006: ID 8087:07dc Intel Corp. 
  Bus 002 Device 034: ID 0461:4d51 Primax Electronics, Ltd 0Y357C PMX-MMOCZUL 
(B) [Dell Laser Mouse]
  Bus 002 Device 118: ID 0853:0132 Topre Corporation 
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  [  287.361153] hid-generic 0005:046D:B012.0005: input,hidraw2: BLUETOOTH HID 
v0.14 Keyboard [MX Master] on FC:F8:AE:33:C7:31
  bluetooth 548864  33 btrtl,btintel,btbcm,bnep,btusb,rfcomm
  ecdh_generic   24576  2 bluetooth

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: bluez 5.50-0ubuntu1
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Mon Nov  5 13:40:01 2018
  InstallationDate: Installed on 2018-07-08 (119 days ago)
  InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Dell Inc. Inspiron 7537
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-10-generic 
root=/dev/mapper/ubuntu--mate--vg-root ro ipv6.disable=1 quiet splash 
i915.enable_psr=0
  SourcePackage: bluez
  UpgradeStatus: Upgraded to cosmic on 2018-11-02 (3 days ago)
  dmi.bios.date: 10/31/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 07PF9F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd10/31/2013:svnDellInc.:pnInspiron7537:pvr:rvnDellInc.:rn07PF9F:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.family: Shark Bay ULT
  dmi.product.name: Inspiron 7537
  dmi.product.sku: Inspiron 7537
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: FC:F8:AE:33:C7:31  ACL MTU: 1021:5  SCO MTU: 96:5
UP RUNNING 
RX bytes:2380 acl:32 sco:0 events:208 errors:0
TX bytes:28560 acl:29 sco:0 commands:170 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801642/+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 1852905] Re: nvidia-drivers-435 won't load on GeForce GTX 980M

2021-07-31 Thread Norbert
** Tags removed: eoan

** Changed in: nvidia-graphics-drivers-435 (Ubuntu)
   Status: New => Incomplete

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

Title:
  nvidia-drivers-435 won't load on GeForce GTX 980M

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

Bug description:
  Preamble

  I have an Entroware Athena with GeForce GTX 980M GPU. It was running
  18.04, and then upgraded to 19.10 where it was running fine. I was on
  GNOME but due to another unrelated bug I switched to MATE. While away,
  I think some packages updated on it and when I tried using the machine
  it was slow, feeling like I was using a VESA driver (very slow
  framerate on the desktop). I thought it needed an nvidia driver update
  and reboot, however, I couldn't install the latest nvidia driver.

  It got into a situation where nvidia-drivers-435 wouldn't install
  because xserver-xorg-video-nvidia-435 and libnvidia-cfg1-435 were
  being held back. So I did:

  sudo apt install nvidia-driver-435 xserver-xorg-video-nvidia-435
  libnvidia-cfg1-435

  When I rebooted, it's still not using the nvidia binary driver.

  I also noted it doesn't seem to trigger dkms at all. Surely it needs
  to?

  (base) alan@mother:~$ sudo apt install nvidia-driver-435 
xserver-xorg-video-nvidia-435 libnvidia-cfg1-435 --reinstall
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages were automatically installed and are no longer 
required:
augeas-lenses chromium-codecs-ffmpeg-extra g++-7 gcc-8-base:i386 
guile-2.0-libs libarmadillo8 libaugeas0 libavcodec-extra57 libavdevice57 
libavfilter6 libavformat57 libavresample3 libavutil55
libboost-program-options1.65.1 libcharls1 libcrystalhd3 libcue1 
libdouble-conversion1 libenca0 libgeos-3.6.2 libgfortran4 libglew2.0 
libgovirt-common libgovirt2 libiptcdata0 liblivemedia62 libllvm7 libllvm8
libllvm8:i386 liblvm2app2.2 liblvm2cmd2.02 libmysqlclient20 libnetcf1 
libnfs11 libnvidia-common-390 libnvidia-common-430 libostree-1-1 libplacebo4 
libpostproc54 libproj12 libprotobuf-lite10 libpython3.6-dev
libstdc++-7-dev libswresample2 libswscale4 libtagc0 libtinfo5:i386 libupnp6 
libwayland-client0:i386 libwayland-server0:i386 libwxgtk3.0-0v5 libx264-152 
libx265-146 libzip4 net-tools python-idna python-oauth
python-zope.interface python3.6-dev schroot-common 
xserver-xorg-input-all-hwe-18.04 xserver-xorg-input-libinput-hwe-18.04 
xserver-xorg-input-wacom-hwe-18.04 xserver-xorg-legacy-hwe-18.04
xserver-xorg-video-intel-hwe-18.04 xserver-xorg-video-nouveau-hwe-18.04 
xserver-xorg-video-radeon-hwe-18.04 xserver-xorg-video-vmware-hwe-18.04
  Use 'sudo apt autoremove' to remove them.
  0 to upgrade, 0 to newly install, 3 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 1,986 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  Get:1 http://gb.archive.ubuntu.com/ubuntu eoan/restricted amd64 
libnvidia-cfg1-435 amd64 435.21-0ubuntu2 [69.2 kB]
  Get:2 http://gb.archive.ubuntu.com/ubuntu eoan/restricted amd64 
nvidia-driver-435 amd64 435.21-0ubuntu2 [413 kB]
  Get:3 http://gb.archive.ubuntu.com/ubuntu eoan/restricted amd64 
xserver-xorg-video-nvidia-435 amd64 435.21-0ubuntu2 [1,504 kB]
  Fetched 1,986 kB in 0s (85.7 MB/s)   
  (Reading database ... 306958 files and directories currently installed.)
  Preparing to unpack .../libnvidia-cfg1-435_435.21-0ubuntu2_amd64.deb ...
  Unpacking libnvidia-cfg1-435:amd64 (435.21-0ubuntu2) over (435.21-0ubuntu2) 
...
  Preparing to unpack .../nvidia-driver-435_435.21-0ubuntu2_amd64.deb ...
  Unpacking nvidia-driver-435 (435.21-0ubuntu2) over (435.21-0ubuntu2) ...
  Preparing to unpack 
.../xserver-xorg-video-nvidia-435_435.21-0ubuntu2_amd64.deb ...
  Unpacking xserver-xorg-video-nvidia-435 (435.21-0ubuntu2) over 
(435.21-0ubuntu2) ...
  Setting up libnvidia-cfg1-435:amd64 (435.21-0ubuntu2) ...
  Setting up xserver-xorg-video-nvidia-435 (435.21-0ubuntu2) ...
  Setting up nvidia-driver-435 (435.21-0ubuntu2) ...
  Processing triggers for libc-bin (2.30-0ubuntu2) ...
  (base) alan@mother:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: nvidia-driver-435 435.21-0ubuntu2
  ProcVersionSignature: Ubuntu 5.3.0-23.25-generic 5.3.7
  Uname: Linux 5.3.0-23-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Nov 17 12:00:29 2019
  InstallationDate: Installed on 2019-06-19 (150 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: nvidia-graphics-drivers-435
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:

[Kernel-packages] [Bug 1843222] Re: Old Linux version booted after upgrade to Ubuntu 19.10

2021-07-31 Thread Norbert
** Tags removed: eoan

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

Title:
  Old Linux version booted after upgrade to Ubuntu 19.10

Status in casper package in Ubuntu:
  New
Status in grub2 package in Ubuntu:
  New
Status in zfs-linux package in Ubuntu:
  New

Bug description:
  I have a triple boot with the following systems:
  - Xubuntu 19.10 from zfs 0.8.1
  - Ubuntu Mate 18.04.3 from zfs 0.7.12
  - Ubuntu 19.10 from ext4

  Upgrading the first system Xubuntu to 19.10 worked fine and I was very happy 
with the almost perfect result and the nice grub-menu.
  Upgrading to Ubuntu 19.10 created the following problems:
  - That system booted after the upgrade to Ubuntu 19.10 in Linux 5.0 with zfs 
0.7.12
  - All grub entries with the ZFS systems disappeared and the whole nice 
grub-menu was gone.

  Running update-grub and grub install; I did see the Linux 5.2 version
  appear, but it still booted from 5.0.

  There were some error messages about mounting/importing during the zfs
  part of the upgrade, but they were the same as the ones during the
  Xubuntu upgrade and that upgrade worked perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: zfsutils-linux 0.8.1-1ubuntu11
  ProcVersionSignature: Ubuntu 5.0.0-27.28-generic 5.0.21
  Uname: Linux 5.0.0-27-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Sep  9 01:37:21 2019
  InstallationDate: Installed on 2019-03-10 (183 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: zfs-linux
  UpgradeStatus: Upgraded to eoan on 2019-09-09 (0 days ago)
  modified.conffile..etc.sudoers.d.zfs: [inaccessible: [Errno 13] Permission 
denied: '/etc/sudoers.d/zfs']

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1843222/+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 1823819] Re: Upgrade to 19.04 fails with linux-image-5.0.0-8

2021-07-31 Thread Norbert
** Tags removed: disco

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

Title:
  Upgrade to 19.04 fails with linux-image-5.0.0-8

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Upgrade to 19.04 Ubuntu MATE fails with following:

  Could not install 'linux-image-5.0.0-8-generic
  triggers looping, abandoned

  Could not install the upgrades

  The upgrade has aborted. Your system could be in an unusable state. A
  recovery will run now (dpkg --configure -a).

  Same error as Bug #1823116

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-8-generic 5.0.0-8.9
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu25
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  testdev1634 F pulseaudio
  CurrentDesktop: MATE
  Date: Mon Apr  8 18:22:14 2019
  InstallationDate: Installed on 2019-04-08 (0 days ago)
  InstallationMedia: Ubuntu-MATE 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  IwConfig:
   lono wireless extensions.
   
   ens33 no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. 
   Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
   Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: VMware, Inc. VMware Virtual Platform
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 svgadrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-8-generic 
root=UUID=f20f596d-9e53-4bb6-bf4a-df5764d8ddb2 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-8-generic N/A
   linux-backports-modules-5.0.0-8-generic  N/A
   linux-firmware   1.178
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to disco on 2019-04-09 (0 days ago)
  dmi.bios.date: 04/13/2018
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.name: 440BX Desktop Reference Platform
  dmi.board.vendor: Intel Corporation
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd04/13/2018:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: VMware Virtual Platform
  dmi.product.version: None
  dmi.sys.vendor: VMware, Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823819/+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 1686249] Re: nvidia-375 375.39-0ubuntu5: nvidia-375 kernel module failed to build [conftest.sh: Syntax error: word unexpected (expecting ")")]

2021-07-31 Thread Norbert
** Tags removed: zesty

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

Title:
  nvidia-375 375.39-0ubuntu5: nvidia-375 kernel module failed to build
  [conftest.sh: Syntax error: word unexpected (expecting ")")]

Status in nvidia-graphics-drivers-375 package in Ubuntu:
  Confirmed

Bug description:
  do not know

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: nvidia-375 (not installed)
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  DKMSKernelVersion: 4.10.0-20-generic
  Date: Tue Apr 25 12:02:34 2017
  InstallationDate: Installed on 2017-04-25 (0 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageVersion: 375.39-0ubuntu5
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: nvidia-graphics-drivers-375
  Title: nvidia-375 375.39-0ubuntu5: nvidia-375 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-375/+bug/1686249/+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 1705799] Re: Ubuntu 17.04 for ARM64 Mate desktop moving windows lags behind the mouse

2021-07-31 Thread Norbert
** Tags removed: zesty

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

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

Title:
  Ubuntu 17.04 for ARM64 Mate desktop moving windows lags behind the
  mouse

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  0
  down vote
  favorite
  I run Ubuntu base 
17.04(http://cdimage.ubuntu.com/ubuntu-base/releases/17.04/release/ubuntu-base-17.04-base-arm64.tar.gz)
 on Amlogic S912 and install Mate desktop,the kernel I use is 4.9.26. But when 
I move the window there is a big lag, the window can not follow my mouse. But I 
run Ubuntu 16.04 with the same kernel 4.9.26 on Amlogic S912, it works well.
  --- 
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: arm64
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 17.04
  Package: linux (not installed)
  Tags:  zesty
  Uname: Linux 4.9.26 aarch64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1705799/+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 1720580] Re: RTL8723bs bug: ERROR sd_recv_rxfifo: alloc recvbuf FAIL!

2021-07-31 Thread Norbert
** Tags removed: artful

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

Title:
  RTL8723bs bug: ERROR sd_recv_rxfifo: alloc recvbuf FAIL!

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Found a bunch of "RTL8723BS: ERROR sd_recv_rxfifo: alloc recvbuf
  FAIL!" messages in syslog after a complete freeze. Searching for this
  error only found one reference https://lkml.org/lkml/2017/6/12/504.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-12-generic 4.13.0-12.13 [modified: 
boot/vmlinuz-4.13.0-12-generic]
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mele   1303 F pulseaudio
  CurrentDesktop: MATE
  Date: Sat Sep 30 23:45:09 2017
  HibernationDevice: RESUME=UUID=ab188fcc-c7b5-433e-8dc8-bf403e9888ec
  InstallationDate: Installed on 2017-09-29 (1 days ago)
  InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Alpha amd64 
(20170926)
  MachineType: MiPi PC Mini PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-12-generic.efi.signed 
root=UUID=f415201e-4ac6-4443-83b8-f40d3dc03403 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-12-generic N/A
   linux-backports-modules-4.13.0-12-generic  N/A
   linux-firmware 1.168
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: r8723bs
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Mini PC
  dmi.board.vendor: Mini PC
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Mini PC
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.6.5:bd10/29/2015:svnMiPiPC:pnMiniPC:pvr2.80:rvnMiniPC:rnMiniPC:rvrTobefilledbyO.E.M.:cvnMiniPC:ct8:cvrToBeFilledByO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: Mini PC
  dmi.product.version: 2.80
  dmi.sys.vendor: MiPi PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1720580/+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 1701171] Re: Laptop hangs on wake-up

2021-07-31 Thread Norbert
** Tags removed: zesty

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

Title:
  Laptop hangs on wake-up

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I've installed 64-bit 17.04 recently. The system hangs in 100% cases after 
closing/opening the laptop cover (or just choosing "Sleep" from menu). On 
wake-up it turns on coolers, LED indicators, but the display remains black and 
the laptop does not react on any key. Turning it off by power button does not 
help: it remains "black screen" and not-operable, i. e. I cannot even enter 
BIOS setup, etc. 
  To make the laptop bootable again I have to unplug the power supply,  remove 
battery, wait for several seconds, insert the battery back and then press 
"power" button.

  I have another one, but 32-bit Ubuntu 17.04 Mate on other HDD
  partition. It does not have that problem with sleep mode. So, 32-bit
  wakes up, 64-bit hangs.

  BTW: I've tried Linux Mint 18.01 Mate 32-bit and 64-bit editions: both
  hanged on wake-up. Older versions (Ubuntu 12.04 32-bit,14.04 32-bit,
  Linux Mint 17 Mate 32-bit) worked flawlessly. I do not know if it is
  important, but proprietary AMD video driver was installed on older
  systems.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-generic 4.10.0.24.26
  ProcVersionSignature: Ubuntu 4.10.0-24.28-generic 4.10.15
  Uname: Linux 4.10.0-24-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  andrew 1474 F pulseaudio
   /dev/snd/controlC0:  andrew 1474 F pulseaudio
  Date: Thu Jun 29 08:10:17 2017
  HibernationDevice: RESUME=UUID=d4d0029d-ccfa-495f-95d7-0ada1c0619ca
  InstallationDate: Installed on 2017-06-27 (1 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: LENOVO Brazos
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-24-generic 
root=UUID=1f8cda0f-204b-4ab2-b833-17aa2ec3e646 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.
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-24-generic N/A
   linux-backports-modules-4.10.0-24-generic  N/A
   linux-firmware 1.164.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/10/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 4BCN24WW
  dmi.board.asset.tag: Base Board Asset Tag Unknown
  dmi.board.name: Inagua
  dmi.board.vendor: LENOVO
  dmi.board.version: 109-B78210-00A
  dmi.chassis.asset.tag: Chassis Asset Tag Unknown
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Chassis Version Unknown
  dmi.modalias: 
dmi:bvnLENOVO:bvr4BCN24WW:bd08/10/2011:svnLENOVO:pnBrazos:pvrIdeapadS205:rvnLENOVO:rnInagua:rvr109-B78210-00A:cvnLENOVO:ct10:cvrChassisVersionUnknown:
  dmi.product.name: Brazos
  dmi.product.version: Ideapad S205
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1701171/+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 1684213] Re: Intel Wireless 7260 often crashes

2021-07-31 Thread Norbert
** Tags removed: zesty

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

Title:
  Intel Wireless 7260 often crashes

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Hardware: Acer CB3-131 Chromebook (GNAWTY) running Ubuntu Mate natively (BIOS 
enabled by SeaBIOS firmware from scripts here:https://mrchromebox.tech/). Uses 
Intel 7260 wifi, rev. bb:
  01:00.0 Network controller: Intel Corporation Wireless 7260 (rev bb)

  Software: Ubuntu Mate 17.04, upgraded from 16.10. Currently,
  everything (kernel, firmware, etc.) is stock. Issue has persisted
  across multiple installations.

  Bug: Wifi/Bluetooth crashes and refuses to come back up, even after
  multiple reboots. Issue persists across distros (Arch, Ubuntu, etc.)

  When the wireless (Bluetooth and WiFi) works, it works flawlessly. However, 
upon boot, it is not uncommon for the wireless to stop working within two 
minutes of login time. Curiously, the GUI usually still shows being 
"connected", though trying to change anything with the wifi shows otherwise. 
Other times, upon system resume when wireless was previously working, the GUI 
will show "device not ready" and refuse to continue. Dmesg shows the following:
  [  423.814823] Bluetooth: hci0 command 0x1403 tx timeout
  [  424.172973] iwlwifi :01:00.0: Failed to wake NIC for hcmd
  [  424.173062] iwlwifi :01:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
  [  424.173067] iwlwifi :01:00.0: Scan failed! ret -5
  [  425.194487] iwlwifi :01:00.0: Failed to wake NIC for hcmd
  [  425.194589] iwlwifi :01:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
  [  425.194593] iwlwifi :01:00.0: Scan failed! ret -5

  Solution: Rebooting doesn't fix the problem. Perhaps a different
  firmware version will work better? Configuration settings? etc.?
  Unknown.

  Thanks ahead of time for the help. Let me know if there's anything you
  need/commands I should run/solutions I can attempt.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-19-generic 4.10.0-19.21
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bmueller   1669 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Apr 19 10:34:11 2017
  InstallationDate: Installed on 2017-04-13 (6 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:07dc Intel Corp.
   Bus 001 Device 002: ID 0bda:57cf Realtek Semiconductor Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: GOOGLE Gnawty
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic 
root=UUID=45b1dd3f-10df-4a28-904c-74c694ef75a5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-19-generic N/A
   linux-backports-modules-4.10.0-19-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (2 days ago)
  dmi.bios.date: 08/16/2015
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/16/2015:svnGOOGLE:pnGnawty:pvr1.0:cvnGOOGLE:ct3:cvr:
  dmi.product.name: Gnawty
  dmi.product.version: 1.0
  dmi.sys.vendor: GOOGLE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1684213/+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 1653274] Re: [HP ProBook 4540s] Qualcomm Atheros bluetooth properly works with Ubuntu 16.04 LiveUSB but not on a fresh install

2021-07-31 Thread Norbert
** Tags removed: zesty

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

Title:
  [HP ProBook 4540s] Qualcomm Atheros bluetooth properly works with
  Ubuntu 16.04 LiveUSB but not on a fresh install

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I've tested my notebook with Ubuntu 16.04/17.04 (64-bit) LiveUSB pen
  drive and the mini-pci Qualcomm Atheros QCWB335 [168c:0036] properly
  works, both wifi and bluetooth.

  After a fresh install from the same LiveUSB pen drive, the bluetooth
  does not work.

  $ bluetooth
  bluetooth = none (no device)

  Pressing the WiFi button turns off WiFi, and does not enable
  bluetooth. Pressing it again turns WiFi on, but bluetooth remains off.

  WORKAROUND: Suspend, and unsuspend the laptop.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-31-generic 4.4.0-31.50 [modified: 
boot/vmlinuz-4.4.0-31-generic]
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jordi  3434 F pulseaudio
  CurrentDesktop: MATE
  Date: Fri Dec 30 18:53:28 2016
  HibernationDevice: RESUME=UUID=22fa6fdd-bc1b-48c0-a8e9-ba287e907d51
  InstallationDate: Installed on 2016-12-27 (2 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Hewlett-Packard HP ProBook 4540s
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic 
root=UUID=429e043d-9fc2-4b1b-b017-10d3d2ea6bc2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-31-generic N/A
   linux-backports-modules-4.4.0-31-generic  N/A
   linux-firmware1.157.2
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/29/2016
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68IRR Ver. F.62
  dmi.board.name: 17F6
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 58.21
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68IRRVer.F.62:bd09/29/2016:svnHewlett-Packard:pnHPProBook4540s:pvrA1019D1103:rvnHewlett-Packard:rn17F6:rvrKBCVersion58.21:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 4540s
  dmi.product.version: A1019D1103
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1653274/+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 1825420] Re: package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to install/upgrade: triggers looping, abandoned

2021-07-31 Thread Norbert
** Tags removed: disco

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

Title:
  package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to
  install/upgrade: triggers looping, abandoned

Status in Ubuntu MATE:
  Invalid
Status in bamf package in Ubuntu:
  Confirmed
Status in dpkg package in Ubuntu:
  Confirmed
Status in initramfs-tools package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in mime-support package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 18.10 installed
  2. Install all updates to it
  3. Switch to Main server
  4. Launch update-manager
  5. Confirm upgrading to 19.04
  6. Wait for upgrade process to finish

  Expected results:
  * upgrade process ended without errors

  Actual results:
  * upgrade process ended with warning message:

  Could not install 'linux-image-5.0.0-13-generic'
  The upgrade will continue but the 'linux-image-5.0.0-13-generic' package 
may not be in a working state. Please consider submitting a bug report about it.

  triggers looping, abandoned

  Workaround:

Run recommended `dpkg --configure -a` before actual reboot.

  System info: running VirtualBox guest with virtualbox-guest-x11
  (6.0.6-dfsg-1) inside VirtualBox 5.1.38 host.

  ProblemType: Package
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-13-generic 5.0.0-13.14
  ProcVersionSignature: Ubuntu 4.18.0-17.18-generic 4.18.20
  Uname: Linux 4.18.0-17-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mate   1542 F pulseaudio
  Date: Thu Apr 18 22:56:56 2019
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2019-02-17 (60 days ago)
  InstallationMedia: Ubuntu-MATE 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  IwConfig:
   lono wireless extensions.
   
   enp0s3no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcFB: 0 vboxdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-17-generic 
root=UUID=01417e27-d554-4ce8-91bc-1dda8392c976 ro quiet splash
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.7, Python 3.7.3, python3-minimal, 3.7.3-1
  PythonDetails: /usr/bin/python2.7, Python 2.7.16, python-minimal, 2.7.16-1
  RelatedPackageVersions: grub-pc 2.02+dfsg1-12ubuntu2
  RfKill:
   
  SourcePackage: linux
  StagingDrivers: vboxvideo
  Title: package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to 
install/upgrade: triggers looping, abandoned
  UpgradeStatus: Upgraded to disco on 2019-04-18 (0 days ago)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.family: Virtual Machine
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1825420/+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 1634521] Re: Screen gets black for a couple of seconds

2021-07-31 Thread Norbert
** Tags removed: black gpu intel kernel screen yakkety

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

Title:
  Screen gets black for a couple of seconds

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Almost every day my screen gets black for a couple of seconds. I took
  a look in kern.log and every time the screen gets black This entries
  are noticed:

  kernel: [14180.683947] [drm:intel_cpu_fifo_underrun_irq_handler
  [i915]] *ERROR* CPU pipe A FIFO underrun

  kernel: [13965.493695] [drm:intel_cpu_fifo_underrun_irq_handler
  [i915]] *ERROR* CPU pipe A FIFO underrun

  If you need more information please contact me.

  My system: 
  Ubuntu MATE 16.10 64 bit
  Kernel: 4.8.0-22-generic
  Grafics: Intel onboard GPU
  CPU: Intel i5 6500 Skylake series
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   onno   1705 F...m pulseaudio
   /dev/snd/controlC0:  onno   1705 F pulseaudio
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 16.10
  HibernationDevice: RESUME=UUID=4ab870f9-546d-41c8-85b2-b387cb2eb826
  InstallationDate: Installed on 2016-10-13 (4 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  IwConfig:
   lono wireless extensions.
   
   enp0s31f6  no wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 013: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0
   Bus 001 Device 012: ID 046a:0023 Cherry GmbH CyMotion Master Linux Keyboard 
G230
   Bus 001 Device 011: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MSI MS-7980
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-22-generic 
root=UUID=9711b817-36c5-4696-984b-d2b24f244bb4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-22-generic N/A
   linux-backports-modules-4.8.0-22-generic  N/A
   linux-firmware1.161
  RfKill:
   
  Tags:  yakkety
  Uname: Linux 4.8.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/23/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.70
  dmi.board.asset.tag: Default string
  dmi.board.name: Z170I GAMING PRO AC (MS-7980)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.70:bd05/23/2016:svnMSI:pnMS-7980:pvr1.0:rvnMSI:rnZ170IGAMINGPROAC(MS-7980):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7980
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1634521/+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 1679962] Re: psmouse serio1: Explorer Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.

2021-07-31 Thread Norbert
** Tags removed: yakkety

** Tags added: 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/1679962

Title:
  psmouse serio1: Explorer Mouse at isa0060/serio1/input0 lost
  synchronization, throwing 3 bytes away.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  353/5000
  Hello,
  Randomly the touchpad pointer moves to one end of the screen, and we have 
found that when it does message appears in dmseg:

  psmouse serio1: Explorer Mouse at isa0060/serio1/input0 lost
  synchronization, throwing 3 bytes away.

  Sometimes it happens after 10 minutes of use, sometimes it happens after 3 or 
4 hours.
  We have tested several computers with touchpad "Hantick", that use the both, 
the evdev library and the libinput library. It always happens randomly.

  Thanks,

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: linux-image-4.8.0-45-generic 4.8.0-45.48
  ProcVersionSignature: Ubuntu 4.8.0-45.48-generic 4.8.17
  Uname: Linux 4.8.0-45-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alejandrolopez   1678 F pulseaudio
   /dev/snd/controlC1:  alejandrolopez   1678 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Apr  5 09:39:01 2017
  HibernationDevice: RESUME=UUID=49104028-270a-4546-b219-b38918f339ba
  InstallationDate: Installed on 2016-04-30 (339 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: SLIMBOOK 
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-45-generic.efi.signed 
root=UUID=d9619f09-3283-4f88-a9aa-a614f1b40470 ro elevator=noop quiet 
i8042.noloop i8042.notimeout i8042.nomux psmouse.resolution=1200 
psmouse.resetafter=1 psmouse.rate=50 mousedev.xres=1900 mousedev.yres=800 
i8042.reset plymouth:debug drm.debug=0xe
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-45-generic N/A
   linux-backports-modules-4.8.0-45-generic  N/A
   linux-firmware1.161.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to yakkety on 2016-11-10 (145 days ago)
  dmi.bios.date: 11/21/2014
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: h
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 
  dmi.board.vendor: SLIMBOOK
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SLIMBOOK
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvrh:bd11/21/2014:svnSLIMBOOK:pn:pvr1.0:rvnSLIMBOOK:rn:rvrType2-BoardVersion:cvnSLIMBOOK:ct10:cvrChassisVersion:
  dmi.product.name: 
  dmi.product.version: 1.0
  dmi.sys.vendor: SLIMBOOK

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1679962/+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 1656618] Re: Any key pressed opens shutdown dialog (Asus X205TA)

2021-07-31 Thread Norbert
** Tags removed: yakkety

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

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

Title:
  Any key pressed opens shutdown dialog (Asus X205TA)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After a fresh install of 16.10 on my Asus X205TA, any key pressed on
  the built-in keyboard brings up the shutdown dialog. The system works
  fine with a USB keyboard.

  The installed kernel was 4.8.0-34-generic. Booting with
  4.8.0-22-generic, the keyboard works fine.

  Other users have confirmed the bug in Fedora and Tails 
(https://ubuntuforums.org/showthread.php?t=2254322=13594241#post13594241) and 
in 16.10 MATE 
(https://ubuntuforums.org/showthread.php?t=2254322=13594617#post13594617).
  --- 
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  Lsusb:
   Bus 001 Device 004: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 003: ID 0bda:57b5 Realtek Semiconductor Corp. 
   Bus 001 Device 002: ID 8087:07e6 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X205TA
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-22-generic 
root=UUID=05a20fbf-3084-4535-bae3-bed719df662c ro quiet splash 
intel_max.idle_cstate=1
  ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-22-generic N/A
   linux-backports-modules-4.8.0-22-generic  N/A
   linux-firmware1.161.1
  Tags:  yakkety
  Uname: Linux 4.8.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/04/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X205TA.212
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X205TA
  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.:bvrX205TA.212:bd09/04/2015:svnASUSTeKCOMPUTERINC.:pnX205TA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX205TA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X205TA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  --- 
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.10
  HibernationDevice: RESUME=UUID=94efdbb7-8cb5-442c-8a16-5fbe6fbf4959
  InstallationDate: Installed on 2017-01-16 (0 days ago)
  InstallationMedia: Xubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  Lsusb:
   Bus 001 Device 005: ID 413c:2101 Dell Computer Corp. SmartCard Reader 
Keyboard
   Bus 001 Device 004: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 003: ID 0bda:57b5 Realtek Semiconductor Corp. 
   Bus 001 Device 002: ID 8087:07e6 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X205TA
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-34-generic.efi.signed 
root=/dev/mmcblk1p2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-34-generic N/A
   linux-backports-modules-4.8.0-34-generic  N/A
   linux-firmware1.161.1
  Tags:  yakkety
  Uname: Linux 4.8.0-34-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 09/04/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X205TA.212
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X205TA
  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.:bvrX205TA.212:bd09/04/2015:svnASUSTeKCOMPUTERINC.:pnX205TA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX205TA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  

[Kernel-packages] [Bug 1513608] Re: Not able to use Via XHCI VL805 USB3

2021-07-31 Thread Norbert
** Tags removed: wily

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

Title:
  Not able to use Via XHCI VL805 USB3

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  My Via XHCI USB3 is not working on ubuntu. i know the hardware is
  perfect as it works with windows.

  
  I am using MSI 970 GAMING M/B

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19 [modified: 
boot/vmlinuz-4.2.0-16-generic]
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jassi  1435 F pulseaudio
   /dev/snd/controlC1:  jassi  1435 F pulseaudio
  CurrentDesktop: MATE
  Date: Fri Nov  6 02:00:57 2015
  GvfsMonitorLog: Monitoring events. Press Ctrl+C to quit.
  HibernationDevice: RESUME=UUID=51e46f13-874c-4409-8c98-7d31b4a19ef1
  HotplugNewDevices:
   
  HotplugNewMounts:
   
  InstallationDate: Installed on 2015-11-05 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  IwConfig:
   enp5s0no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7693
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=baaf7598-c496-435d-a29d-c63801e59ddd ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-16-generic N/A
   linux-backports-modules-4.2.0-16-generic  N/A
   linux-firmware1.149
  RfKill:
   
  SourcePackage: linux
  Symptom: storage
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UdevMonitorLog:
   monitor will print the received events for:
   UDEV - the event which udev sends out after rule processing
  UdisksMonitorLog:
   Monitoring the udisks daemon. Press Ctrl+C to exit.
   02:01:32.200: The udisks-daemon is running (name-owner :1.38).
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/12/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V22.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 970 GAMING (MS-7693)
  dmi.board.vendor: MSI
  dmi.board.version: 4.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 4.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV22.3:bd05/12/2015:svnMSI:pnMS-7693:pvr4.0:rvnMSI:rn970GAMING(MS-7693):rvr4.0:cvnMSI:ct3:cvr4.0:
  dmi.product.name: MS-7693
  dmi.product.version: 4.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513608/+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 1525701] Re: package linux-image-4.2.0-21-generic (not installed) failed to install/upgrade: Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück

2021-07-31 Thread Norbert
** Tags removed: wily

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

Title:
  package linux-image-4.2.0-21-generic (not installed) failed to
  install/upgrade: Unterprozess neues pre-installation-Skript gab den
  Fehlerwert 1 zurück

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello, i have an thinkpad R51.(non PAE) Ubuntu with Mate is Wonderful.
  Please Update the Kernel for Older Thinkpad. Thankyou

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  karlheinz   1139 F pulseaudio
  Date: Sun Dec 13 21:18:23 2015
  DpkgTerminalLog:
   Vorbereitung zum Entpacken von 
.../linux-image-4.2.0-21-generic_4.2.0-21.25_i386.deb ...
   This kernel does not support a non-PAE CPU.
   dpkg: Fehler beim Bearbeiten des Archivs 
/var/cache/apt/archives/linux-image-4.2.0-21-generic_4.2.0-21.25_i386.deb 
(--unpack):
Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück
  DuplicateSignature: package:linux-image-4.2.0-21-generic:(not 
installed):Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 
zurück
  ErrorMessage: Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 
zurück
  HibernationDevice: RESUME=UUID=fc72d817-6f2e-4e2e-8163-0a1a4cecf076
  InstallationDate: Installed on 2015-12-13 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release i386 (20151021)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 002: ID 24ae:2001  
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: IBM 1829K6G
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=da39bf95-fd86-4bff-b69d-5154850c192e 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.
  RelatedPackageVersions: grub-pc 2.02~beta2-29
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-4.2.0-21-generic (not installed) failed to 
install/upgrade: Unterprozess neues pre-installation-Skript gab den Fehlerwert 
1 zurück
  UdevLog: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2007
  dmi.bios.vendor: IBM
  dmi.bios.version: 1RETDRWW (3.23 )
  dmi.board.name: 1829K6G
  dmi.board.vendor: IBM
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: IBM
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnIBM:bvr1RETDRWW(3.23):bd06/18/2007:svnIBM:pn1829K6G:pvrThinkPadR51:rvnIBM:rn1829K6G:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
  dmi.product.name: 1829K6G
  dmi.product.version: ThinkPad R51
  dmi.sys.vendor: IBM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1525701/+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 1562155] Re: Touchpad stopped functioning after kernel update for Dell Chromebook "Candy"

2021-07-31 Thread Norbert
** Tags removed: wily

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

Title:
  Touchpad stopped functioning after kernel update for Dell Chromebook
  "Candy"

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Upon successful installation of Ubuntu 15.10, I ran the usual updates
  and after restarting, the touchpad stopped working.

  I booted into kernel version 4.2.0-16 instead of the updated kernel
  4.2.0-34, and the touchpad that had stopped working functioned as
  usual once more. Changing back into the latest kernel disabled the
  touchpad once more.

  I am installing Ubuntu on the Dell Chromebook 11 "Candy" running Intel
  Celeron(R) CPU N2840 (Baytrail) processor. This deployment is being
  used for several lab machines of the same model.

  Steps to reproduce:

  1. Install Ubuntu 15.10.
  2. Run update.

  Expected:

  1. All hardware to work prior to update.

  Instead:

  1. Touchpad stopped working.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-34-generic 4.2.0-34.39
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  unllife121l980 F pulseaudio
  Date: Fri Mar 25 15:33:10 2016
  HibernationDevice: RESUME=UUID=44e6cef0-6fe7-4afe-a5f9-0a8d60224b28
  InstallationDate: Installed on 2016-03-24 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: GOOGLE Candy
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=a7c1001c-8167-4541-b62e-e2cf805003d8 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.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-34-generic N/A
   linux-backports-modules-4.2.0-34-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/20/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd11/20/2014:svnGOOGLE:pnCandy:pvr1.0:cvnGOOGLE:ct3:cvr:
  dmi.product.name: Candy
  dmi.product.version: 1.0
  dmi.sys.vendor: GOOGLE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1562155/+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 1509529] Re: package linux-signed-image-3.19.0-31-generic 3.19.0-31.36 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2021-07-31 Thread Norbert
** Tags removed: vivid

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

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

Title:
  package linux-signed-image-3.19.0-31-generic 3.19.0-31.36 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 127

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Se realiza la operacion en la aplicacion "Actualizacion de software"
  en Ubuntu Mate 15.04

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: linux-signed-image-3.19.0-31-generic 3.19.0-31.36
  ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  Date: Fri Oct 23 15:08:39 2015
  DuplicateSignature: 
package:linux-signed-image-3.19.0-31-generic:3.19.0-31.36:subprocess installed 
post-installation script returned error exit status 127
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 127
  InstallationDate: Installed on 2015-10-22 (1 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 
(20150422.1)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4.2
  SourcePackage: linux-signed
  Title: package linux-signed-image-3.19.0-31-generic 3.19.0-31.36 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 127
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1509529/+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 1509759] Re: Incorrect hierarchies under /sys/devices

2021-07-31 Thread Norbert
** Tags removed: vivid

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

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

Title:
  Incorrect hierarchies under /sys/devices

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have one device on bus no 1 and is figured wrong .
  /sys/devices/pci:00/:00:1c.0/:01:00.0/
  On my opinion this must look like this:
  /sys/devices/pci:01/:01:00.0 ..

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-31-generic 3.19.0-31.36
  ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic i686
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   asu1262 F...m pulseaudio
  CurrentDesktop: MATE
  Date: Sun Oct 25 08:31:35 2015
  HibernationDevice: RESUME=/dev/mapper/192--168--0--102--vg-swap_1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: Olidata S.p.A. ALABAMA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-31-generic 
root=/dev/mapper/192--168--0--102--vg-root ro splash quiet vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-31-generic N/A
   linux-backports-modules-3.19.0-31-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/08/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: S0101
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: To be filled by O.E.M.
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: To be filled by O.E.M.
  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.:bvrS0101:bd07/08/2008:svnOlidataS.p.A.:pnALABAMA:pvrToBeFilledByO.E.M.:rvnTobefilledbyO.E.M.:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: ALABAMA
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: Olidata S.p.A.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1509759/+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 1430780] Re: 3.19.0-8-generic kernel got errors during installation

2021-07-31 Thread Norbert
** Tags removed: vivid

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

Title:
  3.19.0-8-generic kernel got errors during installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This popped up after the 3.19.0-8-generic kernel was installed and a
  reboot.

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: linux-headers-3.19.0-8-generic 3.19.0-8.8
  ProcVersionSignature: Ubuntu 3.19.0-8.8-generic 3.19.1
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cavsfan1329 F pulseaudio
  Date: Wed Mar 11 08:22:26 2015
  ExecutablePath: /usr/src/linux-headers-3.19.0-8-generic/scripts/basic/fixdep
  InstallationDate: Installed on 2015-03-05 (5 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Alpha amd64 (20150225)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7529
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/sda5 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RfKill:
   
  Signal: 7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/11/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.8
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: G31M3-L V2(MS-7529)
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.8:bd03/11/2010:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7529:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rnG31M3-LV2(MS-7529):rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
  dmi.product.name: MS-7529
  dmi.product.version: 1.0
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1430780/+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 1429761] Re: [ASUSTeK Computer Inc. 1225B] suspend/resume failure

2021-07-31 Thread Norbert
** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Tags removed: vivid

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

Title:
  [ASUSTeK Computer Inc. 1225B] suspend/resume failure

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  OS : ubuntu MATE 15.4
  Boot à partir d'un disque USb IOMEGA
  Logiciels installés : LibreOffice, Thunderbird, Firefox, GIMP, et Cairo Dock

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-7-generic 3.19.0-7.7
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  robiquet   1589 F pulseaudio
   /dev/snd/controlC0:  robiquet   1589 F pulseaudio
  Date: Mon Mar  9 08:55:06 2015
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InstallationDate: Installed on 2015-03-03 (5 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Alpha i386 (20150225)
  InterpreterPath: /usr/bin/python3.4
  MachineType: ASUSTeK Computer Inc. 1225B
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-7-generic 
root=UUID=8e7aa24b-57c8-4263-992b-762736abd497 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.
  SourcePackage: linux
  Title: [ASUSTeK Computer Inc. 1225B] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 02/20/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 205
  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.:bvr205:bd02/20/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr205:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1429761/+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 1441387] Re: NMI watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [kworker/1:1:5087]

2021-07-31 Thread Norbert
** Tags removed: vivid

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

Title:
  NMI watchdog: BUG: soft lockup - CPU#1 stuck for 23s!
  [kworker/1:1:5087]

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  screen saver locked up computer - forced to hard shutdown computer and
  turn back on.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-12-generic 3.19.0-12.12
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  Uname: Linux 3.19.0-12-generic x86_64
  Annotation: Your system might become unstablenow and might need to be 
restarted.
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  chris  1431 F pulseaudio
   /dev/snd/controlC0:  chris  1431 F pulseaudio
  Date: Tue Apr  7 19:18:50 2015
  Failure: oops
  HibernationDevice: RESUME=UUID=6b93044d-8184-4d0e-a59d-be6f05e7ec45
  InstallationDate: Installed on 2015-03-28 (10 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  IwConfig:
   eth0  no wireless extensions.

   eth1  no wireless extensions.

   lono wireless extensions.
  MachineType: Dell Inc. Inspiron 530
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.19.0-12-generic 
root=UUID=96efd830-9fa8-4f21-bafa-b076290da0b2 ro rootflags=subvol=@ 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.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
  RfKill:

  SourcePackage: linux
  Title: NMI watchdog: BUG: soft lockup - CPU#1 stuck for 23s! 
[kworker/1:1:5087]
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.18
  dmi.board.name: 0FM586
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: OEM
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.18:bd02/24/2009:svnDellInc.:pnInspiron530:pvr:rvnDellInc.:rn0FM586:rvr:cvnDellInc.:ct3:cvrOEM:
  dmi.product.name: Inspiron 530
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441387/+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 1508944] Re: 1002:9591 ring 0 stalled for more than 10100msec

2021-07-31 Thread Norbert
** Tags removed: vivid

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

Title:
  1002:9591 ring 0 stalled for more than 10100msec

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The video card randomly locks up when radeon.dpm=1 is set as a kernel
  parameter on Radeon Mobile HD3650.

  On Ubuntu 15.04, I can only reproduce it if I let the screen saver
  come on while a browser is open ( either google chrome or firefox will
  do ).

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  david  1339 F pulseaudio
   /dev/snd/controlC1:  david  1339 F pulseaudio
  Date: Thu Oct 22 09:46:27 2015
  HibernationDevice: RESUME=UUID=86c5a3d9-cb5c-4bcb-9d9d-a61d6e9a356f
  InstallationDate: Installed on 2015-10-13 (9 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 
(20150422.1)
  MachineType: Hewlett-Packard HP EliteBook 8530p
  PccardctlStatus:
   Socket 0:
     3.3V
    16-bit
    PC Card
     Subdevice 0 (function 0) bound to driver "pata_pcmcia"
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=linux
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-30-generic 
root=/dev/mapper/ubuntu--mate--vg-root ro radeon.dpm=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-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/08/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PDV Ver. F.20
  dmi.board.name: 30E7
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 90.27
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PDVVer.F.20:bd12/08/2011:svnHewlett-Packard:pnHPEliteBook8530p:pvrF.20:rvnHewlett-Packard:rn30E7:rvrKBCVersion90.27:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8530p
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1508944/+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 1490130] Re: [Asus X455LD] Elantech touchpad stops working after suspend

2021-07-31 Thread Norbert
** Tags removed: vivid

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

Title:
  [Asus X455LD] Elantech touchpad stops working after suspend

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  i have asus a455ld i5 5200u running kubuntu 15.04 with kernel 
4.0.8-040008-generic.
  touchpad is recognized as elantech version 4. everything was fine until my 
notebook go to suspend and resume without touchpad working.
  I tried :
  modprobe -r psmouse
  modprobe psmouse

  it only work before suspend.
  execute those commands after resume from suspend is not working.

  the last thing i tried is this.

  when i use this command before suspend :

  insmod
  /lib/modules/4.0.8-040008-generic/kernel/drivers/input/mouse/psmouse.ko

  these appear in the dmesg:

  [  820.207105] psmouse serio1: elantech: assuming hardware version 4 (with 
firmware version 0x381f00)
  [  820.70] psmouse serio1: elantech: Synaptics capabilities query result 
0x10, 0x14, 0x0e.
  [  820.294698] input: ETPS/2 Elantech Touchpad as 
/devices/platform/i8042/serio1/input/input146

  but when i use the command after suspend, there is nothing any output
  in the dmesg.

  i tried all ubuntu varian and opensuse 13.2 live usb, the result is the same.
  but in windows 10,  touchpad still active after suspend.
  ---
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-06-20 (69 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.0.8-040008-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  ---
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  blackhole   1460 F pulseaudio
   /dev/snd/controlC1:  blackhole   1460 F pulseaudio
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=668506c6-5b13-4a29-9c34-956c6c34a45a
  InstallationDate: Installed on 2015-06-20 (129 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 13d3:3423 IMC Networks
   Bus 001 Device 002: ID 04f2:b483 Chicony Electronics Co., Ltd
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X455LDB
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-28-generic 
root=UUID=4318cf1f-564c-47ff-8b0c-f3acf77aa34f ro quiet splash 
i915.enable_ips=0 vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-28-generic N/A
   linux-backports-modules-3.19.0-28-generic  N/A
   linux-firmware 1.143.3
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-28-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/12/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X455LDB.206
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X455LDB
  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.:bvrX455LDB.206:bd02/12/2015:svnASUSTeKCOMPUTERINC.:pnX455LDB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX455LDB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X455LDB
  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/1490130/+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 1379849] Re: [LENOVO 767374G] suspend/resume failure

2021-07-31 Thread Norbert
** Tags removed: utopic

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

Title:
  [LENOVO 767374G] suspend/resume failure

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  problem of standby

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-21-generic 3.16.0-21.28
  ProcVersionSignature: Ubuntu 3.16.0-21.28-generic 3.16.4
  Uname: Linux 3.16.0-21-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gabriele   1753 F pulseaudio
  Date: Fri Oct 10 18:19:44 2014
  DuplicateSignature: suspend/resume:LENOVO 767374G:7NETC2WW (2.22 )
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=4eb1ea2b-34e7-49d4-a952-8bcd4a2e6266
  InstallationDate: Installed on 2014-09-19 (20 days ago)
  InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - beta1 amd64 (20140828)
  InterpreterPath: /usr/bin/python3.4
  MachineType: LENOVO 767374G
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-21-generic 
root=UUID=261f869f-bbc3-4a18-ad23-b90ad80e21de ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-21-generic N/A
   linux-backports-modules-3.16.0-21-generic  N/A
   linux-firmware 1.135
  SourcePackage: linux
  Title: [LENOVO 767374G] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/22/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7NETC2WW (2.22 )
  dmi.board.name: 767374G
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7NETC2WW(2.22):bd03/22/2011:svnLENOVO:pn767374G:pvrThinkPadX61:rvnLENOVO:rn767374G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 767374G
  dmi.product.version: ThinkPad X61
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1379849/+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 1594974] Re: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.2: bcmwl kernel module failed to build

2021-07-31 Thread Norbert
** Changed in: bcmwl (Ubuntu)
   Status: Confirmed => Incomplete

** Tags removed: trusty

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

Title:
  bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.2: bcmwl kernel module
  failed to build

Status in bcmwl package in Ubuntu:
  Incomplete

Bug description:
  just happened...no idea why

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.2
  ProcVersionSignature: Ubuntu 3.13.0-89.136-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-89-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  DKMSKernelVersion: 4.4.0-26-generic
  Date: Tue Jun 21 23:28:52 2016
  DuplicateSignature: 
dkms:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu0.2:/var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/shared/linux_osl.c:935:2:
 error: implicit declaration of function ‘rdtscl’ 
[-Werror=implicit-function-declaration]
  InstallationDate: Installed on 2015-10-16 (249 days ago)
  InstallationMedia: Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS i386 (20150323)
  PackageVersion: 6.30.223.248+bdcom-0ubuntu0.2
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.14
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.2: bcmwl 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/bcmwl/+bug/1594974/+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 1494884] Re: package linux-image-3.16.0-49-generic 3.16.0-49.65~14.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de sali

2021-07-31 Thread Norbert
** Changed in: linux-lts-utopic (Ubuntu)
   Status: New => Incomplete

** Tags removed: trusty

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

Title:
  package linux-image-3.16.0-49-generic 3.16.0-49.65~14.04.1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 2

Status in linux-lts-utopic package in Ubuntu:
  Incomplete

Bug description:
  I have no idea what is going on

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-49-generic 3.16.0-49.65~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-48.64~14.04.1-generic 3.16.7-ckt15
  Uname: Linux 3.16.0-48-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Fri Sep 11 12:31:35 2015
  ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
  InstallationDate: Installed on 2015-05-21 (112 days ago)
  InstallationMedia: Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS amd64 (20150323)
  SourcePackage: linux-lts-utopic
  SystemImageInfo: Error: [Errno 2] No existe el archivo o el directorio: 
'system-image-cli'
  Title: package linux-image-3.16.0-49-generic 3.16.0-49.65~14.04.1 failed to 
install/upgrade: el subproceso instalado el script post-installation devolvió 
el código de salida de error 2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1494884/+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 1518503] Re: package linux-headers-3.16.0-51-generic 3.16.0-51.69~14.04.1 failed to install/upgrade: package linux-headers-3.16.0-51-generic is not ready for configuration canno

2021-07-31 Thread Norbert
** Changed in: linux-lts-utopic (Ubuntu)
   Status: New => Incomplete

** Tags removed: trusty

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

Title:
  package linux-headers-3.16.0-51-generic 3.16.0-51.69~14.04.1 failed to
  install/upgrade: package linux-headers-3.16.0-51-generic is not ready
  for configuration  cannot configure (current status `half-installed')

Status in linux-lts-utopic package in Ubuntu:
  Incomplete

Bug description:
  maybe I did a wrong cmd when I tried to clean the system, because after that 
this problem appears.
  Ubuntu mate 14 04

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-headers-3.16.0-51-generic 3.16.0-51.69~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-53.72~14.04.1-generic 3.16.7-ckt18
  Uname: Linux 3.16.0-53-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Fri Nov 20 14:02:13 2015
  DuplicateSignature: 
package:linux-headers-3.16.0-51-generic:3.16.0-51.69~14.04.1:package 
linux-headers-3.16.0-51-generic is not ready for configuration  cannot 
configure (current status `half-installed')
  ErrorMessage: package linux-headers-3.16.0-51-generic is not ready for 
configuration  cannot configure (current status `half-installed')
  InstallationDate: Installed on 2015-04-02 (231 days ago)
  InstallationMedia: Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS amd64 (20150323)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.4
   apt  1.0.1ubuntu2.10
  SourcePackage: linux-lts-utopic
  Title: package linux-headers-3.16.0-51-generic 3.16.0-51.69~14.04.1 failed to 
install/upgrade: package linux-headers-3.16.0-51-generic is not ready for 
configuration  cannot configure (current status `half-installed')
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1518503/+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 1473540] Re: Kernels above 3.16.33 have problem with Intel 9C60 controller

2021-07-31 Thread Norbert
** Tags removed: trusty

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

Title:
  Kernels above 3.16.33 have problem with Intel 9C60 controller

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Kernels above 3.16.33 have problem with Intel 9C60 controller. It look
  s like some pci/dma controller problem. System hangs durting startup.
  So, it is not possible to use 14.04.2 release on Intel BayTrail
  platforms.

  
  Here they write about it:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773445

  It concerns xhci-pci module
  --- 
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pwoloszyn   1486 F pulseaudio
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=f7ca3778-7db8-4d09-9327-9362d4794e77
  InstallationDate: Installed on 2015-08-05 (0 days ago)
  InstallationMedia: Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS amd64 (20150323)
  MachineType: Packard Bell Easynote ENTF71BM
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.16.0-45-generic 
root=UUID=49713de4-c44b-42ea-8c90-2b6bfb2315e3 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-45.60~14.04.1-generic 3.16.7-ckt14
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-45-generic N/A
   linux-backports-modules-3.16.0-45-generic  N/A
   linux-firmware 1.145-0~131~ubuntu14.04.1
  Tags:  trusty
  Uname: Linux 3.16.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/25/2014
  dmi.bios.vendor: Packard Bell
  dmi.bios.version: V1.09
  dmi.board.name: Easynote ENTF71BM
  dmi.board.vendor: Packard Bell
  dmi.board.version: V1.09
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPackardBell:bvrV1.09:bd09/25/2014:svnPackardBell:pnEasynoteENTF71BM:pvrV1.09:rvnPackardBell:rnEasynoteENTF71BM:rvrV1.09:cvnPackardBell:ct10:cvrChassisVersion:
  dmi.product.name: Easynote ENTF71BM
  dmi.product.version: V1.09
  dmi.sys.vendor: Packard Bell
  --- 
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pwoloszyn   1485 F pulseaudio
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=f7ca3778-7db8-4d09-9327-9362d4794e77
  InstallationDate: Installed on 2015-08-05 (0 days ago)
  InstallationMedia: Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS amd64 (20150323)
  MachineType: Packard Bell Easynote ENTF71BM
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.16.0-33-generic 
root=UUID=49713de4-c44b-42ea-8c90-2b6bfb2315e3 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-33-generic N/A
   linux-backports-modules-3.16.0-33-generic  N/A
   linux-firmware 1.145-0~131~ubuntu14.04.1
  Tags:  trusty
  Uname: Linux 3.16.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/25/2014
  dmi.bios.vendor: Packard Bell
  dmi.bios.version: V1.09
  dmi.board.name: Easynote ENTF71BM
  dmi.board.vendor: Packard Bell
  dmi.board.version: V1.09
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPackardBell:bvrV1.09:bd09/25/2014:svnPackardBell:pnEasynoteENTF71BM:pvrV1.09:rvnPackardBell:rnEasynoteENTF71BM:rvrV1.09:cvnPackardBell:ct10:cvrChassisVersion:
  dmi.product.name: Easynote ENTF71BM
  dmi.product.version: V1.09
  dmi.sys.vendor: Packard Bell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473540/+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 1289964] Re: [MSI MS-7850] hibernate/resume failure

2021-07-31 Thread Norbert
** Tags removed: trusty

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

Title:
  [MSI MS-7850] hibernate/resume failure

Status in linux package in Ubuntu:
  Triaged

Bug description:
  system collapsed during hibernate

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-16-generic 3.13.0-16.36 [modified: 
boot/vmlinuz-3.13.0-16-generic]
  ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5
  Uname: Linux 3.13.0-16-generic x86_64
  Annotation: This occured during a previous hibernate and prevented it from 
resuming properly.
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lpryszcz   2233 F pulseaudio
   /dev/snd/pcmC1D0p:   lpryszcz   2233 F...m pulseaudio
   /dev/snd/controlC0:  lpryszcz   2233 F pulseaudio
  Date: Thu Mar  6 22:59:11 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: hibernate/resume
  HibernationDevice: RESUME=UUID=ab6b1832-31c2-4345-b3e3-e3884f13d87f
  InterpreterPath: /usr/bin/python3.4
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7850
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-16-generic 
root=UUID=fcf38d31-5e31-47d0-a26c-cdae51204665 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.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-16-generic N/A
   linux-backports-modules-3.13.0-16-generic  N/A
   linux-firmware 1.126
  RfKill:
   
  SourcePackage: linux
  Title: [MSI MS-7850] hibernate/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.4
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-G41 PC Mate(MS-7850)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  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.:bvrV1.4:bd09/18/2013:svnMSI:pnMS-7850:pvr1.0:rvnMSI:rnZ87-G41PCMate(MS-7850):rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: MS-7850
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1289964/+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 1454651] Re: Ubuntu Mate with Window Manager Marco fails to properly resume from Suspend on DELL XPS13

2021-07-31 Thread Norbert
** Tags removed: trusty

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

Title:
  Ubuntu Mate with Window Manager Marco fails to properly resume from
  Suspend on DELL XPS13

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have the DELL XPS13 laptop which came factory pre-installed with
  Ubuntu 14.04. I changed the desktop to Ubuntu Mate. This had the
  Window Manager "Marco (Simple desktop effects)" activated.

  Whenever I went into Suspend, the laptop did resume, but the desktop
  was not redrawn, no panels, no menus and submenus, no buttons. When I
  moved the mouse pointer over the places where I assumed the elements
  to be, some of them did show up, and were clickable. After a reboot,
  all was normal.

  WORKAROUND: System > Control Center > MATE Tweak > Windows > Window
  Manager from Marco to Compiz.

  ---
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ullix  2099 F pulseaudio
   /dev/snd/controlC0:  ullix  2099 F pulseaudio
  CurrentDesktop: MATE
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-20140620-0
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=7b6c248b-36d3-4dcf-9e9e-427d50206af6
  InstallationDate: Installed on 2015-04-24 (19 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
  MachineType: Dell Inc. XPS 13 9343
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=fda802ca-9257-4fed-bb0d-9f4756dca419 ro pcie_aspm=force 
radeon.modeset=0 plymouth:debug drm.debug=0xe nouveau.modeset=0 
video.use_native_backlight=1 quiet splash pcie_aspm=force radeon.modeset=0 
nouveau.modeset=0 video.use_native_backlight=1
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-52-generic N/A
   linux-backports-modules-3.13.0-52-generic  N/A
   linux-firmware 1.127.11
  Tags:  trusty
  Uname: Linux 3.13.0-52-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 03/25/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0TM99H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0TM99H:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454651/+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 1483325] Re: mount -t overlayfs misinforms when nonexisting directories are provided

2021-07-31 Thread Norbert
** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Tags removed: trusty

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

Title:
  mount -t overlayfs misinforms when nonexisting directories are
  provided

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Consider the directory structure like this:

  root@MIKE /tmp/ofs> ls -al
  total 20
  drwxr-xr-x 5 root root 4096 Aug 10 18:09 .
  drwxrwxrwt 9 root root 4096 Aug 10 18:09 ..
  drwxr-xr-x 2 root root 4096 Aug 10 18:09 lower
  drwxr-xr-x 2 root root 4096 Aug 10 18:09 mounting
  drwxr-xr-x 2 root root 4096 Aug 10 18:09 upper

  Mounting upper over lower on mounting mount point works just fine:

  root@MIKE /tmp/ofs> mount -t overlayfs myoverlay -o 
lowerdir=lower,upperdir=upper mounting/
  root@MIKE /tmp/ofs> df -Th mounting/
  Filesystem Type   Size  Used Avail Use% Mounted on
  myoverlay  overlayfs  219G   94G  114G  46% /tmp/ofs/mounting
  root@MIKE /tmp/ofs> 

  However if the directory name is misspelled (that is, we're providing
  wrong directory), the error message is misleading:

  32 root@MIKE /tmp/ofs> mount -t overlayfs myoverlay -o 
lowerdir=IAMWRONG,upperdir=upper mounting/
  mount: special device myoverlay does not exist

  
  I'm running this on Ubuntu 14.04.3 LTS, using 3.13.0-61-generic kernel.

  I'm not sure if this fits under 'linux' package, but I can't seem to be able 
to find 'mount' package in Launchpad.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mario  2458 F pulseaudio
   /dev/snd/controlC0:  mario  2458 F pulseaudio
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=fa8de8e9-450d-4a2e-8ca6-fa542a0352e3
  InstallationDate: Installed on 2014-12-16 (236 days ago)
  InstallationMedia: Ubuntu MATE 14.04.1 "Trusty Tahr" - final amd64 (2014)
  MachineType: LENOVO 42405XG
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-61-generic 
root=UUID=a3231802-c7ff-406a-9aca-83a4bb0c7d70 ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-61.100-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.127.14
  Tags:  trusty
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip disk fuse libvirtd lpadmin plugdev sambashare 
sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 12/06/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8AET56WW (1.36 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42405XG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8AET56WW(1.36):bd12/06/2011:svnLENOVO:pn42405XG:pvrThinkPadT520:rvnLENOVO:rn42405XG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42405XG
  dmi.product.version: ThinkPad T520
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1483325/+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 1456585] Re: 14e4:43b1 DELL XPS 13 (9343) Only wireless 5GHz works, but not 2.4GHz

2021-07-31 Thread Norbert
** Tags removed: trusty utopic

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

Title:
  14e4:43b1 DELL XPS 13 (9343) Only wireless 5GHz works, but not 2.4GHz

Status in Broadcom 802.11 Linux STA driver:
  New
Status in bcmwl package in Ubuntu:
  Triaged
Status in linux package in Ubuntu:
  Invalid

Bug description:
  This laptop came factory preinstalled with Ubuntu 14.04, but it had
  and still has way too many problems.

  I have now kernel 3.16.0-37-generic running. The wireless driver is
  wl, installed from bcmwl-kernel-source. I have wireless working at
  5GHz with good speed, everything well. However, I can't connect to
  wireless on 2.4GHz.

  Before I had kernel 3.13.0-52-generic, which had the same problem. I
  tried kernel 4.1.0-rc2 and rc3, but both failed on installing from
  bcmwl-kernel-source.

  Trying "iwlist wlan0 freq" I get a list of channels 1-14 at 2.4GHz,
  and 32-66 at 5GHz. Still, only the 5GHz works. Other devices in my
  house do connect well to the 2.4GHz (from a Fritzbox router).

  "iwlist wlan0 scan" has "no scan result" when 5GHz is disabled, and
  finds one network at 5.18GHz when enabled.

  Network controller [0280]: Broadcom Corporation BCM4352 802.11ac Wireless 
Network Adapter [14e4:43b1] (rev 03)
Subsystem: Dell Device [1028:0019]

  ---
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ullix  1839 F pulseaudio
   /dev/snd/controlC0:  ullix  1839 F pulseaudio
  CurrentDesktop: MATE
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-20140620-0
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=7b6c248b-36d3-4dcf-9e9e-427d50206af6
  InstallationDate: Installed on 2015-04-24 (25 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
  MachineType: Dell Inc. XPS 13 9343
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-37-generic 
root=UUID=fda802ca-9257-4fed-bb0d-9f4756dca419 ro pcie_aspm=force 
radeon.modeset=0 plymouth:debug drm.debug=0xe nouveau.modeset=0 
video.use_native_backlight=1 quiet splash pcie_aspm=force radeon.modeset=0 
nouveau.modeset=0 video.use_native_backlight=1 "acpi_osi=Windows 2013"
  ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-37-generic N/A
   linux-backports-modules-3.16.0-37-generic  N/A
   linux-firmware 1.127.11
  Tags:  trusty
  Uname: Linux 3.16.0-37-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 03/25/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0TM99H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0TM99H:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom-sta/+bug/1456585/+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 1592813] Re: System freezes if memory is full

2021-07-31 Thread Norbert
** Tags removed: trusty

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

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

Title:
  System freezes if memory is full

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  If one or more process becames near of using 100% of system ram
  memory, Ubuntu will completely freeze.  It is not possible even to
  switch to a VT to try to kill one or more procs.

  First I tought it could be some problem with swap and I tried to
  disable my swap partition, but didn't make a difference.

  Before using Ubuntu 14.04 64bit, I was using 8.04 32bits and this
  problem never happende with it.  If the memory was near 100%, new apps
  would crash when trying to malloc, but the system would still be rock
  solid allowing me to close running apps to free memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-46-generic 3.13.0-46.79
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  renato 2391 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Jun 15 09:52:27 2016
  HibernationDevice: RESUME=UUID=4f544f74-0b59-4895-959b-9a2e60ce4485
  InstallationDate: Installed on 2015-03-10 (462 days ago)
  InstallationMedia: Ubuntu MATE 14.04.1 "Trusty Tahr" - final amd64 (2014)
  MachineType: ASUSTeK Computer Inc. M51Sn
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=818b643f-29ae-4599-8039-470975a54543 ro biosdevname=0 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-46-generic N/A
   linux-backports-modules-3.13.0-46-generic  N/A
   linux-firmware 1.127.22
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/04/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 305
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: M51Sn
  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.:bvr305:bd05/04/2008:svnASUSTeKComputerInc.:pnM51Sn:pvr1.0:rvnASUSTeKComputerInc.:rnM51Sn:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: M51Sn
  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/1592813/+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 1674677] Re: eglGetDisplay(EGL_DEFAULT_DISPLAY) returns EGL_NO_DISPLAY

2021-07-31 Thread Norbert
** Tags removed: trusty yakkety

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

Title:
  eglGetDisplay(EGL_DEFAULT_DISPLAY) returns EGL_NO_DISPLAY

Status in One Hundred Papercuts:
  Confirmed
Status in nvidia-graphics-drivers-367 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-375 package in Ubuntu:
  Fix Released

Bug description:
  I am using EGL to obtain offscreen rendering contexts, but upgrading
  this package today broke my application.  I have written a small test
  case, that I expect to print "PASS":

  ```
  #include   
 
  #include
 

 
  int main(int argc, char **argv) { 
 
  EGLDisplay eglDpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);   
 
  std::cout << ((eglDpy == EGL_NO_DISPLAY) ? "FAIL" : "PASS") << std::endl; 
 
  }
  ```

  Build with e.g. `g++ egl_test.cpp -lEGL`.  Using nvidia-375
  (375.39-0ubuntu0.16.04.1), this test program will print "FAIL",
  because `eglGetDisplay(EGL_DEFAULT_DISPLAY)` returns `EGL_NO_DISPLAY`.
  If I install the 375.39 driver using Nvidia's installer, the test
  passes, so I think it is not an upstream issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nvidia-375 375.39-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-67.88-generic 4.4.49
  Uname: Linux 4.4.0-67-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Tue Mar 21 12:41:31 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-10-11 (160 days ago)
  InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: nvidia-graphics-drivers-375
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1674677/+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 1007901] Re: driver crash radeon_gart.c:187 radeon_gart_bind+0x1b4/0x1c0

2021-07-31 Thread Norbert
** Tags removed: precise

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

Title:
  driver crash radeon_gart.c:187 radeon_gart_bind+0x1b4/0x1c0

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in Fedora:
  Fix Released

Bug description:
  Linux  3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux
  Linux Mint 13 maya
  MATE x64

  
  I have upgraded my Linux Mint system from previous kernel version 3.2.0-23 
and after reboot I get error on screen may be thousands of times:

  Failed to allocate:
  size: 4096000 bytes
  aligment: 0 bytes
  domains:  2

  and in dmesg is this:

  WARNING: at 
/build/buildd/linux-3.2.0/drivers/gpu/drm/radeon/radeon_gart.c:187 
radeon_gart_bind+0x1b4/0x1c0 [radeon]()
  [   23.157299] Hardware name: AMILO Pa 2510
  [   23.157301] trying to bind memory to uninitialized GART !
  [   23.157303] Modules linked in: rfcomm bnep bluetooth parport_pc ppdev 
binfmt_misc nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc ext2 ip6t_LOG 
xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 ipt_REJECT ipt_LOG xt_limit 
xt_tcpudp xt_addrtype snd_hda_codec_realtek snd_hda_codec_si3054 xt_state arc4 
snd_hda_intel snd_hda_codec ip6table_filter snd_hwdep ip6_tables snd_pcm 
snd_seq_midi nf_conntrack_netbios_ns nf_conntrack_broadcast snd_rawmidi 
nf_nat_ftp nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 ath5k snd_seq_midi_event 
nf_conntrack_ftp nf_conntrack iptable_filter ip_tables snd_seq x_tables ath 
radeon snd_timer mac80211 snd_seq_device joydev snd psmouse soundcore 
sp5100_tco serio_raw ttm snd_page_alloc cfg80211 video i2c_piix4 k8temp 
drm_kms_helper edac_core edac_mce_amd mac_hid drm i2c_algo_bit shpchp lp 
parport usbhid hid pata_atiixp r8169 usb_storage
  [   23.157372] Pid: 284, comm: plymouthd Tainted: GW
3.2.0-24-generic #39-Ubuntu
  [   23.157375] Call Trace:
  [   23.157388]  [] warn_slowpath_common+0x7f/0xc0
  [   23.157392]  [] warn_slowpath_fmt+0x46/0x50
  [   23.157412]  [] ? ttm_mem_global_alloc_page+0x42/0x50 
[ttm]
  [   23.157433]  [] radeon_gart_bind+0x1b4/0x1c0 [radeon]
  [   23.157453]  [] radeon_ttm_backend_bind+0x35/0xb0 
[radeon]
  [   23.157464]  [] ttm_tt_bind+0x50/0x80 [ttm]
  [   23.157473]  [] ttm_bo_handle_move_mem+0x347/0x3c0 [ttm]
  [   23.157482]  [] ttm_bo_move_buffer+0x13a/0x150 [ttm]
  [   23.157524]  [] ? drm_mm_kmalloc+0x3c/0xe0 [drm]
  [   23.157529]  [] ? alloc_file+0x9c/0xd0
  [   23.157539]  [] ttm_bo_validate+0xe7/0xf0 [ttm]
  [   23.157547]  [] ttm_bo_init+0x1b8/0x260 [ttm]
  [   23.157569]  [] radeon_bo_create+0x176/0x2a0 [radeon]
  [   23.157590]  [] ? 
radeon_create_ttm_backend_entry+0x40/0x40 [radeon]
  [   23.157614]  [] radeon_gem_object_create+0x5a/0x100 
[radeon]
  [   23.157637]  [] radeon_gem_create_ioctl+0x58/0xd0 
[radeon]
  [   23.157643]  [] ? security_capable+0x21/0x30
  [   23.157657]  [] drm_ioctl+0x444/0x510 [drm]
  [   23.157682]  [] ? radeon_gem_pwrite_ioctl+0x30/0x30 
[radeon]
  [   23.157688]  [] ? default_spin_lock_flags+0x9/0x10
  [   23.157693]  [] ? ep_poll+0x1cc/0x380
  [   23.157698]  [] do_vfs_ioctl+0x8a/0x340
  [   23.157702]  [] ? vfs_write+0x110/0x180
  [   23.157706]  [] sys_ioctl+0x91/0xa0
  [   23.157710]  [] ? sys_epoll_wait+0x8e/0xe0
  [   23.157716]  [] system_call_fastpath+0x16/0x1b
  [   23.157719] ---[ end trace 406cb566ecd48e27 ]---
  [   23.157724] [drm:radeon_ttm_backend_bind] *ERROR* failed to bind 1000 
pages at 0x
  [   23.163030] radeon :01:05.0: object_init failed for (4096000, 
0x0002)
  [   23.168037] [drm:radeon_gem_object_create] *ERROR* Failed to allocate GEM 
object (4096000, 2, 4096, -22)

  So it seems to be a problem with driver for ATI in new kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1007901/+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 1587885] Re: NULL pointer dereference in radeon drm code

2021-07-31 Thread Norbert
** Tags removed: precise trusty

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

Title:
  NULL pointer dereference in radeon drm code

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On one of my systems I use, display connector 0 does not have DDC.
  This results in the DRM code trying to use radeon_connector->ddc_bus
  when it is not set. This is known to have been an issue since the 3.2
  series kernels.

  Known Problem Kernels: uBuntu 12.04 LTS (linux-3.2.55), uBuntu-MATE 14.04 LTS 
(linux-3.16.7) and uBuntu-MATE 16.04 LTS (linux-4.4.8) and linux-4.6.0 (git:/
  /git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux).

  Trying to use the uBuntu-MATE 16.04 LTS LiveCD ubuntu-
  mate-16.04-desktop-amd64.iso (from uBuntu-MATE website) showed the
  problem.

  Using a serial console I extracted the following information when
  trying to boot from a uBuntu-MATE 16.04 LTS LiveCD USB Stick (it had
  been upgraded from 4.4.0-21-generic in an attempt to get something
  usable):

  
  [0.00] Linux version 4.4.0-22-generic (buildd@lgw01-41) (gcc version 
5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2) ) #40-Ubuntu SMP Thu May 12 22:03:46 
UTC 2
  016 (Ubuntu 4.4.0-22.40-generic 4.4.8)
  [0.00] Command line: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/ubuntu-mate.seed boot=casper locale=en_GB 
console-setup/layoutcode=gb console=u
  art,io,0x3f8,115200n8 earlyprintk=ttyS0,115200n8 debug ---
  [0.00] KERNEL supported cpus:
  [0.00]   Intel GenuineIntel
  [0.00]   AMD AuthenticAMD
  [0.00]   Centaur CentaurHauls
  
  [0.00] efi: EFI v2.00 by Phoenix Technologies Ltd.
  [0.00] efi: EFI v2.00 by Phoenix Technologies Ltd.
  [0.00] efi: [0.00] efi:  ACPI=0x973c7000  ACPI=0x973c7000  
ACPI 2.0=0x973c7014  ACPI 2.0=0x973c7014  SMBIOS=0x9726b000  SMBIOS=0x9726b000 

  [0.00] SMBIOS 2.6 present.
  [0.00] SMBIOS 2.6 present.
  [0.00] DMI: AMD Corporation EBrazos Platform/Persimmon, BIOS LV-683 
Version: 1.1 02/14/2012
  [0.00] DMI: AMD Corporation EBrazos Platform/Persimmon, BIOS LV-683 
Version: 1.1 02/14/2012
  
  [8.262990] [drm] ib test on ring 5 succeeded
  [8.288897] [drm] Radeon Display Connectors
  [8.293175] [drm] Connector 0:
  [8.296252] [drm]   DP-1
  [8.298791] [drm]   Encoders:
  [8.301770] [drm] DFP1: INTERNAL_UNIPHY
  [8.305973] [drm] Connector 1:
  [8.309043] [drm]   DP-2
  [8.311598] [drm]   HPD2
  [8.314169] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 
0x644c
  [8.321609] [drm]   Encoders:
  [8.324589] [drm] DFP2: INTERNAL_UNIPHY
  [8.328793] [drm] Connector 2:
  [8.331856] [drm]   VGA-1
  [8.332316] scsi 0:0:0:0: Direct-Access SMI  USB DISK 1100 
PQ: 0 ANSI: 0 CCS
  [8.342947] [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 
0x64e4
  [8.350341] [drm]   Encoders:
  [8.353310] [drm] CRT1: INTERNAL_KLDSCP_DAC1
  [8.358195] BUG: unable to handle kernel NULL pointer dereference at 
0409
  [8.366104] IP:[8.367176] sd 0:0:0:0: Attached scsi generic sg1 type 0
  [8.368538] sd 0:0:0:0: [sdb] 7831552 512-byte logical blocks: (4.01 
GB/3.73 GiB)
  [8.369421] sd 0:0:0:0: [sdb] Write Protect is off
  [8.369427] sd 0:0:0:0: [sdb] Mode Sense: 43 00 00 00
  [8.370288] sd 0:0:0:0: [sdb] No Caching mode page found
  [8.370292] sd 0:0:0:0: [sdb] Assuming drive cache: write through
  [8.374944]  sdb: sdb1
  [8.378398] sd 0:0:0:0: [sdb] Attached SCSI removable disk

  [8.409733]  [] radeon_dp_getsinktype+0x1a/0x30 [radeon]
  [8.416805] PGD 0 
  [8.418841] Oops:  [#1] SMP 
  [8.422104] Modules linked in: hid_generic e1000e psmouse amdkfd usbhid 
uas amd_iommu_v2 ptp radeon(+) pps_core e1000(+) hid i2c_algo_bit ttm 
drm_kms_helper
   usb_storage syscopyarea sysfillrect sysimgblt ahci fb_sys_fops libahci drm 
video fjes
  [8.444029] CPU: 0 PID: 131 Comm: systemd-udevd Not tainted 
4.4.0-22-generic #40-Ubuntu
  [8.452036] Hardware name: AMD Corporation EBrazos Platform/Persimmon, 
BIOS LV-683 Version: 1.1 02/14/2012
  [8.461708] task: 88014780be80 ti: 880147888000 task.ti: 
880147888000
  [8.469194] RIP: 0010:[]  [] 
radeon_dp_getsinktype+0x1a/0x30 [radeon]
  [8.478850] RSP: 0018:88014788b850  EFLAGS: 00010246
  [8.484179] RAX:  RBX: 88003485f000 RCX: 

  [8.491321] RDX:  RSI: 0001 RDI: 
88003485f000
  [8.498469] RBP: 88014788b850 R08:  R09: 
c004aff6
  [8.505602] R10: ead5e540 R11:  R12: 
0001
  [8.506137] e1000 :05:0b.0 eth1: (PCI:33MHz:32-bit) 00:03:1d:09:3b:61
  [8.506142] e1000 

[Kernel-packages] [Bug 1900388] Re: blk_update_request: I/O error, dev sr0, sector 9180400 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0

2021-07-31 Thread Norbert
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

** Tags removed: groovy
** Tags added: xenial

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

** Tags removed: xenial

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

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

Title:
  blk_update_request: I/O error, dev sr0, sector 9180400 op 0x0:(READ)
  flags 0x80700 phys_seg 1 prio class 0

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  blk_update_request: I/O error, dev sr0, sector 9180400 op 0x0:(READ)
  flags 0x80700 phys_seg 1 prio class 0

  PIONEER BD-RW   BDR-205

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: linux-image-5.8.0-23-generic 5.8.0-23.24
  ProcVersionSignature: Ubuntu 5.8.0-23.24-generic 5.8.14
  Uname: Linux 5.8.0-23-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  navycat2032 F pulseaudio
   /dev/snd/controlC0:  navycat2032 F pulseaudio
   /dev/snd/controlC1:  navycat2032 F pulseaudio
  CasperMD5CheckResult: skip
  Date: Mon Oct 19 10:11:53 2020
  InstallationDate: Installed on 2020-10-07 (11 days ago)
  InstallationMedia: Ubuntu-MATE 20.10 "Groovy Gorilla" - Beta amd64 (20201007)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: BASE_BOARD_MANUFACTURER MODEL_NAME
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-23-generic 
root=UUID=98343bbf-e244-4e6d-889d-fa14ff0254ed 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.
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-23-generic N/A
   linux-backports-modules-5.8.0-23-generic  N/A
   linux-firmware1.190
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2018
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 150-SE-E789
  dmi.board.vendor: EVGA
  dmi.board.version: Patsburg
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/09/2018:br4.6:svnBASE_BOARD_MANUFACTURER:pnMODEL_NAME:pvrBASE_BOARD_VERSION:rvnEVGA:rn150-SE-E789:rvrPatsburg:
  dmi.product.family: X86 AT
  dmi.product.name: MODEL_NAME
  dmi.product.sku: PROJECT_SUB_TAG
  dmi.product.version: BASE_BOARD_VERSION
  dmi.sys.vendor: BASE_BOARD_MANUFACTURER

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