Giter Club home page Giter Club logo

Comments (5)

Snake-Sanders avatar Snake-Sanders commented on August 17, 2024 4

I also recently have this issue, it was working few weeks ago.

sudo modprobe facetimehd
modprobe: FATAL: Module facetimehd not found in directory /lib/modules/5.4.0-88-generic

I am running a Linux Mint Cinnamon

cat /etc/issue
Linux Mint 20.2 Uma \n \l

After trying to re-install everything I noticed that the driver works fine, it was not a system update issue, the only problem is that after reboot the module goes missing, and trying to re-install it without a clean enviroment leads to different errors.

Here is the summary of the installation steps, assuming the modules are downloaded already. (For the complete steps I follow this page https://github.com/patjak/facetimehd/wiki/Installation#get-started-on-debian)

cd bcwc_pcie
make clean
make
sudo checkinstall
sudo depmod
sudo modprobe facetimehd
sudo su
echo facetimehd >> /etc/modules
exit

Here are some steps I have done differently:

  1. If make clean is not done before installing you might see other issue already reported (Facetimehd 'Exec format error').
  2. This time I am not following the recommended options in checkinstall and I say no to everything, because I want to add the local files in HOME to the release package.

now the camera works but after a reset the configuration is lost, so I only need to re run in the directory bcwc_pcie the commands:

sudo depmod
sudo modprobe facetimehd
  1. These two extra commands are not needed if we add facetimehd to the module list loaded at startup, as it was mentioned in the troubleshooting section which I did not to read :/ (sorry).
# echo facetimehd >> /etc/modules

I hope this help somebody else.

from facetimehd-firmware.

zanzibar7 avatar zanzibar7 commented on August 17, 2024

I performed an update recently, and have run into the same problem.

$ sudo modprobe facetimehd
modprobe: FATAL: Module facetimehd not found in directory /lib/modules/5.4.0-72-generic

Distro: Linux Mint 19.3 Tricia
Linux 5.4.0-72-generic #80~18.04.1-Ubuntu SMP Mon Apr 12 23:26:25 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Will explore further.

from facetimehd-firmware.

zanzibar7 avatar zanzibar7 commented on August 17, 2024

Using an old kernel version (Mint's 5.4.0-66-generic in my case) fixed the issue.

from facetimehd-firmware.

ab-chesspad avatar ab-chesspad commented on August 17, 2024

works with 5.15.0-88-generic
Great thanks!

from facetimehd-firmware.

eburakova avatar eburakova commented on August 17, 2024

Stopped working for 6.5.0-35-generic.

user1@machine ~/bcwc_pcie$ make
make -C /lib/modules/6.5.0-35-generic/build M=/home/user1/bcwc_pcie modules
make[1]: Entering directory '/usr/src/linux-headers-6.5.0-35-generic'
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
  You are using:           
  CC [M]  /home/user1/bcwc_pcie/fthd_ddr.o
/bin/sh: 1: gcc-12: not found
make[3]: *** [scripts/Makefile.build:251: /home/user1/bcwc_pcie/fthd_ddr.o] Error 127
make[2]: *** [/usr/src/linux-headers-6.5.0-35-generic/Makefile:2039: /home/user1/bcwc_pcie] Error 2
make[1]: *** [Makefile:234: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.5.0-35-generic'
make: *** [Makefile:12: all] Error 2

Something it wrong with the dependancies or the compiler?..
Any ideas how to make the Mac camera working?

My system:

            .-/+oossssoo+/-.               user1@machine 
        `:+ssssssssssssssssss+:`           ------------ 
      -+ssssssssssssssssssyyssss+-         OS: Ubuntu 22.04.4 LTS x86_64 
    .ossssssssssssssssssdMMMNysssso.       Host: MacBookPro12,1 1.0 
   /ssssssssssshdmmNNmmyNMMMMhssssss/      Kernel: 6.5.0-35-generic 
  +ssssssssshmydMMMMMMMNddddyssssssss+     Uptime: 40 mins 
 /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/    Packages: 2141 (dpkg), 6 (flatpak), 14 (snap) 
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Shell: bash 5.1.16 
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   Resolution: 2560x1600 
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   DE: GNOME 42.9 
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   WM: Mutter 
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   WM Theme: Adwaita 
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Theme: Yaru-prussiangreen-dark [GTK2/3] 
 /sssssssshNMMMyhhyyyyhdNMMMNhssssssss/    Icons: Yaru-prussiangreen [GTK2/3] 
  +sssssssssdmydMMMMMMMMddddyssssssss+     Terminal: gnome-terminal 
   /ssssssssssshdmNNNNmyNMMMMhssssss/      CPU: Intel i5-5257U (4) @ 3.100GHz 
    .ossssssssssssssssssdMMMNysssso.       GPU: Intel Iris Graphics 6100 
      -+sssssssssssssssssyyyssss+-         Memory: 5430MiB / 7835MiB 
        `:+ssssssssssssssssss+:`
            .-/+oossssoo+/-.                                       
                                                                   

from facetimehd-firmware.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.