The bcwc-pcie-git works well, but bcwc-pcie-dkms ends with this error:
:: bcwc-pcie-dkms package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD.
Search Criteria
Package Details: facetimehd-dkms-git 0.6.8.2.r0.gd47bb25-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/facetimehd-dkms-git.git (read-only, click to copy) |
---|---|
Package Base: | facetimehd-dkms-git |
Description: | Reverse engineered Linux driver for the FacetimeHD (Broadcom 1570) PCIe webcam |
Upstream URL: | https://github.com/patjak/facetimehd |
Keywords: | driver facetime macbook webcam |
Licenses: | GPL2 |
Provides: | bcwc-pcie, bcwc-pcie-dkms, facetimehd-dkms |
Replaces: | bcwc-pcie, bcwc-pcie-dkms, facetimehd-dkms |
Submitter: | HTV04 |
Maintainer: | HTV04 |
Last Packager: | HTV04 |
Votes: | 32 |
Popularity: | 0.000137 |
First Submitted: | 2024-07-08 02:17 (UTC) |
Last Updated: | 2024-07-08 02:55 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR)
- facetimehd-firmwareAUR (facetimehd-firmwareAUR)
- git (git-gitAUR, git-glAUR) (make)
- facetimehd-dataAUR (facetimehd-dataAUR) (optional) – Sensor calibration data
Required by (0)
Sources (1)
didacog commented on 2017-04-25 10:26 (UTC)
graphicmist commented on 2017-02-03 16:15 (UTC)
Installed it through yaourt in macbook air early 2015 model with facetime 720p HD webcam. Worked great till now.
bcc commented on 2016-10-20 12:34 (UTC)
:: bcwc-pcie-dkms package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD.
m3thodic commented on 2016-10-11 07:59 (UTC)
Anyone that's having issues getting this to compile on 4.8 branches, use this PKGBUILD and patch until the pull request I generated the diff from is merged (tested and confirmed on linux-macbook kernel 4.8.1):
PKGBUILD: https://gist.github.com/tonylambiris/cc215849f8c1467d88b7d1ddda78546a
fix-build-4.8.1.patch: https://gist.github.com/tonylambiris/2e4485e09eac8585485d597406531877
iamazat commented on 2016-10-10 18:48 (UTC)
For those who need this in 4.8 (if it will not be merged for awhile):
https://github.com/patjak/bcwc_pcie/pull/102
whynothugo commented on 2016-05-31 23:54 (UTC)
PKGBUILD updated.
Jack12816 commented on 2016-05-31 18:20 (UTC)
This package is great, but it lacks support for custom kernel builds. Please consider this patch: (https://wiki.archlinux.org/index.php/Compile_kernel_module#Module_installation there is an easy way to get the extra modules path)
--- a/PKGBUILD 2016-05-31 20:15:34.687067886 +0200
+++ b/PKGBUILD 2016-05-31 20:16:17.142824626 +0200
@@ -33,9 +33,9 @@
package() {
cd "$srcdir/$pkgname"
- KERNEL_VERSION=$(uname -r | cut -d '.' -f 1,2)
+ EXTRA_MODULES=$(readlink -f /usr/lib/modules/`uname -r`/extramodules)
install -Dm 644 facetimehd.ko.gz \
- "$pkgdir/usr/lib/modules/extramodules-${KERNEL_VERSION}-ARCH/facetimehd.ko.gz"
+ "$pkgdir/${EXTRA_MODULES}/facetimehd.ko.gz"
install -Dm 644 "$srcdir/bcwc-pcie.modprobe.conf" \
"$pkgdir/etc/modprobe.d/bcwc-pcie.conf"
install -Dm 644 "$srcdir/bcwc-pcie.modules-load.conf" \
gokcen commented on 2016-05-14 07:05 (UTC)
bcwc-pcie-git package also gives following error:
Direct firmware load for facetimehd/1871_01XX.dat failed with error -2
but unlike bcwc-pcie-dkms, it works fine.
A.J commented on 2016-03-23 10:27 (UTC)
here is what i found in dmesg :
[ 2113.241563] facetimehd 0000:02:00.0: firmware: facetimehd/1871_01XX.dat will not be loaded
A.J commented on 2016-03-23 03:29 (UTC)
pacman build it fine , but the driver isn't working with cheese or any application .
Pinned Comments
HTV04 commented on 2024-07-08 02:23 (UTC) (edited on 2024-07-08 03:43 (UTC) by HTV04)
NOTE:
Leaving this module running at all times may cause suspend/resume issues: https://github.com/patjak/facetimehd/wiki#known-issues
Consider blacklisting the module at boot and enabling it whenever you need to use the camera.