[Desktop-packages] [Bug 1855892] Re: nvme SSD disk not appearing at S3 resume

2020-02-02 Thread Enrico Segre
Problem apparently solved (i.e., SDD wakes up from S3, can remove
"mem_sleep_default=shallow" from grub) with today's BIOS update to
2.0.2. Or with some firmware update associated with it. The problem with
Dell is that these firmware updates declare to address only obscure
security tickets, not the real problems...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1855892

Title:
  nvme SSD disk not appearing at S3 resume

Status in pm-utils package in Ubuntu:
  New

Bug description:
  System apparently correctly suspends (in various ways - from gnome
  menu, with pm-suspend on bash, with echo ... > /sys/power/pm_test) and
  resumes bringing up X, gnome, consoles, mouse, keyboard - but not the
  nvme SSD. Since I have the OS on that, no command relying on disk
  files is recognized, and I'm forced to hard power off by long press on
  power button.

  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.

  bash may be still alive on either X or consoles, but it will
  understand only internal commands and thus it is not of much help even
  for shutting down the system cleanly.

  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:

  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"

  The only grub option helping is

  mem_sleep_default=shallow

  but that is a bit of no brainer since it suspends to S2 preventing S3.
  The same effect have

  echo s2idle > /sys/power/mem_sleep

  and

  echo freeze > /sys/power/state

  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.

  The issue does not seem graphics related since X wakes up correctly
  (initially; it may crash later), and since the problem is identical
  even with no X (telinit 3).

  Hope all necessary debug information is automatically added, if not
  please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+subscriptions

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


[Desktop-packages] [Bug 1855892] Re: nvme SSD disk not appearing at S3 resume

2019-12-11 Thread Enrico Segre
** Description changed:

  System apparently correctly suspends (in various ways - from gnome menu,
  with pm-suspend on bash, with echo ... > /sys/power/pm_test) and resumes
  bringing up X, gnome, consoles, mouse, keyboard - but not the nvme SSD.
  Since I have the OS on that, no command relying on disk files is
  recognized, and I'm forced to hard power off by long press on power
  button.
  
  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.
  
  bash may be still alive on either X or consoles, but it will understand
  only internal commands and thus it is not of much help even for shutting
  down the system cleanly.
  
  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:
  
  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"
  
- The only grub helping is
+ The only grub option helping is
  
  mem_sleep_default=shallow
  
- but that is a bit of no brainer as it suspends to S2 preventing S3. The
- same effect have
+ but that is a bit of no brainer since it suspends to S2 preventing S3.
+ The same effect have
  
  echo s2idle > /sys/power/mem_sleep
  
  and
  
  echo freeze > /sys/power/state
  
  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.
  
- The issue does not seem graphics related as X wakes up correctly
- (initially; it may crash later), and as the problem is identical even
+ The issue does not seem graphics related since X wakes up correctly
+ (initially; it may crash later), and since the problem is identical even
  with no X (telinit 3).
  
  Hope all necessary debug information is automatically added, if not
  please ask.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1855892

Title:
  nvme SSD disk not appearing at S3 resume

Status in pm-utils package in Ubuntu:
  New

Bug description:
  System apparently correctly suspends (in various ways - from gnome
  menu, with pm-suspend on bash, with echo ... > /sys/power/pm_test) and
  resumes bringing up X, gnome, consoles, mouse, keyboard - but not the
  nvme SSD. Since I have the OS on that, no command relying on disk
  files is recognized, and I'm forced to hard power off by long press on
  power button.

  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.

  bash may be still alive on either X or consoles, but it will
  understand only internal commands and thus it is not of much help even
  for shutting down the system cleanly.

  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:

  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"

  The only grub option helping is

  mem_sleep_default=shallow

  but that is a bit of no brainer since it suspends to S2 preventing S3.
  The same effect have

  echo s2idle > /sys/power/mem_sleep

  and

  echo freeze > /sys/power/state

  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.

  The issue does not seem graphics related since X wakes up correctly
  (initially; it may crash later), and since the problem is identical
  even with no X (telinit 3).

  Hope all necessary debug information is automatically added, if not
  please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days 

[Desktop-packages] [Bug 1855892] Re: nvme SSD disk not appearing at S3 resume

2019-12-11 Thread Enrico Segre
** Attachment added: "dmesg.devices"
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+attachment/5311725/+files/dmesg.devices

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1855892

Title:
  nvme SSD disk not appearing at S3 resume

Status in pm-utils package in Ubuntu:
  New

Bug description:
  System apparently correctly suspends (in various ways - from gnome
  menu, with pm-suspend on bash, with echo ... > /sys/power/pm_test) and
  resumes bringing up X, gnome, consoles, mouse, keyboard - but not the
  nvme SSD. Since I have the OS on that, no command relying on disk
  files is recognized, and I'm forced to hard power off by long press on
  power button.

  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.

  bash may be still alive on either X or consoles, but it will
  understand only internal commands and thus it is not of much help even
  for shutting down the system cleanly.

  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:

  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"

  The only grub helping is

  mem_sleep_default=shallow

  but that is a bit of no brainer as it suspends to S2 preventing S3.
  The same effect have

  echo s2idle > /sys/power/mem_sleep

  and

  echo freeze > /sys/power/state

  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.

  The issue does not seem graphics related as X wakes up correctly
  (initially; it may crash later), and as the problem is identical even
  with no X (telinit 3).

  Hope all necessary debug information is automatically added, if not
  please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+subscriptions

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


[Desktop-packages] [Bug 1855892] Re: nvme SSD disk not appearing at S3 resume

2019-12-11 Thread Enrico Segre
cat /sys/kernel/debug/suspend_stats > suspend_stats

** Attachment added: "suspend_stats"
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+attachment/5311729/+files/suspend_stats

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1855892

Title:
  nvme SSD disk not appearing at S3 resume

Status in pm-utils package in Ubuntu:
  New

Bug description:
  System apparently correctly suspends (in various ways - from gnome
  menu, with pm-suspend on bash, with echo ... > /sys/power/pm_test) and
  resumes bringing up X, gnome, consoles, mouse, keyboard - but not the
  nvme SSD. Since I have the OS on that, no command relying on disk
  files is recognized, and I'm forced to hard power off by long press on
  power button.

  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.

  bash may be still alive on either X or consoles, but it will
  understand only internal commands and thus it is not of much help even
  for shutting down the system cleanly.

  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:

  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"

  The only grub helping is

  mem_sleep_default=shallow

  but that is a bit of no brainer as it suspends to S2 preventing S3.
  The same effect have

  echo s2idle > /sys/power/mem_sleep

  and

  echo freeze > /sys/power/state

  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.

  The issue does not seem graphics related as X wakes up correctly
  (initially; it may crash later), and as the problem is identical even
  with no X (telinit 3).

  Hope all necessary debug information is automatically added, if not
  please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+subscriptions

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


[Desktop-packages] [Bug 1855892] Re: nvme SSD disk not appearing at S3 resume

2019-12-11 Thread Enrico Segre
Attaching the dumps of:

cat /proc/acpi/wakeup > wakeup

echo  > /sys/power/pm_test
sync && echo 1 > /sys/power/pm_trace && pm-suspend
dmesg > dmesg.

** Attachment added: "wakeup"
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+attachment/5311723/+files/wakeup

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1855892

Title:
  nvme SSD disk not appearing at S3 resume

Status in pm-utils package in Ubuntu:
  New

Bug description:
  System apparently correctly suspends (in various ways - from gnome
  menu, with pm-suspend on bash, with echo ... > /sys/power/pm_test) and
  resumes bringing up X, gnome, consoles, mouse, keyboard - but not the
  nvme SSD. Since I have the OS on that, no command relying on disk
  files is recognized, and I'm forced to hard power off by long press on
  power button.

  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.

  bash may be still alive on either X or consoles, but it will
  understand only internal commands and thus it is not of much help even
  for shutting down the system cleanly.

  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:

  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"

  The only grub helping is

  mem_sleep_default=shallow

  but that is a bit of no brainer as it suspends to S2 preventing S3.
  The same effect have

  echo s2idle > /sys/power/mem_sleep

  and

  echo freeze > /sys/power/state

  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.

  The issue does not seem graphics related as X wakes up correctly
  (initially; it may crash later), and as the problem is identical even
  with no X (telinit 3).

  Hope all necessary debug information is automatically added, if not
  please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+subscriptions

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


[Desktop-packages] [Bug 1855892] Re: nvme SSD disk not appearing at S3 resume

2019-12-11 Thread Enrico Segre
** Attachment added: "dmesg.core"
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+attachment/5311728/+files/dmesg.core

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1855892

Title:
  nvme SSD disk not appearing at S3 resume

Status in pm-utils package in Ubuntu:
  New

Bug description:
  System apparently correctly suspends (in various ways - from gnome
  menu, with pm-suspend on bash, with echo ... > /sys/power/pm_test) and
  resumes bringing up X, gnome, consoles, mouse, keyboard - but not the
  nvme SSD. Since I have the OS on that, no command relying on disk
  files is recognized, and I'm forced to hard power off by long press on
  power button.

  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.

  bash may be still alive on either X or consoles, but it will
  understand only internal commands and thus it is not of much help even
  for shutting down the system cleanly.

  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:

  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"

  The only grub helping is

  mem_sleep_default=shallow

  but that is a bit of no brainer as it suspends to S2 preventing S3.
  The same effect have

  echo s2idle > /sys/power/mem_sleep

  and

  echo freeze > /sys/power/state

  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.

  The issue does not seem graphics related as X wakes up correctly
  (initially; it may crash later), and as the problem is identical even
  with no X (telinit 3).

  Hope all necessary debug information is automatically added, if not
  please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+subscriptions

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


[Desktop-packages] [Bug 1855892] Re: nvme SSD disk not appearing at S3 resume

2019-12-11 Thread Enrico Segre
** Attachment added: "dmesg.platform"
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+attachment/5311726/+files/dmesg.platform

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1855892

Title:
  nvme SSD disk not appearing at S3 resume

Status in pm-utils package in Ubuntu:
  New

Bug description:
  System apparently correctly suspends (in various ways - from gnome
  menu, with pm-suspend on bash, with echo ... > /sys/power/pm_test) and
  resumes bringing up X, gnome, consoles, mouse, keyboard - but not the
  nvme SSD. Since I have the OS on that, no command relying on disk
  files is recognized, and I'm forced to hard power off by long press on
  power button.

  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.

  bash may be still alive on either X or consoles, but it will
  understand only internal commands and thus it is not of much help even
  for shutting down the system cleanly.

  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:

  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"

  The only grub helping is

  mem_sleep_default=shallow

  but that is a bit of no brainer as it suspends to S2 preventing S3.
  The same effect have

  echo s2idle > /sys/power/mem_sleep

  and

  echo freeze > /sys/power/state

  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.

  The issue does not seem graphics related as X wakes up correctly
  (initially; it may crash later), and as the problem is identical even
  with no X (telinit 3).

  Hope all necessary debug information is automatically added, if not
  please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+subscriptions

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


[Desktop-packages] [Bug 1855892] Re: nvme SSD disk not appearing at S3 resume

2019-12-11 Thread Enrico Segre
** Attachment added: "dmesg.freezer"
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+attachment/5311724/+files/dmesg.freezer

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1855892

Title:
  nvme SSD disk not appearing at S3 resume

Status in pm-utils package in Ubuntu:
  New

Bug description:
  System apparently correctly suspends (in various ways - from gnome
  menu, with pm-suspend on bash, with echo ... > /sys/power/pm_test) and
  resumes bringing up X, gnome, consoles, mouse, keyboard - but not the
  nvme SSD. Since I have the OS on that, no command relying on disk
  files is recognized, and I'm forced to hard power off by long press on
  power button.

  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.

  bash may be still alive on either X or consoles, but it will
  understand only internal commands and thus it is not of much help even
  for shutting down the system cleanly.

  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:

  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"

  The only grub helping is

  mem_sleep_default=shallow

  but that is a bit of no brainer as it suspends to S2 preventing S3.
  The same effect have

  echo s2idle > /sys/power/mem_sleep

  and

  echo freeze > /sys/power/state

  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.

  The issue does not seem graphics related as X wakes up correctly
  (initially; it may crash later), and as the problem is identical even
  with no X (telinit 3).

  Hope all necessary debug information is automatically added, if not
  please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+subscriptions

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


[Desktop-packages] [Bug 1855892] Re: nvme SSD disk not appearing at S3 resume

2019-12-11 Thread Enrico Segre
** Attachment added: "dmesg.processors"
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+attachment/5311727/+files/dmesg.processors

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1855892

Title:
  nvme SSD disk not appearing at S3 resume

Status in pm-utils package in Ubuntu:
  New

Bug description:
  System apparently correctly suspends (in various ways - from gnome
  menu, with pm-suspend on bash, with echo ... > /sys/power/pm_test) and
  resumes bringing up X, gnome, consoles, mouse, keyboard - but not the
  nvme SSD. Since I have the OS on that, no command relying on disk
  files is recognized, and I'm forced to hard power off by long press on
  power button.

  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.

  bash may be still alive on either X or consoles, but it will
  understand only internal commands and thus it is not of much help even
  for shutting down the system cleanly.

  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:

  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"

  The only grub helping is

  mem_sleep_default=shallow

  but that is a bit of no brainer as it suspends to S2 preventing S3.
  The same effect have

  echo s2idle > /sys/power/mem_sleep

  and

  echo freeze > /sys/power/state

  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.

  The issue does not seem graphics related as X wakes up correctly
  (initially; it may crash later), and as the problem is identical even
  with no X (telinit 3).

  Hope all necessary debug information is automatically added, if not
  please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+subscriptions

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


[Desktop-packages] [Bug 1855892] Re: nvme SSD disk not appearing at S3 resume

2019-12-10 Thread Enrico Segre
** Attachment added: "dmesg after an unsuccesful wake (with nvme disk off) from 
S3"
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+attachment/5311508/+files/dmesg.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1855892

Title:
  nvme SSD disk not appearing at S3 resume

Status in pm-utils package in Ubuntu:
  New

Bug description:
  System apparently correctly suspends (in various ways - from gnome
  menu, with pm-suspend on bash, with echo ... > /sys/power/pm_test) and
  resumes bringing up X, gnome, consoles, mouse, keyboard - but not the
  nvme SSD. Since I have the OS on that, no command relying on disk
  files is recognized, and I'm forced to hard power off by long press on
  power button.

  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.

  bash may be still alive on either X or consoles, but it will
  understand only internal commands and thus it is not of much help even
  for shutting down the system cleanly.

  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:

  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"

  The only grub helping is

  mem_sleep_default=shallow

  but that is a bit of no brainer as it suspends to S2 preventing S3.
  The same effect have

  echo s2idle > /sys/power/mem_sleep

  and

  echo freeze > /sys/power/state

  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.

  The issue does not seem graphics related as X wakes up correctly
  (initially; it may crash later), and as the problem is identical even
  with no X (telinit 3).

  Hope all necessary debug information is automatically added, if not
  please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892/+subscriptions

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


[Desktop-packages] [Bug 1855892] [NEW] nvme SSD disk not appearing at S3 resume

2019-12-10 Thread Enrico Segre
Public bug reported:

System apparently correctly suspends (in various ways - from gnome menu,
with pm-suspend on bash, with echo ... > /sys/power/pm_test) and resumes
bringing up X, gnome, consoles, mouse, keyboard - but not the nvme SSD.
Since I have the OS on that, no command relying on disk files is
recognized, and I'm forced to hard power off by long press on power
button.

Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
which display a lot of messages about i/o errors and failing journal
writes.

bash may be still alive on either X or consoles, but it will understand
only internal commands and thus it is not of much help even for shutting
down the system cleanly.

Tried to add the following options in various combinations on the
GRUB_CMDLINE_LINUX at no avail:

acpiphp.disable=1
nvme_core.default_ps_max_latency_us=0
acpi_osi=! \"acpi_osi=Windows 2015\"

The only grub helping is

mem_sleep_default=shallow

but that is a bit of no brainer as it suspends to S2 preventing S3. The
same effect have

echo s2idle > /sys/power/mem_sleep

and

echo freeze > /sys/power/state

As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
I've tried pm-tracing but wasn't able to understand enough information
from dmesg hash matches. As for debugging, all echos to
/sys/power/pm_test resume correctly but the last, echo none, which
causes the problem.

The issue does not seem graphics related as X wakes up correctly
(initially; it may crash later), and as the problem is identical even
with no X (telinit 3).

Hope all necessary debug information is automatically added, if not
please ask.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: pm-utils 1.4.1-18
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CurrentDesktop: GNOME-Flashback:GNOME
Date: Tue Dec 10 16:08:33 2019
InstallationDate: Installed on 2019-10-29 (42 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
SourcePackage: pm-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug eoan

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1855892

Title:
  nvme SSD disk not appearing at S3 resume

Status in pm-utils package in Ubuntu:
  New

Bug description:
  System apparently correctly suspends (in various ways - from gnome
  menu, with pm-suspend on bash, with echo ... > /sys/power/pm_test) and
  resumes bringing up X, gnome, consoles, mouse, keyboard - but not the
  nvme SSD. Since I have the OS on that, no command relying on disk
  files is recognized, and I'm forced to hard power off by long press on
  power button.

  Usually at resume it is possible to switch to consoles (Ctrl-Alt-Fn),
  which display a lot of messages about i/o errors and failing journal
  writes.

  bash may be still alive on either X or consoles, but it will
  understand only internal commands and thus it is not of much help even
  for shutting down the system cleanly.

  Tried to add the following options in various combinations on the
  GRUB_CMDLINE_LINUX at no avail:

  acpiphp.disable=1
  nvme_core.default_ps_max_latency_us=0
  acpi_osi=! \"acpi_osi=Windows 2015\"

  The only grub helping is

  mem_sleep_default=shallow

  but that is a bit of no brainer as it suspends to S2 preventing S3.
  The same effect have

  echo s2idle > /sys/power/mem_sleep

  and

  echo freeze > /sys/power/state

  As for what is said in https://wiki.ubuntu.com/DebuggingKernelSuspend,
  I've tried pm-tracing but wasn't able to understand enough information
  from dmesg hash matches. As for debugging, all echos to
  /sys/power/pm_test resume correctly but the last, echo none, which
  causes the problem.

  The issue does not seem graphics related as X wakes up correctly
  (initially; it may crash later), and as the problem is identical even
  with no X (telinit 3).

  Hope all necessary debug information is automatically added, if not
  please ask.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pm-utils 1.4.1-18
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Tue Dec 10 16:08:33 2019
  InstallationDate: Installed on 2019-10-29 (42 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1855892

[Desktop-packages] [Bug 1245589] Re: Doesn't run, reports a zeitgeist/dbus error

2013-12-09 Thread Enrico Segre
Led by
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1250314/comments/2
, I tried 'rm ~/.local/share/zeitgeist -R', and that solved the problem
for me.

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

Title:
  Doesn't run, reports a zeitgeist/dbus error

Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  Can't run gedit. Calling from command line gives:

  ** (gedit:5060): CRITICAL **: file log.c: line 980: unexpected error:
  Error calling StartServiceByName for org.gnome.zeitgeist.Engine:
  GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process
  /usr/bin/zeitgeist-daemon exited with status 1 (g-dbus-error-quark,
  25)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gedit 3.8.3-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Oct 28 17:14:25 2013
  InstallationDate: Installed on 2013-05-28 (153 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gedit
  UpgradeStatus: Upgraded to saucy on 2013-10-28 (0 days ago)

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

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


[Desktop-packages] [Bug 1245589] Re: Doesn't run, reports a zeitgeist/dbus error

2013-11-21 Thread Enrico Segre
Same happens with gedit 3.10.1 installed as described in
http://linuxg.net/how-to-install-gedit-3-9-3-on-ubuntu-13-10-saucy-
salamander-ubuntu-13-04-raring-ringtail-and-linux-mint-15-olivia/

However, that happens only usign gnome or gnome-flashback or fvwm-
crystal as session manager; gedit opens ok usung ubuntu.

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

Title:
  Doesn't run, reports a zeitgeist/dbus error

Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  Can't run gedit. Calling from command line gives:

  ** (gedit:5060): CRITICAL **: file log.c: line 980: unexpected error:
  Error calling StartServiceByName for org.gnome.zeitgeist.Engine:
  GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process
  /usr/bin/zeitgeist-daemon exited with status 1 (g-dbus-error-quark,
  25)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gedit 3.8.3-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Oct 28 17:14:25 2013
  InstallationDate: Installed on 2013-05-28 (153 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gedit
  UpgradeStatus: Upgraded to saucy on 2013-10-28 (0 days ago)

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

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


[Desktop-packages] [Bug 887331] Re: file-roller cannot open filetypes with derived mimetypes (e.g. epub and ods files)

2013-05-02 Thread Enrico Segre
There was a button for it, I removed the link  to #26662 as duplicate.

** This bug is no longer a duplicate of bug 26662
   using the filename to get the mimetype is not always correct

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/887331

Title:
  file-roller cannot open filetypes with derived mimetypes (e.g. epub
  and ods files)

Status in “file-roller” package in Ubuntu:
  Confirmed

Bug description:
  Given three files A, B and C, where A is a zip file (a.zip), B is an
  ePub file (b.epub) and C is an ODF Spreadsheet file (c.ods) ...

  All files have "Open With > Archive Manager" as a menu option in
  nautilus.

  This is likely due to the shared-mime-info database having the ePub
  and ODS mimetypes as .

  File A will open successfully, while files B and C report "Could not
  open 'A'" / "Archive type not supported". However, renaming B and C so
  they have a .zip extension will cause the files to be opened
  correctly.

  This is likely due to file-roller checking the filetype to load by
  extension, not magic. This is indeed the case as giving a text file a
  .zip extension causes file-roller to report "An error occurred while
  loading the archive" (End-of-central-directory signature not found.
  Either this file is not a zipfile, or it constitutes one disk of a
  multi-part archive.  In the latter case the central directory and
  zipfile comment will be found on the last disk(s) of this archive.)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: file-roller 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
  CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
  Date: Mon Nov  7 21:12:54 2011
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100318)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: file-roller
  UpgradeStatus: Upgraded to oneiric on 2011-09-24 (44 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/887331/+subscriptions

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


[Desktop-packages] [Bug 1093498] Re: [S5000PSL, Creative CA0110-IBG, Pink Mic, Front] No input sound detected

2012-12-30 Thread Enrico Segre
** Description changed:

- obvious checks in alsamixer, pavucontrol, System settings/Sound -
- capture input is turned on, unmuted. Yet no app receives input sound.
+ obvious checks in alsamixer, pavucontrol, System settings/Sound - capture 
input is turned on, unmuted, mic is ok on another pc. Yet no app receives input 
sound.
+ All applications are instead able to receive input sound, if I set as source 
the webcam mic. Sound output from analog stereo out is fine.
  
  Full config submitted also as http://www.alsa-
  project.org/db/?f=01d87fcb289265cb4c8cb8a7067410778b88f09d
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
  Uname: Linux 3.2.0-35-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  enrico 6741 F pulseaudio
-  /dev/snd/controlC0:  enrico 6741 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  enrico 6741 F pulseaudio
+  /dev/snd/controlC0:  enrico 6741 F pulseaudio
  Card0.Amixer.info:
-  Card hw:0 'Creative'/'HDA Creative at 0xcb90 irq 16'
-Mixer name : 'Creative CA0110-IBG'
-Components : 'HDA:1102000a,11021006,0010'
-Controls  : 25
-Simple ctrls  : 11
+  Card hw:0 'Creative'/'HDA Creative at 0xcb90 irq 16'
+    Mixer name : 'Creative CA0110-IBG'
+    Components : 'HDA:1102000a,11021006,0010'
+    Controls  : 25
+    Simple ctrls  : 11
  Card1.Amixer.info:
-  Card hw:1 'Camera'/'V Micro. Corp. PC Camera at usb-:00:1d.7-3.1, full 
speed'
-Mixer name : 'USB Mixer'
-Components : 'USB0ac8:0302'
-Controls  : 3
-Simple ctrls  : 2
+  Card hw:1 'Camera'/'V Micro. Corp. PC Camera at usb-:00:1d.7-3.1, full 
speed'
+    Mixer name : 'USB Mixer'
+    Components : 'USB0ac8:0302'
+    Controls  : 3
+    Simple ctrls  : 2
  Date: Mon Dec 24 19:32:03 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:Creative failed
  Symptom_Card: [SB X-Fi Xtreme Audio] CA0110-IBG - HDA Creative
  Symptom_DevicesInUse:
-  6741  6741  enricoF pulseaudio
-  /dev/snd/controlC0:  enricoF pulseaudio
+  6741  6741  enricoF pulseaudio
+  /dev/snd/controlC0:  enricoF pulseaudio
  Symptom_Jack: Pink Mic, Front
  Symptom_Type: No sound at all
  Title: [S5000PSL, Creative CA0110-IBG, Pink Mic, Front] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/09/2010
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: S5000.86B.15.00.0101.110920101604
  dmi.board.name: S5000PSL
  dmi.board.vendor: Intel
  dmi.chassis.type: 17
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrS5000.86B.15.00.0101.110920101604:bd11/09/2010:svnIntel:pnS5000PSL:pvr:rvnIntel:rnS5000PSL:rvr:cvn:ct17:cvr:
  dmi.product.name: S5000PSL
  dmi.sys.vendor: Intel

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

Title:
  [S5000PSL, Creative CA0110-IBG, Pink Mic, Front] No input sound
  detected

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  obvious checks in alsamixer, pavucontrol, System settings/Sound - capture 
input is turned on, unmuted, mic is ok on another pc. Yet no app receives input 
sound.
  All applications are instead able to receive input sound, if I set as source 
the webcam mic. Sound output from analog stereo out is fine.

  Full config submitted also as http://www.alsa-
  project.org/db/?f=01d87fcb289265cb4c8cb8a7067410778b88f09d

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
  Uname: Linux 3.2.0-35-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  enrico 6741 F pulseaudio
   /dev/snd/controlC0:  enrico 6741 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Creative'/'HDA Creative at 0xcb90 irq 16'
     Mixer name : 'Creative CA0110-IBG'
     Components : 'HDA:1102000a,11021006,0010'
     Controls  : 25
     Simple ctrls  : 11
  Card1.Amixer.info:
   Card hw:1 'Camera'/'V Micro. Corp. PC Camera at usb-:00:1d.7-3.1, full 
speed'
     Mixer name : 'USB Mixer'
     Components : 'USB0ac8:0302'
     Controls  : 3
     Simple ctrls  : 2
  Date: Mon Dec 24 19:32:03 2012
  InstallationMe

[Desktop-packages] [Bug 1093498] [NEW] [S5000PSL, Creative CA0110-IBG, Pink Mic, Front] No input sound detected

2012-12-24 Thread Enrico Segre
Public bug reported:

obvious checks in alsamixer, pavucontrol, System settings/Sound -
capture input is turned on, unmuted. Yet no app receives input sound.

Full config submitted also as http://www.alsa-
project.org/db/?f=01d87fcb289265cb4c8cb8a7067410778b88f09d

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  enrico 6741 F pulseaudio
 /dev/snd/controlC0:  enrico 6741 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Creative'/'HDA Creative at 0xcb90 irq 16'
   Mixer name   : 'Creative CA0110-IBG'
   Components   : 'HDA:1102000a,11021006,0010'
   Controls  : 25
   Simple ctrls  : 11
Card1.Amixer.info:
 Card hw:1 'Camera'/'V Micro. Corp. PC Camera at usb-:00:1d.7-3.1, full 
speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB0ac8:0302'
   Controls  : 3
   Simple ctrls  : 2
Date: Mon Dec 24 19:32:03 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaRecordingTest: ALSA recording test through plughw:Creative failed
Symptom_Card: [SB X-Fi Xtreme Audio] CA0110-IBG - HDA Creative
Symptom_DevicesInUse:
 6741  6741  enricoF pulseaudio
 /dev/snd/controlC0:  enricoF pulseaudio
Symptom_Jack: Pink Mic, Front
Symptom_Type: No sound at all
Title: [S5000PSL, Creative CA0110-IBG, Pink Mic, Front] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/09/2010
dmi.bios.vendor: Intel Corporation
dmi.bios.version: S5000.86B.15.00.0101.110920101604
dmi.board.name: S5000PSL
dmi.board.vendor: Intel
dmi.chassis.type: 17
dmi.modalias: 
dmi:bvnIntelCorporation:bvrS5000.86B.15.00.0101.110920101604:bd11/09/2010:svnIntel:pnS5000PSL:pvr:rvnIntel:rnS5000PSL:rvr:cvn:ct17:cvr:
dmi.product.name: S5000PSL
dmi.sys.vendor: Intel

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  [S5000PSL, Creative CA0110-IBG, Pink Mic, Front] No input sound
  detected

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  obvious checks in alsamixer, pavucontrol, System settings/Sound -
  capture input is turned on, unmuted. Yet no app receives input sound.

  Full config submitted also as http://www.alsa-
  project.org/db/?f=01d87fcb289265cb4c8cb8a7067410778b88f09d

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
  Uname: Linux 3.2.0-35-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  enrico 6741 F pulseaudio
   /dev/snd/controlC0:  enrico 6741 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Creative'/'HDA Creative at 0xcb90 irq 16'
 Mixer name : 'Creative CA0110-IBG'
 Components : 'HDA:1102000a,11021006,0010'
 Controls  : 25
 Simple ctrls  : 11
  Card1.Amixer.info:
   Card hw:1 'Camera'/'V Micro. Corp. PC Camera at usb-:00:1d.7-3.1, full 
speed'
 Mixer name : 'USB Mixer'
 Components : 'USB0ac8:0302'
 Controls  : 3
 Simple ctrls  : 2
  Date: Mon Dec 24 19:32:03 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:Creative failed
  Symptom_Card: [SB X-Fi Xtreme Audio] CA0110-IBG - HDA Creative
  Symptom_DevicesInUse:
   6741  6741  enricoF pulseaudio
   /dev/snd/controlC0:  enricoF pulseaudio
  Symptom_Jack: Pink Mic, Front
  Symptom_Type: No sound at all
  Title: [S5000PSL, Creative CA0110-IBG, Pink Mic, Front] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/09/2010
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: S5000.86B.15.00.0101.110920101604
  dmi.board.name: S5000PSL
  dmi.board.vendor: Intel
  dmi.chassis.type: 17
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrS5000.86B.15.00.0101.110920101604:bd11/09/2010:svnIntel:pnS5000PSL:pvr:rvnIntel:rnS5000PSL:rvr:cvn:ct17:cvr:
  dmi.product.name: S5000PSL
  dmi.sys.vendor: Intel

To manage notifications about this bug go to:
https://bugs.laun