From a6784638133be809df58708d7a4fda7576d84f72 Mon Sep 17 00:00:00 2001 From: Cameron Jones Date: Mon, 12 Apr 2021 22:45:41 -0500 Subject: [PATCH] Adds instructions to removing and reinserting the facetimehd module after removing `bdc_pci` (in "Additional Notes"). I got stuck on this step for a while when installing. --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 00b1551..760564d 100644 --- a/Installation.md +++ b/Installation.md @@ -275,7 +275,7 @@ See [Additional Notes](#additional-notes) below in case you come across any issu ## /dev/video not created -In some scenarios, you'll have to unload `bdc_pci` before inserting the kernel module, or `/dev/video` (or `/dev/video0`) won't be created. Do this with `modprobe -r bdc_pci`. If that doesn't help you can try `modprobe -r bdc_pci` and `modprobe -a v4l2-common videobuf2-dma-sg videobuf2-core videobuf2-v4l2`. +In some scenarios, you'll have to unload `bdc_pci` before inserting the kernel module, or `/dev/video` (or `/dev/video0`) won't be created. Do this with `modprobe -r bdc_pci`, followed by `modprobe -r facetimehd` and then `modprobe facetimehd`. If that doesn't help you can try `modprobe -r bdc_pci` and `modprobe -a v4l2-common videobuf2-dma-sg videobuf2-core videobuf2-v4l2`. ## Make driver load correctly after suspend