From 2b335ba779a22cf052017702ab4d1b78835b8d72 Mon Sep 17 00:00:00 2001 From: Vangelis Katsikaros Date: Thu, 18 Apr 2019 18:33:35 +0300 Subject: [PATCH] Add fix from https://github.com/patjak/bcwc_pcie/issues/49#issuecomment-277631696 --- Get-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Get-Started.md b/Get-Started.md index 03abb75..bce41fe 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -297,7 +297,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`. +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`. ## Make driver load correctly after suspend