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

2020-09-07 Thread ^rooker
Same here:
36 GB .xsession-errors - Noticed it only because several applications behaved 
weird, due to lack of diskspace.

  * OS: Xubuntu 18.04.5
  * nvidia driver installed: 390.132
  * VLC 3.0.8

I'm a heavy suspend/resume user, so I think this may be the same issue.

Anything we can do to help?

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

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

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

Bug description:
  To replicate:

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

  2. Optionally pause it.

  3. Switch to another user.

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

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

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

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

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

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

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


[Kernel-packages] [Bug 1256638] [NEW] Realtek driver v8.036.00-ppa1-precise1 doesn't build

2013-12-01 Thread ^rooker
Public bug reported:

I'm sorry, but Launchpad wouldn't let me attach this bug to package
realtek-r8168-dkms, because it's PPA-only.

I'm running Xubuntu 12.04.3 on a HP ProBook 4530s.
The wired network doesn't work, and the driver loaded out-of-the-box is r8169 - 
but lspci says it's actually a RTL8111/8168/8411.

There's a PPA by Arturo Casal, providing the r8168 driver:
https://launchpad.net/~berfenger/+archive/realtek

Installing Arturo's realtek-r8168-dkms package from PPA fails to
build:

[quote]
make -C src/ clean
make[1]: Entering directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
make -C /lib/modules/3.2.0-40-generic/build 
SUBDIRS=/var/lib/dkms/realtek-r8168/8.036.00/build/src clean
make[2]: Entering directory `/usr/src/linux-headers-3.2.0-40-generic'
make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-40-generic'
make[1]: Leaving directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
make -C src/ modules
make[1]: Entering directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
make -C /lib/modules/3.2.0-40-generic/build 
SUBDIRS=/var/lib/dkms/realtek-r8168/8.036.00/build/src modules
make[2]: Entering directory `/usr/src/linux-headers-3.2.0-40-generic'
  CC [M]  /var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.o
/var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.c: In function 
‘rtl8168_get_rx_csum’:
/var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.c:2103:24: error: 
‘RxChkS1um’ undeclared (first use in this function)
/var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.c:2103:24: note: each 
undeclared identifier is reported only once for each function it appears in
make[3]: *** [/var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.o] Error 1
make[2]: *** [_module_/var/lib/dkms/realtek-r8168/8.036.00/build/src] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-40-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
make: *** [modules] Error 2
[/quote]

Same goes for most recent available packaged kernel v3.2.0-57-generic.

I have replaced the source in /usr/src/realtek-r8168-8.036.00/ with the most 
recent version (8.037.00) from Realtek's driver site:
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1PNid=13PFid=5Level=5Conn=4DownTypeID=3GetDown=false#2


Compiling v8.037.00 worked fine. The generated module (r8168) installs and 
loads fine.
The wired network problem however, persists.

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


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

Title:
  Realtek driver v8.036.00-ppa1-precise1 doesn't build

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I'm sorry, but Launchpad wouldn't let me attach this bug to package
  realtek-r8168-dkms, because it's PPA-only.

  I'm running Xubuntu 12.04.3 on a HP ProBook 4530s.
  The wired network doesn't work, and the driver loaded out-of-the-box is r8169 
- but lspci says it's actually a RTL8111/8168/8411.

  There's a PPA by Arturo Casal, providing the r8168 driver:
  https://launchpad.net/~berfenger/+archive/realtek

  Installing Arturo's realtek-r8168-dkms package from PPA fails to
  build:

  [quote]
  make -C src/ clean
  make[1]: Entering directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
  make -C /lib/modules/3.2.0-40-generic/build 
SUBDIRS=/var/lib/dkms/realtek-r8168/8.036.00/build/src clean
  make[2]: Entering directory `/usr/src/linux-headers-3.2.0-40-generic'
  make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-40-generic'
  make[1]: Leaving directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
  make -C src/ modules
  make[1]: Entering directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
  make -C /lib/modules/3.2.0-40-generic/build 
SUBDIRS=/var/lib/dkms/realtek-r8168/8.036.00/build/src modules
  make[2]: Entering directory `/usr/src/linux-headers-3.2.0-40-generic'
CC [M]  /var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.o
  /var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.c: In function 
‘rtl8168_get_rx_csum’:
  /var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.c:2103:24: error: 
‘RxChkS1um’ undeclared (first use in this function)
  /var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.c:2103:24: note: each 
undeclared identifier is reported only once for each function it appears in
  make[3]: *** [/var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.o] Error 
1
  make[2]: *** [_module_/var/lib/dkms/realtek-r8168/8.036.00/build/src] Error 2
  make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-40-generic'
  make[1]: *** [modules] Error 2
  make[1]: Leaving directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
  make: *** [modules] Error 2
  [/quote]

  Same goes for most recent available packaged kernel v3.2.0-57-generic.

  

[Kernel-packages] [Bug 1256638] Re: Realtek driver v8.036.00-ppa1-precise1 doesn't build

2013-12-01 Thread ^rooker
Unfortunately, I don't have access to the affected system anymore. Was a 
friend's PC he asked me to set up.
I will ask him to do it, but this could take a while.

Sorry and thanks!

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

Title:
  Realtek driver v8.036.00-ppa1-precise1 doesn't build

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I'm sorry, but Launchpad wouldn't let me attach this bug to package
  realtek-r8168-dkms, because it's PPA-only.

  I'm running Xubuntu 12.04.3 on a HP ProBook 4530s.
  The wired network doesn't work, and the driver loaded out-of-the-box is r8169 
- but lspci says it's actually a RTL8111/8168/8411.

  There's a PPA by Arturo Casal, providing the r8168 driver:
  https://launchpad.net/~berfenger/+archive/realtek

  Installing Arturo's realtek-r8168-dkms package from PPA fails to
  build:

  [quote]
  make -C src/ clean
  make[1]: Entering directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
  make -C /lib/modules/3.2.0-40-generic/build 
SUBDIRS=/var/lib/dkms/realtek-r8168/8.036.00/build/src clean
  make[2]: Entering directory `/usr/src/linux-headers-3.2.0-40-generic'
  make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-40-generic'
  make[1]: Leaving directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
  make -C src/ modules
  make[1]: Entering directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
  make -C /lib/modules/3.2.0-40-generic/build 
SUBDIRS=/var/lib/dkms/realtek-r8168/8.036.00/build/src modules
  make[2]: Entering directory `/usr/src/linux-headers-3.2.0-40-generic'
CC [M]  /var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.o
  /var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.c: In function 
‘rtl8168_get_rx_csum’:
  /var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.c:2103:24: error: 
‘RxChkS1um’ undeclared (first use in this function)
  /var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.c:2103:24: note: each 
undeclared identifier is reported only once for each function it appears in
  make[3]: *** [/var/lib/dkms/realtek-r8168/8.036.00/build/src/r8168_n.o] Error 
1
  make[2]: *** [_module_/var/lib/dkms/realtek-r8168/8.036.00/build/src] Error 2
  make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-40-generic'
  make[1]: *** [modules] Error 2
  make[1]: Leaving directory `/var/lib/dkms/realtek-r8168/8.036.00/build/src'
  make: *** [modules] Error 2
  [/quote]

  Same goes for most recent available packaged kernel v3.2.0-57-generic.

  I have replaced the source in /usr/src/realtek-r8168-8.036.00/ with the most 
recent version (8.037.00) from Realtek's driver site:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1PNid=13PFid=5Level=5Conn=4DownTypeID=3GetDown=false#2

  
  Compiling v8.037.00 worked fine. The generated module (r8168) installs and 
loads fine.
  The wired network problem however, persists.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1256638/+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 1079435] Re: Thinkpad Edge E335 not resuming from suspend

2013-10-31 Thread ^rooker
*** This bug is a duplicate of bug 1097932 ***
https://bugs.launchpad.net/bugs/1097932

Just wanted to note:

After a long time (=since I issued this bug), I finally got my hands on that 
machine again.
I've updated all LTS 12.04 packages to their current latest repo-versions.

Latest kernel available (and now installed) is: 3.2.0-56
Resume from suspend still does not work with that kernel version.

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

Title:
  Thinkpad Edge E335 not resuming from suspend

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  When I suspend my E335 to RAM, the system powers down and the Thinkpad-i-LED 
goes to its suspend-mode-blinking.
  Unfortunately, the notebook won't resume when being re-opened or power-button 
pushed.

  I've tried using a kernel from the PPA (https://launchpad.net/~kernel-
  ppa/+archive/ppa), but same behavior.

  I've also followed the DebuggingKernelSuspend steps
  (https://wiki.ubuntu.com/DebuggingKernelSuspend), but didn't receive
  any hash matches lines in the logs :(

  Any tips greatly appreciated.
  Thanks!

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