Acer Aspire one ZG8 webcam not working

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

Dear all,

I installed now Linux mint on my Aspireone ZG8, but the integrated webcam dosen’t work. The uvcvideo error message come a lot of times, and don’t let me write commands in the command line. How can i install the needed driver?

Regards
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: Acer Aspire one ZG8 webcam not working

Post by HAWR »

Hello snoopyonline78,

most of the webcams today (integrated and external) have the UVC standard and in Linux the uvcvideo driver is the driver for them. There is no alternaitive driver. Please post the outputs of the following terminal commands (see point 5 of how to get help to display it in a good readability)

Code: Select all

inxi -Fxxxrz && lsusb

Code: Select all

dmesg | egrep 'uvc|video|cam'
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Re: Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

ZG8-AO531h:~$ inxi -Fxxxrz && lsusb
System:
Host: ZG8-AO531h Kernel: 5.4.0-110-generic i686 bits: 32 compiler: gcc
v: 7.5.0 Desktop: Xfce 4.14.1 tk: Gtk 3.22.30 info: xfce4-panel wm: xfwm4
dm: LightDM 1.26.0 Distro: Linux Mint 19.3 Tricia
base: Ubuntu 18.04 bionic
Machine:
Type: Other-vm? System: Acer product: AO531h v: 1 serial: <filter>
Mobo: Acer model: N/A serial: <filter> BIOS: Acer v: 0.3304
date: 12/22/2009
Battery:
ID-1: BAT1 charge: 39.6 Wh condition: 42.5/57.7 Wh (74%) volts: 11.8/11.1
model: SIMPLO UM09B7C type: Li-ion serial: <filter> status: Discharging
CPU:
Topology: Single Core model: Intel Atom N280 bits: 32 type: MT
arch: Bonnell rev: 2 L2 cache: 512 KiB
flags: nx pae sse sse2 sse3 ssse3 bogomips: 6650
Speed: 1637 MHz min/max: 800/1333 MHz Core speeds (MHz): 1: 1637 2: 1637
Graphics:
Device-1: Intel Mobile 945GSE Express Integrated Graphics
vendor: Acer Incorporated ALI driver: i915 v: kernel bus ID: 00:02.0
chip ID: 8086:27ae
Display: x11 server: X.Org 1.20.8 driver: intel
unloaded: fbdev,modesetting,vesa resolution: 1024x600~60Hz
OpenGL: renderer: Mesa DRI Intel 945GME x86/MMX/SSE2 v: 1.4 Mesa 20.0.8
direct render: Yes
Audio:
Device-1: Intel NM10/ICH7 Family High Definition Audio
vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel
bus ID: 00:1b.0 chip ID: 8086:27d8
Sound Server: ALSA v: k5.4.0-110-generic
Network:
Device-1: Qualcomm Atheros AR8121/AR8113/AR8114 Gigabit or Fast Ethernet
vendor: Acer Incorporated ALI driver: ATL1E v: N/A port: 3000
bus ID: 01:00.0 chip ID: 1969:1026
IF: enp1s0 state: down mac: <filter>
Device-2: Qualcomm Atheros AR242x / AR542x Wireless Network Adapter
vendor: Foxconn driver: ath5k v: kernel port: 3000 bus ID: 02:00.0
chip ID: 168c:001c
IF: wlp2s0 state: up mac: <filter>
Drives:
Local Storage: total: 57.74 GiB used: 8.90 GiB (15.4%)
ID-1: /dev/mmcblk0 model: SU02G size: 1.84 GiB serial: <filter>
scheme: MBR
ID-2: /dev/sda vendor: Corsair model: Force LS SSD size: 55.90 GiB
speed: 1.5 Gb/s serial: <filter> rev: 02.0 scheme: MBR
Partition:
ID-1: / size: 54.77 GiB used: 8.90 GiB (16.3%) fs: ext4 dev: /dev/sda1
Sensors:
System Temperatures: cpu: 47.0 C mobo: N/A
Fan Speeds (RPM): N/A
Repos:
No active apt repos in: /etc/apt/sources.list
Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list
1: deb http://packages.linuxmint.com tricia main upstream import backport #id:linuxmint_main
2: deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
3: deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
4: deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
5: deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
6: deb http://archive.canonical.com/ubuntu/ bionic partner
Info:
Processes: 166 Uptime: 13m Memory: 1.95 GiB used: 697.8 MiB (35.0%)
Init: systemd v: 237 runlevel: 5 Compilers: gcc: 7.5.0 alt: 7 Shell: bash
v: 4.4.20 running in: xfce4-terminal inxi: 3.0.32
Bus 001 Device 002: ID 064e:a102 Suyin Corp. Acer/Lenovo Webcam [CN0316]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 0a5c:2101 Broadcom Corp. BCM2045 Bluetooth
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Re: Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

The dmesg result was empty
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: Acer Aspire one ZG8 webcam not working

Post by HAWR »

The dmesg result was empty
Then it seems, that the uvcvideo driver isn't loaded. What happens, when you load it?

Code: Select all

sudo modprobe uvcvideo
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Re: Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

I added it to the blacklist, to prevent this a screen full of error messages
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: Acer Aspire one ZG8 webcam not working

Post by HAWR »

But you need that driver for the webcam. Please remove the blacklist entry and reboot. Then you can post the results of the dmesg command:

Code: Select all

dmesg | egrep 'uvc|video|cam'
And if possible, post the error messages from your screen.
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Re: Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

ZG8-AO531h:~$ dmesg | egrep 'uvc|video|cam'
[ 20.193919] videodev: Linux video capture interface: v2.00
[ 21.927192] uvcvideo: Found UVC 1.00 device WebCam (064e:a102)
[ 24.951682] uvcvideo: Failed to set UVC probe control : -71 (exp. 26).
[ 24.951712] uvcvideo: Failed to query (129) UVC probe control : -19 (exp. 26).
[ 24.951724] uvcvideo: Failed to initialize the device (-5).
[ 24.952151] usbcore: registered new interface driver uvcvideo
[ 25.435433] uvcvideo: Found UVC 1.00 device WebCam (064e:a102)
[ 28.441042] uvcvideo: Failed to set UVC probe control : -71 (exp. 26).
[ 28.445299] uvcvideo: Failed to query (129) UVC probe control : -71 (exp. 26)
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Re: Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

Error:
Attachments
84A7FD0D-C5AC-487A-B937-05A3FD6668A1.jpeg
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: Acer Aspire one ZG8 webcam not working

Post by HAWR »

You are using LM 19.3 and the 5.4 kernel. Have you tried it with a 4.15 kernel, which is the default LTS (long term supported) kernel for your LM version? Maybe this fits better to your older hardware.
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Re: Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

Thanks, how can i do it?
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: Acer Aspire one ZG8 webcam not working

Post by HAWR »

Open the Update Manager > View > Linux kernels and choose the 4.15 tab on the left side. If there is no kernel installed, install the latest one. If there is one installed, you only have to reboot and in the Grub menu to choose the Advanced Options. There you find the possibility to boot with the 4.15 kernel. If you don't see the Grub menu during start, press immediatly Esc a few times after the Acer logo is gone. If it works with the 4.15 kernel, please remove all 5.4 kernels in the Update Manager > View > Linux kernels.
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Re: Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

ZG8-AO531h:~$ inxi -Fxxxrz && lsusb
System:
Host: ZG8-AO531h Kernel: 4.15.0-177-generic i686 bits: 32 compiler: gcc
v: 7.5.0 Desktop: Xfce 4.14.1 tk: Gtk 3.22.30 info: xfce4-panel wm: xfwm4
dm: LightDM 1.26.0 Distro: Linux Mint 19.3 Tricia
base: Ubuntu 18.04 bionic
Machine:
Type: Other-vm? System: Acer product: AO531h v: 1 serial: <filter>
Mobo: Acer model: N/A serial: <filter> BIOS: Acer v: 0.3304
date: 12/22/2009
Battery:
ID-1: BAT1 charge: 12.9 Wh condition: 42.5/57.7 Wh (74%) volts: 10.8/11.1
model: SIMPLO UM09B7C type: Li-ion serial: <filter> status: Discharging
CPU:
Topology: Single Core model: Intel Atom N280 bits: 32 type: MT
arch: Bonnell rev: 2 L2 cache: 512 KiB
flags: nx pae sse sse2 sse3 ssse3 bogomips: 6649
Speed: 1662 MHz min/max: 800/1333 MHz Core speeds (MHz): 1: 1662 2: 1662
Graphics:
Device-1: Intel Mobile 945GSE Express Integrated Graphics
vendor: Acer Incorporated ALI driver: i915 v: kernel bus ID: 00:02.0
chip ID: 8086:27ae
Display: x11 server: X.Org 1.20.8 driver: intel
unloaded: fbdev,modesetting,vesa resolution: 1024x600~60Hz
OpenGL: renderer: Mesa DRI Intel 945GME x86/MMX/SSE2 v: 1.4 Mesa 20.0.8
direct render: Yes
Audio:
Device-1: Intel NM10/ICH7 Family High Definition Audio
vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel
bus ID: 00:1b.0 chip ID: 8086:27d8
Sound Server: ALSA v: k4.15.0-177-generic
Network:
Device-1: Qualcomm Atheros AR8121/AR8113/AR8114 Gigabit or Fast Ethernet
vendor: Acer Incorporated ALI driver: ATL1E v: N/A port: 3000
bus ID: 01:00.0 chip ID: 1969:1026
IF: enp1s0 state: down mac: <filter>
Device-2: Qualcomm Atheros AR242x / AR542x Wireless Network Adapter
vendor: Foxconn driver: ath5k v: kernel port: 3000 bus ID: 02:00.0
chip ID: 168c:001c
IF: wlp2s0 state: up mac: <filter>
Drives:
Local Storage: total: 70.55 GiB used: 11.88 GiB (16.8%)
ID-1: /dev/sda vendor: Corsair model: Force LS SSD size: 55.90 GiB
speed: 1.5 Gb/s serial: <filter> rev: 02.0 scheme: MBR
ID-2: /dev/sdb type: USB vendor: Generic model: Flash Disk size: 14.65 GiB
serial: <filter> rev: 8.07
Partition:
ID-1: / size: 54.77 GiB used: 11.88 GiB (21.7%) fs: ext4 dev: /dev/sda1
Sensors:
System Temperatures: cpu: 76.0 C mobo: N/A
Fan Speeds (RPM): N/A
Repos:
No active apt repos in: /etc/apt/sources.list
Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list
1: deb http://packages.linuxmint.com tricia main upstream import backport #id:linuxmint_main
2: deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
3: deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
4: deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
5: deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
6: deb http://archive.canonical.com/ubuntu/ bionic partner
Info:
Processes: 185 Uptime: 7m Memory: 1.95 GiB used: 663.1 MiB (33.1%)
Init: systemd v: 237 runlevel: 5 Compilers: gcc: 7.5.0 alt: 7 Shell: bash
v: 4.4.20 running in: xfce4-terminal inxi: 3.0.32
Bus 001 Device 003: ID 058f:6387 Alcor Micro Corp. Flash Drive
Bus 001 Device 002: ID 064e:a102 Suyin Corp. Acer/Lenovo Webcam [CN0316]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 0a5c:2101 Broadcom Corp. BCM2045 Bluetooth
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
@ZG8-AO531h:~$
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Re: Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

Error persists :(
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: Acer Aspire one ZG8 webcam not working

Post by HAWR »

I've just searched a little bit and found several sites with that error without a real solution. So I'm not hopeful, we can solve it. Have you installed the program Cheese from the Software Manager? Please try the following up to 3-4 times and after each try, see what happens:

Code: Select all

sudo modprobe -r uvcvideo
sudo modprobe uvcvideo
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Re: Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

ZG8-AO531h:~$ sudo modprobe -r uvcvideo
ZG8-AO531h:~$ sudo modprobe uvcvideo
ZG8-AO531h:~$ cheese

(cheese:7644): Gtk-WARNING **: 00:47:41.858: Theme parsing error: cheese.css:7:35: The style property GtkScrollbar:min-slider-length is deprecated and shouldn't be used anymore. It will be removed in a future version
** Message: 00:47:42.447: cheese-application.vala:211: Error during camera setup: No device found


(cheese:7644): cheese-CRITICAL **: 00:47:42.655: cheese_camera_device_get_name: assertion 'CHEESE_IS_CAMERA_DEVICE (device)' failed

(cheese:7644): GLib-CRITICAL **: 00:47:42.657: g_variant_new_string: assertion 'string != NULL' failed

(cheese:7644): GLib-CRITICAL **: 00:47:42.657: g_variant_ref_sink: assertion 'value != NULL' failed

(cheese:7644): GLib-GIO-CRITICAL **: 00:47:42.657: g_settings_schema_key_type_check: assertion 'value != NULL' failed

(cheese:7644): GLib-CRITICAL **: 00:47:42.657: g_variant_get_type_string: assertion 'value != NULL' failed

(cheese:7644): GLib-GIO-CRITICAL **: 00:47:42.658: g_settings_set_value: key 'camera' in 'org.gnome.Cheese' expects type 's', but a GVariant of type '(null)' was given

(cheese:7644): GLib-CRITICAL **: 00:47:42.658: g_variant_unref: assertion 'value != NULL' failed

** (cheese:7644): CRITICAL **: 00:47:42.658: cheese_preferences_dialog_setup_resolutions_for_device: assertion 'device != NULL' failed
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: Acer Aspire one ZG8 webcam not working

Post by HAWR »

The Glib warnings because of Cheese can be ignored, they are because it's a graphical program, which you can also choose from the Menu. You can try it with Guvcview from the Software Manager. Sometimes Cheese won't work with webcams.
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Re: Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

Guvcview - > no video device found :(
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: Acer Aspire one ZG8 webcam not working

Post by HAWR »

You should test a live-system of your LM 19.3 XFCE 32bit, if the webcam runs normal on it. Your webcam is listed under the UVC webcams as fully supported http://www.ideasonboard.org/uvc/

Here is the link to the download: https://www.linuxmint.com/edition.php?id=278

Make a bootable device and boot with it into the live system. You could install Cheese and Guvcview for testing and use an online test with the browser: https://webcamtests.com
snoopyonline78
Level 1
Level 1
Posts: 13
Joined: Fri May 20, 2022 9:03 pm

Re: Acer Aspire one ZG8 webcam not working

Post by snoopyonline78 »

ISO downloaded
Stick created
Stick bootet
Cheese Installed
Cheese -> No device

Ctrl + Alt + F1
Command line with uvcvideo errors again.

Regards to all for your help! I learnt much from you!

It's really incredible. how can a compatible standard device make such problem. For a newbie (Mac user) unbelievable. I hope to understand it soon :) :) :)

Tanks a lot!!!!!
Locked

Return to “Hardware Support”