Replies: 4 comments 5 replies
-
|
Hello BM31500, Thank you for reporting this, and welcome to AnduinOS! I’m sorry to hear your webcam is acting up. The XPS 13 9350 is a fantastic machine, but intermittent hardware issues like this can certainly be frustrating. Given that the camera worked briefly and then disappeared, this sounds like a race condition during boot, a kernel module conflict, or potentially a USB power-saving feature aggressively suspending the camera device (as internal webcams are typically wired internally via USB). To help me pinpoint exactly what's failing, could you please run the following diagnostic commands in your terminal and paste the full output here?
lsusb
ls -l /dev/video*
sudo dmesg | grep -iE 'uvcvideo|camera|webcam'
v4l2-ctl --list-devices
(Note: If While we wait for those results, here is a quick potential mitigation you can try: Sometimes, the sudo rmmod uvcvideo
sudo modprobe uvcvideo
After running those two lines, check your Camera app again to see if it immediately comes back to life. Once you reply with the output from the diagnostic commands, I'll be able to give you a much more specific and permanent fix. Hang in there! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for replying so quickly!
Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
After searching and trying many things I get to this : I begin to doubt whether I really found this integrated webcam working - and not my external webcam. Since it was more than one week ago, I'm not so sure anymore. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I have a Dell XPS 13 9350. When I installed Anduinos 2.0, the webcam was not working. More precisely, in the Camera application, it was showing a black screen. In the videoconferencing applications, it didn't show up. Then after a few days, and probably after I made some upgrades, it worked well. And the day after, it disappeared again.
I checked many fora and tried to do what was proposed but I can't make it work.
Can anybody help me?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions