[Touch-packages] [Bug 1512129] Re: Headphones not detected at startup

2016-04-24 Thread Andrew Tribick
Underlying issue appears to be fixed now. No regression on upgrade to
Xenial.

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

Title:
  Headphones not detected at startup

Status in alsa-utils package in Ubuntu:
  New
Status in kubuntu-meta package in Ubuntu:
  New

Bug description:
  The headphones are not detected if they are plugged in before the
  system starts up. To get sound out of my headphones, I need to unplug
  the headphones and plug them back in again. After this, sound is sent
  to the headphones.

  Reproducible: always

  Steps to reproduce:
  1. Plug in headphones
  2. Switch on computer, log into Kubuntu
  3. Attempt to play sound in any application, no sound produced.
  4. Unplug and replug headphones
  5. Sound works

  Expected behaviour:
  At step 3, sound should be output through the headphones.

  The problem seems to be in alsamixer: when starting Kubuntu the
  headphone volume is set to zero and the headphones are muted. Re-
  plugging the headphones will unmute the headphones in alsamixer and
  set to an audible volume.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ubuntu-release-upgrader-core 1:15.10.14.1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Sun Nov  1 19:43:09 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-10-31 (1 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1521744] [NEW] Entry in fstab with x-initrd.mount not mounted at boot

2015-12-01 Thread Andrew Tribick
Public bug reported:

I am running a system with a separate /var partition - this causes
errors due to various services being started before the /var partition
is mounted. As an attempt to fix this, I have tried adding the
x-initrd.mount option to the entry in /etc/fstab for the /var partition,
according to
http://www.freedesktop.org/software/systemd/man/systemd.special.html
this should add the partition to the sysroot-usr.mount target.

Example fstab entry

UUID={*irrelevant to bug report*}  /varext4
defaults,x-initrd.mount0   2

What actually happens is that this causes the partition not to be
mounted at all after boot. Using sudo mount -a does nevertheless
successfully mount the partition.

Reproducible: always

In searching for information about this issue, I came across the
following in the Red Hat Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1249513

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: systemd 225-1ubuntu9
ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
Uname: Linux 4.2.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Dec  1 20:46:20 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-10-31 (31 days ago)
InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: ASUSTeK COMPUTER INC. CG8270
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-18-generic.efi.signed 
root=UUID=15dd477c-fc5c-42ba-a9b1-54282be263ad ro quiet splash vt.handoff=7
SourcePackage: systemd
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/29/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0607
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: CG8270
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.:bvr0607:bd08/29/2012:svnASUSTeKCOMPUTERINC.:pnCG8270:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnCG8270:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: CG8270
dmi.product.version: System Version
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-bug wily

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

Title:
  Entry in fstab with x-initrd.mount not mounted at boot

Status in systemd package in Ubuntu:
  New

Bug description:
  I am running a system with a separate /var partition - this causes
  errors due to various services being started before the /var partition
  is mounted. As an attempt to fix this, I have tried adding the
  x-initrd.mount option to the entry in /etc/fstab for the /var
  partition, according to
  http://www.freedesktop.org/software/systemd/man/systemd.special.html
  this should add the partition to the sysroot-usr.mount target.

  Example fstab entry

  UUID={*irrelevant to bug report*}  /varext4
  defaults,x-initrd.mount0   2

  What actually happens is that this causes the partition not to be
  mounted at all after boot. Using sudo mount -a does nevertheless
  successfully mount the partition.

  Reproducible: always

  In searching for information about this issue, I came across the
  following in the Red Hat Bugzilla:
  https://bugzilla.redhat.com/show_bug.cgi?id=1249513

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: systemd 225-1ubuntu9
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Dec  1 20:46:20 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-10-31 (31 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. CG8270
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-18-generic.efi.signed 
root=UUID=15dd477c-fc5c-42ba-a9b1-54282be263ad ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0607
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: CG8270
  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.:bvr0607:bd08/29/2012:svnASUSTeKCOMPUTERINC.:pnCG8270

[Touch-packages] [Bug 1512129] Re: Headphones not detected at startup

2015-11-30 Thread Andrew Tribick
Further investigation - this seems to be because I am running with a
separate /var partition and the alsa systemd services are being started
before the /var partition is mounted.

I have tried altering my fstab to include the x-initrd.mount option as
suggested at http://superuser.com/a/841748 on the /var partition (so the
options end up being defaults,x-initrd.mount) but this appears to
prevent the partition from being loaded altogether. Searching for this
brought up a Red Hat bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1249513 - not sure if
Kubuntu 15.10 would be affected by that?


** Bug watch added: Red Hat Bugzilla #1249513
   https://bugzilla.redhat.com/show_bug.cgi?id=1249513

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

Title:
  Headphones not detected at startup

Status in alsa-utils package in Ubuntu:
  New
Status in kubuntu-meta package in Ubuntu:
  New

Bug description:
  The headphones are not detected if they are plugged in before the
  system starts up. To get sound out of my headphones, I need to unplug
  the headphones and plug them back in again. After this, sound is sent
  to the headphones.

  Reproducible: always

  Steps to reproduce:
  1. Plug in headphones
  2. Switch on computer, log into Kubuntu
  3. Attempt to play sound in any application, no sound produced.
  4. Unplug and replug headphones
  5. Sound works

  Expected behaviour:
  At step 3, sound should be output through the headphones.

  The problem seems to be in alsamixer: when starting Kubuntu the
  headphone volume is set to zero and the headphones are muted. Re-
  plugging the headphones will unmute the headphones in alsamixer and
  set to an audible volume.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ubuntu-release-upgrader-core 1:15.10.14.1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Sun Nov  1 19:43:09 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-10-31 (1 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1512129] Re: Headphones not detected at startup

2015-11-23 Thread Andrew Tribick
Found the problem seems to be in alsamixer: updated description.

** Also affects: alsa-utils (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  The headphones are not detected if they are plugged in before the system
  starts up. To get sound out of my headphones, I need to unplug the
  headphones and plug them back in again. After this, sound is sent to the
  headphones.
  
  Reproducible: always
  
  Steps to reproduce:
  1. Plug in headphones
  2. Switch on computer, log into Kubuntu
  3. Attempt to play sound in any application, no sound produced.
  4. Unplug and replug headphones
  5. Sound works
  
  Expected behaviour:
  At step 3, sound should be output through the headphones.
+ 
+ The problem seems to be in alsamixer: when starting Kubuntu the
+ headphone volume is set to zero and the headphones are muted. Re-
+ plugging the headphones will unmute the headphones in alsamixer and set
+ to an audible volume.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ubuntu-release-upgrader-core 1:15.10.14.1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Sun Nov  1 19:43:09 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-10-31 (1 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Headphones not detected at startup

Status in alsa-utils package in Ubuntu:
  New
Status in kubuntu-meta package in Ubuntu:
  New

Bug description:
  The headphones are not detected if they are plugged in before the
  system starts up. To get sound out of my headphones, I need to unplug
  the headphones and plug them back in again. After this, sound is sent
  to the headphones.

  Reproducible: always

  Steps to reproduce:
  1. Plug in headphones
  2. Switch on computer, log into Kubuntu
  3. Attempt to play sound in any application, no sound produced.
  4. Unplug and replug headphones
  5. Sound works

  Expected behaviour:
  At step 3, sound should be output through the headphones.

  The problem seems to be in alsamixer: when starting Kubuntu the
  headphone volume is set to zero and the headphones are muted. Re-
  plugging the headphones will unmute the headphones in alsamixer and
  set to an audible volume.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ubuntu-release-upgrader-core 1:15.10.14.1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Sun Nov  1 19:43:09 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-10-31 (1 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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