Skip to content
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

Mabook air 7.2 Pop!_OS 22.04 (Ubuntu 22.04) SSL error #269

Open
pasan93 opened this issue Jun 28, 2022 · 7 comments
Open

Mabook air 7.2 Pop!_OS 22.04 (Ubuntu 22.04) SSL error #269

pasan93 opened this issue Jun 28, 2022 · 7 comments

Comments

@pasan93
Copy link

pasan93 commented Jun 28, 2022

I've been trying to install the driver for couple of times, but still no luck. (most of the commands in the tutorial doesn't even work unless I run them on sudo)

Here's the error message:

make -C /lib/modules/5.17.5-76051705-generic/build M=/home/user/bcwc_pcie modules_install
make[1]: Entering directory '/usr/src/linux-headers-5.17.5-76051705-generic'
arch/x86/Makefile:154: CONFIG_X86_X32 enabled but no binutils support
  INSTALL /lib/modules/5.17.5-76051705-generic/extra/facetimehd.ko
  SIGN    /lib/modules/5.17.5-76051705-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.17.5-76051705-generic
Warning: modules_install: missing 'System.map' file. Skipping depmod.
make[1]: Leaving directory '/usr/src/linux-headers-5.17.5-76051705-generic'
@hovancik
Copy link

hovancik commented Jul 8, 2022

Looks like you're missing some dependencies. Googling for bss_file suggests something with openssl.

When reading docs, # means you run it as root, while $ means regular user. That's how any documentation is written in Unix world.

@pasan93
Copy link
Author

pasan93 commented Jul 8, 2022

Looks like you're missing some dependencies. Googling for bss_file suggests something with openssl.

When reading docs, # means you run it as root, while $ means regular user. That's how any documentation is written in Unix world.

Hi!

Thanks for the reply. I will try googling the above mentioned dependency.

Some of the commands doesn't run as a regular user, so I had to run them as root. Unless I run them as root, it pops out an error.

@hovancik
Copy link

hovancik commented Jul 8, 2022

Some of the commands doesn't run as a regular user, so I had to run them as root. Unless I run them as root, it pops out an error.

that's what I mean:

# means you run it as root, while $ means regular user.

@pasan93
Copy link
Author

pasan93 commented Jul 8, 2022

Some of the commands doesn't run as a regular user, so I had to run them as root. Unless I run them as root, it pops out an error.

that's what I mean:

# means you run it as root, while $ means regular user.

Sorry I was not clear enough.

Some of the commands which are supposed to run as regular user doesn't run at all. So I had to run $ commands as #.

@hovancik
Copy link

hovancik commented Jul 8, 2022

Gotcha, I did an install few days ago and I believe all was good for me in that sense. I am on Debian though.

@pasan93
Copy link
Author

pasan93 commented Jul 8, 2022

Gotcha, I did an install few days ago and I believe all was good for me in that sense. I am on Debian though.

I tried the steps on Ubuntu, Pop!_OS and Fedora.

Still no luck.

@larsblumberg
Copy link

larsblumberg commented Dec 19, 2022

Please see my answer for getting facetimehd to work on Pop_OS! 22.04 on a Macbook Air 7,1 at #275 (comment): you need to create an X509 certificate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants