Linux Lite 7.8 Final has been released - Click here


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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,004
» Latest member: CharlesHeP
» Forum threads: 9,474
» Forum posts: 62,486

Full Statistics

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

Latest Threads
update_failed - 400 Bad R...
Forum: Updates
Last Post: val
Yesterday, 10:57 PM
» Replies: 2
» Views: 58
Problem updating lite 7.6...
Forum: Updates
Last Post: val
Yesterday, 10:43 PM
» Replies: 6
» Views: 2,784
Problem updating LL6.2 - ...
Forum: Updates
Last Post: stevef
04-16-2026, 11:31 PM
» Replies: 1
» Views: 88
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-15-2026, 11:33 AM
» Replies: 16
» Views: 1,358
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 417
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,650
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 721
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 467
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 31,610
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 407

 
  FN Function Key Issues ?.
Posted by: Jacky Joy - 04-15-2021, 12:44 PM - Forum: Installing Linux Lite - Replies (1)

Hello,

I am using a Gateway M305CRV laptop and running Lite 1.0.8. I do not have a numlock key on my keyboard but I think the numlock is activated. I have to use the FN function key when typing certain letters and numbers otherwise https://creditcardsupportx.com/menards-credit-card/ https://creditcardsupportx.com/qvc-credit-card/ https://creditcardsupportx.com/burlington-credit-card/ https://creditcardsupportx.com/menards-credit-card/ they come out different EG: U=4, I=5, O=6, etc. I've read this is a common problem. The keyboard is now set for default "Cherry Cymotion Master Linus" and I have a 86 key keyboard including the space bar. I see there are a bunch of keyboard layout options in the Settings-Keyboard menu but I don't see mine. Need Help here. NEWBIE to Linux Lite.

thanks
jackyjoy

Print this item

  SCSI controller card support?
Posted by: timbuck2 - 04-14-2021, 02:09 PM - Forum: Hard Drives and SSDs - Replies (1)

I have an old SCSI 50pin drive I would like to attach so I am looking at pci controller cards.  Are there any considerations I need to take into account or should any of them just work?

Print this item

  HP Deskjet 2632 (printer-scanner)
Posted by: leotje - 04-14-2021, 12:21 PM - Forum: Printing and Scanning - Replies (6)

Before switching to Linux Lite, i had Linux mint.

On both of them the technicians could not install an Epson printer;

They advized me to buy a HP printer  > same impossible to install it.

Even another technician - specialized in Linux - could not install the scanner nor the printer.

So can anyone tell me if there are perfect drivers for installing it on linux Lite ?

Thousand thanks
Leo

Print this item

  Can I upgrade Linux Lite to the next Series?
Posted by: valtam - 04-13-2021, 02:58 AM - Forum: On Topic - Replies (4)

This is a question that gets asked every now and then, so I thought it was time to have something in writing to clear this up.

As of this post, there is no software from us to upgrade you from one Series of LL to the next.

So can it be done?

It's linux and free software, so most things are possible. Theoretically, you could just change the sources in your /etc/apt/sources.list file from eg. focal (20.04) to jammy (22.04), run Install Updates and wammo, you're running the latest Ubuntu base.

So from:

Code:
# deb http://us.archive.ubuntu.com/ubuntu/ focal main restricted

# deb http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb http://security.ubuntu.com/ubuntu focal-security main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://nz.archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://nz.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://nz.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal universe
deb http://nz.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://nz.archive.ubuntu.com/ubuntu/ focal multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://nz.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://nz.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner

deb http://nz.archive.ubuntu.com/ubuntu/ focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://nz.archive.ubuntu.com/ubuntu/ focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://nz.archive.ubuntu.com/ubuntu/ focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse

to:

Code:
# deb http://us.archive.ubuntu.com/ubuntu/ jammy main restricted

# deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb http://security.ubuntu.com/ubuntu jammy-security main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://nz.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://nz.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://nz.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy universe
deb http://nz.archive.ubuntu.com/ubuntu/ jammy-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://nz.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy multiverse
deb http://nz.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://nz.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu jammy partner
# deb-src http://archive.canonical.com/ubuntu jammy partner

deb http://nz.archive.ubuntu.com/ubuntu/ jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://nz.archive.ubuntu.com/ubuntu/ jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://nz.archive.ubuntu.com/ubuntu/ jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse

Will this method go smoothly?

Don't just assume that it will. You may have PPA's that don't have a jammy repo yet, LL's custom software is ONLY written for the current release (makes sense right). There are 1000's of computers out there with just as many unique configurations. It is unrealistic and unfair to expect LL to support every unique configuration in existence in order to guarantee a perfect Series to Series upgrade.

In a test of a fresh LL 5.4 install, I ran updates, rebooted, then changed my sources from focal to jammy and it went smoothly. Or so it seemed.

Installing jammy (Ubuntu 22.04) via Install Updates on a freshly installed and updated 5.4:

[Image: havTE49.png]

(picture out-dated 12/06/22)

Success?!?

[Image: Vzr6ejU.png]

After reboot:

[Image: fYaJnHM.png]

[Image: rR3y0d0.png]

[Image: ZKXIjnR.png]

[Image: hHE1wFw.png]

Can I choose any future version of an Ubuntu base, or do I have to stick with LTS?

You can choose any future version. DO NOT attempt an earlier version. Bad, bad news.

What's the best way to test this?

Duplicate your set up exactly as it is in a VM, then test the upgrade process. Just keep in mind this will not necessarily and accurately reflect in the same hardware outcomes as a VM is mostly simulated hardware, and not passthrough (although eg nVidia now allows passthrough).

We're not going to support this because of the ungodly amount of extra support it will create, and this community is nicely balanced at the moment. We can't stop you from trying, it is after all free software, we're just not going to support every single error as a result of this unpredictable procedure.

So when someone asks now, "Can I upgrade my Linux Lite from one Series to the next?" Simply reply, "Yes, but it is not supported, and here is a thread explaining why."

This is best attempted on a fresh install after the first run of Install Updates. Any later, and that's where the complications will arise.

Will we one day support it?  That depends on how our base (Ubuntu) evolves. Never say never, right?

Print this item

  Installation breaks on configuring nvidia-340
Posted by: Lu Lupan - 04-12-2021, 06:01 PM - Forum: Video Cards - Replies (10)

Hi guys, I've tried multiple Linux Lite latest version installations on my  Fujitsu esprimo v6555, but they keep totally breaking after  hanging a very long time on "configuring nvidia-340 (amd64)".
Totally unusable machine this way???.  I used to run Ubuntu 14 lts  dual boot with a long gone Windows 7 on it, but unfortunately  Ubuntu's upgrade broke the os totally. So I've tried unsuccessfully several fresh installs of Ubuntu 20 lts and of Linux Lite running into Nvidia troubles(Single boot).
Looking through a lot of different distros documentation I've found  an Hint?? : apparently my old machine might be better off with nvidia  304 driver than 340. With suggestion to do an installation through live usb's terminal.
Now I'd love to give that a go...
But I'm afraid I'm not competent enough to work out the way to do It.
Any kind creature that could feel like helping me out with a step-by-step path to try out  there?
Thank you in advance

Print this item

  My Lite 5.4
Posted by: Aref2055 - 04-11-2021, 09:01 PM - Forum: Screenshots - No Replies

[Image: MyWall01.jpg]

Print this item

  updates install error: log file
Posted by: Rosario Portoghese - 04-11-2021, 08:07 PM - Forum: Installing Software - No Replies

Hi
any suggestion for the following errors?

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

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

Trovato:1 http://dl.google.com/linux/chrome/deb stable InRelease
Trovato:2 http://archive.canonical.com/ubuntu focal InRelease
Scaricamento di:3 https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/ InRelease [3.626 B]
Trovato:4 http://us.archive.ubuntu.com/ubuntu focal InRelease
Trovato:5 http://security.ubuntu.com/ubuntu focal-security InRelease
Trovato:6 http://repo.linuxliteos.com/linuxlite emerald InRelease
Trovato:7 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Trovato:8 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Errore:3 https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/ InRelease
  Le seguenti firme non sono state verificate perché la chiave pubblica non è disponibile: NO_PUBKEY 51716619E084DAB9
Lettura elenco dei pacchetti...
W: Errore GPG: https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/ InRelease: Le seguenti firme non sono state verificate perché la chiave pubblica non è disponibile: NO_PUBKEY 51716619E084DAB9
E: Il repository "https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/ InRelease" non è firmato.

Print this item

  WPS OFFICE OPENING SO SLOW
Posted by: wahyu rizki - 04-11-2021, 06:40 AM - Forum: Installing Software - Replies (1)

hi i have some problem for wps office. so wps offcie on linux lite feels really slow when I open it. I feel this in linux lite, but I do not feel it in other linux distrio. is it a bug ??,

I really love linux lite  :043:

maybe this is just a minor problem but it feels a little annoying

i hope somebody can help me . thanks  :003: :57:

Print this item

  Samsung M2070 CUPS internal server error
Posted by: gimble guy - 04-10-2021, 06:17 AM - Forum: Printing and Scanning - Replies (4)

I tried many different ways to install the Samsung M2070 Printer, USB and Network. But I get CUPS internal-server-error or something like that.

I'm using the latest LinuxLite. Firewall is disabled

Print this item

  Weird Sound Internitent Issue
Posted by: icedigger - 04-10-2021, 01:43 AM - Forum: Sound - No Replies

I have a very weird intermittent sound issue.

When I play youtube no issues at all.  Sound plays without interuption.

When using smplayer or clementine or anything else I get very intermitent sound.  It stops every so often.  Then if I go to a youtube page and play it plays great.  Then go back to smplayer or whatever else and it starts playing for about 20-30 seconds then stops again.  Then I hit play on youtube and stop it for a second.  Then it works on the other programs for a random ammout of time again.

Very weird.

Sound Card: Creative AE7

LL 5.4

Print this item