[Kernel-packages] [Bug 1693673] Re: Ubuntu 16.04 IOB Error when the Mustang board rebooted

2017-08-16 Thread Thang Nguyen
** Tags removed: verification-needed-xenial verification-needed-zesty
** Tags added: verification-done-xenial verification-done-zesty

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

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Committed
Status in linux source package in Yakkety:
  Won't Fix
Status in linux source package in Zesty:
  Fix Committed

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1693673/+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 1638779] Re: [arm] Missing AHCI driver in Ubuntu Xenial Installer for ARM

2017-07-27 Thread Thang Nguyen
Why the Ubuntu Server installer always require the CD-ROM detection to continue 
installation?
In other OSes such as SUSE, CentOS, Fedora, ... I can install without the need 
of CD-ROM. Just dd-ing the ISO file into a USB key drive and use it for 
installation.

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

Title:
  [arm] Missing AHCI driver in Ubuntu Xenial Installer for ARM

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Download the media installation ISO file at 
https://www.ubuntu.com/download/server/arm and burn it to a CD-ROM. Then, put 
it into the SATA CD drive to install Ubuntu into Mustang/Merlin boards (XGene 
platform), the Installer does not detect the CD-ROM so it report a dialog with 
below content:
  "Your installation CD-ROM couldn't be mounted. This probably means that the 
CD-ROM was not in the drive. If so you can insert it and try again. Retry 
mounting the CD-ROM?".
  Investigate more on the installer media, I found that the AHCI driver is not 
enabled.
  Below steps I have done to check:
  - Mount ISO file and copy initrd.gz:
   # mkdir mnt
   # mount -o loop ubuntu-16.04.1-server-arm64.iso ./mnt
   # cp ./mnt/install/initrd.gz .
  - Extract initrd.gz:
   # gunzip initrd.gz
   # cpio -id < initrd
  - List the drivers/ata folder
   # ls lib/modules/4.4.0-31-generic/kernel/drivers
  block  gpio  gpu  hid  i2c  input  media  mfd  power  regulator  rtc  usb  
video
  No lib/modules/4.4.0-31-generic/kernel/drivers/ata folder exist.

  Try to check with x86 installer media:
   # ls lib/modules/4.4.0-31-generic/kernel/drivers/
  ata  block  char  firewire  gpio  gpu  hid  hv  i2c  infiniband  input  media 
 mfd  net  parport  pcmcia  power  regulator  rtc  scsi  tty  usb  video
   # lib/modules/4.4.0-31-generic/kernel/drivers/ata/ | grep ahci
  acard-ahci.ko
  ahci.ko
  ahci_platform.ko
  libahci.ko
  libahci_platform.ko

  Can you help to add AHCI support for Ubuntu ARM Media installer?

  Thanks,
  Thang Q. Nguyen

  PS: I submitted bug at
  https://bugs.launchpad.net/santacruz/+bug/1632559 but Thad asked to
  report here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1638779/+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 1693673] Re: Ubuntu 16.04 IOB Error when the Mustang board rebooted

2017-07-12 Thread Thang Nguyen
Hi Joseph,
Your test kernel resolves the bug. The issue does not happen when testing 
Ubuntu reboot over 100 times.
Will you apply the patch for kernel 4.4, 4.8 and 4.10?

Regards/Thang

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

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Yakkety:
  Triaged

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1693673/+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 1693673] Re: Ubuntu 16.04 IOB Error when the Mustang board rebooted

2017-07-06 Thread Thang Nguyen
The commit has been landed to mainline at
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/net/ethernet/apm?id=8aba8474181070a30f56ffd19359f5d80665175e

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

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Yakkety:
  Triaged

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1693673/+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 1686305] Re: Merlin SGMII fail on Ubuntu Xenial HWE kernel

2017-06-15 Thread Thang Nguyen
** Tags removed: verification-needed-zesty
** Tags added: verification-done-zesty

** Tags removed: verification-needed-yakkety
** Tags added: verification-done-yakkety

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

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Yakkety:
  Fix Committed
Status in linux source package in Zesty:
  Fix Committed

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: 

[Kernel-packages] [Bug 1697407] ProcCpuinfoMinimal.txt

2017-06-12 Thread Thang Nguyen
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1697407/+attachment/4894540/+files/ProcCpuinfoMinimal.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/1697407

Title:
  [xgene] xgene-slimpro-i2c occasionally probed fail

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
   crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-79-generic N/A
   linux-backports-modules-4.4.0-79-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-79-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-06-12 Thread Thang Nguyen
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1697407/+attachment/4894544/+files/WifiSyslog.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/1697407

Title:
  [xgene] xgene-slimpro-i2c occasionally probed fail

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
   crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-79-generic N/A
   linux-backports-modules-4.4.0-79-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-79-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-06-12 Thread Thang Nguyen
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1697407/+attachment/4894543/+files/UdevDb.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/1697407

Title:
  [xgene] xgene-slimpro-i2c occasionally probed fail

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
   crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-79-generic N/A
   linux-backports-modules-4.4.0-79-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-79-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-06-12 Thread Thang Nguyen
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1697407/+attachment/4894538/+files/Lspci.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/1697407

Title:
  [xgene] xgene-slimpro-i2c occasionally probed fail

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
   crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-79-generic N/A
   linux-backports-modules-4.4.0-79-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-79-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-06-12 Thread Thang Nguyen
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1697407/+attachment/4894537/+files/JournalErrors.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/1697407

Title:
  [xgene] xgene-slimpro-i2c occasionally probed fail

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
   crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-79-generic N/A
   linux-backports-modules-4.4.0-79-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-79-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-06-12 Thread Thang Nguyen
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1697407/+attachment/4894539/+files/ProcCpuinfo.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/1697407

Title:
  [xgene] xgene-slimpro-i2c occasionally probed fail

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
   crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-79-generic N/A
   linux-backports-modules-4.4.0-79-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-79-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-06-12 Thread Thang Nguyen
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1697407/+attachment/4894542/+files/ProcModules.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/1697407

Title:
  [xgene] xgene-slimpro-i2c occasionally probed fail

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
   crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-79-generic N/A
   linux-backports-modules-4.4.0-79-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-79-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-06-12 Thread Thang Nguyen
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1697407/+attachment/4894541/+files/ProcInterrupts.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/1697407

Title:
  [xgene] xgene-slimpro-i2c occasionally probed fail

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
   crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-79-generic N/A
   linux-backports-modules-4.4.0-79-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-79-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1697407/+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 1697407] Re: [xgene] xgene-slimpro-i2c occasionally probed fail

2017-06-12 Thread Thang Nguyen
apport information

** Tags added: apport-collected xenial

** Description changed:

  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64
  
  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
+  crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.20.1-0ubuntu2.6
+ Architecture: arm64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: N/A
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
+ IwConfig: Error: [Errno 2] No such file or directory
+ Lsusb:
+  Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: AppliedMicro X-Gene Mustang Board
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=vt220
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
+ RelatedPackageVersions:
+  linux-restricted-modules-4.4.0-79-generic N/A
+  linux-backports-modules-4.4.0-79-generic  N/A
+  linux-firmware1.157.10
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  xenial
+ Uname: Linux 4.4.0-79-generic aarch64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: Feb 28 2017
+ dmi.bios.vendor: AppliedMicro
+ dmi.bios.version: 3.07.09
+ dmi.board.asset.tag: Not Specified
+ dmi.board.name: X-Gene Mustang Board
+ dmi.board.vendor: AppliedMicro
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: Not Specified
+ dmi.chassis.type: 23
+ dmi.chassis.vendor: AppliedMicro
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
+ dmi.product.name: X-Gene Mustang Board
+ dmi.product.version: 1.0
+ dmi.sys.vendor: AppliedMicro

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1697407/+attachment/4894536/+files/CurrentDmesg.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/1697407

Title:
  [xgene] xgene-slimpro-i2c occasionally probed fail

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
   crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-79-generic N/A
   linux-backports-modules-4.4.0-79-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or 

[Kernel-packages] [Bug 1697407] [NEW] [xgene] xgene-slimpro-i2c occasionally probed fail

2017-06-12 Thread Thang Nguyen
Public bug reported:

Platform: APM X-Gene- Mustang board.
Firmware: 3.07.09.
OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
[6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
--- 
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
 crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
AplayDevices: Error: [Errno 2] No such file or directory
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: arm64
ArecordDevices: Error: [Errno 2] No such file or directory
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CRDA: N/A
DistroRelease: Ubuntu 16.04
HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
IwConfig: Error: [Errno 2] No such file or directory
Lsusb:
 Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: AppliedMicro X-Gene Mustang Board
Package: linux (not installed)
PciMultimedia:
 
ProcEnviron:
 TERM=vt220
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-79-generic N/A
 linux-backports-modules-4.4.0-79-generic  N/A
 linux-firmware1.157.10
RfKill: Error: [Errno 2] No such file or directory
Tags:  xenial
Uname: Linux 4.4.0-79-generic aarch64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: Feb 28 2017
dmi.bios.vendor: AppliedMicro
dmi.bios.version: 3.07.09
dmi.board.asset.tag: Not Specified
dmi.board.name: X-Gene Mustang Board
dmi.board.vendor: AppliedMicro
dmi.board.version: 1.0
dmi.chassis.asset.tag: Not Specified
dmi.chassis.type: 23
dmi.chassis.vendor: AppliedMicro
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
dmi.product.name: X-Gene Mustang Board
dmi.product.version: 1.0
dmi.sys.vendor: AppliedMicro

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


** Tags: apport-collected xenial

** Attachment added: "I2C SlimPRO probe fail"
   
https://bugs.launchpad.net/bugs/1697407/+attachment/4894535/+files/mustang_ubuntu_4.4.0-79_vanilla.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/1697407

Title:
  [xgene] xgene-slimpro-i2c occasionally probed fail

Status in linux package in Ubuntu:
  New

Bug description:
  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
   crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-79-generic N/A
   linux-backports-modules-4.4.0-79-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-79-generic 

[Kernel-packages] [Bug 1697407] Re: [xgene] xgene-slimpro-i2c occasionally probed fail

2017-06-12 Thread Thang Nguyen
The problem happens when XGene SlimPRO Mailbox (CONFIG_XGENE_SLIMPRO_MBOX) is 
loaded after XGene I2C SlimPRO (CONFIG_I2C_XGENE_SLIMPRO).
To fix this issue, please help change CONFIG_XGENE_SLIMPRO_MBOX to builtin, not 
module.

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

Title:
  [xgene] xgene-slimpro-i2c occasionally probed fail

Status in linux package in Ubuntu:
  New

Bug description:
  Platform: APM X-Gene- Mustang board.
  Firmware: 3.07.09.
  OS: Ubuntu Xenial - kernel 4.4.0-79-generic #100-Ubuntu aarch64

  Booting the board multiple times, the xgene-slimpro-i2c fail message happen 
occasionally:
  [6.994358] xgene-slimpro-i2c soc:i2cslimpro: i2c mailbox channel request 
failed
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jun 12 16:50 seq
   crw-rw 1 root audio 116, 33 Jun 12 16:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=8167f783-fdd8-4a61-a62c-f6194822dc95
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=2d4aaee3-4a98-4e94-9fa0-1bd622998b7c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-79-generic N/A
   linux-backports-modules-4.4.0-79-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-79-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1697407/+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 1686305] Re: Merlin SGMII fail on Ubuntu Xenial HWE kernel

2017-05-28 Thread Thang Nguyen
Hi Seth,
What revision is the fix landed? I checked on "4.8.0-53-generic 
#56~16.04.1-Ubuntu" without seeing the issue fixed.
amcc@Ubuntu:~$ uname -a
Linux Ubuntu 4.8.0-53-generic #56~16.04.1-Ubuntu SMP Tue May 16 01:15:44 UTC 
2017 aarch64 aarch64 aarch64 GNU/Linux

Actually, I have not seen the 2 commits are on the hwe and hwe branches. I 
checked them on:
- hwe (4.8 kernel): 
http://kernel.ubuntu.com/git/ubuntu/ubuntu-xenial.git/log/drivers/net/phy?h=hwe
- hwe-edge (4.10 kernel): 
http://kernel.ubuntu.com/git/ubuntu/ubuntu-xenial.git/log/drivers/net/phy?h=hwe-edge

Regards,
Thang Q. Nguyen -

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

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Yakkety:
  In Progress

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   

[Kernel-packages] [Bug 1693673] CurrentDmesg.txt

2017-05-25 Thread Thang Nguyen
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1693673/+attachment/4883840/+files/CurrentDmesg.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1693673/+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 1693673] Re: Ubuntu 16.04 IOB Error when the Mustang board rebooted

2017-05-25 Thread Thang Nguyen
apport information

** Tags added: apport-collected xenial

** Description changed:

  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 May 26 12:21 seq
+  crw-rw 1 root audio 116, 33 May 26 12:21 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.20.1-0ubuntu2.6
+ Architecture: arm64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
+ IwConfig: Error: [Errno 2] No such file or directory
+ Lsusb:
+  Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: AppliedMicro X-Gene Mustang Board
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=vt220
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
+ RelatedPackageVersions:
+  linux-restricted-modules-4.8.0-53-generic N/A
+  linux-backports-modules-4.8.0-53-generic  N/A
+  linux-firmware1.157.10
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  xenial
+ Uname: Linux 4.8.0-53-generic aarch64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: Feb 28 2017
+ dmi.bios.vendor: AppliedMicro
+ dmi.bios.version: 3.07.09
+ dmi.board.asset.tag: Not Specified
+ dmi.board.name: X-Gene Mustang Board
+ dmi.board.vendor: AppliedMicro
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: Not Specified
+ dmi.chassis.type: 23
+ dmi.chassis.vendor: AppliedMicro
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
+ dmi.product.name: X-Gene Mustang Board
+ dmi.product.version: 1.0
+ dmi.sys.vendor: AppliedMicro

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1693673/+attachment/4883839/+files/CRDA.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  

[Kernel-packages] [Bug 1693673] ProcCpuinfoMinimal.txt

2017-05-25 Thread Thang Nguyen
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1693673/+attachment/4883844/+files/ProcCpuinfoMinimal.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-05-25 Thread Thang Nguyen
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1693673/+attachment/4883845/+files/ProcInterrupts.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-05-25 Thread Thang Nguyen
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1693673/+attachment/4883843/+files/ProcCpuinfo.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-05-25 Thread Thang Nguyen
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1693673/+attachment/4883847/+files/UdevDb.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-05-25 Thread Thang Nguyen
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1693673/+attachment/4883841/+files/JournalErrors.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-05-25 Thread Thang Nguyen
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1693673/+attachment/4883848/+files/WifiSyslog.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-05-25 Thread Thang Nguyen
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1693673/+attachment/4883842/+files/Lspci.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

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

2017-05-25 Thread Thang Nguyen
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1693673/+attachment/4883846/+files/ProcModules.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 26 12:21 seq
   crw-rw 1 root audio 116, 33 May 26 12:21 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=f8faea1d-17bf-4c48-9b44-ca04875978b9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Mustang Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-53-generic 
root=UUID=3d627b17-4ab5-4501-b673-46f3beeaf5a2 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-53-generic N/A
   linux-backports-modules-4.8.0-53-generic  N/A
   linux-firmware1.157.10
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-53-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: Feb 28 2017
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.07.09
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Mustang Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.07.09:bdFeb282017:svnAppliedMicro:pnX-GeneMustangBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMustangBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Mustang Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1693673/+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 1693673] Re: Ubuntu 16.04 IOB Error when the Mustang board rebooted

2017-05-25 Thread Thang Nguyen
** Attachment added: "Bootlog for Ubuntu Zesty"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1693673/+attachment/4883802/+files/Mustang_Ubuntu_Zesty.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  New

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1693673/+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 1693673] Re: Ubuntu 16.04 IOB Error when the Mustang board rebooted

2017-05-25 Thread Thang Nguyen
The issue can be fixed by applying below patch:
https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/commit/drivers/net/ethernet/apm?id=8aba8474181070a30f56ffd19359f5d80665175e

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

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  New

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1693673/+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 1693673] Re: Ubuntu 16.04 IOB Error when the Mustang board rebooted

2017-05-25 Thread Thang Nguyen
** Attachment added: "Bootlog for Ubuntu Yakkety"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1693673/+attachment/4883801/+files/Mustang_Ubuntu_Yakkety.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  New

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1693673/+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 1693673] [NEW] Ubuntu 16.04 IOB Error when the Mustang board rebooted

2017-05-25 Thread Thang Nguyen
Public bug reported:

When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
[   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction error
[   38.199164] xgene-edac 7880.edac: IOB BA write response error
[   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
[   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.

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

** Attachment added: "Bootlog for Ubuntu Xenial"
   
https://bugs.launchpad.net/bugs/1693673/+attachment/4883800/+files/Mustang_Ubuntu_Xenial.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/1693673

Title:
  Ubuntu 16.04 IOB Error when the Mustang board rebooted

Status in linux package in Ubuntu:
  New

Bug description:
  When rebooting the Mustang board (ARM64 based) running Tianocore 3.06.25 or 
3.07.09, the following warning messages are displayed:
  [   38.192057] xgene-edac 7880.edac: IOB bridge agent (BA) transaction 
error
  [   38.199164] xgene-edac 7880.edac: IOB BA write response error
  [   38.205230] xgene-edac 7880.edac: IOB BA write access at 0x00. 
(0x)
  [   38.213198] xgene-edac 7880.edac: IOB BA requestor ID 0x2722
  This happens on all Ubuntu Xenial, Ubuntu Yakkety and Ubuntu Zesty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1693673/+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 1686305] Re: Merlin SGMII fail on Ubuntu Xenial HWE kernel

2017-05-04 Thread Thang Nguyen
Hi Joseph,
Will you apply two commits I mentioned to the hwe and hwe-edge branches?

Thanks,

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

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Yakkety:
  In Progress

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] Re: Merlin SGMII fail on Ubuntu Xenial HWE kernel

2017-04-27 Thread Thang Nguyen
Thanks Joseph,
Merlin SGMII works fine with your images.

Regards/Thang.

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

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Yakkety:
  In Progress

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  

[Kernel-packages] [Bug 1686305] Re: Merlin SGMII fail on Ubuntu Xenial HWE kernel

2017-04-26 Thread Thang Nguyen
Hi Joseph,
Can you help recompile the images for AARCH64 instead of X86_64? The Merlin 
board is using ARM64 CPU, not X86_64.

Thanks for your help,
Thang Q. Nguyen -

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

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Yakkety:
  In Progress

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: 

[Kernel-packages] [Bug 1686305] ProcInterrupts.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868211/+files/ProcInterrupts.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] Lspci.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1686305/+attachment/4868209/+files/Lspci.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  

[Kernel-packages] [Bug 1686305] CurrentDmesg.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868207/+files/CurrentDmesg.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] ProcModules.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868212/+files/ProcModules.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] WifiSyslog.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868214/+files/WifiSyslog.txt

** 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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
 

[Kernel-packages] [Bug 1686305] JournalErrors.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868208/+files/JournalErrors.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] ProcCpuinfo.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868210/+files/ProcCpuinfo.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] UdevDb.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1686305/+attachment/4868213/+files/UdevDb.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  

[Kernel-packages] [Bug 1686305] Re: Merlin SGMII fail on Ubuntu Xenial HWE kernel

2017-04-26 Thread Thang Nguyen
apport information

** Description changed:

  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Feb 11  2016 seq
+  crw-rw 1 root audio 116, 33 Feb 11  2016 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.20.1-0ubuntu2.5
+ Architecture: arm64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
+ IwConfig: Error: [Errno 2] No such file or directory
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
+  Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: AppliedMicro X-Gene Merlin Board
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=vt220
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 astdrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
+ RelatedPackageVersions:
+  linux-restricted-modules-4.8.0-49-generic N/A
+  linux-backports-modules-4.8.0-49-generic  N/A
+  linux-firmware1.157.8
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  xenial
+ Uname: Linux 4.8.0-49-generic aarch64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: Oct 17 2016
+ dmi.bios.vendor: AppliedMicro
+ dmi.bios.version: 3.06.25
+ dmi.board.asset.tag: Not Specified
+ dmi.board.name: X-Gene Merlin Board
+ dmi.board.vendor: AppliedMicro
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: Not Specified
+ dmi.chassis.type: 23
+ dmi.chassis.vendor: AppliedMicro
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
+ dmi.product.name: X-Gene Merlin Board
+ 

[Kernel-packages] [Bug 1686305] CurrentDmesg.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868198/+files/CurrentDmesg.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] ProcInterrupts.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868202/+files/ProcInterrupts.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] Lspci.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1686305/+attachment/4868200/+files/Lspci.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  

[Kernel-packages] [Bug 1686305] WifiSyslog.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868205/+files/WifiSyslog.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] ProcModules.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868203/+files/ProcModules.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] JournalErrors.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868199/+files/JournalErrors.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] UdevDb.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1686305/+attachment/4868204/+files/UdevDb.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  

[Kernel-packages] [Bug 1686305] ProcCpuinfo.txt

2017-04-26 Thread Thang Nguyen
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1686305/+attachment/4868201/+files/ProcCpuinfo.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: AppliedMicro
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Not Specified
  dmi.chassis.type: 23
  dmi.chassis.vendor: AppliedMicro
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
  dmi.product.name: X-Gene Merlin Board
  dmi.product.version: 1.0
  dmi.sys.vendor: AppliedMicro
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-49-generic aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: Oct 17 2016
  dmi.bios.vendor: AppliedMicro
  dmi.bios.version: 3.06.25
  dmi.board.asset.tag: Not Specified
  dmi.board.name: X-Gene Merlin Board
  dmi.board.vendor: 

[Kernel-packages] [Bug 1686305] Re: Merlin SGMII fail on Ubuntu Xenial HWE kernel

2017-04-26 Thread Thang Nguyen
apport information

** Tags added: apport-collected xenial

** Description changed:

  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Feb 11  2016 seq
+  crw-rw 1 root audio 116, 33 Feb 11  2016 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.20.1-0ubuntu2.5
+ Architecture: arm64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
+ IwConfig: Error: [Errno 2] No such file or directory
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
+  Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: AppliedMicro X-Gene Merlin Board
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=vt220
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 astdrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
+ RelatedPackageVersions:
+  linux-restricted-modules-4.8.0-49-generic N/A
+  linux-backports-modules-4.8.0-49-generic  N/A
+  linux-firmware1.157.8
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  xenial
+ Uname: Linux 4.8.0-49-generic aarch64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: Oct 17 2016
+ dmi.bios.vendor: AppliedMicro
+ dmi.bios.version: 3.06.25
+ dmi.board.asset.tag: Not Specified
+ dmi.board.name: X-Gene Merlin Board
+ dmi.board.vendor: AppliedMicro
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: Not Specified
+ dmi.chassis.type: 23
+ dmi.chassis.vendor: AppliedMicro
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAppliedMicro:bvr3.06.25:bdOct172016:svnAppliedMicro:pnX-GeneMerlinBoard:pvr1.0:rvnAppliedMicro:rnX-GeneMerlinBoard:rvr1.0:cvnAppliedMicro:ct23:cvr1.0:
+ dmi.product.name: X-Gene Merlin Board
+ dmi.product.version: 1.0
+ dmi.sys.vendor: AppliedMicro

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1686305/+attachment/4868197/+files/CRDA.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2aa90b24-e14e-4854-b52b-b853388a3466
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. 
   Bus 001 Device 002: ID 0451:8142 Texas Instruments, Inc. TUSB8041 4-Port Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: AppliedMicro X-Gene Merlin Board
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=vt220
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=8e10d908-38aa-4cb4-990c-4a9bcabc51a4 ro splash quiet vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-49-generic N/A
   linux-backports-modules-4.8.0-49-generic  N/A
   

[Kernel-packages] [Bug 1611399] Re: [SRU] xgene_enet: an extra interrupt may be pending for an interrupt controller that doesn't support irq_disable and hardware with level interrupt

2017-04-26 Thread Thang Nguyen
Sorry, I attach file on wrong bug.

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

Title:
  [SRU] xgene_enet: an extra interrupt may be pending for an interrupt
  controller that doesn't support irq_disable and hardware with level
  interrupt

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Xenial:
  Fix Released

Bug description:
  [Impact]
  For interrupt controller that doesn't support irq_disable and hardware
  with level interrupt, an extra interrupt may be pending. This patch fixes
  the issue by setting IRQ_DISABLE_UNLAZY flag for the interrupt line,
  as suggested by,

  'commit e9849777d0e2 ("genirq: Add flag to force mask in
   disable_irq[_nosync]()")'

  [Test Case]
  Run iperf on a merlin board to exercise the xgene_enet driver

  [Regression Risk]
  This commit only affects the xgene_enet driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1611399/+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 1611399] Re: [SRU] xgene_enet: an extra interrupt may be pending for an interrupt controller that doesn't support irq_disable and hardware with level interrupt

2017-04-26 Thread Thang Nguyen
Logfile for Ubuntu Xenial HWE (kernel 4.8) on the Merlin board. SGMII
fail to work and ethtool report link not detected.

** Attachment added: "Merlin Ubuntu Xenial HWE logfile"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1611399/+attachment/4868172/+files/hwe_org.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/1611399

Title:
  [SRU] xgene_enet: an extra interrupt may be pending for an interrupt
  controller that doesn't support irq_disable and hardware with level
  interrupt

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Xenial:
  Fix Released

Bug description:
  [Impact]
  For interrupt controller that doesn't support irq_disable and hardware
  with level interrupt, an extra interrupt may be pending. This patch fixes
  the issue by setting IRQ_DISABLE_UNLAZY flag for the interrupt line,
  as suggested by,

  'commit e9849777d0e2 ("genirq: Add flag to force mask in
   disable_irq[_nosync]()")'

  [Test Case]
  Run iperf on a merlin board to exercise the xgene_enet driver

  [Regression Risk]
  This commit only affects the xgene_enet driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1611399/+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 1686305] Re: Merlin SGMII fail on Ubuntu Xenial HWE kernel

2017-04-26 Thread Thang Nguyen
Logfile for Ubuntu Xenial HWE (kernel 4.8) on the Merlin board. SGMII
fail to work and ethtool report link not detected.

** Attachment added: "Ubuntu Xenial HWE on Merlin"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686305/+attachment/4868173/+files/hwe_org.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/1686305

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686305/+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 1686305] Re: Merlin SGMII fail on Ubuntu Xenial HWE kernel

2017-04-26 Thread Thang Nguyen
After investigation, I found that with 4.8 kernel, when the PHY is enabled, the 
link status is read from PHY.
However, there are bug in current codes in both Marvell 88E1512 PHY and 
xgene-mdio drivers, the link status is wrongly read.
The issue can be resolved when applying two below patches:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/net/phy/marvell.c?id=a13c06525ab9ff442924e67df9393a5efa914c56
https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/commit/drivers/net/phy/mdio-xgene.c?id=4b72436dc3dd2457056b22d6f14368c869fa

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

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  New

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686305/+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 1686305] [NEW] Merlin SGMII fail on Ubuntu Xenial HWE kernel

2017-04-26 Thread Thang Nguyen
Public bug reported:

Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
After installation, booting into Linux prompt, the SGMII port is fail to get IP 
from DHCP also. Checking with ethtool, the link is always report down.

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

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

Title:
  Merlin SGMII fail on Ubuntu Xenial HWE kernel

Status in linux package in Ubuntu:
  New

Bug description:
  Using the Ubuntu Xenial HWE installation image at 
http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-arm64/current/images/hwe-netboot
 to install Ubuntu into the Merlin board, the SGMII port is fail to get IP from 
DHCP.
  After installation, booting into Linux prompt, the SGMII port is fail to get 
IP from DHCP also. Checking with ethtool, the link is always report down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686305/+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 1638779] Re: [arm] Missing AHCI driver in Ubuntu Xenial Installer for ARM

2016-11-07 Thread Thang Nguyen
To solve this issue, need to integrate content of the pool/main/l/linux
/sata-modules-4.8.0-26-generic-di_4.8.0-26.28_arm64.udeb package into
initrd.gz.

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

Title:
  [arm] Missing AHCI driver in Ubuntu Xenial Installer for ARM

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Download the media installation ISO file at 
https://www.ubuntu.com/download/server/arm and burn it to a CD-ROM. Then, put 
it into the SATA CD drive to install Ubuntu into Mustang/Merlin boards (XGene 
platform), the Installer does not detect the CD-ROM so it report a dialog with 
below content:
  "Your installation CD-ROM couldn't be mounted. This probably means that the 
CD-ROM was not in the drive. If so you can insert it and try again. Retry 
mounting the CD-ROM?".
  Investigate more on the installer media, I found that the AHCI driver is not 
enabled.
  Below steps I have done to check:
  - Mount ISO file and copy initrd.gz:
   # mkdir mnt
   # mount -o loop ubuntu-16.04.1-server-arm64.iso ./mnt
   # cp ./mnt/install/initrd.gz .
  - Extract initrd.gz:
   # gunzip initrd.gz
   # cpio -id < initrd
  - List the drivers/ata folder
   # ls lib/modules/4.4.0-31-generic/kernel/drivers
  block  gpio  gpu  hid  i2c  input  media  mfd  power  regulator  rtc  usb  
video
  No lib/modules/4.4.0-31-generic/kernel/drivers/ata folder exist.

  Try to check with x86 installer media:
   # ls lib/modules/4.4.0-31-generic/kernel/drivers/
  ata  block  char  firewire  gpio  gpu  hid  hv  i2c  infiniband  input  media 
 mfd  net  parport  pcmcia  power  regulator  rtc  scsi  tty  usb  video
   # lib/modules/4.4.0-31-generic/kernel/drivers/ata/ | grep ahci
  acard-ahci.ko
  ahci.ko
  ahci_platform.ko
  libahci.ko
  libahci_platform.ko

  Can you help to add AHCI support for Ubuntu ARM Media installer?

  Thanks,
  Thang Q. Nguyen

  PS: I submitted bug at
  https://bugs.launchpad.net/santacruz/+bug/1632559 but Thad asked to
  report here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1638779/+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 1638779] Re: [arm] Missing AHCI driver in Ubuntu Xenial Installer for ARM

2016-11-02 Thread Thang Nguyen
The apport-collect command does not exist in the installer shell. So, can't run 
the command. Trying to save debug log but Ubuntu just support writing to 
floppy, web and mount folder.
Attachment contains logfile for installing Ubuntu. It just has information 
until right before Ubuntu installer start working.
We stuck at below dialog:
   ┌───┤ [!!] Detect and mount CD-ROM ├┐
   │   │
   │ Your installation CD-ROM couldn't be mounted. This probably means │
   │ that the CD-ROM was not in the drive. If so you can insert it and try │
   │ again.│
   │   │
   │ Retry mounting the CD-ROM?│
   │   │
   │  │
   │   │
   └───┘


** Attachment added: "Ubuntu installation log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1638779/+attachment/4771549/+files/cdrom_log.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/1638779

Title:
  [arm] Missing AHCI driver in Ubuntu Xenial Installer for ARM

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Download the media installation ISO file at 
https://www.ubuntu.com/download/server/arm and burn it to a CD-ROM. Then, put 
it into the SATA CD drive to install Ubuntu into Mustang/Merlin boards (XGene 
platform), the Installer does not detect the CD-ROM so it report a dialog with 
below content:
  "Your installation CD-ROM couldn't be mounted. This probably means that the 
CD-ROM was not in the drive. If so you can insert it and try again. Retry 
mounting the CD-ROM?".
  Investigate more on the installer media, I found that the AHCI driver is not 
enabled.
  Below steps I have done to check:
  - Mount ISO file and copy initrd.gz:
   # mkdir mnt
   # mount -o loop ubuntu-16.04.1-server-arm64.iso ./mnt
   # cp ./mnt/install/initrd.gz .
  - Extract initrd.gz:
   # gunzip initrd.gz
   # cpio -id < initrd
  - List the drivers/ata folder
   # ls lib/modules/4.4.0-31-generic/kernel/drivers
  block  gpio  gpu  hid  i2c  input  media  mfd  power  regulator  rtc  usb  
video
  No lib/modules/4.4.0-31-generic/kernel/drivers/ata folder exist.

  Try to check with x86 installer media:
   # ls lib/modules/4.4.0-31-generic/kernel/drivers/
  ata  block  char  firewire  gpio  gpu  hid  hv  i2c  infiniband  input  media 
 mfd  net  parport  pcmcia  power  regulator  rtc  scsi  tty  usb  video
   # lib/modules/4.4.0-31-generic/kernel/drivers/ata/ | grep ahci
  acard-ahci.ko
  ahci.ko
  ahci_platform.ko
  libahci.ko
  libahci_platform.ko

  Can you help to add AHCI support for Ubuntu ARM Media installer?

  Thanks,
  Thang Q. Nguyen

  PS: I submitted bug at
  https://bugs.launchpad.net/santacruz/+bug/1632559 but Thad asked to
  report here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1638779/+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 1638779] [NEW] [arm] Missing AHCI driver in Ubuntu Xenial Installer for ARM

2016-11-02 Thread Thang Nguyen
Public bug reported:

Download the media installation ISO file at 
https://www.ubuntu.com/download/server/arm and burn it to a CD-ROM. Then, put 
it into the SATA CD drive to install Ubuntu into Mustang/Merlin boards (XGene 
platform), the Installer does not detect the CD-ROM so it report a dialog with 
below content:
"Your installation CD-ROM couldn't be mounted. This probably means that the 
CD-ROM was not in the drive. If so you can insert it and try again. Retry 
mounting the CD-ROM?".
Investigate more on the installer media, I found that the AHCI driver is not 
enabled.
Below steps I have done to check:
- Mount ISO file and copy initrd.gz:
 # mkdir mnt
 # mount -o loop ubuntu-16.04.1-server-arm64.iso ./mnt
 # cp ./mnt/install/initrd.gz .
- Extract initrd.gz:
 # gunzip initrd.gz
 # cpio -id < initrd
- List the drivers/ata folder
 # ls lib/modules/4.4.0-31-generic/kernel/drivers
block  gpio  gpu  hid  i2c  input  media  mfd  power  regulator  rtc  usb  video
No lib/modules/4.4.0-31-generic/kernel/drivers/ata folder exist.

Try to check with x86 installer media:
 # ls lib/modules/4.4.0-31-generic/kernel/drivers/
ata  block  char  firewire  gpio  gpu  hid  hv  i2c  infiniband  input  media  
mfd  net  parport  pcmcia  power  regulator  rtc  scsi  tty  usb  video
 # lib/modules/4.4.0-31-generic/kernel/drivers/ata/ | grep ahci
acard-ahci.ko
ahci.ko
ahci_platform.ko
libahci.ko
libahci_platform.ko

Can you help to add AHCI support for Ubuntu ARM Media installer?

Thanks,
Thang Q. Nguyen

PS: I submitted bug at https://bugs.launchpad.net/santacruz/+bug/1632559
but Thad asked to report here.

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

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

Title:
  [arm] Missing AHCI driver in Ubuntu Xenial Installer for ARM

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Download the media installation ISO file at 
https://www.ubuntu.com/download/server/arm and burn it to a CD-ROM. Then, put 
it into the SATA CD drive to install Ubuntu into Mustang/Merlin boards (XGene 
platform), the Installer does not detect the CD-ROM so it report a dialog with 
below content:
  "Your installation CD-ROM couldn't be mounted. This probably means that the 
CD-ROM was not in the drive. If so you can insert it and try again. Retry 
mounting the CD-ROM?".
  Investigate more on the installer media, I found that the AHCI driver is not 
enabled.
  Below steps I have done to check:
  - Mount ISO file and copy initrd.gz:
   # mkdir mnt
   # mount -o loop ubuntu-16.04.1-server-arm64.iso ./mnt
   # cp ./mnt/install/initrd.gz .
  - Extract initrd.gz:
   # gunzip initrd.gz
   # cpio -id < initrd
  - List the drivers/ata folder
   # ls lib/modules/4.4.0-31-generic/kernel/drivers
  block  gpio  gpu  hid  i2c  input  media  mfd  power  regulator  rtc  usb  
video
  No lib/modules/4.4.0-31-generic/kernel/drivers/ata folder exist.

  Try to check with x86 installer media:
   # ls lib/modules/4.4.0-31-generic/kernel/drivers/
  ata  block  char  firewire  gpio  gpu  hid  hv  i2c  infiniband  input  media 
 mfd  net  parport  pcmcia  power  regulator  rtc  scsi  tty  usb  video
   # lib/modules/4.4.0-31-generic/kernel/drivers/ata/ | grep ahci
  acard-ahci.ko
  ahci.ko
  ahci_platform.ko
  libahci.ko
  libahci_platform.ko

  Can you help to add AHCI support for Ubuntu ARM Media installer?

  Thanks,
  Thang Q. Nguyen

  PS: I submitted bug at
  https://bugs.launchpad.net/santacruz/+bug/1632559 but Thad asked to
  report here.

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