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,732
» Latest member: Ol' Will
» Forum threads: 9,427
» Forum posts: 62,206

Full Statistics

Online Users
There are currently 1674 online users.
» 1 Member(s) | 1669 Guest(s)
Applebot, Baidu, Bing, Google, val

Latest Threads
5 Minute Boot
Forum: Other
Last Post: frank4360
1 hour ago
» Replies: 0
» Views: 5
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: val
Yesterday, 04:37 PM
» Replies: 10
» Views: 306
Sem som quando reinicia
Forum: Other
Last Post: di0lh0
Yesterday, 02:20 PM
» Replies: 19
» Views: 330
Hello!!!
Forum: Introductions
Last Post: stevef
Yesterday, 05:35 AM
» Replies: 1
» Views: 53
No authentication when i ...
Forum: Start up and Shutdown
Last Post: stevef
Yesterday, 05:33 AM
» Replies: 1
» Views: 53
Problem updating lite 7.6...
Forum: Updates
Last Post: valtam
11-13-2025, 11:52 PM
» Replies: 5
» Views: 429
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 902
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 211
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,266
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 471

 
  How to persist changes to the routing table?
Posted by: arun jayapal - 04-04-2020, 03:30 PM - Forum: Network - Replies (3)

I am running linux lite 4.6 inside virtualbox. The machine has two network interfaces. I face the issue where the machine isn't able to connect to the internet. After investigation I found the issue to be with my routing table. No idea why this routing table got persisted in the first place.

Code:
$ ip route
default via 192.168.175.1 dev enp0s8 onlink
10.0.2.0/24 dev enp0s3 proto kernel scope link src 10.0.2.15
192.168.175.0/24 dev enp0s8 proto kernel scope link src 192.168.175.18

After a bit of tinkering, I have a workaround. I modify the routing table as follows:

Code:
$ ip route
default via 10.0.2.2 dev enp0s3
10.0.2.0/24 dev enp0s3 proto kernel scope link src 10.0.2.15
10.0.2.2 via 10.0.2.15 dev enp0s3
192.168.175.0/24 dev enp0s8 proto kernel scope link src 192.168.175.18

I am not sure why the above works.

However, I have to manually issue commands to setup the routing table to the state as shown above, after every reboot.

I have tried some ways to persist using the [tt]/etc/network/interfaces[/tt] file. The below file is an attempt at that:

Code:
auto lo
iface lo inet loopback

auto enp0s3
iface enp0s3 inet dhcp

up /sbin/ip route add 10.0.2.2 via 10.0.2.15
up /sbin/ip route add default via 10.0.2.2

auto enp0s8
iface enp0s8 inet static
    address 192.168.175.18
    netmask 255.255.255.0
    gateway 192.168.175.1

down /sbin/ip route del default

# up /sbin/ip route add 10.0.2.2 via 10.0.2.15
# down /sbin/ip route del default
# up /sbin/ip route add default via 10.0.2.2

But nothing worked.

Next I tried putting the commands in [tt]/etc/rc.local[/tt] that didn't work too.

What is the correct way to persist this?

Print this item

  Firefox not fast enough for video
Posted by: mc_L20 - 04-04-2020, 05:15 AM - Forum: On Topic - Replies (2)

Based on suggestions in another thread I downloaded and am currently testing LL3.8 64 bit on a USB stick. Amazingly, LL was able to find my WIFI device and connect right away. This was the first major hurdle I expected because most of the other distros I tried couldn't connect; I am really pleased, and am actually posting this from the old machine. Smile

Firefox though is a bit too slow, at least with video playback; the audio is fine but there's a lag with video, even with 360p. (I don't need high-res videos; I just want them to be watchable.) I'm not sure whether this is the browser, the way LL is running (on USB, which would be 2.0 on this machine), or the WIFI connection (a Verizon Jetpack, which is a cellular device). I've never seen a lag like this before. If anyone has any ideas about what's going on here and what I can try to speed things up I would love to hear them.

Thank you everyone.

Print this item

  Unable to load GUI
Posted by: Foxtrot Sierra - 04-03-2020, 10:53 PM - Forum: Other - Replies (1)

Hello, everyone!
So, after shutting my laptop down today, I went off for a few hours and came back. When I tried booting, the laptop failed to load the GUI.

After conversing with a friend about this, I came here for help. The error message below is what showed up, and after this is basically just a black screen.

[Image: WIN_20200403_18_23_14_Pro.jpg]
If anyone could help me resolve this, it would be greatly appreciated  Smile

Print this item

  Older versions, requirements
Posted by: mc_L20 - 04-03-2020, 06:55 PM - Forum: Installing Linux Lite - Replies (4)

I am trying to revive an old Dell laptop that was running Windows XP and is really too slow for anything newer (it currently has Windows 7, which is how I know that  :-\ ). I started looking at Linux and actually tried several different distros on USB stick but most wouldn't connect to my internet, and the few that could were too slow. I just found a video about this distro and the system requirements were okay for my machine, but the video is 5 years old and Linux Lite is several versions past that. The current one has a requirement of 1gHz; my laptop is ~800mHz so I think the latest version won't work on it. I see that there are older versions available for download but I don't know their requirements. Are those available somewhere? I'd like to download the latest version that will run on this laptop.

The laptop is a Dell Latitude D631 that looks to have a Legacy BIOS (it's from 2008), with 4g RAM and a 120g HDD that is currently partitioned; I was going to put Linux in the empty partition but I couldn't get it any bigger than 16g, and anyway, I want to see what it does on USB first (assuming I can get a connection, which is another issue). This machine would be used only for Facebook, email (webmail), browsing, and audio/video stuff (YouTube, maybe some podcasts). The intended user (my brother, who is retired) doesn't have the skills to do anything else. If someone wants to recommend a particular version that's fine; I don't mind researching it, I just don't know where to look.

Thanks everyone.

Print this item

  Ethernet connexion failes
Posted by: loxito - 04-03-2020, 06:37 PM - Forum: Network - No Replies

Hello  to all  Linux Lite users !

My internet did function welll... but no more since i did use a shared connexion with a smartphone....

My internet connexion is OK i checked  under another pc
The network doesn't get an Ip from my router... and connection stop, restarts and so on

Is it possible to resolve it by supressing the netork driver an to reinstall it

Perhaps do you have some  better ideas ?

Thank you very much for your help and your suggestions

Jean-Marc

Print this item

  without internet in LL 4.8 - I am a new user
Posted by: vitto10 - 04-02-2020, 06:36 PM - Forum: Network - Replies (2)

good morning people,
my problem is that when connecting the pc by cable in linux lite I don't receive internet, when I connect it loads but ends up telling me that there is no connection.
I tried manually entering my ip, mask, getaway but it didn't work either.
For wifi nothing appears to me either.

Cheers

Print this item

  Cant add user with Lite User Manager
Posted by: SaeedB - 04-02-2020, 03:44 AM - Forum: Other - Replies (3)

I was trying to add a new user to the system using the Linux Lite User Manager. But after entering my Administrator password, I got this error:

[Image: UOEoOnN.png]

I've tried several times with different usernames and passwords, but I just keep getting this same error; I can't add any user.
Any help?
(I'm on Linux Lite 4.8 btw and everything is up to date).

Print this item

  Unable to get updates - password prompt
Posted by: Paul - 04-01-2020, 08:04 PM - Forum: Other - Replies (2)

Hi everyone, i cant get updates because it keeps asking for an authentication password.  Ive tried password, jerry, linuxlite etc - no luck.  Can anyone help me pls?

Thanks
Paul

Print this item

  Brand new to Linux and I cannot access a USB flash drive - please help!
Posted by: tothemax - 04-01-2020, 03:45 PM - Forum: Hard Drives and SSDs - Replies (1)

I'm using Linux for the first time just as something to play around with on a secondary laptop I own.  Today, I plugged in a flash drive, and I figured out how to use the disk manager to view the contents and reformat it with a partition using the Linux internal disk file format (Ext4).  However...I can't access the damned thing!  I saw that the drive displayed on my desktop, so tried to mount it, but I'm being told that I do not have permission to do that.  How can I give myself permission to mount removable USB drives like this and write files to it??  (Disclaimer: I know what Terminal is but I do not know any commands. I'll happily type one if you give it to me, though).

Print this item

  Unable to get updates
Posted by: pingball57 - 04-01-2020, 03:29 PM - Forum: Other - Replies (3)

Hi been getting errors on trying update. been like this for over a week. Please help. TIA.

Error log shows this:

Install Updates could not fetch the package cache information lists.
Go to https://dfgkh547-jsdfv8.iyhkj.tk/forums/ and paste the log below into a new or existing thread for assistance.

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

Hit:1 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease
Hit:2 http://archive.canonical.com xenial InRelease
Hit:3 http://repository.spotify.com stable InRelease
Hit:4 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease
Hit:5 http://ppa.launchpad.net/stellarium/stel...ses/ubuntu xenial InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:7 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial InRelease
Get:8 http://us.archive.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Hit:9 https://dl.winehq.org/wine-builds/ubuntu xenial InRelease
Hit:10 https://download.opensuse.org/repositori...untu_18.04 ./ InRelease
Hit:11 https://repo.skype.com/deb stable InRelease
Hit:12 https://dl.winehq.org/wine-builds/ubuntu disco InRelease
Ign:13 https://download.opensuse.org/repositori...untu_19.04 ./ InRelease
Ign:14 https://download.opensuse.org/repositori...untu_19.04 ./ Release
Ign:15 https://download.opensuse.org/repositori...untu_19.04 ./ Packages.diff/Index
Ign:16 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en_US
Ign:17 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en
Ign:18 https://download.opensuse.org/repositori...untu_19.04 ./ Packages
Ign:16 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en_US
Get:19 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Ign:17 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en
Get:20 http://repo.linuxliteos.com/linuxlite citrine InRelease [2,107 B]
Ign:18 https://download.opensuse.org/repositori...untu_19.04 ./ Packages
Ign:16 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en_US
Ign:17 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en
Ign:18 https://download.opensuse.org/repositori...untu_19.04 ./ Packages
Ign:16 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en_US
Ign:17 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en
Ign:18 https://download.opensuse.org/repositori...untu_19.04 ./ Packages
Ign:16 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en_US
Ign:17 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en
Get:21 http://us.archive.ubuntu.com/ubuntu xenial-proposed InRelease [260 kB]
Ign:18 https://download.opensuse.org/repositori...untu_19.04 ./ Packages
Ign:16 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en_US
Ign:17 https://download.opensuse.org/repositori...untu_19.04 ./ Translation-en
Err:18 https://download.opensuse.org/repositori...untu_19.04 ./ Packages
  404  Not Found
Get:22 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:23 http://repo.linuxliteos.com/linuxlite citrine/main amd64 Packages [19.2 kB]
Get:24 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1,121 kB]
Get:25 http://repo.linuxliteos.com/linuxlite citrine/main i386 Packages [18.3 kB]
Get:26 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [908 kB]
Get:27 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [795 kB]
Get:28 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [721 kB]
Get:29 http://us.archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages [41.0 kB]
Get:30 http://us.archive.ubuntu.com/ubuntu xenial-proposed/main i386 Packages [26.9 kB]
Get:31 http://us.archive.ubuntu.com/ubuntu xenial-proposed/main Translation-en [17.2 kB]
Get:32 http://us.archive.ubuntu.com/ubuntu xenial-proposed/universe amd64 Packages [8,860 B]
Get:33 http://us.archive.ubuntu.com/ubuntu xenial-proposed/universe i386 Packages [6,748 B]
Get:34 http://us.archive.ubuntu.com/ubuntu xenial-proposed/universe Translation-en [6,924 B]
Fetched 4,277 kB in 7s (544 kB/s)
Reading package lists...
W: The repository 'https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_19.04 ./ Release' does not have a Release file.
E: Failed to fetch https://download.opensuse.org/repositori..../Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

Print this item