Hello! I am having an issue using the built-in camera in Acer TravelMate P
as i switched to Ubuntu 24.04
The system doesn't recognize the device at all. I have looked up online and these are all the fixes that I tried, unsuccessfully so far:
*ipu6-drivers - kernel drivers for the IPU and sensors
ipu6-camera-bins - IPU firmware and proprietary image processing libraries
ipu6-camera-hal - HAL for processing of images in userspace
attempted to test camera with mpv, ffmpeg, and cheese β all failed to initialize video stream.
standard UVC drivers (like uvcvideo) donβt work
The thing is that when i was using Windows, the camera worked just fine. I was able to have a video call, so it's not a hardware issue.
FWIW - I don't think the IPU6 drivers will help; but that depends what camera is actually there (hence starting with lsusb to see if we can get vendor and product id)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 05e3:0626 Genesys Logic, Inc. Hub
Bus 002 Device 003: ID 05e3:0754 Genesys Logic, Inc. USB Storage
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 003 Device 003: ID 04f3:0c7c Elan Microelectronics Corp. ELAN:ARM-M4
Bus 003 Device 004: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 003 Device 005: ID 8087:0026 Intel Corp. AX201 Bluetooth
Bus 003 Device 006: ID 046a:c098 CHERRY CHERRY Corded Device
Bus 003 Device 007: ID 046a:b092 CHERRY USB Optical Mouse
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Here's the output:
[ 0.763801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[ 0.765074] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[ 0.768983] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[ 0.771422] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[ 1.136562] usb 3-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 1.238706] usb 2-1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.63
[ 1.380958] usb 3-7: New USB device found, idVendor=04f3, idProduct=0c7c, bcdDevice= 3.14
[ 1.538973] usb 2-1.1: New USB device found, idVendor=05e3, idProduct=0754, bcdDevice=16.21
[ 1.750904] usb 3-2.1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.63
[ 1.991590] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[ 2.387765] usb 3-2.2: New USB device found, idVendor=046a, idProduct=c098, bcdDevice= 3.03
[ 2.562194] usb 3-2.1.3: New USB device found, idVendor=046a, idProduct=b092, bcdDevice= 1.20
Nothing there either. As I don't know what webcam we're looking at, there's not a lot I can advise.
There is IPU6 in the mainline kernel as of 6.10 (so if it is an IPU6 camera, then maybe a newer kernel will help). Ubuntu MATE 24.04 is using kernel version 6.8 by default, but it can use 6.11 via the HWE kernels (see HWE kernels - Ubuntu Kernel documentation). You could try installing that via:
It says that it already installed:
linux-generic-hwe-24.04 is already the newest version (6.11.0-21.21~24.04.1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
I also wanted to mention the output of ls /dev/video*. I find it super weird that it lists this much of videos:
/
i think it's nothing useful. In other forum i've read that some Brands using an MIPI Camera (Probably as the one i have on my Acer) do not support the 24.04. Some suggest to stay with the 22.04 if one would want to have a functioning Camera.
I assume you've tried some of those because that would explain the HWE kernel being installed on your system already (that line of kernels is not installed with a clean 24.04 image).
Based from the output of inxi and lsusb, your system doesn't seem to recognize your camera, at all. I'd like to confirm, was this the repository you followed? Have you gone on to follow the documentations carefully?
Thank you all for your support. I gave up on the Camera after knowing that a colleague who has the same laptop as me is having the same issue since a long time. It's not a driver problem, it's a hardware problem. Linux doesn't support some type of cameras such as mine and such as other ones used in DELL laptops. So i decided to carry on with an external and not waste more time on a thing that's not gonna work.