-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attempting to install on ubuntu 22.04 early 2015 macbook air #275
Comments
Here's what worked for me, I'm successfully using
Sources: |
While I'm not using your install script, the module has stopped working for me, I think since kernel version 6.0. I suppose Ubuntu is using still an older kernel? |
I've read somewhere that the driver needs to be rebuilt with every kernel upgrade. My current kernel version is
and the facetime module works fine. Was your kernel recently upgraded? Did you then reinstall the module? |
I'm on arch, and indeed, I have to rebuild it every upgrade :) it's now 'muscle memory' so yes, I always reinstall it. (Also not rebuilding it means i can't find the module anyway :p) |
I need help with this.
UbuntuAir:~/bcwc_pcie$ sudo make install
make -C /lib/modules/5.15.0-47-generic/build M=/home/geo/bcwc_pcie modules_install
make[1]: Entering directory '/usr/src/linux-headers-5.15.0-47-generic'
arch/x86/Makefile:142: CONFIG_X86_X32 enabled but no binutils support
INSTALL /lib/modules/5.15.0-47-generic/extra/facetimehd.ko
SIGN /lib/modules/5.15.0-47-generic/extra/facetimehd.ko
At main.c:160:
SSL error:FFFFFFFF80000002:system library::No such file or directory: ../crypto/bio/bss_file.c:67
SSL error:10000080:BIO routines::no such file: ../crypto/bio/bss_file.c:75
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD /lib/modules/5.15.0-47-generic
Warning: modules_install: missing 'System.map' file. Skipping depmod.
make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-47-generic'
I've been away from linux for a LONG time. Any help appreciated?
The text was updated successfully, but these errors were encountered: