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

modprobe -r bdc_pci output: modprobe: FATAL : Module bdc_pci not found. (zorin os 16) #252

Open
gamerseye123 opened this issue Sep 19, 2021 · 6 comments

Comments

@gamerseye123
Copy link

gamerseye123 commented Sep 19, 2021

so im trying to get the driver to automatically load on startup, and i have to run modprobe -r bdc_pci but it cant find bdc_pcie. what do i do?

@zetaomegagon
Copy link

I'm not sure I understand. That modprobe -r bdc_pci doesn't find bdc_pcie seems to imply that it isn't loaded.

Why do you need modeprobe -r bdc_pci to work?

@zetaomegagon
Copy link

zetaomegagon commented Jan 3, 2022

@gamerseye123 sorry for the late reply. We'll need more context to troubleshoot your issue. For instance...

  1. What steps did you use to install the driver?
  2. What steps did you take to attempt loading the driver at boot?
  3. Provide the logs from the following command, or similar, just after booting up:
    journalctl -x | grep -iE 'facetime(|hd| hd)'

@zetaomegagon
Copy link

zetaomegagon commented Jan 3, 2022

I also suggest changing the title to describe the current state of the issue. Something like: [Zorin OS 16] - Unable to get driver to load at boot

@patjak
Copy link
Owner

patjak commented Jan 13, 2022

bdc_pcie is removed from more recent kernels so it is no longer required to unload it. If it fails to unload, then it's simply not loaded :)
Automatic loading of the facetimehd module on startup should be fixed with the latest commit 8431504

@pasan93
Copy link

pasan93 commented May 5, 2022

so im trying to get the driver to automatically load on startup, and i have to run modprobe -r bdc_pci but it cant find bdc_pcie. what do i do?

Same error on Pop!_OS 21.10 and 22.04

@larsblumberg
Copy link

larsblumberg commented Dec 19, 2022

Just remove (=do not execute) the line modprobe -r bdc_pci, it's no longer required for recent Ubuntu/Pop_OS! versions because bdc_pci is simply not a loaded module any longer.

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

5 participants