this post was submitted on 17 Feb 2025
9 points (84.6% liked)

No Stupid Questions

2504 readers
35 users here now

There is no such thing as a Stupid Question!

Don't be embarrassed of your curiosity; everyone has questions that they may feel uncomfortable asking certain people, so this place gives you a nice area not to be judged about asking it. Everyone here is willing to help.


Reminder that the rules for lemmy.ca still apply!


Thanks for reading all of this, even if you didn't read all of this, and your eye started somewhere else, have a watermelon slice ๐Ÿ‰.


founded 2 years ago
MODERATORS
 

edit: I am a fool! Just needed to disable chameleon. thanks!

It was working fine a few weeks ago, then randomly stopped detecting mic/camera. Did Google get tired of me not using Chrome? Lol

I have an old HP envy 360 (internal camera and mic) Fedora 41 with KDE Plasma Firefox browser

Zoom (app), Updox (browser), and a few others still work fine. I set it to always allow camera & mic but no dice.

Old forum posts sadly did not fix it either :(

top 15 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 5 points 2 weeks ago (1 children)

Did you check to see if it has permissions

[โ€“] [email protected] 1 points 2 weeks ago (1 children)

As far as I can tell it does. I looked in Firefox settings. Is there anywhere else I should look?

[โ€“] [email protected] 3 points 2 weeks ago (1 children)

No that's really the only place. Does it work with other browsers? That will tell you if ff is the culprit

[โ€“] [email protected] 1 points 1 week ago

Thanks. I just realized I did not try a different browser...mainly because I don't have a different browser haha. When I get back home I will download one and (hopefully) report back.

[โ€“] BCsven 2 points 1 week ago (1 children)

Try pavucontrol GUI app. I needed it to get teama audio connected. Just had to go into the input tab and drag the sliders/ select the drop down etc. Somehow that wakes things up.

[โ€“] [email protected] 1 points 1 week ago

Thanks, I'll look at it. for now disabling chameleon worked

[โ€“] [email protected] 2 points 1 week ago (1 children)

Disable all your extensions and see if it works. I remember having a similar issue a while back due to a vpn extension being installed. Even when the vpn wasnโ€™t in use, google meet didnโ€™t work until I disabled the extension.

[โ€“] [email protected] 2 points 1 week ago (1 children)

Thanks, turns out I still had chameleon enabled (as chrome, ironically) and it didn't like that.

[โ€“] [email protected] 2 points 1 week ago
[โ€“] adespoton 2 points 2 weeks ago (1 children)

Is some other app already using them?

[โ€“] [email protected] 1 points 2 weeks ago

Not during the meeting, no

[โ€“] [email protected] 1 points 1 week ago* (last edited 1 week ago) (1 children)

Updox

So, basically, using a different website, same browser, you get a popup window from Firefox reading "Allow to use your microphone and camera?" and it lists your camera and microphone, but when you do the same on Zoom, you also get the popup, just without any microphone and camera in the menu?

If not, what do you actually experience on each website?

[โ€“] [email protected] 1 points 1 week ago (1 children)

Mostly correct - the website that doesn't work is Google Meet.

So for clarity, I edited your comment:

So, basically, using a different website, same browser, you get a popup window from Firefox reading "Allow <site> to use your microphone and camera?" and it lists your camera and microphone, but when you do the same on **Google Meet**, you also get the popup, just without any microphone and camera in the menu?

[โ€“] [email protected] 2 points 1 week ago* (last edited 1 week ago) (1 children)

Oh, sorry, gotcha.

Well, yeah, that I have a hard time finding a plausible explanation for, unless Firefox has per-device, per-site permissions. I assume that it only has per-site permissions.

I'd maybe run something like:

$ sudo lsof -n|grep /dev/video

...prior to going to the page that does this, to see whether any other software has the device open. I don't know if that could produce that behavior, but that's the only thing that I could think of at the OS level. Otherwise, gotta be something at the Firefox level.

Maybe you have multiple tabs or windows open that are using the camera, and Firefox constrains only one to concurrently use the thing?

EDIT: Maybe check, using cheese or some similar app, or another website right then that you can use the camera at that point? I mean, I can maybe imagine the camera or its driver or something having an issue, and the failure mode being for the device not to be visible at the Firefox menu level. I mean, I've seen, say, Bluetooth or controllers that get into a wonky state after unsuspending and for the result to be that they aren't visible to applications. Reboot clears it up, but maybe you could have just been unlucky that the time you tried using Google Meet was the time that you had the issue?

[โ€“] [email protected] 1 points 1 week ago

Hi, thank you for spending so much time on this. I feel foolish because I just had to disable chameleon. But I really appreciate it as I am still learning Linux and I think it makes me forget the simple stuff.