Linux Lite 7.6 RC1 has been released - See Release Announcements Section


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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 7,459
» Latest member: blueberry
» Forum threads: 9,368
» Forum posts: 61,950

Full Statistics

Online Users
There are currently 2491 online users.
» 1 Member(s) | 2488 Guest(s)
Bing, Google, blueberry

Latest Threads
Updates Error Log
Forum: Updates
Last Post: blueberry
3 hours ago
» Replies: 0
» Views: 12
New Website Design
Forum: On Topic
Last Post: Valtam
08-16-2025, 04:16 AM
» Replies: 10
» Views: 742
Install Error Log - No Pu...
Forum: Updates
Last Post: Valtam
08-14-2025, 11:18 AM
» Replies: 2
» Views: 358
Help me, please! - CDROM ...
Forum: Updates
Last Post: stevef
08-10-2025, 01:44 PM
» Replies: 26
» Views: 3,989
Linux Lite 7.6 RC1 Releas...
Forum: Release Announcements
Last Post: Valtam
08-09-2025, 11:05 AM
» Replies: 5
» Views: 1,246
Intel HD Graphics Not Wor...
Forum: Installing Linux Lite
Last Post: Abhi_245
08-08-2025, 06:44 PM
» Replies: 10
» Views: 1,118
installing 5.8 Lunix lite...
Forum: Installing Software
Last Post: Ren
08-01-2025, 03:34 PM
» Replies: 0
» Views: 290
VERY ODD install Issue
Forum: Installing Linux Lite
Last Post: Azoic
08-01-2025, 05:34 AM
» Replies: 0
» Views: 341
Q4Wine not working in Lit...
Forum: Installing Software
Last Post: Ren
07-31-2025, 08:46 PM
» Replies: 0
» Views: 326
New member
Forum: Introductions
Last Post: Valtam
07-30-2025, 08:40 AM
» Replies: 1
» Views: 6,090

 
  laptop HP 15-db0400ng: questions regarding WLAN
Posted by: Rosika - 05-22-2023, 12:39 PM - Forum: Other - Replies (4)

Hi all,  Smile

I´m asking on behalf of a friend of mine. So I have limited access to her laptop´s specs, but I know some of them.

I want to help my friend set up Linux Lite on her laptop, which is a HP 15-db0400ng.
Originally it came with WIN 10 preinstalled.

That was a few years ago and as the laptop couldn´t handle WIN satisfactorily she wanted me to install Bodhi Linux.
In the meanwhile Bodhi has reached EOL and now she wants me to to install Linux Lite 6.4 on her laptop.

I remember back then there was a wlan issue. Bodhi didn´t seem to detect the built-in WLAN.

I found out that it´s the "Realtek RTL8821CE 802.11b/g/n/ac (1x1) Wi-Fi® und Bluetooth® 4.2 combined"
(https://support.hp.com/de-de/document/c06067315#AbT0 )

The problem is: my friend cannot find any ethernet cable despite the fact that she really should have one. :023:

Before tackling the task I just want to ask around:
What´s it like in Linux Lite 6.4? Does it (i.e. the kernel) by any chance come with a driver for it already preinstalled?

inxi -F says:

Code:
Network: Card-2: Realtek RTL8821CE 802.11ac PCIe Wireless Network Adapter
         driver: rtl8821ce
     
 
And if LL doesn´t support the device out-of-the-box: Is there a way of installing the driver without having internet connectivity available beforehand, i.e.: off-line?

Many thanks in advance and many greetings.

Rosika  :wave

Print this item

  Updating Firefox 87 to 110?
Posted by: trimis - 05-21-2023, 12:45 AM - Forum: Installing Software - Replies (2)

It would appear I have Linux Lite 5.4, which I run as LiveCD. Is it possible to update the Firefox to version 110? Online banking site will not play nice with any lesser version. I'm aware such changes will not persist on the DVD. If it is possible to update Firefox (to the required version) without CLI stuff, I would need a step-by-step guidance, as my skill with Linux begins and ends with getting a LiveCD to boot, and getting Firefox onto the net. Already tried Linux Lite 6.4; it failed to boot. Thanks.

Print this item

  Network icon appears disconnected
Posted by: Valtam - 05-20-2023, 10:45 PM - Forum: Security & Bug Fixes - No Replies

The Network icon appears disconnected in some instances, especially in virtual machines.

The fix:

Code:
sudo exo-open /etc/netplan/01-netcfg.yaml

or:

Code:
sudo mousepad /etc/netplan/01-netcfg.yaml

Your file may look similar to this:

Code:
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
    enp0s3:
      dhcp4: yes

change it to:

Code:
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd

so, remove the last 3 lines.

Reboot.

Don't do this if your network icon appears normally, yet you still have the additional 3 lines in the above mentioned file. Leave it as is.

Fixed in Linux Lite 6.6

Print this item

  ERROR LOG - PPA
Posted by: Carlos Viegas - 05-19-2023, 06:18 PM - Forum: Updates - Replies (2)

:048: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 the Software - Support - Updates section for assistance.

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

Atg:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
Atg:2 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Atg:3 http://archive.canonical.com/ubuntu jammy InRelease
Atg:4 http://repo.linuxliteos.com/linuxlite fluorite InRelease
Atg:5 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
Atg:6 https://dl.google.com/linux/chrome/deb stable InRelease
Obter:7 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]
Atg:8 https://ppa.launchpadcontent.net/graphic...ppa/ubuntu jammy InRelease
Ign:9 https://ppa.launchpadcontent.net/pdfmod-team/ppa/ubuntu jammy InRelease
Err:10 https://ppa.launchpadcontent.net/pdfmod-team/ppa/ubuntu jammy Release
  404  Not Found [IP: 185.125.190.52 443]
A ler as listas de pacotes...
E: The repository 'https://ppa.launchpadcontent.net/pdfmod-team/ppa/ubuntu jammy Release' does not have a Release file.

Print this item

  Keyboard hotkeys to snap active window.
Posted by: LDV - 05-19-2023, 02:04 PM - Forum: Desktop Customization - Replies (2)

Hi, new to the Linux world here. I dunno if this is a correct place to ask this question. I have been using Lite for a week and so far is great.
On the windows i could resize and snap active window to one half of the desktop by pressing "command key + arrow". Is there a similar function available here?

Print this item

  Scratch 3 (aka Scratch Desktop) on Linux Lite... is it possible?
Posted by: CoderDojoPG - 05-19-2023, 10:16 AM - Forum: Installing Software - Replies (1)

Hello,
I run the local CoderDojo (coderdojoperugia.com) and we use Scratch 3 (Desktop) on the computer of the kids. Because very often we make our labs in places where there isn't any internet connection, we use the desktop software and not the website inside the browser (scratch.mit.edu).
I saw that some distro of Linux has access to the standalone version of the Scratch3 software... By searching into the repository, I only find "Scratch" (the oldest version).
Is there anybody here that knows if there is some way to installa Scratch 3 on Linux Lite?
It will be great because I see that this OS looks very good and I am using it in an old computer with a very slow processor... but without any problem.
Thanks!

Print this item

  Update error - release not yet valid
Posted by: Muhammad Umar Farooq - 05-18-2023, 06:26 AM - Forum: Updates - Replies (5)

Dear Sir/Madam,

I am facing error in updates towards Linuxlite 5.8, for your convenience I am displaying the error log below:
"===========================
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://archive.canonical.com/ubuntu focal InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:3 http://repo.linuxliteos.com/linuxlite emerald InRelease
Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Hit:5 https://repo.skype.com/deb stable InRelease
Get:6 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Hit:7 https://dl.google.com/linux/chrome/deb stable InRelease
Get:8 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Reading package lists...
E: Release file for http://security.ubuntu.com/ubuntu/dists/.../InRelease is not valid yet (invalid for another 6h 37min 4s). 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 5h 21min 44s). 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 3h 31min 46s). Updates for this repository will not be applied.
I will be very thankful if someone can resolve my problem in updating, thanks and regards,
Muhammad Umar Farooq

Print this item

  Email containing smartphone.3GP causes VLC BLACK screeen & system freeze
Posted by: UncleTom - 05-17-2023, 11:32 PM - Forum: Other - No Replies

Google Gmail attachment containing simple text message &  Iphone "motion" photo.3gp.
Clicking the photo invokes VLC which causes the entire screen to go black. Power OFF works fine !


Removed crash-prone VLC, added Mplayer, problem solved.


This is F.Y.I.    However, I'm curious, [size=78%]whenever this happens, I question the sender about the ".3GP".  [/size]
The answer is always the same "What 3GP ?".
Is this something generated from the cell_fone ?  from Google ?


ALSO, please notice "whenever this happens---" has reduced font size to 78%.
I did not do that.  When I previewed this post, the size=78% was added. :046: [size=78%] [/size]

Print this item

  Updates Error - could not get lock
Posted by: Marty - 05-17-2023, 01:12 PM - Forum: Updates - Replies (1)

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

Reading package lists...
E: Could not get lock /var/lib/apt/lists/lock. It is held by process 21234 (apt-get)
E: Unable to lock directory /var/lib/apt/lists/

Print this item

  linux-lite on a chromebook(wiped)
Posted by: patty neill - 05-16-2023, 10:34 PM - Forum: Sound - Replies (3)

hi! im not sure if im posting in the right place , but hoping i am. i know you guys are busy & not trying to waste anyones time . I recently was able to install linux lite on this old dell 11 3120 chromebook . it had reached "end of life " according to google . This is an older chromebook & came out before you could get the google play store on them and before they started including the ability to install linux on chromebooks , so the capabilities were severely limited in using the chromeOS . anyway the laptop itself was still in great shape , so i decided to try linux on it . i bricked it twice , by following other forums & trying the recommended linux operating systems, so by the 2nd time , i had a useless laptop & decided to try linux lite , since this is the one that ive always used & had success with . i apologize if my post is duplicate , ive tried searching , but cant find anything & all other forums related to chromebooks , all seem to still have the chromeOS or the "crostini" terminal , so i want to emphasize that this laptop no longer has any part of chrome OS , its all been wiped . its strictly linux terminal , which is great with me . ive only ran into 1 issue & reaching out because im sure you guys will know the commands to use in the terminal to get sound on this laptop . i even have the speaker icon in the tray , everything works beautifully , except that i have no sound ,ive clicked on the "audio mixer" & tried everything there . i have tried many other versions of linux trying to convert from windows , linuxlite has always been the only one thats ever worked out well . thank you for reading / responding or any help you can send



Attached Files
.html   sysreport-Tuesday-16-May-2023-14:30:11.html (Size: 431.73 KB / Downloads: 941)
Print this item