As title says I'm wondering where the clicking noise is coming from. I am running Ubports but if I remember correctly, the sound also occurred when I ran tried mobian. Has anyone else noticed that sound? It is pretty quite and can be felt in your hand when you hold the phone. It feels like it is a physical switch or relay being activated.
I think it is the auto-focus of the camera.
Or the flash. There were some issues with the flash light being activated on boot.
OK thanks for suggestions. I don't mind the noise much. But I was a bit worried something might be broken or about to break.
? Possibly the vibrator motor ?
LINUX = CHOICES
**BCnAZ**
Donate to $upport
your favorite OS Team
06-19-2020, 10:56 AM
(This post was last modified: 06-19-2020, 10:59 AM by megous.)
Something opens the /dev/video# devices during boot, and when those are open, the selected camera sensor is powered up. Powering up the back camera will shift the autofocus lense quickly, resulting in a "click" sound.
For example on Arch Linux, it's systemd or udev that opens the video device. (v4l_id program)
I have support for both cameras in my kernel, and it seems that the default camera is the front one for me, for whatever reason. So I don't hear any clicks, because front cam doesn't have autofocus.
If you don't like it you can comment out udev rules that call v4l_id program.