Hi, In the hopes that this gets some noise upstream and with the Broadcom friends. In Linux it doesn't get listed by lspci however in OSX the camera declares itself as a Broadcom PCI device with PCI vendor ID 0x14E4 not with Apple PCI vendor ID 0x106B. info: http://mactaris.blogspot.co.uk/2013/07/webcam-settings-20-will-support.html https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1276811 # 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) 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.vendor: Apple Inc. dmi.board.version: MacBookPro11,1 dmi.chassis.type: 10 dmi.chassis.vendor: Apple Inc. dmi.chassis.version:
According to the Mactaris link you mentioned, the camera is this device: 02:00.0 Multimedia controller: Broadcom Corporation Device 1570 so it *is* detected by the kernel and listed by lspci. I don't see a problem here other than the fact that no driver claims this device.
Hi Bjorn Yes you're correct. I've changed the subject to reflect this. Tks
Unfortunately, there's nothing I can do to resolve this. We need somebody with hardware information about the device to either adapt an existing driver to work with it, or write a brand-new driver. So I'm going to close this bug on the grounds that lack of a driver does not constitute a PCI core defect. I know it's definitely a user experience problem; it's just that it needs to be pursued somewhere where there's more of a chance for progress.
I would love to try to fix this (I have hardware,) but I have no clue where to start. Could someone point me into right direction?
The easiest would be to ask Broadcom for a Linux driver. Failing that, you could try to find a public spec for the device, or ask Broadcom to release one. Without a spec, it's going to be pretty hard.
I'm working on a driver for this webcam. Code is available at: https://github.com/patjak/bcwc_pcie Help and/or docs would be appreciated
I read the following about this new Webcam which could give a little hope for those who want to work on a driver: - instead of USB, which Apple used for previous webcams, the new one is connected via PCIe - the reason for this is that the camera is supposed to deliver raw image data (720p30fps) - this means that the camera itself does not do any compression which would worsen image quality - maybe this makes it easier to implement a driver Some more info can be found here: http://mactaris.blogspot.co.uk/2013/07/webcam-settings-20-will-support.html
An effort is going on to write a driver for the device: https://github.com/patjak/bcwc_pcie
The bcwc_pcie driver is working well and rate of code changes there seems slow (https://github.com/patjak/bcwc_pcie/commits/master) - high time to get it in the kernel?
https://github.com/patjak/bcwc_pcie/ worked well for me! the bcwc_pcie need firmware form apple. Can we ask permission to distribute firmware with kernel? and submit this kmod to kernel?
My 'lspci" shows something slightly different on Apple Macbook 11,3 04:00.0 Multimedia controller: Broadcom Limited 720p FaceTime HD Camera For some reason the address of the PCIE changed and the web browser can't sea it? :) (December 2017)