Support Requests - CLICK TO READ BEFORE POSTING



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?



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



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

[Image: MyWall01.jpg]



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.linuxliteos.com/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.



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:



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



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



Posted by: gimble guy
04-09-2021, 10:31 PM
Forum: On Topic
- Replies (1)

Hey Guys,

https://youtu.be/EcgWxo7qmSg

Just Reporting

Thank you



Posted by: Lite-user-001
04-08-2021, 08:54 PM
Forum: Installing Software
- Replies (5)

I have successfully upgraded to Linux Lite 5.4
I have the following package from unknown repositories, is it safe to trust the package and install it?

sudo apt list --upgradable -a
Listing... Done
lite-sources/unknown,unknown 5.0-0040-linuxlite all [upgradable from: 5.0-0020-linuxlite]
lite-sources/now 5.0-0020-linuxlite all [installed,upgradable to: 5.0-0040-linuxlite]



Posted by: Dash123
04-08-2021, 05:45 PM
Forum: Installing Linux Lite
- Replies (7)

Good day everyone. I am a Partially sighted Linux user. Just started using Linux lite. I have recently installed it on an AMD laptop however, I am running into  booting issues. The system works perfectly if it is plugged into the power supply however, it will boot to a black screen without power. I have searched everywhere,  even found other threads with this problem but have not found a solution

Can someone please help