[Kernel-packages] [Bug 1591167] Re: Bluetooth: hci0 link tx timeout with Intel Corporation Wireless 7260

2017-08-19 Thread Doug Morse
Just to be clear, these are the errors I'm seeing:

root@n1:~# dmesg | grep -i blue
[9.402011] Bluetooth: Core ver 2.21
[9.402031] Bluetooth: HCI device and connection manager initialized
[9.402034] Bluetooth: HCI socket layer initialized
[9.402037] Bluetooth: L2CAP socket layer initialized
[9.402043] Bluetooth: SCO socket layer initialized
[   11.429434] Bluetooth: hci0 command 0x0c03 tx timeout
[   12.076536] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.076539] Bluetooth: BNEP filters: protocol multicast
[   12.076544] Bluetooth: BNEP socket layer initialized
[   19.425625] Bluetooth: hci0 sending initial HCI reset command failed (-110)
[   21.429720] Bluetooth: hci0 command 0x0c03 tx timeout
[   29.425982] Bluetooth: hci0 sending initial HCI reset command failed (-110)

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

Title:
  Bluetooth: hci0 link tx timeout with Intel Corporation Wireless 7260

Status in linux-firmware package in Ubuntu:
  Fix Committed

Bug description:
  reported upstream as well :
  https://bugzilla.kernel.org/show_bug.cgi?id=120161

  Starting with Ubuntu 16.04 (no problem in 15.10) the bluetoth stack
  crashes several times a day:

  May 20 11:54:59 thinktank kernel: [ 6274.939039] Bluetooth: hci0 link tx 
timeout
  May 20 11:54:59 thinktank kernel: [ 6274.939046] Bluetooth: hci0 killing 
stalled connection 7c:6d:62:f1:ef:b1
  May 20 11:55:01 thinktank kernel: [ 6276.942116] Bluetooth: hci0 command 
0x041f tx timeout
  May 20 11:55:03 thinktank kernel: [ 6278.946094] Bluetooth: hci0 command 
0x0406 tx timeout

  I have an Apple Keyboard and Apple Magicmouse connected and the entire
  stack is down after seeing the above crash. These are the devices:

  input: Apple Wireless Keyboard as 
/devices/pci:00/:00:14.0/usb2/2-11/2-11:1.0/bluetooth/hci0/hci0:512/0005:05AC:023A.0002/input/input18
  apple 0005:05AC:023A.0002: input,hidraw1: BLUETOOTH HID v0.50 Keyboard [Apple 
Wireless Keyboard] on 5c:c5:d4:5d:94:7b

  input: ... mouse as /devices/pci:00/:00:14.0/usb2/2-11/2-11:
  1.0/bluetooth/hci0/hci0:256/0005:05AC:030D.0001/input/input17
  magicmouse 0005:05AC:030D.0001: input,hidraw0: BLUETOOTH HID v0.84 Mouse [... 
mouse] on 5c:c5:d4:5d:94:7b

  No input or re-pairing is possible after those timeout messages.
  Reloading the kernel firmware modules doesn't help either:

  modprobe -r btusb
  modprobe btusb

  The only way to bring the bluetooth stack up again is to toggle to
  standby (S3) and wake up the system again. In this case there firmware
  is reloaded and everything back to life:

  May 20 10:10:35 thinktank kernel: [   10.017143] Bluetooth: hci0: read Intel 
version: 370710018002030d00
  May 20 10:10:35 thinktank kernel: [   10.019069] Bluetooth: hci0: Intel 
Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
  May 20 10:10:35 thinktank kernel: [   10.160231] Bluetooth: hci0: Intel 
Bluetooth firmware patch completed and activated
  May 20 10:10:35 thinktank systemd[1]: Starting Bluetooth service...
  May 20 10:10:36 thinktank bluetoothd[1147]: Bluetooth daemon 5.37
  May 20 10:10:36 thinktank systemd[1]: Reached target Bluetooth.

  May 20 10:10:36 thinktank kernel: [   11.412940] Bluetooth: BNEP (Ethernet 
Emulation) ver 1.3
  May 20 10:10:36 thinktank kernel: [   11.412943] Bluetooth: BNEP filters: 
protocol multicast
  May 20 10:10:36 thinktank kernel: [   11.412948] Bluetooth: BNEP socket layer 
initialized
  May 20 10:10:36 thinktank bluetoothd[1147]: Bluetooth management interface 
1.10 initialized

  Since the problem did not occur with Ubuntu 15.10 I traced the issue down to 
the changed firmware files:
  /lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
  of package linux-firmware

  Bad:
  $ sha1sum ibt-hw-37.7.10-fw-1.80.2.3.d.bseq.ubuntu
  b697de26b72804af9d9385d13e989a72fd364d75  ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
  Filesize : 25631

  origin:
  2016-02-03linux-firmware: Update firmware patch for Intel Bluetooth 7260 
(B3/B4)
  
http://git.kernel.org/cgit/linux/kernel/git/iwlwifi/linux-firmware.git/commit/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq?id=7b1a5cb6a2cd379f470058580be2a41f5d5c4867

  Good (included in Ubuntu 15.10):

  $ sha1sum ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
  19f01d6469f30a9b1d7c214615ea39ac5e9d875c  ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
  Filesize : 25117

  origin:
  2015-09-24linux-firmware: Update firmware patch for Intel Bluetooth 7260 
(B3/B4)
  
http://git.kernel.org/cgit/linux/kernel/git/iwlwifi/linux-firmware.git/commit/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq?id=01f57c63a0d2fd822462b5eedb09ff3a92fbcb29

  The numbers in the file name do not correspond to version numbers:
  Therefore sha1sum and filesize given to distinguish.

  According to
  http://linuxwireless.org/en/users/Drivers/iwlwifi/#Bugzilla
  I may file a bug upstream.

  kernel: 

[Kernel-packages] [Bug 1591167] Re: Bluetooth: hci0 link tx timeout with Intel Corporation Wireless 7260

2017-08-19 Thread Doug Morse
I applied the patched /lib/firmware/intel/ibt-
hw-37.7.10-fw-1.80.2.3.d.bseq as mentioned by @7oby in comment #4 on
Ubuntu 16.04.3.  No Joy.  My control, is a newer:

[9.468054] iwlwifi :02:00.0: Detected Intel(R) Dual Band
Wireless AC 7265, REV=0x210

but the patched firmware seems to work just fine.  (I have rolled back
to the original, however.)  Hardware is Intel NUC NUC5i5RYH.

Bluetooth has been working fine with my primary bluetooth speaker since
I first installed 16.04 shortly after it was released.  As of sometime
in the last two weeks it sometimes works and sometimes doesn't.  The
problem appears after I have to reboot.  A few days ago, it wasn't
working and I just gave up and used a cable.  But then at some point
after another reboot it started working again.  Today it stopped again
(no updates during this whole time).

Gotta love intermittent HW-related problems. ;-)

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

Title:
  Bluetooth: hci0 link tx timeout with Intel Corporation Wireless 7260

Status in linux-firmware package in Ubuntu:
  Fix Committed

Bug description:
  reported upstream as well :
  https://bugzilla.kernel.org/show_bug.cgi?id=120161

  Starting with Ubuntu 16.04 (no problem in 15.10) the bluetoth stack
  crashes several times a day:

  May 20 11:54:59 thinktank kernel: [ 6274.939039] Bluetooth: hci0 link tx 
timeout
  May 20 11:54:59 thinktank kernel: [ 6274.939046] Bluetooth: hci0 killing 
stalled connection 7c:6d:62:f1:ef:b1
  May 20 11:55:01 thinktank kernel: [ 6276.942116] Bluetooth: hci0 command 
0x041f tx timeout
  May 20 11:55:03 thinktank kernel: [ 6278.946094] Bluetooth: hci0 command 
0x0406 tx timeout

  I have an Apple Keyboard and Apple Magicmouse connected and the entire
  stack is down after seeing the above crash. These are the devices:

  input: Apple Wireless Keyboard as 
/devices/pci:00/:00:14.0/usb2/2-11/2-11:1.0/bluetooth/hci0/hci0:512/0005:05AC:023A.0002/input/input18
  apple 0005:05AC:023A.0002: input,hidraw1: BLUETOOTH HID v0.50 Keyboard [Apple 
Wireless Keyboard] on 5c:c5:d4:5d:94:7b

  input: ... mouse as /devices/pci:00/:00:14.0/usb2/2-11/2-11:
  1.0/bluetooth/hci0/hci0:256/0005:05AC:030D.0001/input/input17
  magicmouse 0005:05AC:030D.0001: input,hidraw0: BLUETOOTH HID v0.84 Mouse [... 
mouse] on 5c:c5:d4:5d:94:7b

  No input or re-pairing is possible after those timeout messages.
  Reloading the kernel firmware modules doesn't help either:

  modprobe -r btusb
  modprobe btusb

  The only way to bring the bluetooth stack up again is to toggle to
  standby (S3) and wake up the system again. In this case there firmware
  is reloaded and everything back to life:

  May 20 10:10:35 thinktank kernel: [   10.017143] Bluetooth: hci0: read Intel 
version: 370710018002030d00
  May 20 10:10:35 thinktank kernel: [   10.019069] Bluetooth: hci0: Intel 
Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
  May 20 10:10:35 thinktank kernel: [   10.160231] Bluetooth: hci0: Intel 
Bluetooth firmware patch completed and activated
  May 20 10:10:35 thinktank systemd[1]: Starting Bluetooth service...
  May 20 10:10:36 thinktank bluetoothd[1147]: Bluetooth daemon 5.37
  May 20 10:10:36 thinktank systemd[1]: Reached target Bluetooth.

  May 20 10:10:36 thinktank kernel: [   11.412940] Bluetooth: BNEP (Ethernet 
Emulation) ver 1.3
  May 20 10:10:36 thinktank kernel: [   11.412943] Bluetooth: BNEP filters: 
protocol multicast
  May 20 10:10:36 thinktank kernel: [   11.412948] Bluetooth: BNEP socket layer 
initialized
  May 20 10:10:36 thinktank bluetoothd[1147]: Bluetooth management interface 
1.10 initialized

  Since the problem did not occur with Ubuntu 15.10 I traced the issue down to 
the changed firmware files:
  /lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
  of package linux-firmware

  Bad:
  $ sha1sum ibt-hw-37.7.10-fw-1.80.2.3.d.bseq.ubuntu
  b697de26b72804af9d9385d13e989a72fd364d75  ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
  Filesize : 25631

  origin:
  2016-02-03linux-firmware: Update firmware patch for Intel Bluetooth 7260 
(B3/B4)
  
http://git.kernel.org/cgit/linux/kernel/git/iwlwifi/linux-firmware.git/commit/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq?id=7b1a5cb6a2cd379f470058580be2a41f5d5c4867

  Good (included in Ubuntu 15.10):

  $ sha1sum ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
  19f01d6469f30a9b1d7c214615ea39ac5e9d875c  ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
  Filesize : 25117

  origin:
  2015-09-24linux-firmware: Update firmware patch for Intel Bluetooth 7260 
(B3/B4)
  
http://git.kernel.org/cgit/linux/kernel/git/iwlwifi/linux-firmware.git/commit/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq?id=01f57c63a0d2fd822462b5eedb09ff3a92fbcb29

  The numbers in the file name do not correspond to version numbers:
  Therefore sha1sum and filesize given to distinguish.

  According to
  

[Kernel-packages] [Bug 1710941] Re: Bluetooth stopped working after update

2017-08-15 Thread Doug Morse
Thanks Daniel.  Rolling back to kernel 4.4.0-87-generic #110-Ubuntu SMP
seemed to fix the problem.  Upgrading to 4.4.0-91 also seemed to cause
other problems: My system started overheating, eventually slowed to a
crawl (i.e., over a matter of minutes after each reboot slowed to the
point of being unresponsive), and I saw 4 instances (one for each core,
I presume) of kidle_interrupt, which I had never seen before.

I notice that 4.4.0-91 is no longer showing up as an update in the repos
for 16.04.

For what it's worth, I also downgraded libgd3 to version 2.1.1-4build2,
as it also upgraded around the same time as my recent kernel updates
(-87 and -89, but I don't think I ever rebooted into -89).

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

Title:
  Bluetooth stopped working after update

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

Bug description:
  Bluetooth connection to Bose Soundlink II have been fine for years.
  Applied a few new updates in the last day or two --- system was
  generally up to date, I don't often wait more than a week or so ---
  and now I can no longer connect.  Removed the device and re-paired
  just fine, although the speaker did not connect as it usually does
  after the pairing (i.e., it stayed in pairing mode).

  Messages in syslog:

  Aug 15 20:32:07 n1 bluetoothd[1075]: connect error: Connection refused (111)
  Aug 15 20:32:07 n1 bluetoothd[1075]: GLib: Source ID 276 was not found when 
attempting to remove it
  Aug 15 20:32:11 n1 bluetoothd[1075]: connect error: Connection refused (111)
  Aug 15 20:32:42 n1 bluetoothd[1075]: connect error: Connection refused (111)
  Aug 15 20:32:42 n1 bluetoothd[1075]: GLib: Source ID 287 was not found when 
attempting to remove it
  Aug 15 20:32:46 n1 bluetoothd[1075]: connect error: Connection refused (111)
  Aug 15 20:33:07 n1 bluetoothd[1075]: connect error: Host is down (112)
  Aug 15 20:33:07 n1 bluetoothd[1075]: GLib: Source ID 305 was not found when 
attempting to remove it

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-91.114-generic 4.4.76
  Uname: Linux 4.4.0-91-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Aug 15 20:34:34 2017
  InstallationDate: Installed on 2015-12-26 (597 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-91-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to xenial on 2017-02-28 (168 days ago)
  dmi.bios.date: 01/18/2017
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H40999-504
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0362.2017.0118.0940:bd01/18/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-504:cvn:ct3:cvr:
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
UP RUNNING PSCAN 
RX bytes:6896 acl:46 sco:0 events:294 errors:0
TX bytes:4254 acl:32 sco:0 commands:156 errors:0
  mtime.conffile..etc.bluetooth.main.conf: 2015-12-29T07:24:08.439240

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1710941/+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 1710941] [NEW] Bluetooth stopped working after update

2017-08-15 Thread Doug Morse
Public bug reported:

Bluetooth connection to Bose Soundlink II have been fine for years.
Applied a few new updates in the last day or two --- system was
generally up to date, I don't often wait more than a week or so --- and
now I can no longer connect.  Removed the device and re-paired just
fine, although the speaker did not connect as it usually does after the
pairing (i.e., it stayed in pairing mode).

Messages in syslog:

Aug 15 20:32:07 n1 bluetoothd[1075]: connect error: Connection refused (111)
Aug 15 20:32:07 n1 bluetoothd[1075]: GLib: Source ID 276 was not found when 
attempting to remove it
Aug 15 20:32:11 n1 bluetoothd[1075]: connect error: Connection refused (111)
Aug 15 20:32:42 n1 bluetoothd[1075]: connect error: Connection refused (111)
Aug 15 20:32:42 n1 bluetoothd[1075]: GLib: Source ID 287 was not found when 
attempting to remove it
Aug 15 20:32:46 n1 bluetoothd[1075]: connect error: Connection refused (111)
Aug 15 20:33:07 n1 bluetoothd[1075]: connect error: Host is down (112)
Aug 15 20:33:07 n1 bluetoothd[1075]: GLib: Source ID 305 was not found when 
attempting to remove it

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: bluez 5.37-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-91.114-generic 4.4.76
Uname: Linux 4.4.0-91-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Aug 15 20:34:34 2017
InstallationDate: Installed on 2015-12-26 (597 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
InterestingModules: rfcomm bnep btusb bluetooth
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-91-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: Upgraded to xenial on 2017-02-28 (168 days ago)
dmi.bios.date: 01/18/2017
dmi.bios.vendor: Intel Corporation
dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
dmi.board.name: NUC5i5RYB
dmi.board.vendor: Intel Corporation
dmi.board.version: H40999-504
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0362.2017.0118.0940:bd01/18/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-504:cvn:ct3:cvr:
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
UP RUNNING PSCAN 
RX bytes:6896 acl:46 sco:0 events:294 errors:0
TX bytes:4254 acl:32 sco:0 commands:156 errors:0
mtime.conffile..etc.bluetooth.main.conf: 2015-12-29T07:24:08.439240

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


** Tags: amd64 apport-bug xenial

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

Title:
  Bluetooth stopped working after update

Status in bluez package in Ubuntu:
  New

Bug description:
  Bluetooth connection to Bose Soundlink II have been fine for years.
  Applied a few new updates in the last day or two --- system was
  generally up to date, I don't often wait more than a week or so ---
  and now I can no longer connect.  Removed the device and re-paired
  just fine, although the speaker did not connect as it usually does
  after the pairing (i.e., it stayed in pairing mode).

  Messages in syslog:

  Aug 15 20:32:07 n1 bluetoothd[1075]: connect error: Connection refused (111)
  Aug 15 20:32:07 n1 bluetoothd[1075]: GLib: Source ID 276 was not found when 
attempting to remove it
  Aug 15 20:32:11 n1 bluetoothd[1075]: connect error: Connection refused (111)
  Aug 15 20:32:42 n1 bluetoothd[1075]: connect error: Connection refused (111)
  Aug 15 20:32:42 n1 bluetoothd[1075]: GLib: Source ID 287 was not found when 
attempting to remove it
  Aug 15 20:32:46 n1 bluetoothd[1075]: connect error: Connection refused (111)
  Aug 15 20:33:07 n1 bluetoothd[1075]: connect error: Host is down (112)
  Aug 15 20:33:07 n1 bluetoothd[1075]: GLib: Source ID 305 was not found when 
attempting to remove it

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-91.114-generic 4.4.76
  Uname: Linux 4.4.0-91-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Aug 15 20:34:34 2017
  InstallationDate: Installed on 2015-12-26 (597 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-91-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to xenial on 2017-02-28 (168 days ago)
  dmi.bios.date: 01/18/2017
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H40999-504
  dmi.chassis.type: 3
  dmi.modalias: 

[Kernel-packages] [Bug 1582213] Re: [xenial] Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP first

2017-06-05 Thread Doug Morse
@Daniel van Vugt (vanvugt):  Thanks for your assistance!

I am not Mary Sherman, and I'm continuing to experience this problem,
even with the PPA and after rebooting.

I didn't subscribe to this bug, I didn't even know about it.  I report
bug 1691556 and you marked it a duplicate of this one.

As I have already requested, kindly re-open my bug 1691556, as I don't
believe I can re-open it myself.

Finally, I'd like to see this fixed in 16.04.  It's LTS, and that's
important to me (and a lot of users).  If that means I have to help with
backport, I'm happy to do so.  In addition, if I can be helpful with
debugging, I'd be happy to do so, and have tried.  It's just not clear
to me at this point how to get better / more detailed debugging info.
What I did try per https://wiki.ubuntu.com/DebuggingBluetooth didn't
reveal anything helpful.  For me, I believe the key issue is figuring
out the "Device or resource busy" error (as I've mentioned here and in
my original bug report).

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

Title:
  [xenial] Bluetooth device doesn't play any sound in A2DP mode unless
  set to HSP/HFP first

Status in bluez package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in pulseaudio source package in Xenial:
  In Progress

Bug description:
  [Impact]
  Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP 
first. A2DP is the high quality profile used for Bluetooth speakers and music 
in general.

  [Test Case]
  1. Pair a Bluetooth audio device with Ubuntu.
  2. Verify in Sound settings you have it set to A2DP mode.
  3. Turn off and then on the Bluetooth device.
  4. Verify the device has reconnected and if not, force it to in the Bluetooth 
indicator menu.
  5. Open Sound settings again, select the device and verify it's reappeared in 
A2DP mode.
  6. Click 'Test Sound'.
  Expected: Sound can be heard from the Bluetooth device.

  [Regression Potential]
  Low. The SRU focuses on Bluetooth logic in pulseaudio, so that is the main 
area affected. A combination of related A2DP bugs in pulseaudio in xenial means 
it is difficult to get working at all without this patch. So highly unlikely 
Bluetooth audio support could get worse. Since pulseaudio itself is being 
modified there is always a regression potential in support for other audio 
devices, but several audio devices have been tested and all continue to work 
well with the patch.

  [Other notes]
  Related to bug 1283003 and bug 1438510. Possibly others too.

  Please note that Bluetooth and Bluetooth audio support in xenial is
  still not perfect. This SRU only aims to address a few of the most
  troublesome issues. Please consider the fact that this is an
  incremental improvement and some people are still likely to experience
  some bugs related to pulseaudio and Bluetooth, even after this SRU.

  The patch was authored by Luke Yelavich with help from Konrad
  Zapałowicz. And it has received further testing over the past two
  months by Konrad, Jim Hodapp and Daniel van Vugt. The debdiff proposed
  here only changes the changelog wording from Luke's original PPA.

  [Original Description]
  I have a Sennheiser MM 450-X headset.

  In 15.10, connection & playback was straightforward.

  In 16.04, the headset connects, and shows up as default playback
  device on `pavucontrol`, but there is no sound.

  A functional workaround is to, after having connected it, to go the
  `Configuration` tab, and in the `Profile` dropdown, to choose `...
  HSP/HFP`, which will make them play as expected (but in low quality),
  then switch to `... A2DP Sink` (they will play in high quality).

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio-module-bluetooth 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl nvidia_uvm nvidia_drm 
nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  myuser2936 F pulseaudio
   /dev/snd/controlC2:  myuser2936 F pulseaudio
   /dev/snd/controlC0:  myuser2936 F pulseaudio
  Date: Mon May 16 14:18:58 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-03-11 (66 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
  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.
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/22/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F5
  dmi.board.asset.tag: To be filled by O.E.M.
  

[Kernel-packages] [Bug 1582213] Re: [xenial] Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP first

2017-06-03 Thread Doug Morse
The problem appears to be with setting up the input sink, which I
couldn't care less about.  If any knows of a way for bluez / pulseaudio
to force a device to just connect as an output-only device (e.g., normal
bluetooth speaker), I think I'd be fine, as I have no problems with
numerous other bluetooth speakers.

If not, I think for me the key is to figure out why the input sink
cannot be established due to the "device or resource busy" message.  If
I could figure out how to a detailed debug / strace of bluetoothd when
it tries to establish the input sink, that'd be most helpful.  I've
tried before w/o finding anything helpful.

For me, I think the issue is not with pulseaudio but truly with bluez.

Given this, I'd like to request that my bug 1691556 be re-opened and
unmarked as a duplicate.  From my perspective, no evidence or
explanation has been given for why my report was marked as a duplicate
as this one.  The errors I've been continually reporting are different
than those reported by others, and the fixes that seem to work for
others do not work for me.

For the record, here are the pulseaudio and bluez packages I presently
have installed on my Ubuntu 16.04.02 LTS 64-bit on an Intel NUC i5
(NUC5i5RYH):



```
morse@n1 intel-nuc-i5-n1> dpkg -l bluez* pulsea*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
 Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ NameVersion 
 Architektur  Beschreibung
+++-===---===
ii  bluez   5.37-0ubuntu5   
 amd64Bluetooth tools and daemons
un  bluez-alsa   
   (keine Beschreibung vorhanden)
un  bluez-audio  
   (keine Beschreibung vorhanden)
ii  bluez-cups  5.37-0ubuntu5   
 amd64Bluetooth printer driver for CUPS
un  bluez-gnome  
   (keine Beschreibung vorhanden)
un  bluez-input  
   (keine Beschreibung vorhanden)
un  bluez-network
   (keine Beschreibung vorhanden)
ii  bluez-obexd 5.37-0ubuntu5   
 amd64bluez obex daemon
un  bluez-serial 
   (keine Beschreibung vorhanden)
un  bluez-utils  
   (keine Beschreibung vorhanden)
ii  pulseaudio  1:8.0-0ubuntu3.3~xenial1
 amd64PulseAudio sound server
un  pulseaudio-esound-compat 
   (keine Beschreibung vorhanden)
ii  pulseaudio-module-bluetooth 1:8.0-0ubuntu3.3~xenial1
 amd64Bluetooth module for PulseAudio sound server
ii  pulseaudio-module-gconf 1:8.0-0ubuntu3.3~xenial1
 amd64GConf module for PulseAudio sound server
ii  pulseaudio-module-x11   1:8.0-0ubuntu3.3~xenial1
 amd64X11 module for PulseAudio sound server
ii  pulseaudio-module-zeroconf  1:8.0-0ubuntu3.3~xenial1
 amd64Zeroconf module for PulseAudio sound server
ii  pulseaudio-utils1:8.0-0ubuntu3.3~xenial1
 amd64Command line tools for the PulseAudio sound server
```



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

Title:
  [xenial] Bluetooth device doesn't play any sound in A2DP mode unless
  set to HSP/HFP first

Status in bluez package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in pulseaudio source package in Xenial:
  In Progress

Bug description:
  [Impact]
  Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP 
first. A2DP is the high quality profile used for Bluetooth speakers and music 
in general.

  [Test Case]
  1. Pair a Bluetooth audio device with Ubuntu.
  2. Verify in Sound 

[Kernel-packages] [Bug 1582213] Re: [xenial] Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP first

2017-06-03 Thread Doug Morse


@hife and @Mary Sherman (spot9019): Thanks for the speedy replies!



@hife: Thanks for describing your workaround in greater detail.

I've already tried the a2dp.py script, it doesn't fix the problem for
me.  I just downloaded again the latest version and tried again, no joy:




```
morse@n1 ~> ./a2dp.py 
Connection MADE
Selecting device:
1. 0C:47:C9:0A:F6:F8 Amazon Tap-364
2. 00:0C:8A:58:F6:CA Bose SoundLink Mobile speaker II
3. 28:FD:80:00:86:85 Earin L
4. 50:F5:DA:A6:3F:EA Echo-JS6
Select device[1]:
4
Device MAC: 50:F5:DA:A6:3F:EA
Device ID: bluez_card.50_F5_DA_A6_3F_EA
Sink: bluez_sink.50_F5_DA_A6_3F_EA
Updating default sink to bluez_sink.50_F5_DA_A6_3F_EA
Setting the off profile
Disconnecting the device.
Connecting again.
Cannot find `bluez_card.50_F5_DA_A6_3F_EA` using `pactl list cards short`. 
Retrying 4 more times
Cannot find `bluez_card.50_F5_DA_A6_3F_EA` using `pactl list cards short`. 
Retrying 3 more times
Cannot find `bluez_card.50_F5_DA_A6_3F_EA` using `pactl list cards short`. 
Retrying 2 more times
Cannot find `bluez_card.50_F5_DA_A6_3F_EA` using `pactl list cards short`. 
Retrying 1 more times
Device ID: bluez_card.50_F5_DA_A6_3F_EA
Setting the a2dp profile
Updating default sink to bluez_sink.50_F5_DA_A6_3F_EA
Ignoring: Command: pacmd list-sink-inputs | grep "index:" failed with status: 1
stderr: 
Exiting bluetoothctl
"Enjoy" the HiFi stereo music :)
morse@n1 ~> pacmd list-sink-inputs 
0 sink input(s) available.
```



When I run this a2dp.py script and get the output above, the following
are posted in syslog:



```
Jun  3 13:10:19 n1 acpid: input device has been disconnected, fd 22
Jun  3 13:10:24 n1 bluetoothd[929]: a2dp-source profile connect failed for 
50:F5:DA:A6:3F:EA: Device or resource busy
Jun  3 13:10:24 n1 kernel: [124613.035699] input: 50:F5:DA:A6:3F:EA as 
/devices/virtual/input/input26
Jun  3 13:10:27 n1 bluetoothd[929]: /org/bluez/hci0/dev_50_F5_DA_A6_3F_EA/fd14: 
fd(22) ready
```


When I run "pactl list sinks", I see sinks #0 and #1 as the built-in headphone 
jack, and then the Amazon Echo as sink #15 in a suspended state:


```
Sink #15
State: SUSPENDED
Name: bluez_sink.50_F5_DA_A6_3F_EA
Description: Echo-JS6
Driver: module-bluez5-device.c
Sample Specification: s16le 2ch 44100Hz
Channel Map: front-left,front-right
Owner Module: 49
Mute: Nein
Volume: front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% 
/ 0,00 dB
balance 0,00
Base Volume: 65536 / 100% / 0,00 dB
Monitor Source: bluez_sink.50_F5_DA_A6_3F_EA.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE DECIBEL_VOLUME LATENCY 
Properties:
bluetooth.protocol = "a2dp_sink"
device.description = "Echo-JS6"
device.string = "50:F5:DA:A6:3F:EA"
device.api = "bluez"
device.class = "sound"
device.bus = "bluetooth"
device.form_factor = "speaker"
bluez.path = "/org/bluez/hci0/dev_50_F5_DA_A6_3F_EA"
bluez.class = "0x0c0414"
bluez.alias = "Echo-JS6"
device.icon_name = "audio-speakers-bluetooth"
Profile:
speaker-output: Lautsprecher (priority: 0)
Aktive Profile: speaker-output
Formate:
pcm
```



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

Title:
  [xenial] Bluetooth device doesn't play any sound in A2DP mode unless
  set to HSP/HFP first

Status in bluez package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in pulseaudio source package in Xenial:
  In Progress

Bug description:
  [Impact]
  Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP 
first. A2DP is the high quality profile used for Bluetooth speakers and music 
in general.

  [Test Case]
  1. Pair a Bluetooth audio device with Ubuntu.
  2. Verify in Sound settings you have it set to A2DP mode.
  3. Turn off and then on the Bluetooth device.
  4. Verify the device has reconnected and if not, force it to in the Bluetooth 
indicator menu.
  5. Open Sound settings again, select the device and verify it's reappeared in 
A2DP mode.
  6. Click 'Test Sound'.
  Expected: Sound can be heard from the Bluetooth device.

  [Regression Potential]
  Low. The SRU focuses on Bluetooth logic in pulseaudio, so that is the main 
area affected. A combination of related A2DP bugs in pulseaudio in xenial means 
it is difficult to get working at all without this patch. So highly unlikely 
Bluetooth audio support could get worse. Since pulseaudio itself is being 
modified there is 

[Kernel-packages] [Bug 1582213] Re: [xenial] Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP first

2017-06-02 Thread Doug Morse
@hife and @Mary Sherman (spot9019):

You both indicate that the latest pulse-testing ppa fixes the problem
for you.

Can you both indicate whether you are running Unity as the desktop or
KDE or perhaps some other?

I still have suspicions that there may be a permissions issue that is
specific to Unity (which is the desktop I use and for which the fix does
NOT work, at least for me).

Thanks.

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

Title:
  [xenial] Bluetooth device doesn't play any sound in A2DP mode unless
  set to HSP/HFP first

Status in bluez package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in pulseaudio source package in Xenial:
  In Progress

Bug description:
  [Impact]
  Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP 
first. A2DP is the high quality profile used for Bluetooth speakers and music 
in general.

  [Test Case]
  1. Pair a Bluetooth audio device with Ubuntu.
  2. Verify in Sound settings you have it set to A2DP mode.
  3. Turn off and then on the Bluetooth device.
  4. Verify the device has reconnected and if not, force it to in the Bluetooth 
indicator menu.
  5. Open Sound settings again, select the device and verify it's reappeared in 
A2DP mode.
  6. Click 'Test Sound'.
  Expected: Sound can be heard from the Bluetooth device.

  [Regression Potential]
  Low. The SRU focuses on Bluetooth logic in pulseaudio, so that is the main 
area affected. A combination of related A2DP bugs in pulseaudio in xenial means 
it is difficult to get working at all without this patch. So highly unlikely 
Bluetooth audio support could get worse. Since pulseaudio itself is being 
modified there is always a regression potential in support for other audio 
devices, but several audio devices have been tested and all continue to work 
well with the patch.

  [Other notes]
  Related to bug 1283003 and bug 1438510. Possibly others too.

  Please note that Bluetooth and Bluetooth audio support in xenial is
  still not perfect. This SRU only aims to address a few of the most
  troublesome issues. Please consider the fact that this is an
  incremental improvement and some people are still likely to experience
  some bugs related to pulseaudio and Bluetooth, even after this SRU.

  The patch was authored by Luke Yelavich with help from Konrad
  Zapałowicz. And it has received further testing over the past two
  months by Konrad, Jim Hodapp and Daniel van Vugt. The debdiff proposed
  here only changes the changelog wording from Luke's original PPA.

  [Original Description]
  I have a Sennheiser MM 450-X headset.

  In 15.10, connection & playback was straightforward.

  In 16.04, the headset connects, and shows up as default playback
  device on `pavucontrol`, but there is no sound.

  A functional workaround is to, after having connected it, to go the
  `Configuration` tab, and in the `Profile` dropdown, to choose `...
  HSP/HFP`, which will make them play as expected (but in low quality),
  then switch to `... A2DP Sink` (they will play in high quality).

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio-module-bluetooth 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl nvidia_uvm nvidia_drm 
nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  myuser2936 F pulseaudio
   /dev/snd/controlC2:  myuser2936 F pulseaudio
   /dev/snd/controlC0:  myuser2936 F pulseaudio
  Date: Mon May 16 14:18:58 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-03-11 (66 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
  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.
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/22/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: F2A88XN-WIFI
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF5:bd04/22/2015:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A88XN-WIFI:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by 

[Kernel-packages] [Bug 1582213] Re: [xenial] Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP first

2017-06-01 Thread Doug Morse
I must unfortunately report that that the recently reported fix does not
work for me.  Ubuntu 16.04 LTS connecting to Amazon Echo.  Pulseaudio
1:8.0-0ubuntu3.3~xenial1, which is the latest presently available from
ppa:ubuntu-audio-dev/pulse-testing as of today.

The problem appears to result in the same conditions as I have comment
on in bug 1691556 and discussed at askubuntu.com
https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
via-bluetooth

Here are the syslog entries from testing today after installing the
latest from pulseaudio-testing:

Jun  1 10:24:23 n1 bluetoothd[1031]: a2dp-source profile connect failed for 
50:F5:DA:A6:3F:EA: Device or resource busy
Jun  1 10:24:23 n1 kernel: [  423.337550] input: 50:F5:DA:A6:3F:EA as 
/devices/virtual/input/input22
Jun  1 10:24:26 n1 bluetoothd[1031]: /org/bluez/hci0/dev_50_F5_DA_A6_3F_EA/fd1: 
fd(23) ready
Jun  1 10:25:26 n1 pulseaudio[5001]: [pulseaudio] sink-input.c: Failed to 
create sink input: sink is suspended.
Jun  1 10:25:41 n1 kernel: [  500.946349] perf interrupt took too long (5021 > 
5000), lowering kernel.perf_event_max_sample_rate to 25000
Jun  1 10:25:28 n1 pulseaudio[5001]: message repeated 5 times: [ [pulseaudio] 
sink-input.c: Failed to create sink input: sink is suspended.]

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

Title:
  [xenial] Bluetooth device doesn't play any sound in A2DP mode unless
  set to HSP/HFP first

Status in bluez package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in pulseaudio source package in Xenial:
  In Progress

Bug description:
  [Impact]
  Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP 
first. A2DP is the high quality profile used for Bluetooth speakers and music 
in general.

  [Test Case]
  1. Pair a Bluetooth audio device with Ubuntu.
  2. Verify in Sound settings you have it set to A2DP mode.
  3. Turn off and then on the Bluetooth device.
  4. Verify the device has reconnected and if not, force it to in the Bluetooth 
indicator menu.
  5. Open Sound settings again, select the device and verify it's reappeared in 
A2DP mode.
  6. Click 'Test Sound'.
  Expected: Sound can be heard from the Bluetooth device.

  [Regression Potential]
  Low. The SRU focuses on Bluetooth logic in pulseaudio, so that is the main 
area affected. A combination of related A2DP bugs in pulseaudio in xenial means 
it is difficult to get working at all without this patch. So highly unlikely 
Bluetooth audio support could get worse. Since pulseaudio itself is being 
modified there is always a regression potential in support for other audio 
devices, but several audio devices have been tested and all continue to work 
well with the patch.

  [Other notes]
  Related to bug 1283003 and bug 1438510. Possibly others too.

  Please note that Bluetooth and Bluetooth audio support in xenial is
  still not perfect. This SRU only aims to address a few of the most
  troublesome issues. Please consider the fact that this is an
  incremental improvement and some people are still likely to experience
  some bugs related to pulseaudio and Bluetooth, even after this SRU.

  The patch was authored by Luke Yelavich with help from Konrad
  Zapałowicz. And it has received further testing over the past two
  months by Konrad, Jim Hodapp and Daniel van Vugt. The debdiff proposed
  here only changes the changelog wording from Luke's original PPA.

  [Original Description]
  I have a Sennheiser MM 450-X headset.

  In 15.10, connection & playback was straightforward.

  In 16.04, the headset connects, and shows up as default playback
  device on `pavucontrol`, but there is no sound.

  A functional workaround is to, after having connected it, to go the
  `Configuration` tab, and in the `Profile` dropdown, to choose `...
  HSP/HFP`, which will make them play as expected (but in low quality),
  then switch to `... A2DP Sink` (they will play in high quality).

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio-module-bluetooth 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl nvidia_uvm nvidia_drm 
nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  myuser2936 F pulseaudio
   /dev/snd/controlC2:  myuser2936 F pulseaudio
   /dev/snd/controlC0:  myuser2936 F pulseaudio
  Date: Mon May 16 14:18:58 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-03-11 (66 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio 

[Kernel-packages] [Bug 1691556] Re: Can't send audio to Amazon Echo via Bluetooth

2017-05-17 Thread Doug Morse
Additionally, this issue also appeared along the line with Ubuntu+KDE
and apparently was easily resolved, as described in ubuntuforums.org,
[link](https://ubuntuforums.org/showthread.php?t=2318966).  Quoting
another ubuntuforums.org post (also KDE),
[link](https://askubuntu.com/questions/763539/bluetooth-speaker-no-
sound-in-ubuntu-16-04), "So far, it seems that things only go wrong
when I try to connect in A2DP mode. Until there is a real
fix/workaround, I am going to try to remember to always switch to
HSP/HSF mode before powering off or disconnecting the speaker.".  So,
perhaps in the short-term for Ubuntu+Unity a similar workaround could be
found, if this is indeed the correct diagnosis, and in the longer-term
figure out why connecting in A2DP mode fails (for both KDE and Unity).

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

Title:
  Can't send audio to Amazon Echo via Bluetooth

Status in bluez package in Ubuntu:
  New

Bug description:
  Pairing and coupling to Amazon Echo works, but no sound is heard.

  I believe the issue is related to the fact that Amazon Echo is paired
  as a handset (i.e., speaker + microphone) rather than just as a
  speaker.  I believe the critical error is found in a dmesg line such
  as:

  Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect
  failed for 50:F5:DA:A6:3F:EA: Device or resource busy

  as I describe in the askubuntu.com discussion at:

  https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
  via-bluetooth

  I have clarified there my thinking and the steps I've taken thus far
  on this issue, which includes trying debug bluetooth per the Ubuntu
  wiki page which describes how to do so.

  This is probably an upstream issue, as Mike H-R has commented there
  that the problem also occurs on ArchLinux.

  I and a few others would like to get this resolved, and I am happy to
  help (I'm a software developer).  However, at this point, I'm not sure
  how to proceed without some assistance.  I suppose I could report it
  to Debain, but I've only ever used Debain vis a vis Ubuntu, so I
  thought it best to start here.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
  Uname: Linux 4.4.0-72-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 17 22:27:59 2017
  InstallationDate: Installed on 2015-12-26 (507 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to xenial on 2017-02-28 (78 days ago)
  dmi.bios.date: 01/18/2017
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H40999-504
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0362.2017.0118.0940:bd01/18/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-504:cvn:ct3:cvr:
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
    BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
    UP RUNNING PSCAN
    RX bytes:13547334 acl:58 sco:0 events:1935087 errors:0
    TX bytes:1652407651 acl:1934967 sco:0 commands:76 errors:0
  mtime.conffile..etc.bluetooth.main.conf: 2015-12-29T07:24:08.439240

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1691556/+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 1691556] Re: Can't send audio to Amazon Echo via Bluetooth

2017-05-17 Thread Doug Morse
I should also note that on the askubuntu.com site, I speculate that it
may just be some permission issue deep down somewhere, and why.

** Description changed:

- Pairing and coupling to Amazon Echo works, but sound is heard.
+ Pairing and coupling to Amazon Echo works, but no sound is heard.
  
  I believe the issue is related to the fact that Amazon Echo is paired as
  a handset (i.e., speaker + microphone) rather than just as a speaker.  I
  believe the critical error is found in a dmesg line such as:
  
  Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect failed
  for 50:F5:DA:A6:3F:EA: Device or resource bus
  
  as I describe in the askubuntu.com discussion at:
  
  https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
  via-bluetooth
  
  I have clarified there my thinking and the steps I've taken thus far on
  this issue, which includes trying debug bluetooth per the Ubuntu wiki
  page which describes how to do so.
  
  This is probably an upstream issue, as Mike H-R has commented there that
  the problem also occurs on ArchLinux.
  
  I and a few others would like to get this resolved, and I am happy to
  help (I'm a software developer).  However, at this point, I'm not sure
  how to proceed without some assistance.  I suppose I could report it to
  Debain, but I've only ever used Debain vis a vis Ubuntu, so I thought it
  best to start here.
  
  Thanks.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
  Uname: Linux 4.4.0-72-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 17 22:27:59 2017
  InstallationDate: Installed on 2015-12-26 (507 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to xenial on 2017-02-28 (78 days ago)
  dmi.bios.date: 01/18/2017
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H40999-504
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0362.2017.0118.0940:bd01/18/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-504:cvn:ct3:cvr:
  hciconfig:
-  hci0:Type: BR/EDR  Bus: USB
-   BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
-   UP RUNNING PSCAN 
-   RX bytes:13547334 acl:58 sco:0 events:1935087 errors:0
-   TX bytes:1652407651 acl:1934967 sco:0 commands:76 errors:0
+  hci0:Type: BR/EDR  Bus: USB
+   BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
+   UP RUNNING PSCAN
+   RX bytes:13547334 acl:58 sco:0 events:1935087 errors:0
+   TX bytes:1652407651 acl:1934967 sco:0 commands:76 errors:0
  mtime.conffile..etc.bluetooth.main.conf: 2015-12-29T07:24:08.439240

** Description changed:

  Pairing and coupling to Amazon Echo works, but no sound is heard.
  
  I believe the issue is related to the fact that Amazon Echo is paired as
  a handset (i.e., speaker + microphone) rather than just as a speaker.  I
  believe the critical error is found in a dmesg line such as:
  
  Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect failed
- for 50:F5:DA:A6:3F:EA: Device or resource bus
+ for 50:F5:DA:A6:3F:EA: Device or resource busy
  
  as I describe in the askubuntu.com discussion at:
  
  https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
  via-bluetooth
  
  I have clarified there my thinking and the steps I've taken thus far on
  this issue, which includes trying debug bluetooth per the Ubuntu wiki
  page which describes how to do so.
  
  This is probably an upstream issue, as Mike H-R has commented there that
  the problem also occurs on ArchLinux.
  
  I and a few others would like to get this resolved, and I am happy to
  help (I'm a software developer).  However, at this point, I'm not sure
  how to proceed without some assistance.  I suppose I could report it to
  Debain, but I've only ever used Debain vis a vis Ubuntu, so I thought it
  best to start here.
  
  Thanks.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
  Uname: Linux 4.4.0-72-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 17 22:27:59 2017
  InstallationDate: Installed on 2015-12-26 (507 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash 

[Kernel-packages] [Bug 1691556] [NEW] Can't send audio to Amazon Echo via Bluetooth

2017-05-17 Thread Doug Morse
Public bug reported:

Pairing and coupling to Amazon Echo works, but no sound is heard.

I believe the issue is related to the fact that Amazon Echo is paired as
a handset (i.e., speaker + microphone) rather than just as a speaker.  I
believe the critical error is found in a dmesg line such as:

Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect failed
for 50:F5:DA:A6:3F:EA: Device or resource busy

as I describe in the askubuntu.com discussion at:

https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
via-bluetooth

I have clarified there my thinking and the steps I've taken thus far on
this issue, which includes trying debug bluetooth per the Ubuntu wiki
page which describes how to do so.

This is probably an upstream issue, as Mike H-R has commented there that
the problem also occurs on ArchLinux.

I and a few others would like to get this resolved, and I am happy to
help (I'm a software developer).  However, at this point, I'm not sure
how to proceed without some assistance.  I suppose I could report it to
Debain, but I've only ever used Debain vis a vis Ubuntu, so I thought it
best to start here.

Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: bluez 5.37-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
Uname: Linux 4.4.0-72-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 17 22:27:59 2017
InstallationDate: Installed on 2015-12-26 (507 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
InterestingModules: rfcomm bnep btusb bluetooth
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: Upgraded to xenial on 2017-02-28 (78 days ago)
dmi.bios.date: 01/18/2017
dmi.bios.vendor: Intel Corporation
dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
dmi.board.name: NUC5i5RYB
dmi.board.vendor: Intel Corporation
dmi.board.version: H40999-504
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0362.2017.0118.0940:bd01/18/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-504:cvn:ct3:cvr:
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
  BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
  UP RUNNING PSCAN
  RX bytes:13547334 acl:58 sco:0 events:1935087 errors:0
  TX bytes:1652407651 acl:1934967 sco:0 commands:76 errors:0
mtime.conffile..etc.bluetooth.main.conf: 2015-12-29T07:24:08.439240

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


** Tags: amd64 apport-bug xenial

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

Title:
  Can't send audio to Amazon Echo via Bluetooth

Status in bluez package in Ubuntu:
  New

Bug description:
  Pairing and coupling to Amazon Echo works, but no sound is heard.

  I believe the issue is related to the fact that Amazon Echo is paired
  as a handset (i.e., speaker + microphone) rather than just as a
  speaker.  I believe the critical error is found in a dmesg line such
  as:

  Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect
  failed for 50:F5:DA:A6:3F:EA: Device or resource busy

  as I describe in the askubuntu.com discussion at:

  https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
  via-bluetooth

  I have clarified there my thinking and the steps I've taken thus far
  on this issue, which includes trying debug bluetooth per the Ubuntu
  wiki page which describes how to do so.

  This is probably an upstream issue, as Mike H-R has commented there
  that the problem also occurs on ArchLinux.

  I and a few others would like to get this resolved, and I am happy to
  help (I'm a software developer).  However, at this point, I'm not sure
  how to proceed without some assistance.  I suppose I could report it
  to Debain, but I've only ever used Debain vis a vis Ubuntu, so I
  thought it best to start here.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
  Uname: Linux 4.4.0-72-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 17 22:27:59 2017
  InstallationDate: Installed on 2015-12-26 (507 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to xenial on 2017-02-28 (78 days ago)
  dmi.bios.date: 01/18/2017
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  

[Kernel-packages] [Bug 1321938] Re: [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM but system only using 8gb

2014-05-25 Thread Doug Morse
Hi Christopher,

Yes, apparently it does.  Kindly see the attached screenshot, which
again shows 12gb using 'lshw' but 'free' and 'cat /proc/meminfo' show
only 8gb.  This is from having booted the iso file 'utopic-desktop-
amd64+mac.iso' (downloaded yesterday) by installing grml-rescueboot and
placing the .iso file in /boot/grml and rebooting the system.

Thanks,
Doug


** Attachment added: screenshot.png
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1321938/+attachment/4119343/+files/screenshot.png

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

Title:
  [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM
  but system only using 8gb

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Gigabyte replaced my dead GA-870A-UD3 motherboard with a GA-970A-UD3. 
However, free and cat /proc/meminfo only show 8GB of RAM:
  cat /proc/meminfo
  MemTotal:8155016 kB
  MemFree:  253264 kB
  ...

  However, lshw does see all 12gb:
  lshw | grep -m 1 -A 50 *-memory
   *-memory
    description: System Memory
    physical id: 2c
    slot: System board or motherboard
    size: 12GiB
  *-bank:0
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 0
   serial: 
   slot: Node0_Dimm0
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:1
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 1
   serial: 
   slot: Node0_Dimm1
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:2
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 2
   serial: 
   slot: Node0_Dimm2
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:3
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 3
   serial: 
   slot: Node0_Dimm3
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-63-generic 3.2.0-63.94
  ProcVersionSignature: Ubuntu 3.2.0-63.94-generic 3.2.57
  Uname: Linux 3.2.0-63-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: VT2020 Analog [VT2020 Analog]
     Subdevices: 2/2
     Subdevice #0: subdevice #0
     Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  morse  2845 F pulseaudio
   /dev/snd/controlC1:  morse  2845 F pulseaudio
   /dev/snd/controlC0:  morse  2845 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfeb0 irq 16'
     Mixer name : 'VIA VT2020'
     Components : 'HDA:11060441,1458a014,00100100'
     Controls  : 48
     Simple ctrls  : 24
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xfea4 irq 76'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100200'
     Controls  : 6
     Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Card2.Amixer.info:
   Card hw:2 'Generic_1'/'HD-Audio Generic at 0xfe64 irq 77'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100200'
     Controls  : 6
     Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Date: Wed May 21 16:34:53 2014
  HibernationDevice: RESUME=UUID=f938a5e5-3e60-4030-9402-a8ff0adf64c6
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm-color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA 

[Kernel-packages] [Bug 1321938] Re: [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM but system only using 8gb

2014-05-25 Thread Doug Morse
Hi Christopher,

I'm a bit confused.  Don't you mean a reporting discrepancy between
'lshw' vs. '/proc' and procps tools like 'free'.  BOTH 'free' and 'cat
/proc/meminfo' show the WRONG info, whereas 'lshw' shows the correct
info.

Just to be clear, I'm rather confident that this is not a reporting
issue, but an actually failure of the kernel to detect and use all 12GB
at boot.

Line 182 of 'dmesg' reads:

[0.00] Memory: 8137408k/9699328k available (6591k kernel code,
1334588k absent, 227332k reserved, 6614k data, 924k init)

I've attached the first 250 lines of 'dmesg'  to this post, for context,
should you need it.

So, given this, I presume you nevertheless would like me to try the
upstream kernel, correct?

Thanks,
Doug

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

Title:
  [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM
  but system only using 8gb

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Gigabyte replaced my dead GA-870A-UD3 motherboard with a GA-970A-UD3. 
However, free and cat /proc/meminfo only show 8GB of RAM:
  cat /proc/meminfo
  MemTotal:8155016 kB
  MemFree:  253264 kB
  ...

  However, lshw does see all 12gb:
  lshw | grep -m 1 -A 50 *-memory
   *-memory
    description: System Memory
    physical id: 2c
    slot: System board or motherboard
    size: 12GiB
  *-bank:0
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 0
   serial: 
   slot: Node0_Dimm0
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:1
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 1
   serial: 
   slot: Node0_Dimm1
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:2
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 2
   serial: 
   slot: Node0_Dimm2
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:3
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 3
   serial: 
   slot: Node0_Dimm3
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-63-generic 3.2.0-63.94
  ProcVersionSignature: Ubuntu 3.2.0-63.94-generic 3.2.57
  Uname: Linux 3.2.0-63-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: VT2020 Analog [VT2020 Analog]
     Subdevices: 2/2
     Subdevice #0: subdevice #0
     Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  morse  2845 F pulseaudio
   /dev/snd/controlC1:  morse  2845 F pulseaudio
   /dev/snd/controlC0:  morse  2845 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfeb0 irq 16'
     Mixer name : 'VIA VT2020'
     Components : 'HDA:11060441,1458a014,00100100'
     Controls  : 48
     Simple ctrls  : 24
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xfea4 irq 76'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100200'
     Controls  : 6
     Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Card2.Amixer.info:
   Card hw:2 'Generic_1'/'HD-Audio Generic at 0xfe64 irq 77'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100200'
     Controls  : 6
     Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Date: Wed May 21 16:34:53 2014
  HibernationDevice: RESUME=UUID=f938a5e5-3e60-4030-9402-a8ff0adf64c6
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  IwConfig:
   lono wireless extensions.

   eth0  no 

[Kernel-packages] [Bug 1321938] Re: [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM but system only using 8gb

2014-05-25 Thread Doug Morse
Oops, forgort the dmesg.txt attachment, now attached here.

** Attachment added: dmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1321938/+attachment/4119503/+files/dmesg.txt

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

Title:
  [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM
  but system only using 8gb

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Gigabyte replaced my dead GA-870A-UD3 motherboard with a GA-970A-UD3. 
However, free and cat /proc/meminfo only show 8GB of RAM:
  cat /proc/meminfo
  MemTotal:8155016 kB
  MemFree:  253264 kB
  ...

  However, lshw does see all 12gb:
  lshw | grep -m 1 -A 50 *-memory
   *-memory
    description: System Memory
    physical id: 2c
    slot: System board or motherboard
    size: 12GiB
  *-bank:0
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 0
   serial: 
   slot: Node0_Dimm0
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:1
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 1
   serial: 
   slot: Node0_Dimm1
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:2
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 2
   serial: 
   slot: Node0_Dimm2
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:3
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 3
   serial: 
   slot: Node0_Dimm3
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-63-generic 3.2.0-63.94
  ProcVersionSignature: Ubuntu 3.2.0-63.94-generic 3.2.57
  Uname: Linux 3.2.0-63-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: VT2020 Analog [VT2020 Analog]
     Subdevices: 2/2
     Subdevice #0: subdevice #0
     Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  morse  2845 F pulseaudio
   /dev/snd/controlC1:  morse  2845 F pulseaudio
   /dev/snd/controlC0:  morse  2845 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfeb0 irq 16'
     Mixer name : 'VIA VT2020'
     Components : 'HDA:11060441,1458a014,00100100'
     Controls  : 48
     Simple ctrls  : 24
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xfea4 irq 76'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100200'
     Controls  : 6
     Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Card2.Amixer.info:
   Card hw:2 'Generic_1'/'HD-Audio Generic at 0xfe64 irq 77'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100200'
     Controls  : 6
     Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Date: Wed May 21 16:34:53 2014
  HibernationDevice: RESUME=UUID=f938a5e5-3e60-4030-9402-a8ff0adf64c6
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm-color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-63-generic 
root=UUID=45c2a972-2497-11e2-88ea-50e549361dd3 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:
   

[Kernel-packages] [Bug 1321938] Re: [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM but system only using 8gb

2014-05-25 Thread Doug Morse
Hi Christopher,

OK, great, thanks!  And done (see results below).  Unfortunatley, the
problem is to be found in the upstream kernel as well. :(

I'll change the tags as you direct momentarily.

What happens next?

Thanks,
Doug


- BEGIN: RESULTS FROM UPSTREAM KERNEL TEST -

root@s3:~# uname -a
Linux s3.ikrg.com 3.15.0-031500rc6-generic #201405211835 SMP Wed May 21 
22:35:54 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
root@s3:~# free
 total   used   free sharedbuffers cached
Mem:   815292432704404882484  0 1185561012852
-/+ buffers/cache:21390326013892
Swap:  6143996  06143996
root@s3:~# cat /proc/meminfo | head -5
MemTotal:8152924 kB
MemFree: 4879804 kB
MemAvailable:5863828 kB
Buffers:  118596 kB
Cached:  1013300 kB
root@s3:~# lshw | grep -m 1 -A 50 *-memory
 *-memory
  description: System Memory
  physical id: 2c
  slot: System board or motherboard
  size: 12GiB
*-bank:0
 description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
 product: F3-10666CL9-4
 vendor: Undefined
 physical id: 0
 serial: 
 slot: Node0_Dimm0
 size: 4GiB
 width: 64 bits
 clock: 667MHz (1.5ns)
*-bank:1
 description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
 product: F3-10666CL9-4
 vendor: Undefined
 physical id: 1
 serial: 
 slot: Node0_Dimm1
 size: 4GiB
 width: 64 bits
 clock: 667MHz (1.5ns)
*-bank:2
 description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
 product: F3-10666CL9-2
 vendor: Undefined
 physical id: 2
 serial: 
 slot: Node0_Dimm2
 size: 2GiB
 width: 64 bits
 clock: 667MHz (1.5ns)
*-bank:3
 description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
 product: F3-10666CL9-2
 vendor: Undefined
 physical id: 3
 serial: 
 slot: Node0_Dimm3
 size: 2GiB
 width: 64 bits
 clock: 667MHz (1.5ns)
 *-pci:0
  description: Host bridge
  product: RD890 PCI to PCI bridge (external gfx0 port B)
  vendor: Hynix Semiconductor (Hyundai Electronics)
  physical id: 100
  bus info: pci@:00:00.0

- END: RESULTS FROM UPSTREAM KERNEL TEST -


** Tags added: kernel-bug-exists-upstream 
kernel-bug-exists-upstream-3.15.0-031500rc6

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

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

Title:
  [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM
  but system only using 8gb

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Gigabyte replaced my dead GA-870A-UD3 motherboard with a GA-970A-UD3. 
However, free and cat /proc/meminfo only show 8GB of RAM:
  cat /proc/meminfo
  MemTotal:8155016 kB
  MemFree:  253264 kB
  ...

  However, lshw does see all 12gb:
  lshw | grep -m 1 -A 50 *-memory
   *-memory
    description: System Memory
    physical id: 2c
    slot: System board or motherboard
    size: 12GiB
  *-bank:0
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 0
   serial: 
   slot: Node0_Dimm0
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:1
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 1
   serial: 
   slot: Node0_Dimm1
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:2
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 2
   serial: 
   slot: Node0_Dimm2
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:3
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 3
   serial: 
   slot: Node0_Dimm3
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  

[Kernel-packages] [Bug 1321938] Re: [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM but system only using 8gb

2014-05-25 Thread Doug Morse
Kernel bug report emailed to linux...@kvack.org.

I will report back with a Kernel Bug Tracker
(https://bugzilla.kernel.org/) report URL once I have one.

Thanks.


** Attachment added: kernel-bug-report.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1321938/+attachment/4119570/+files/kernel-bug-report.txt

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

Title:
  [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM
  but system only using 8gb

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Gigabyte replaced my dead GA-870A-UD3 motherboard with a GA-970A-UD3. 
However, free and cat /proc/meminfo only show 8GB of RAM:
  cat /proc/meminfo
  MemTotal:8155016 kB
  MemFree:  253264 kB
  ...

  However, lshw does see all 12gb:
  lshw | grep -m 1 -A 50 *-memory
   *-memory
    description: System Memory
    physical id: 2c
    slot: System board or motherboard
    size: 12GiB
  *-bank:0
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 0
   serial: 
   slot: Node0_Dimm0
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:1
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 1
   serial: 
   slot: Node0_Dimm1
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:2
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 2
   serial: 
   slot: Node0_Dimm2
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:3
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 3
   serial: 
   slot: Node0_Dimm3
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-63-generic 3.2.0-63.94
  ProcVersionSignature: Ubuntu 3.2.0-63.94-generic 3.2.57
  Uname: Linux 3.2.0-63-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: VT2020 Analog [VT2020 Analog]
     Subdevices: 2/2
     Subdevice #0: subdevice #0
     Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  morse  2845 F pulseaudio
   /dev/snd/controlC1:  morse  2845 F pulseaudio
   /dev/snd/controlC0:  morse  2845 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfeb0 irq 16'
     Mixer name : 'VIA VT2020'
     Components : 'HDA:11060441,1458a014,00100100'
     Controls  : 48
     Simple ctrls  : 24
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xfea4 irq 76'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100200'
     Controls  : 6
     Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Card2.Amixer.info:
   Card hw:2 'Generic_1'/'HD-Audio Generic at 0xfe64 irq 77'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100200'
     Controls  : 6
     Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Date: Wed May 21 16:34:53 2014
  HibernationDevice: RESUME=UUID=f938a5e5-3e60-4030-9402-a8ff0adf64c6
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm-color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-63-generic 
root=UUID=45c2a972-2497-11e2-88ea-50e549361dd3 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed 

[Kernel-packages] [Bug 1321938] Re: [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM but system only using 8gb

2014-05-25 Thread Doug Morse
Hi Christopher,

Makes sense.

Here is the requested URL for the upstream kernel bug report in their
email list archives (linux-mm):

http://marc.info/?l=linux-mmm=140105784328583w=2

The file 'kernel-bug-report.txt' I attached in my previous post contains
the exact same information.

Thanks,
Doug

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

Title:
  [Gigabyte GA-970A-UD3 (rev. 3.0)] Ubuntu 12.04 LTS lshw sees 12gb RAM
  but system only using 8gb

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Gigabyte replaced my dead GA-870A-UD3 motherboard with a GA-970A-UD3. 
However, free and cat /proc/meminfo only show 8GB of RAM:
  cat /proc/meminfo
  MemTotal:8155016 kB
  MemFree:  253264 kB
  ...

  However, lshw does see all 12gb:
  lshw | grep -m 1 -A 50 *-memory
   *-memory
    description: System Memory
    physical id: 2c
    slot: System board or motherboard
    size: 12GiB
  *-bank:0
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 0
   serial: 
   slot: Node0_Dimm0
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:1
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 1
   serial: 
   slot: Node0_Dimm1
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:2
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 2
   serial: 
   slot: Node0_Dimm2
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:3
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 3
   serial: 
   slot: Node0_Dimm3
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-63-generic 3.2.0-63.94
  ProcVersionSignature: Ubuntu 3.2.0-63.94-generic 3.2.57
  Uname: Linux 3.2.0-63-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: VT2020 Analog [VT2020 Analog]
     Subdevices: 2/2
     Subdevice #0: subdevice #0
     Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  morse  2845 F pulseaudio
   /dev/snd/controlC1:  morse  2845 F pulseaudio
   /dev/snd/controlC0:  morse  2845 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfeb0 irq 16'
     Mixer name : 'VIA VT2020'
     Components : 'HDA:11060441,1458a014,00100100'
     Controls  : 48
     Simple ctrls  : 24
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xfea4 irq 76'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100200'
     Controls  : 6
     Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Card2.Amixer.info:
   Card hw:2 'Generic_1'/'HD-Audio Generic at 0xfe64 irq 77'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100200'
     Controls  : 6
     Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Date: Wed May 21 16:34:53 2014
  HibernationDevice: RESUME=UUID=f938a5e5-3e60-4030-9402-a8ff0adf64c6
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm-color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-63-generic 
root=UUID=45c2a972-2497-11e2-88ea-50e549361dd3 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 

[Kernel-packages] [Bug 1321938] [NEW] Ubuntu 12.04 LTS lshw sees 12gb RAM but system only using 8gb

2014-05-21 Thread Doug Morse
Public bug reported:

Hi,

My motherboard died and Gigabyte had to replace it with a newer model
(specifically, a GA-970A-UD3 replacing a GA-870A-UD3).  After installing
the replacement motherboard, the system boot and operated just fine.  I
did notice after a few days, however, that free and cat /proc/meminfo
only show only 8gb of RAM:

root@s3:~# cat /proc/meminfo 
MemTotal:8155016 kB
MemFree:  253264 kB
...

However, lshw DOES see all 12gb:

root@s3:~# lshw | grep -m 1 -A 50 *-memory
 *-memory
  description: System Memory
  physical id: 2c
  slot: System board or motherboard
  size: 12GiB
*-bank:0
 description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
 product: F3-10666CL9-4
 vendor: Undefined
 physical id: 0
 serial: 
 slot: Node0_Dimm0
 size: 4GiB
 width: 64 bits
 clock: 667MHz (1.5ns)
*-bank:1
 description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
 product: F3-10666CL9-4
 vendor: Undefined
 physical id: 1
 serial: 
 slot: Node0_Dimm1
 size: 4GiB
 width: 64 bits
 clock: 667MHz (1.5ns)
*-bank:2
 description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
 product: F3-10666CL9-2
 vendor: Undefined
 physical id: 2
 serial: 
 slot: Node0_Dimm2
 size: 2GiB
 width: 64 bits
 clock: 667MHz (1.5ns)
*-bank:3
 description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
 product: F3-10666CL9-2
 vendor: Undefined
 physical id: 3
 serial: 
 slot: Node0_Dimm3
 size: 2GiB
 width: 64 bits
 clock: 667MHz (1.5ns)

Any one have any ideas on what I need to do to get Ubuntu to see all
12gb?

Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-63-generic 3.2.0-63.94
ProcVersionSignature: Ubuntu 3.2.0-63.94-generic 3.2.57
Uname: Linux 3.2.0-63-generic x86_64
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: VT2020 Analog [VT2020 Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  morse  2845 F pulseaudio
 /dev/snd/controlC1:  morse  2845 F pulseaudio
 /dev/snd/controlC0:  morse  2845 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfeb0 irq 16'
   Mixer name   : 'VIA VT2020'
   Components   : 'HDA:11060441,1458a014,00100100'
   Controls  : 48
   Simple ctrls  : 24
Card1.Amixer.info:
 Card hw:1 'Generic'/'HD-Audio Generic at 0xfea4 irq 76'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100200'
   Controls  : 6
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Card2.Amixer.info:
 Card hw:2 'Generic_1'/'HD-Audio Generic at 0xfe64 irq 77'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100200'
   Controls  : 6
   Simple ctrls  : 1
Card2.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Wed May 21 16:34:53 2014
HibernationDevice: RESUME=UUID=f938a5e5-3e60-4030-9402-a8ff0adf64c6
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
MarkForUpload: True
ProcEnviron:
 TERM=xterm-color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-63-generic 
root=UUID=45c2a972-2497-11e2-88ea-50e549361dd3 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.2.0-63-generic N/A
 linux-backports-modules-3.2.0-63-generic  N/A
 linux-firmware1.79.14
RfKill:
 0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to precise on 2012-05-06 (745 days ago)
dmi.bios.date: 01/28/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: FC
dmi.board.asset.tag: To be filled by O.E.M.

[Kernel-packages] [Bug 1321938] Re: Ubuntu 12.04 LTS lshw sees 12gb RAM but system only using 8gb

2014-05-21 Thread Doug Morse
Oops, I should have also mentioned:

Of course, all 12gb were being recognized before the motherboard (MB)
replacement.  No kernel updates or any other kind of updates were
applied during the 2-3 day period between when I installed the new MB
and noticed the lacking 4gb of RAM.

I did force a kernel reinstall (i.e., dpkg --reinstall install ...)
but that did not correct the problem.

At least two kernel updates have been applied since reinstalling the MB
(which occurred about 4-5 weeks ago).  No updates seems to have
corrected the problem, either.

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

Title:
  Ubuntu 12.04 LTS lshw sees 12gb RAM but system only using 8gb

Status in “linux” package in Ubuntu:
  New

Bug description:
  Hi,

  My motherboard died and Gigabyte had to replace it with a newer model
  (specifically, a GA-970A-UD3 replacing a GA-870A-UD3).  After
  installing the replacement motherboard, the system boot and operated
  just fine.  I did notice after a few days, however, that free and
  cat /proc/meminfo only show only 8gb of RAM:

  root@s3:~# cat /proc/meminfo 
  MemTotal:8155016 kB
  MemFree:  253264 kB
  ...

  However, lshw DOES see all 12gb:

  root@s3:~# lshw | grep -m 1 -A 50 *-memory
   *-memory
description: System Memory
physical id: 2c
slot: System board or motherboard
size: 12GiB
  *-bank:0
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 0
   serial: 
   slot: Node0_Dimm0
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:1
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-4
   vendor: Undefined
   physical id: 1
   serial: 
   slot: Node0_Dimm1
   size: 4GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:2
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 2
   serial: 
   slot: Node0_Dimm2
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)
  *-bank:3
   description: DIMM DDR3 Synchronous 667 MHz (1.5 ns)
   product: F3-10666CL9-2
   vendor: Undefined
   physical id: 3
   serial: 
   slot: Node0_Dimm3
   size: 2GiB
   width: 64 bits
   clock: 667MHz (1.5ns)

  Any one have any ideas on what I need to do to get Ubuntu to see all
  12gb?

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-63-generic 3.2.0-63.94
  ProcVersionSignature: Ubuntu 3.2.0-63.94-generic 3.2.57
  Uname: Linux 3.2.0-63-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: VT2020 Analog [VT2020 Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  morse  2845 F pulseaudio
   /dev/snd/controlC1:  morse  2845 F pulseaudio
   /dev/snd/controlC0:  morse  2845 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfeb0 irq 16'
 Mixer name : 'VIA VT2020'
 Components : 'HDA:11060441,1458a014,00100100'
 Controls  : 48
 Simple ctrls  : 24
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xfea4 irq 76'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card2.Amixer.info:
   Card hw:2 'Generic_1'/'HD-Audio Generic at 0xfe64 irq 77'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Wed May 21 16:34:53 2014
  HibernationDevice: RESUME=UUID=f938a5e5-3e60-4030-9402-a8ff0adf64c6
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64