You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, /dev/vide0 is not created. modprobe -r bdc_pci doesn't work, as the module does not exist in the first place.
If I try to modprobe -r facetimehd && modprobe facetimehd the laptop freezes and hard reboot is required. Sometimes, however, the driver gets reloaded, and /dev/video0 is created, if I execute this command sequence:
but most of the times even this solution just ends up in a frozen laptop. This the result of a dmesg | grep facetime after a clean reboot, to see what's happening when the driver is loaded during boot.
[ 6.246902] facetimehd 0000:02:00.0: Found FaceTime HD camera with device id: 1570
[ 6.247137] facetimehd 0000:02:00.0: Setting 64bit DMA mask
[ 6.256599] facetimehd 0000:02:00.0: S2 PCIe link init succeeded
[ 6.256665] facetimehd 0000:02:00.0: Refclk: 25MHz (0xa)
[ 6.266687] facetimehd 0000:02:00.0: PLL reset finished
[ 6.266693] facetimehd 0000:02:00.0: Waiting for S2 PLL to lock at 450 MHz
[ 6.266708] facetimehd 0000:02:00.0: S2 PLL is locked after 10 us
[ 6.276722] facetimehd 0000:02:00.0: S2 PLL is in bypass mode
[ 6.296787] facetimehd 0000:02:00.0: DDR40 PHY PLL locked on safe settings
[ 6.296805] facetimehd 0000:02:00.0: STRAP valid
[ 6.296807] facetimehd 0000:02:00.0: Configuring DDR PLLs for 450 MHz
[ 6.296816] facetimehd 0000:02:00.0: DDR40 PLL is locked after 0 us
[ 6.296828] facetimehd 0000:02:00.0: First DDR40 VDL calibration completed after 3 us
[ 6.296837] facetimehd 0000:02:00.0: Second DDR40 VDL calibration completed after 1 us
[ 6.296839] facetimehd 0000:02:00.0: Using step size 146
[ 6.296844] facetimehd 0000:02:00.0: VDL set to: coarse=0x10008, fine=0x10119
[ 6.296851] facetimehd 0000:02:00.0: Virtual VTT enabled
[ 6.317374] facetimehd 0000:02:00.0: S2 DRAM memory address: 0x22159559
[ 6.317397] facetimehd 0000:02:00.0: Rewrite DDR mode registers succeeded
[ 6.317663] facetimehd 0000:02:00.0: Full memory verification succeeded! (0)
[ 6.438084] facetimehd 0000:02:00.0: Loaded firmware, size: 1392kb
[ 6.515921] facetimehd 0000:02:00.0: ISP woke up after 0ms
[ 6.515932] facetimehd 0000:02:00.0: Number of IPC channels: 7, queue size: 44865
[ 6.515937] facetimehd 0000:02:00.0: Firmware requested heap size: 3072kb
[ 16.520101] facetimehd 0000:02:00.0: Init failed! No second int
[ 16.520225] facetimehd: probe of 0000:02:00.0 failed with error -5
I have no idea what the last three lines mean, but maybe you guys can get something out of it. I have zero knowledge nor experience in driver programming. Let me know if I can help in any way!
The text was updated successfully, but these errors were encountered:
Didn't find any similar issue, so I'm opening a new one.
HW:
MacBook Air 2011
i5-4260U - 4GB RAM
Arch Linux 5.15.35-1
Driver installs fine, both from AUR and compiling manually. It is also loaded correctly at reboot etcetera:
However, /dev/vide0 is not created.
modprobe -r bdc_pci
doesn't work, as the module does not exist in the first place.If I try to
modprobe -r facetimehd && modprobe facetimehd
the laptop freezes and hard reboot is required. Sometimes, however, the driver gets reloaded, and /dev/video0 is created, if I execute this command sequence:but most of the times even this solution just ends up in a frozen laptop. This the result of a
dmesg | grep facetime
after a clean reboot, to see what's happening when the driver is loaded during boot.I have no idea what the last three lines mean, but maybe you guys can get something out of it. I have zero knowledge nor experience in driver programming. Let me know if I can help in any way!
The text was updated successfully, but these errors were encountered: