[Kernel-packages] [Bug 1697053] Re: Missing IOTLB flush causes DMAR errors with SR-IOV

2017-07-11 Thread Leonardo Borda
Sorry let me correct. I still need to validate with the -proposed
kernel. The applied commit fix the issue though.

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

Title:
  Missing IOTLB flush causes DMAR errors with SR-IOV

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Fix Committed

Bug description:
  SRU Justification:

  Impact:

  Using SR-IOV with Intel IOMMUs can observe DMAR errors of the
  following type:

  [606483.223009] DMAR:[fault reason 05] PTE Write access is not set 
  [606484.071974] dmar: DRHD: handling fault status reg 402 
  [606484.077121] dmar: DMAR:[DMA Write] Request device [d8:0a.1] fault addr 
35c6e000 

  The DMAR error causes, at a minimum, loss of network traffic
  because the request being serviced is lost.  Network cards were also
  observed to experience transmit timeouts after a DMAR fault.

  In this case, these errors arise from a race condition in
  the IOTLB management; this race is described (and fixed) in upstream
  commit:

  commit ea8ea460c9ace60bbb5ac6e5521d637d5c15293d
  Author: David Woodhouse 
  Date:   Wed Mar 5 17:09:32 2014 +

  iommu/vt-d: Clean up and fix page table clear/free behaviour

  This commit first appeared in mainline 3.15.  This issue
  affects only the Ubuntu 3.13 kernel series.

  Fix:

  The race avoidance portion of the above was backported to
  3.14-stable, but was never incorporated into the Ubuntu 3.13
  kernel series.

  commit 51d20e1096a711f8cfa9d98a3ac2dd2c7c0fc20c
  Author: David Woodhouse 
  Date:   Mon Jun 9 14:09:53 2014 +0100

  iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap()
  
  Based on commit ea8ea460c9ace60bbb5ac6e5521d637d5c15293d upstream

  This 3.14-stable patch was tested by the customer and observed
  to resolve the issue in their environment.

  Testcase:

  In this case, the issue occurs on very recent Intel based
  servers using two different SR-IOV network cards (i40e and bnxt) at a
  customer site.  The customer has tested the patch in their environment
  and confirmed that it resolves the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1697053/+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 1697053] Re: Missing IOTLB flush causes DMAR errors with SR-IOV

2017-07-11 Thread Leonardo Borda
that indeed solved the problem.

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

Title:
  Missing IOTLB flush causes DMAR errors with SR-IOV

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Fix Committed

Bug description:
  SRU Justification:

  Impact:

  Using SR-IOV with Intel IOMMUs can observe DMAR errors of the
  following type:

  [606483.223009] DMAR:[fault reason 05] PTE Write access is not set 
  [606484.071974] dmar: DRHD: handling fault status reg 402 
  [606484.077121] dmar: DMAR:[DMA Write] Request device [d8:0a.1] fault addr 
35c6e000 

  The DMAR error causes, at a minimum, loss of network traffic
  because the request being serviced is lost.  Network cards were also
  observed to experience transmit timeouts after a DMAR fault.

  In this case, these errors arise from a race condition in
  the IOTLB management; this race is described (and fixed) in upstream
  commit:

  commit ea8ea460c9ace60bbb5ac6e5521d637d5c15293d
  Author: David Woodhouse 
  Date:   Wed Mar 5 17:09:32 2014 +

  iommu/vt-d: Clean up and fix page table clear/free behaviour

  This commit first appeared in mainline 3.15.  This issue
  affects only the Ubuntu 3.13 kernel series.

  Fix:

  The race avoidance portion of the above was backported to
  3.14-stable, but was never incorporated into the Ubuntu 3.13
  kernel series.

  commit 51d20e1096a711f8cfa9d98a3ac2dd2c7c0fc20c
  Author: David Woodhouse 
  Date:   Mon Jun 9 14:09:53 2014 +0100

  iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap()
  
  Based on commit ea8ea460c9ace60bbb5ac6e5521d637d5c15293d upstream

  This 3.14-stable patch was tested by the customer and observed
  to resolve the issue in their environment.

  Testcase:

  In this case, the issue occurs on very recent Intel based
  servers using two different SR-IOV network cards (i40e and bnxt) at a
  customer site.  The customer has tested the patch in their environment
  and confirmed that it resolves the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1697053/+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 1615835] [NEW] CVE-2016-5696

2016-08-22 Thread Leonardo Borda
*** This bug is a security vulnerability ***

Public security bug reported:

Description
net/ipv4/tcp_input.c in the Linux kernel before 4.7 does not properly
determine the rate of challenge ACK segments, which makes it easier for
man-in-the-middle attackers to hijack TCP sessions via a blind in-window
attack.

Ubuntu-Description
Yue Cao et al discovered a flaw in the TCP implementation's handling
of challenge acks in the Linux kernel. A remote attacker could use
this to cause a denial of service (reset connection) or inject
content into an TCP stream.

References
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5696
https://www.mail-archive.com/netdev@vger.kernel.org/msg118677.html
http://git.kernel.org/cgit/linux/kernel/git/davem/net.git/commit/?id=75ff39ccc1bd5d3c455b6822ab09e533c551f758
https://lwn.net/Articles/696868/

** Affects: linux-lts-trusty (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  CVE-2016-5696

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  Description
  net/ipv4/tcp_input.c in the Linux kernel before 4.7 does not properly
  determine the rate of challenge ACK segments, which makes it easier for
  man-in-the-middle attackers to hijack TCP sessions via a blind in-window
  attack.

  Ubuntu-Description
  Yue Cao et al discovered a flaw in the TCP implementation's handling
  of challenge acks in the Linux kernel. A remote attacker could use
  this to cause a denial of service (reset connection) or inject
  content into an TCP stream.

  References
  https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5696
  https://www.mail-archive.com/netdev@vger.kernel.org/msg118677.html
  
http://git.kernel.org/cgit/linux/kernel/git/davem/net.git/commit/?id=75ff39ccc1bd5d3c455b6822ab09e533c551f758
  https://lwn.net/Articles/696868/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1615835/+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 1423672] Re: ext4_mb_generate_buddy:756: group N, block bitmap and bg descriptor inconsistent: X vs Y

2016-04-20 Thread Leonardo Borda
Hi Chris,

This is also seen on kernel 3.16.0-51-generic. Could you get us a kernel
build test for 3.16 as well ?

Thank you
Leo

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

Title:
  ext4_mb_generate_buddy:756: group N, block bitmap and bg descriptor
  inconsistent: X vs Y

Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Confirmed
Status in linux package in Debian:
  Confirmed

Bug description:
  I noticed that one of my VM had this "dmesg -T" output:

  [Tue Feb 17 09:53:27 2015] systemd-udevd[5433]: starting version 204
  [Thu Feb 19 06:25:08 2015] EXT4-fs error (device vda1): 
ext4_mb_generate_buddy:756: group 5, block bitmap and bg descriptor 
inconsistent: 16446 vs 16445 free clusters
  [Thu Feb 19 06:25:09 2015] Aborting journal on device vda1-8.
  [Thu Feb 19 06:25:09 2015] EXT4-fs (vda1): Remounting filesystem read-only
  [Thu Feb 19 06:25:09 2015] [ cut here ]
  [Thu Feb 19 06:25:09 2015] WARNING: CPU: 0 PID: 9946 at 
/build/buildd/linux-3.13.0/fs/ext4/ext4_jbd2.c:259 
__ext4_handle_dirty_metadata+0x1a2/0x1c0()
  [Thu Feb 19 06:25:09 2015] Modules linked in: nf_conntrack_ipv6 
nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp nf_conntrack_ipv4 
nf_defrag_ipv4 xt_owner xt_conntrack nf_conntrack iptable_filter ip_tables 
x_tables serio_raw psmouse floppy
  [Thu Feb 19 06:25:09 2015] CPU: 0 PID: 9946 Comm: logrotate Not tainted 
3.13.0-45-generic #74-Ubuntu
  [Thu Feb 19 06:25:09 2015] Hardware name: QEMU Standard PC (i440FX + PIIX, 
1996), BIOS Bochs 01/01/2011
  [Thu Feb 19 06:25:09 2015]  0009 880003a11aa0 
81720eb6 
  [Thu Feb 19 06:25:09 2015]  880003a11ad8 810677cd 
88c41340 
  [Thu Feb 19 06:25:09 2015]  88000a58e000 81835280 
1302 880003a11ae8
  [Thu Feb 19 06:25:09 2015] Call Trace:
  [Thu Feb 19 06:25:09 2015]  [] dump_stack+0x45/0x56
  [Thu Feb 19 06:25:09 2015]  [] 
warn_slowpath_common+0x7d/0xa0
  [Thu Feb 19 06:25:09 2015]  [] warn_slowpath_null+0x1a/0x20
  [Thu Feb 19 06:25:09 2015]  [] 
__ext4_handle_dirty_metadata+0x1a2/0x1c0
  [Thu Feb 19 06:25:09 2015]  [] ? ext4_dirty_inode+0x2a/0x60
  [Thu Feb 19 06:25:09 2015]  [] ext4_free_blocks+0x646/0xbf0
  [Thu Feb 19 06:25:09 2015]  [] ? wake_up_bit+0x25/0x30
  [Thu Feb 19 06:25:09 2015]  [] ext4_ext_rm_leaf+0x505/0x8f0
  [Thu Feb 19 06:25:09 2015]  [] ? 
__ext4_ext_check+0x197/0x370
  [Thu Feb 19 06:25:09 2015]  [] ? 
ext4_ext_remove_space+0xc0/0x7e0
  [Thu Feb 19 06:25:09 2015]  [] 
ext4_ext_remove_space+0x31c/0x7e0
  [Thu Feb 19 06:25:09 2015]  [] ext4_ext_truncate+0xb0/0xe0
  [Thu Feb 19 06:25:09 2015]  [] ext4_truncate+0x379/0x3c0
  [Thu Feb 19 06:25:09 2015]  [] ext4_evict_inode+0x408/0x4d0
  [Thu Feb 19 06:25:09 2015]  [] evict+0xb0/0x1b0
  [Thu Feb 19 06:25:09 2015]  [] iput+0xf5/0x180
  [Thu Feb 19 06:25:09 2015]  [] __dentry_kill+0x1a8/0x200
  [Thu Feb 19 06:25:09 2015]  [] dput+0xa5/0x180
  [Thu Feb 19 06:25:09 2015]  [] __fput+0x176/0x260
  [Thu Feb 19 06:25:09 2015]  [] fput+0xe/0x10
  [Thu Feb 19 06:25:09 2015]  [] task_work_run+0xa7/0xe0
  [Thu Feb 19 06:25:09 2015]  [] do_notify_resume+0x97/0xb0
  [Thu Feb 19 06:25:09 2015]  [] int_signal+0x12/0x17
  [Thu Feb 19 06:25:09 2015] ---[ end trace ebff9843d81b5c41 ]---
  [Thu Feb 19 06:25:09 2015] BUG: unable to handle kernel NULL pointer 
dereference at 0028
  [Thu Feb 19 06:25:09 2015] IP: [] 
__ext4_error_inode+0x31/0x160
  [Thu Feb 19 06:25:09 2015] PGD 167067 PUD 161067 PMD 0 
  [Thu Feb 19 06:25:09 2015] Oops:  [#1] SMP 
  [Thu Feb 19 06:25:09 2015] Modules linked in: nf_conntrack_ipv6 
nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp nf_conntrack_ipv4 
nf_defrag_ipv4 xt_owner xt_conntrack nf_conntrack iptable_filter ip_tables 
x_tables serio_raw psmouse floppy
  [Thu Feb 19 06:25:09 2015] CPU: 0 PID: 9946 Comm: logrotate Tainted: G
W 3.13.0-45-generic #74-Ubuntu
  [Thu Feb 19 06:25:09 2015] Hardware name: QEMU Standard PC (i440FX + PIIX, 
1996), BIOS Bochs 01/01/2011
  [Thu Feb 19 06:25:09 2015] task: 880009ac4800 ti: 880003a1 
task.ti: 880003a1
  [Thu Feb 19 06:25:09 2015] RIP: 0010:[]  
[] __ext4_error_inode+0x31/0x160
  [Thu Feb 19 06:25:09 2015] RSP: :880003a11a58  EFLAGS: 00010292
  [Thu Feb 19 06:25:09 2015] RAX:  RBX:  RCX: 
0086
  [Thu Feb 19 06:25:09 2015] RDX: 1302 RSI: 81a6e81f RDI: 

  [Thu Feb 19 06:25:09 2015] RBP: 880003a11ae8 R08: 81a78568 R09: 
0005
  [Thu Feb 19 06:25:09 2015] R10: ffe2 R11: 880003a117ce R12: 
0086
  [Thu Feb 19 06:25:09 2015] R13: 81835280 R14: 1302 R15: 
81a78568
  [Thu Feb 19 06:25:09 2015] FS:  

[Kernel-packages] [Bug 1276811] Re: 14e4:1570 [MacBookPro11, 1] iSight webcam changed from USB to PCIe but no linux driver is available

2014-09-30 Thread Leonardo Borda
** Also affects: broadcom
   Importance: Undecided
   Status: New

** Changed in: broadcom
   Status: New = Opinion

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

Title:
  14e4:1570 [MacBookPro11,1] iSight webcam changed from USB to PCIe but
  no linux driver is available

Status in Broadcom Feature Request and Bug Reporting:
  Opinion
Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
  2013) runs successfully *except* for the webcam. Same thing with
  upstream kernel 3.12.0-031200-generic .

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lborda 1914 F pulseaudio
   /dev/snd/controlC0:  lborda 1914 F pulseaudio
  CurrentDmesg:
   [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
   [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
  Date: Wed Feb  5 15:58:59 2014
  HibernationDevice: RESUME=UUID=984ae9b6-3e51-4a65-bc10-e6075bd8b3c5
  InstallationDate: Installed on 2014-02-05 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. MacBookPro11,1
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=6e09a13f-3c06-437a-9ccb-bcdc440a383a ro libata.force=noncq quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B03.1310291227
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B03.1310291227:bd10/29/2013:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom/+bug/1276811/+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 1276811] Re: 14e4:1570 [MacBookPro11, 1] iSight webcam changed from USB to PCIe but no linux driver is available

2014-09-23 Thread Leonardo Borda
@rakatan

If you have some friends at broadcom that are willing to provide us with
the specs we can help in developing reverse engineering the driver...

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

Title:
  14e4:1570 [MacBookPro11,1] iSight webcam changed from USB to PCIe but
  no linux driver is available

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
  2013) runs successfully *except* for the webcam. Same thing with
  upstream kernel 3.12.0-031200-generic .

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lborda 1914 F pulseaudio
   /dev/snd/controlC0:  lborda 1914 F pulseaudio
  CurrentDmesg:
   [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
   [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
  Date: Wed Feb  5 15:58:59 2014
  HibernationDevice: RESUME=UUID=984ae9b6-3e51-4a65-bc10-e6075bd8b3c5
  InstallationDate: Installed on 2014-02-05 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. MacBookPro11,1
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=6e09a13f-3c06-437a-9ccb-bcdc440a383a ro libata.force=noncq quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B03.1310291227
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B03.1310291227:bd10/29/2013:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1276811/+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 1276811] Re: 14e4:1570 [MacBookPro11, 1] iSight webcam changed from USB to PCIe but no linux driver is available

2014-07-25 Thread Leonardo Borda
Hi Viresh,

I am running Ubuntu 14.04 natively on my Macbookpro11,1 Late 2013 and I
am using an external webcam in the meantime. That's the only thing that
does not work for me. All the rest runs smoothly. You may have to
perform some of the steps found here [1] but I don't remember exactly
what.

[1] - https://help.ubuntu.com/community/MacBookPro11-1/Saucy

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

Title:
  14e4:1570 [MacBookPro11,1] iSight webcam changed from USB to PCIe but
  no linux driver is available

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
  2013) runs successfully *except* for the webcam. Same thing with
  upstream kernel 3.12.0-031200-generic .

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lborda 1914 F pulseaudio
   /dev/snd/controlC0:  lborda 1914 F pulseaudio
  CurrentDmesg:
   [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
   [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
  Date: Wed Feb  5 15:58:59 2014
  HibernationDevice: RESUME=UUID=984ae9b6-3e51-4a65-bc10-e6075bd8b3c5
  InstallationDate: Installed on 2014-02-05 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. MacBookPro11,1
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=6e09a13f-3c06-437a-9ccb-bcdc440a383a ro libata.force=noncq quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B03.1310291227
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B03.1310291227:bd10/29/2013:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1276811/+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 1276811] Re: 14e4:1570 [MacBookPro11, 1] iSight webcam changed from USB to PCIe but no linux driver is available

2014-07-23 Thread Leonardo Borda
Hi Patrik,

Please refer also to this upstream bug. Maybe we can reopen it and get
some more help from upstream.

https://bugzilla.kernel.org/show_bug.cgi?id=71131

Thanks for your efforts!

Leo

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

Title:
  14e4:1570 [MacBookPro11,1] iSight webcam changed from USB to PCIe but
  no linux driver is available

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
  2013) runs successfully *except* for the webcam. Same thing with
  upstream kernel 3.12.0-031200-generic .

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lborda 1914 F pulseaudio
   /dev/snd/controlC0:  lborda 1914 F pulseaudio
  CurrentDmesg:
   [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
   [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
  Date: Wed Feb  5 15:58:59 2014
  HibernationDevice: RESUME=UUID=984ae9b6-3e51-4a65-bc10-e6075bd8b3c5
  InstallationDate: Installed on 2014-02-05 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. MacBookPro11,1
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=6e09a13f-3c06-437a-9ccb-bcdc440a383a ro libata.force=noncq quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B03.1310291227
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B03.1310291227:bd10/29/2013:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1276811/+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 1276811] Re: iSight webcam on MacBookPro11, 1 (Retina, 13-inch, Late 2013) changed from USB to PCIe still no linux driver available

2014-02-25 Thread Leonardo Borda
** Summary changed:

- iSight webcam on MacBookPro11,1 (Retina, 13-inch, Late 2013) changed from USB 
to PCIe gets undetected by latest kernel
+ iSight webcam on MacBookPro11,1 (Retina, 13-inch, Late 2013) changed from USB 
to PCIe still no linux driver available

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

Title:
  iSight webcam on MacBookPro11,1 (Retina, 13-inch, Late 2013) changed
  from USB to PCIe still no linux driver available

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
  2013) runs successfully *except* for the webcam. Same thing with
  upstream kernel 3.12.0-031200-generic .

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lborda 1914 F pulseaudio
   /dev/snd/controlC0:  lborda 1914 F pulseaudio
  CurrentDmesg:
   [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
   [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
  Date: Wed Feb  5 15:58:59 2014
  HibernationDevice: RESUME=UUID=984ae9b6-3e51-4a65-bc10-e6075bd8b3c5
  InstallationDate: Installed on 2014-02-05 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. MacBookPro11,1
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=6e09a13f-3c06-437a-9ccb-bcdc440a383a ro libata.force=noncq quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B03.1310291227
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B03.1310291227:bd10/29/2013:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1276811/+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 1276811] Re: iSight webcam on MacBookPro11, 1 (Retina, 13-inch, Late 2013) does not work

2014-02-24 Thread Leonardo Borda
Hi Joe,

I have tried with latest kernels 3.5 and 3.2. No luck  so far.

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

Title:
  iSight webcam on MacBookPro11,1 (Retina, 13-inch, Late 2013) does not
  work

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
  2013) runs sucessfuly *except* for the webcam.

  I've also tried used upstream main kernel ( 3.12.0-031200-generic )
  same thing.

  $ sudo dmidecode -s system-product-name
  MacBookPro11,1

  ~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 13.10
  Release:  13.10
  Codename: saucy

  $ uname -r
  3.11.0-15-generic

  # lsusb
  Bus 002 Device 002: ID 05ac:8406 Apple, Inc.
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 003: ID 05ac:0259 Apple, Inc.
  Bus 001 Device 006: ID 05ac:8289 Apple, Inc.
  Bus 001 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part 
of BCM2046 Bluetooth)
  Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  # lspci
  00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  00:02.0 VGA compatible controller: Intel Corporation Device 0a2e (rev 09)
  00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
  00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
  00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 
(rev 04)
  00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller 
(rev 04)
  00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 1 
(rev e4)
  00:1c.1 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 2 
(rev e4)
  00:1c.2 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 
(rev e4)
  00:1c.4 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 5 
(rev e4)
  00:1c.5 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 6 
(rev e4)
  00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
  00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
  02:00.0 Multimedia controller: Broadcom Corporation Device 1570
  03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless 
Network Adapter (rev 03)
  04:00.0 SATA controller: Samsung Electronics Co Ltd Device 1600 (rev 01)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lborda 1914 F pulseaudio
   /dev/snd/controlC0:  lborda 1914 F pulseaudio
  CurrentDmesg:
   [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
   [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
  Date: Wed Feb  5 15:58:59 2014
  HibernationDevice: RESUME=UUID=984ae9b6-3e51-4a65-bc10-e6075bd8b3c5
  InstallationDate: Installed on 2014-02-05 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. MacBookPro11,1
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=6e09a13f-3c06-437a-9ccb-bcdc440a383a ro libata.force=noncq quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B03.1310291227
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B03.1310291227:bd10/29/2013:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1276811/+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 1276811] Re: iSight webcam on MacBookPro11, 1 (Retina, 13-inch, Late 2013) does not work

2014-02-24 Thread Leonardo Borda
In the hopes that this can help [1].

[1] - http://mactaris.blogspot.co.uk/2013/07/webcam-settings-20-will-
support.html

Apple moved the webcam to a PCI device as of 2013...

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

Title:
  iSight webcam on MacBookPro11,1 (Retina, 13-inch, Late 2013) does not
  work

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
  2013) runs sucessfuly *except* for the webcam.

  I've also tried used upstream main kernel ( 3.12.0-031200-generic )
  same thing.

  $ sudo dmidecode -s system-product-name
  MacBookPro11,1

  ~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 13.10
  Release:  13.10
  Codename: saucy

  $ uname -r
  3.11.0-15-generic

  # lsusb
  Bus 002 Device 002: ID 05ac:8406 Apple, Inc.
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 003: ID 05ac:0259 Apple, Inc.
  Bus 001 Device 006: ID 05ac:8289 Apple, Inc.
  Bus 001 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part 
of BCM2046 Bluetooth)
  Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  # lspci
  00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  00:02.0 VGA compatible controller: Intel Corporation Device 0a2e (rev 09)
  00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
  00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
  00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 
(rev 04)
  00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller 
(rev 04)
  00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 1 
(rev e4)
  00:1c.1 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 2 
(rev e4)
  00:1c.2 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 
(rev e4)
  00:1c.4 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 5 
(rev e4)
  00:1c.5 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 6 
(rev e4)
  00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
  00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
  02:00.0 Multimedia controller: Broadcom Corporation Device 1570
  03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless 
Network Adapter (rev 03)
  04:00.0 SATA controller: Samsung Electronics Co Ltd Device 1600 (rev 01)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lborda 1914 F pulseaudio
   /dev/snd/controlC0:  lborda 1914 F pulseaudio
  CurrentDmesg:
   [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
   [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
  Date: Wed Feb  5 15:58:59 2014
  HibernationDevice: RESUME=UUID=984ae9b6-3e51-4a65-bc10-e6075bd8b3c5
  InstallationDate: Installed on 2014-02-05 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. MacBookPro11,1
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=6e09a13f-3c06-437a-9ccb-bcdc440a383a ro libata.force=noncq quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B03.1310291227
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B03.1310291227:bd10/29/2013:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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

[Kernel-packages] [Bug 1276811] Re: iSight webcam on MacBookPro11, 1 (Retina, 13-inch, Late 2013) does not work

2014-02-24 Thread Leonardo Borda
** Bug watch added: Linux Kernel Bug Tracker #71131
   http://bugzilla.kernel.org/show_bug.cgi?id=71131

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=71131
   Importance: Unknown
   Status: Unknown

** Summary changed:

- iSight webcam on MacBookPro11,1 (Retina, 13-inch, Late 2013) does not work
+ iSight webcam on MacBookPro11,1 (Retina, 13-inch, Late 2013) changed from USB 
to PCIe gets undetected by latest kernel

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

Title:
  iSight webcam on MacBookPro11,1 (Retina, 13-inch, Late 2013) changed
  from USB to PCIe gets undetected by latest kernel

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
  2013) runs sucessfuly *except* for the webcam.

  I've also tried used upstream main kernel ( 3.12.0-031200-generic )
  same thing.

  $ sudo dmidecode -s system-product-name
  MacBookPro11,1

  ~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 13.10
  Release:  13.10
  Codename: saucy

  $ uname -r
  3.11.0-15-generic

  # lsusb
  Bus 002 Device 002: ID 05ac:8406 Apple, Inc.
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 003: ID 05ac:0259 Apple, Inc.
  Bus 001 Device 006: ID 05ac:8289 Apple, Inc.
  Bus 001 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part 
of BCM2046 Bluetooth)
  Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  # lspci
  00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  00:02.0 VGA compatible controller: Intel Corporation Device 0a2e (rev 09)
  00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
  00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
  00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 
(rev 04)
  00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller 
(rev 04)
  00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 1 
(rev e4)
  00:1c.1 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 2 
(rev e4)
  00:1c.2 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 
(rev e4)
  00:1c.4 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 5 
(rev e4)
  00:1c.5 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 6 
(rev e4)
  00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
  00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
  02:00.0 Multimedia controller: Broadcom Corporation Device 1570
  03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless 
Network Adapter (rev 03)
  04:00.0 SATA controller: Samsung Electronics Co Ltd Device 1600 (rev 01)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lborda 1914 F pulseaudio
   /dev/snd/controlC0:  lborda 1914 F pulseaudio
  CurrentDmesg:
   [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
   [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
  Date: Wed Feb  5 15:58:59 2014
  HibernationDevice: RESUME=UUID=984ae9b6-3e51-4a65-bc10-e6075bd8b3c5
  InstallationDate: Installed on 2014-02-05 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. MacBookPro11,1
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=6e09a13f-3c06-437a-9ccb-bcdc440a383a ro libata.force=noncq quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B03.1310291227
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 

[Kernel-packages] [Bug 1276739] Re: partman-crypto uses xts by default, yet xts.ko kernel module is not present in 3.2 (original-point-zero stack) crypto-modules-udeb

2014-02-13 Thread Leonardo Borda
Hi Andy,

Could you please tell me which patch has been committed to Ubuntu
precise?

lborda

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

Title:
  partman-crypto uses xts by default, yet xts.ko kernel module is not
  present in 3.2 (original-point-zero stack) crypto-modules-udeb

Status in “linux” package in Ubuntu:
  Invalid
Status in “partman-crypto” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  Fix Committed
Status in “partman-crypto” source package in Precise:
  Confirmed

Bug description:
  [Impact]

   * Performing automatic encrypted LVM installation using Kubuntu and
  Xubuntu 12.04.4 alternate installer images results in a failure to
  configure encrypted volumes. Please either use manual partitioning to
  create encrypted volumes with any non-default IV algorithm setting
  or use 12.04.3 media to complete the installation.

  [Error Message]
  Configuration of encrypted volumes failed.
  An error occurred while configuring encrypted volumes.
  The configuration has been aborted.

  [Cause of the bug]

   * xts.ko kernel module is missing from 3.2 crypto-modules-udeb

  [Working (older) media]

   * Kubuntu
  http://cdimages.ubuntu.com/kubuntu/releases/12.04.3/release/

   * Xubuntu
  http://cdimages.ubuntu.com/xubuntu/releases/12.04.3/release/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1276739/+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 1276811] Re: iSight webcam on MacBookPro11, 1 (Retina, 13-inch, Late 2013) does not work

2014-02-06 Thread Leonardo Borda
Hey Joe! Thanks

v3.14-rc1 same issues. To my understanding the isight device should be
detected and appear in the lsusb output but that's not what's happening
atm.

Leo

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

Title:
  iSight webcam on MacBookPro11,1 (Retina, 13-inch, Late 2013) does not
  work

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
  2013) runs sucessfuly *except* for the webcam.

  I've also tried used upstream main kernel ( 3.12.0-031200-generic )
  same thing.

  $ sudo dmidecode -s system-product-name
  MacBookPro11,1

  ~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 13.10
  Release:  13.10
  Codename: saucy

  $ uname -r
  3.11.0-15-generic

  # lsusb
  Bus 002 Device 002: ID 05ac:8406 Apple, Inc.
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 003: ID 05ac:0259 Apple, Inc.
  Bus 001 Device 006: ID 05ac:8289 Apple, Inc.
  Bus 001 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part 
of BCM2046 Bluetooth)
  Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  # lspci
  00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  00:02.0 VGA compatible controller: Intel Corporation Device 0a2e (rev 09)
  00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
  00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
  00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 
(rev 04)
  00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller 
(rev 04)
  00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 1 
(rev e4)
  00:1c.1 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 2 
(rev e4)
  00:1c.2 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 
(rev e4)
  00:1c.4 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 5 
(rev e4)
  00:1c.5 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 6 
(rev e4)
  00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
  00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
  02:00.0 Multimedia controller: Broadcom Corporation Device 1570
  03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless 
Network Adapter (rev 03)
  04:00.0 SATA controller: Samsung Electronics Co Ltd Device 1600 (rev 01)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lborda 1914 F pulseaudio
   /dev/snd/controlC0:  lborda 1914 F pulseaudio
  CurrentDmesg:
   [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
   [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
  Date: Wed Feb  5 15:58:59 2014
  HibernationDevice: RESUME=UUID=984ae9b6-3e51-4a65-bc10-e6075bd8b3c5
  InstallationDate: Installed on 2014-02-05 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. MacBookPro11,1
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=6e09a13f-3c06-437a-9ccb-bcdc440a383a ro libata.force=noncq quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B03.1310291227
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B03.1310291227:bd10/29/2013:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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

[Kernel-packages] [Bug 1276811] [NEW] iSight webcam on MacBookPro11, 1 (Retina, 13-inch, Late 2013) does not work

2014-02-05 Thread Leonardo Borda
Public bug reported:

Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
2013) runs sucessfuly *except* for the webcam.

I tried used upstream main kernel ( 3.12.0-031200-generic ) same thing.

$ sudo dmidecode -s system-product-name
MacBookPro11,1

~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 13.10
Release:13.10
Codename:   saucy

$ uname -r
3.11.0-15-generic

# lsusb 
Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 05ac:0259 Apple, Inc. 
Bus 001 Device 006: ID 05ac:8289 Apple, Inc. 
Bus 001 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of 
BCM2046 Bluetooth)
Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

# lspci 
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Device 0a2e (rev 09)
00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 (rev 
04)
00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller (rev 
04)
00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 1 
(rev e4)
00:1c.1 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 2 
(rev e4)
00:1c.2 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 
(rev e4)
00:1c.4 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 5 
(rev e4)
00:1c.5 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 6 
(rev e4)
00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
02:00.0 Multimedia controller: Broadcom Corporation Device 1570
03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless 
Network Adapter (rev 03)
04:00.0 SATA controller: Samsung Electronics Co Ltd Device 1600 (rev 01)

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-15-generic 3.11.0-15.25
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  lborda 1914 F pulseaudio
 /dev/snd/controlC0:  lborda 1914 F pulseaudio
CurrentDmesg:
 [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
 [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
Date: Wed Feb  5 15:58:59 2014
HibernationDevice: RESUME=UUID=984ae9b6-3e51-4a65-bc10-e6075bd8b3c5
InstallationDate: Installed on 2014-02-05 (0 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MachineType: Apple Inc. MacBookPro11,1
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=6e09a13f-3c06-437a-9ccb-bcdc440a383a ro libata.force=noncq quiet 
splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-15-generic N/A
 linux-backports-modules-3.11.0-15-generic  N/A
 linux-firmware 1.116.1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/29/2013
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP111.88Z.0138.B03.1310291227
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-189A3D4F975D5FFC
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro11,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-189A3D4F975D5FFC
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B03.1310291227:bd10/29/2013:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
dmi.product.name: MacBookPro11,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug saucy

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

Title:
  iSight webcam on MacBookPro11,1 (Retina, 13-inch, Late 2013) does not
  work

Status in “linux” package in Ubuntu:
  New

Bug description:
  Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
  2013) runs sucessfuly *except* for the webcam.

  I tried used upstream main kernel ( 3.12.0-031200-generic ) same
  thing.

  $ sudo dmidecode -s system-product-name
  MacBookPro11,1

  ~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 13.10
  Release:  13.10
  Codename: saucy

  $ uname -r
  3.11.0-15-generic

  # lsusb 
  Bus 002 

[Kernel-packages] [Bug 1276811] Re: iSight webcam on MacBookPro11, 1 (Retina, 13-inch, Late 2013) does not work

2014-02-05 Thread Leonardo Borda
** Description changed:

  Ubuntu 13.10 Saucy running on MacBookPro11,1 (Retina, 13-inch, Late
  2013) runs sucessfuly *except* for the webcam.
  
- I tried used upstream main kernel ( 3.12.0-031200-generic ) same thing.
+ I've also tried used upstream main kernel ( 3.12.0-031200-generic ) same
+ thing.
  
  $ sudo dmidecode -s system-product-name
  MacBookPro11,1
  
  ~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 13.10
  Release:  13.10
  Codename: saucy
  
  $ uname -r
  3.11.0-15-generic
  
- # lsusb 
- Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
+ # lsusb
+ Bus 002 Device 002: ID 05ac:8406 Apple, Inc.
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
- Bus 001 Device 003: ID 05ac:0259 Apple, Inc. 
- Bus 001 Device 006: ID 05ac:8289 Apple, Inc. 
+ Bus 001 Device 003: ID 05ac:0259 Apple, Inc.
+ Bus 001 Device 006: ID 05ac:8289 Apple, Inc.
  Bus 001 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part 
of BCM2046 Bluetooth)
  Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  
- # lspci 
+ # lspci
  00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  00:02.0 VGA compatible controller: Intel Corporation Device 0a2e (rev 09)
  00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
  00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
  00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 
(rev 04)
  00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller 
(rev 04)
  00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 1 
(rev e4)
  00:1c.1 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 2 
(rev e4)
  00:1c.2 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 
(rev e4)
  00:1c.4 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 5 
(rev e4)
  00:1c.5 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 6 
(rev e4)
  00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
  00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
  02:00.0 Multimedia controller: Broadcom Corporation Device 1570
  03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless 
Network Adapter (rev 03)
  04:00.0 SATA controller: Samsung Electronics Co Ltd Device 1600 (rev 01)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  lborda 1914 F pulseaudio
-  /dev/snd/controlC0:  lborda 1914 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  lborda 1914 F pulseaudio
+  /dev/snd/controlC0:  lborda 1914 F pulseaudio
  CurrentDmesg:
-  [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
-  [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
+  [  111.225460] hda_codec: invalid CONNECT_LIST verb 6[1]:0
+  [  111.225711] hda_codec: invalid CONNECT_LIST verb 7[1]:0
  Date: Wed Feb  5 15:58:59 2014
  HibernationDevice: RESUME=UUID=984ae9b6-3e51-4a65-bc10-e6075bd8b3c5
  InstallationDate: Installed on 2014-02-05 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Apple Inc. MacBookPro11,1
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=6e09a13f-3c06-437a-9ccb-bcdc440a383a ro libata.force=noncq quiet 
splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.11.0-15-generic N/A
-  linux-backports-modules-3.11.0-15-generic  N/A
-  linux-firmware 1.116.1
+  linux-restricted-modules-3.11.0-15-generic N/A
+  linux-backports-modules-3.11.0-15-generic  N/A
+  linux-firmware 1.116.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B03.1310291227
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B03.1310291227:bd10/29/2013:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

-- 
You received this bug notification