Beta Testers wanted for Lite Series Upgrade - Click here to register interest


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 7,722
» Latest member: prestigeoakvillepr
» Forum threads: 9,424
» Forum posts: 62,179

Full Statistics

Online Users
There are currently 2185 online users.
» 0 Member(s) | 2180 Guest(s)
Applebot, Baidu, Bing, Google, Yandex

Latest Threads
Sem som quando reinicia
Forum: Other
Last Post: stevef
4 hours ago
» Replies: 3
» Views: 87
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: val
Today, 12:28 AM
» Replies: 5
» Views: 102
Problem updating lite 7.6...
Forum: Updates
Last Post: FilippoMo
Yesterday, 03:57 PM
» Replies: 4
» Views: 327
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 830
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 177
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,177
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 418
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 05:51 AM
» Replies: 23
» Views: 7,230
My worries
Forum: Installing Linux Lite
Last Post: stevef
11-01-2025, 03:44 PM
» Replies: 1
» Views: 228
nstall Updates - Could n...
Forum: Updates
Last Post: stevef
10-30-2025, 10:21 PM
» Replies: 5
» Views: 485

 
  integrated/external webcam not working
Posted by: kamui - 11-26-2022, 12:44 PM - Forum: Other - Replies (1)

Hello!

The integrated webcam is not shown at all in skypeforlinux/discord/cheese/chrome. The external webcam is shown, but the content is just black.
I have dual boot with Windows 10. The integrated webcam works there and the external one (Genius Eye 312) started to work after I installed its driver.
My laptop is ACER Nitro 5 AN515-58-789C and I found no keyboard shortcut in the user manual.

The system report: https://www68.zippyshare.com/v/Vf6ljuUW/file.html
I figured that the internal webcam is 0408:4035 Quanta Computer, Inc. ACER HD User Facing in lsusb.

cat /dev/video0 shows No such file or directory


sudo dmesg | grep -ni "uvc|facing":

Code:
988:[    2.822775] usb 3-6: Product: ACER HD User Facing
1115:[    5.023136] usb 3-6: Found UVC 1.50 device ACER HD User Facing (0408:4035)
1143:[    5.065102] usb 3-6: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
1145:[    5.068252] uvcvideo 3-6:1.1: Failed to query (129) UVC probe control : 26 (exp. 48).
1146:[    5.068255] uvcvideo 3-6:1.1: Failed to initialize the device (-5).
1147:[    5.068301] usbcore: registered new interface driver uvcvideo

The lines with "Failed to query" and "Failed to initialize" are with red.


guvcview output:
Code:
GUVCVIEW: version 2.0.7
V4L2_CORE: ERROR opening V4L interface: No such file or directory
GUVCVIEW (1): Guvcview error
     no video device (/dev/video0) found
(guvcview:11537): Gtk-WARNING **: 14:22:13.768: Theme parsing error: <data>:1:17: not a number

(guvcview:11537): Gtk-WARNING **: 14:22:13.768: Theme parsing error: <data>:1:31: Using Pango syntax for the font: style property is deprecated; please use CSS syntax

(guvcview:11537): Gtk-WARNING **: 14:22:13.768: Theme parsing error: <data>:1:17: not a number

(guvcview:11537): Gtk-WARNING **: 14:22:13.768: Theme parsing error: <data>:1:32: Using Pango syntax for the font: style property is deprecated; please use CSS syntax


dmesg output for sudo rmmod uvcvideo && sudo modprobe uvcvideo:
Code:
[  595.311323] usbcore: deregistering interface driver uvcvideo
[  595.359025] usb 3-6: Found UVC 1.50 device ACER HD User Facing (0408:4035)
[  595.390062] usb 3-6: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[  595.393101] uvcvideo 3-6:1.1: Failed to query (129) UVC probe control : 26 (exp. 48).
[  595.393116] uvcvideo 3-6:1.1: Failed to initialize the device (-5).
[  595.393253] usbcore: registered new interface driver uvcvideo


dmesg output for plugging the external webcam:
Code:
[  732.172423] usb 3-1: new full-speed USB device number 5 using xhci_hcd
[  732.322341] usb 3-1: config 1 interface 0 altsetting 1 endpoint 0x6 has invalid wMaxPacketSize 0
[  732.322352] usb 3-1: config 1 interface 0 altsetting 2 endpoint 0x6 has invalid wMaxPacketSize 0
[  732.322356] usb 3-1: config 1 interface 0 altsetting 3 endpoint 0x6 has invalid wMaxPacketSize 0
[  732.322359] usb 3-1: config 1 interface 0 altsetting 4 endpoint 0x6 has invalid wMaxPacketSize 0
[  732.322362] usb 3-1: config 1 interface 0 altsetting 5 endpoint 0x6 has invalid wMaxPacketSize 0
[  732.322365] usb 3-1: config 1 interface 0 altsetting 6 endpoint 0x6 has invalid wMaxPacketSize 0
[  732.322368] usb 3-1: config 1 interface 0 altsetting 7 endpoint 0x6 has invalid wMaxPacketSize 0
[  732.322371] usb 3-1: config 1 interface 0 altsetting 8 endpoint 0x6 has invalid wMaxPacketSize 0
[  732.322381] usb 3-1: New USB device found, idVendor=093a, idProduct=2622, bcdDevice= 1.00
[  732.322387] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[  732.346929] gspca_main: v2.14.0 registered
[  732.349691] gspca_main: gspca_pac7302-2.14.0 probing 093a:2622
[  732.350299] input: gspca_pac7302 as /devices/pci0000:00/0000:00:14.0/usb3/3-1/input/input24
[  732.350614] usbcore: registered new interface driver gspca_pac7302
[  732.361560] usbcore: registered new interface driver snd-usb-audio


guvcview output with the external webcam plugged in:
Code:
GUVCVIEW: version 2.0.7
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: Inappropriate ioctl for device
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: Inappropriate ioctl for device
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: Inappropriate ioctl for device
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: Inappropriate ioctl for device
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: Inappropriate ioctl for device
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: Inappropriate ioctl for device
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: Inappropriate ioctl for device
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: Inappropriate ioctl for device
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: Inappropriate ioctl for device
V4L2_CORE: failed to subscribe events for control 0x0098090c: Invalid argument
V4L2_CORE: failed to subscribe events for control 0x00980910: Invalid argument
ALSA lib pcm_dsnoop.c:601:(snd_pcm_dsnoop_open) unable to open slave
ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp
ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp
ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field card
ALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field card
ALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
V4L2_CORE: V4L2_CAP_TIMEPERFRAME not supported
control[0]:(unknown - 0x6) 0x980001 'User Controls'
V4L2_CORE: Could not grab image (select timeout): Resource temporarily unavailable
V4L2_CORE: V4L2_CAP_TIMEPERFRAME not supported
V4L2_CORE: Could not grab image (select timeout): Resource temporarily unavailable
^CGUVCVIEW Caught signal 2
V4L2_CORE: Could not grab image (select timeout): Resource temporarily unavailable


dmesg output of doing that:
Code:
[  971.161367] snd_hda_codec_realtek ehdaudio0D0: didn't find PCM for DAI Digital Codec DAI
[  971.161380] snd_hda_codec_realtek ehdaudio0D0: ASoC: error at snd_soc_dai_startup on Digital Codec DAI: -22
[  971.161387]  Digital Playback and Capture: soc_pcm_open() failed (-22)
[  971.161391]  HDA Digital: ASoC: dpcm_be_dai_startup() failed at Digital Playback and Capture (-22)
[  971.161395]  HDA Digital: dpcm_fe_dai_startup() failed (-22)
[  971.161481] snd_hda_codec_realtek ehdaudio0D0: didn't find PCM for DAI Digital Codec DAI
[  971.161485] snd_hda_codec_realtek ehdaudio0D0: ASoC: error at snd_soc_dai_startup on Digital Codec DAI: -22
[  971.161488]  Digital Playback and Capture: soc_pcm_open() failed (-22)
[  971.161491]  HDA Digital: ASoC: dpcm_be_dai_startup() failed at Digital Playback and Capture (-22)
[  971.161494]  HDA Digital: dpcm_fe_dai_startup() failed (-22)


The external webcam is listed in lsusb as Bus 003 Device 005: ID 093a:2622 Pixart Imaging, Inc. Webcam Genius.

If you need any other information, let me know.
Thanks!

Print this item

  Verbose Update
Posted by: Yomiz - 11-25-2022, 10:04 PM - Forum: Updates - Replies (1)

Hi there!

Is there any way to receive feedback from the update manager (a la Xubuntu or MX or something similar) in order to know what it is doing at every moment while updating?

Thank you.

Print this item

  Just reinstalled LinuxLite 6.2
Posted by: kitony - 11-25-2022, 04:43 AM - Forum: Desktop Customization - Replies (1)

Have been off LL for a fair while, just reinstalled 6.2, and I have a voice giving notifications every time I click on anything.

How do I turn it off.

Print this item

  Installing liteos on bios legacy with gpt disk format
Posted by: rodrigodk - 11-25-2022, 03:05 AM - Forum: Installing Linux Lite - No Replies

Hi,i have trouble to install liteos on my pc. I want to install on BIOS system with gpt disk format.
I created a gpt partition table.
I partitioned my disk like this:

sda1 bios boot area hex ef02 flag bios_grub
sda2 root hex 8300
sda3 home hex 8300


My system is not boot after installation, what I'm doing wrong? Thanks for your help.

Print this item

  System Monitoring Center repository question
Posted by: f23948 - 11-24-2022, 03:45 AM - Forum: Off Topic - Replies (2)

can you please give me what is repository of System Monitoring Center?

Print this item

  found nice wallpaper possibility for LL
Posted by: trinidad - 11-22-2022, 03:13 PM - Forum: Suggestions and Feedback - Replies (2)

https://www.pexels.com/photo/collection-...d-4004374/
https://www.pexels.com/@evie-shaffer-1259279/
Very nice falling feathers image.
TC

Print this item

  Installing Webmin on Linux Lite 6.2
Posted by: sqwuade - 11-21-2022, 09:56 AM - Forum: Installing Software - Replies (12)

Is anyone running Linux Lite as a server OS?  I'm running Apache, LetsEncrypt, ssh, xRDP and it works great as a webserver.  The only problem I've had is that Webmin doesn't support Linux Lite so, after Webmin is installed (By either .deb file or manually) the OS show as "Generic Linux 6.0" and the Webmin server modules don't load automatically like they do when installing on Ubuntu 22 or Mint 21.  It seems to me that the same install routines that work for Ubuntu and Mint should work for LL since I don't see any real differences in the filesystem structures so if I could trick Webmin into thinking it was installing on Ubuntu instead of LL that might work.

Screenshot:
https://digitalhemi.com/files/img/pics/Lite-Webmin.jpg

Any ideas?

Thanks!

Print this item

  Got this message trying to update software - release file is not valid yet
Posted by: ozstar - 11-21-2022, 03:40 AM - Forum: Updates - Replies (2)

Hi,

Hit Update software  and got this message..

Not sure what it is about.

oz

===========================
Install Updates Error log
===========================
Install Updates could not fetch the package cache information lists.
Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance.

============ Log ===========

Hit:1 http://repo.linuxliteos.com/linuxlite fluorite InRelease
Get:2 https://dl.google.com/linux/chrome/deb stable InRelease [1,811 B]
Hit:3 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
Hit:6 http://archive.canonical.com/ubuntu jammy InRelease
Get:7 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
Reading package lists...
E: Release file for https://dl.google.com/linux/chrome/deb/d.../InRelease is not valid yet (invalid for another 4d 11h 2min 50s). Updates for this repository will not be applied.
E: Release file for http://security.ubuntu.com/ubuntu/dists/.../InRelease is not valid yet (invalid for another 7d 14h 55min 52s). Updates for this repository will not be applied.
E: Release file for http://us.archive.ubuntu.com/ubuntu/dist.../InRelease is not valid yet (invalid for another 7d 14h 56min 23s). Updates for this repository will not be applied.
E: Release file for http://us.archive.ubuntu.com/ubuntu/dist.../InRelease is not valid yet (invalid for another 7d 14h 57min 11s). Updates for this repository will not be applied.

Print this item

  Feather at Linux lite start button lower left ,how to change
Posted by: Michael Brady - 11-19-2022, 05:59 PM - Forum: Desktop Customization - Replies (1)

Love the Linux Lite and in past I thought I was able to change the ICON for the Linux Lite Feather in the lower left Start Button to something else. Has anyone done this recently ?
Thanks

Print this item

  6.2 upgrade errors
Posted by: deejay - 11-19-2022, 09:37 AM - Forum: Updates - Replies (4)

Hi
Am I correct in thinking that this 6.2 upgrade should have included:
1. Libreoffice upgrade from 7.2 to 7.3?
2. Shotcut as the video editor?

1. Checked Libreoffice and I'm still running version 7.2. Keeps notifying upgrade available when in Libreoffice.
2. Shot nowhere to be seen?

I really haven't noticed any of the changes that were supposed to have been rolled out? But the terminal assures me I am running 6.2??

Print this item