From c12b24b393bb1fb968fa02e601e416b2725ec322 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 22 Sep 2023 08:42:47 -0600 Subject: [PATCH 1/2] Add note about the pang12/13 switch --- content/webcam.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/webcam.md b/content/webcam.md index f52e432fef..9e38ce9abd 100644 --- a/content/webcam.md +++ b/content/webcam.md @@ -18,6 +18,8 @@ tableOfContents: true If you can’t see the image from your webcam or you receive a "No device found!" error when you try to use it: press Fn+F10 to turn cycle the camera on, and then restart a webcam application like Cheese. You will now see the image from the webcam in the app. +> **NOTE:** For the pang12 and pang13 there is not a key combo for the webcam but there is a switch on the left side (when facing the screen). + ![Cheese](/images/webcam/cheese.png) If your webcam is not working after toggling it on and off with the keyboard key, check the menu of the software application you are using. In the devices menu, determine if it's recognizing your webcam and if so, make sure it is selected as the device to use for that application. If nothing is showing in the devices options, your webcam is turned off or may require hardware repair. From d0dcd6fee16b3be98d9df5e8e23f44b77df4da8e Mon Sep 17 00:00:00 2001 From: Jacob Kauffmann Date: Tue, 26 Sep 2023 14:58:42 -0600 Subject: [PATCH 2/2] webcam: Reword article to better incorporate pang12/13 switch --- content/webcam.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/webcam.md b/content/webcam.md index 9e38ce9abd..f09f5d158c 100644 --- a/content/webcam.md +++ b/content/webcam.md @@ -16,12 +16,14 @@ section: hardware-troubleshooting tableOfContents: true --- -If you can’t see the image from your webcam or you receive a "No device found!" error when you try to use it: press Fn+F10 to turn cycle the camera on, and then restart a webcam application like Cheese. You will now see the image from the webcam in the app. +If you can’t see the image from your webcam or you receive a "No device found!" error when you try to use it, ensure that it's not toggled off. -> **NOTE:** For the pang12 and pang13 there is not a key combo for the webcam but there is a switch on the left side (when facing the screen). +- On most System76 laptops, press Fn+F10 to toggle the camera on, then restart the application using the webcam (such as Cheese). +- On some Pangolin models (pang12 and pang13), there is a physical switch on the left side of the computer (while facing the screen). Ensure the switch is switched on, then restart the application using the webcam (such as Cheese). + - The Pangolin models with a physical webcam switch do not have a webcam toggle key combination. ![Cheese](/images/webcam/cheese.png) -If your webcam is not working after toggling it on and off with the keyboard key, check the menu of the software application you are using. In the devices menu, determine if it's recognizing your webcam and if so, make sure it is selected as the device to use for that application. If nothing is showing in the devices options, your webcam is turned off or may require hardware repair. +The key combination or switch controls the visibility of the webcam on the USB bus at the device level. Applications do not get notified of new devices, and will need to be restarted to discover the webcam after toggling it on. -The Fn+F10 combo controls the viability of the webcam on the USB bus at the device level. Applications do not get notification of a new device and will need to be restarted to do device discovery again. +If your webcam is still not working after toggling it off and on again and restarting the application, check the application's menu. In the application's device settings, determine if your webcam is listed and, if so, make sure it is selected as the device to use for that application. If nothing is showing in the application's device settings, then your webcam may be turned off, physically disconnected, or in need of hardware repair.