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,008
» Latest member: Jean259
» Forum threads: 9,474
» Forum posts: 62,486

Full Statistics

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

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

 
  How do I permanently/auto mount my second hard drive?
Posted by: 198471598347 - 05-10-2020, 07:11 PM - Forum: Hard Drives and SSDs - Replies (1)

I have two drives:
1. File System
2. Storage (NTFS)

Storage (/dev/sdb) is mounted at /media/myname/Storage


When I reboot my PC, Storage does not auto-mount, even though I have checked the setting to mount at startup. I still have to click it and type in my password for it to mount. I've tried sudo chmod -R 777 /dev/sdb and sudo chmod -R 777 /media/myname/Storage, but nothing has changed.

Perferably, I want it to just stay mounted at all times.

Print this item

  Kernels
Posted by: LarryB1607 - 05-10-2020, 06:01 PM - Forum: On Topic - Replies (1)

Have LLOS for about 3 months now and have made a few tweaks to personalize my system.  I am using 4.84 64 bit that has kernel 4.15.088.  I see that there are several perhaps newer kernels available.  None of these install when I check for updates.  Should I try installing any of them and is there a change log that lists the differences between them all.

Thanks

Print this item

  How to install a Linksys PCI WiFi card
Posted by: Hexeta - 05-10-2020, 01:41 PM - Forum: Network - Replies (9)

Hi Folks, I am not very clever with these things and rely heavily on the good folks who populate these forums!
My only previous experience has been using Linux Mint which I have had on several old machines.

With this lock down and being totally alone, I have dusted off a very old laptop which has Windows XP on it.
For some reason it will not boot into windows, I tried a USB stick with Linux Mint 17 32bit, but it wouldn't "see" the USB at Boot, so I enabled "Legacy Support" in BIOS but still the drive was ignored at Boot, so I finally tried an old disk copy of Linux lite which did boot after a few complaints.
I was really trying to find out just why XP wasn't booting, but I guess that was expecting too much of my tiny brain!

As Clint Eastwood used to say in Dirty Harry, "...a man's gotta know his limitations!"

Having taken the line of least resistance, I am now wanting to install either Linux lite or another Lite distro on this machine but first, I would like to be able to activate the WiFi card. It is a Linksys Wireless G Notebook Adapter Model WPC54G and slide into a PCI card slot in the laptop.
It was working just fine with Windows XP, and I recall using it with Mint a long time ago but now with this install Linux 3.13.0-24-generic(i686) I can't find out how to install the driver.
Can anyone help me please?

Print this item

  Mesa driver bug
Posted by: Jinith Jayan - 05-09-2020, 03:00 PM - Forum: Other - Replies (2)

Hey,

I've been using linux lite 3.8 for around 4 months now. Before 3 months or so there came an update of linux kernal 4.4.112 to 4.4.178. After the update the mesa driver was updated
from 17.2.4 to 18.0.5.

The issue is that now when i play any video in vlc there is occasional fluttering which is kinda bugging.. It worked perfect with Mesa 17.2.4.

I tried changing the kernal as I thought mesa drivers come with kernals (not very linux savvy ;D) but even after changing kernal the mesa version remained the same and videos still flutters.

I did search on google about updating the mesa driver, but all are telling to add a "ppa:ubuntu-x-swat/updates", but there is no new updates & I'm still in mesa driver 18.0.5

Please help to fix the issue. There is no new updates so can anyone help to downgrade the mesa driver to 17.2.4 (if thats the best solution) Smile 

Print this item

  Keyboard issue: reassigning characters to keys
Posted by: john777 - 05-08-2020, 07:24 PM - Forum: Other - No Replies

On Linux Lite 4.8, 8 GB Ram.
Using a Swiss (German/French) generic 105-key QWERTZ keyboard.
Need to reassign brace characters to replace £ + $ characters.
Is that feasible and - if so - how can I do that?
Would appreciate any help.

Print this item

  ACPI error while installing in my laptop
Posted by: williamjva - 05-08-2020, 03:09 PM - Forum: Installing Linux Lite - Replies (2)

[Image: uaJaH7A.jpg]

Print this item

  How do I reverse these iptables commands?
Posted by: torreydale - 05-07-2020, 11:54 PM - Forum: Other - Replies (2)


[size=1em]I am learning about Splunk in my spare time, and a lab called for "Data Onboarding: IPtables Logs."  The goal was to get more data into Splunk by using the following commands to generate syslog data.  The commands are:[/size]

[size=1em]iptables -I INPUT 1 -j LOG[/size]
[size=1em]iptables -I FORWARD 1 -j LOG[/size]
[size=1em]iptables -I OUTPUT 1 -j LOG[/size]

[size=1em]I was following along the lab, and when I finished the lab, I didn't think anything of the changes I made.  I hadn't touched my Splunk environment for several days, and then today I noticed I was getting license warnings because my Splunk setup was going over the daily data limit for my free license.  I assume it has something to do with the above commands.  Does anyone know how to reverse the above commands?  I don't know much about iptables.  My educated guess was to type in the following and restart Splunk.[/size]

[size=1em]iptables -D INPUT 1 [/size]
[size=1em]iptables -D FORWARD 1 [/size]
[size=1em]iptables -D OUTPUT 1 [/size]

[size=1em]I don't know if what I entered above is the proper way to reverse the commands or not.[/size]

Print this item

  Linux messaging program and service for business use?
Posted by: icedigger - 05-06-2020, 09:26 PM - Forum: Off Topic - Replies (6)

Does anybody know of or recommend a service for messaging use that has a good desktop linux program for small business use?

Print this item

  How to submit a suggestion...You're doing it wrong
Posted by: valtam - 05-06-2020, 08:13 PM - Forum: Suggestions and Feedback - Replies (26)

More lol's from the Mailbox of a distro maintainer (contains abuse, swearing)...

[Image: SJV5edZ.png]

Gotta make sure those 'arythmetically encoded jpg files' are working.

Print this item

  L2TP VPN setup to a Cisco MX100 Meraki
Posted by: CODplayer - 05-06-2020, 07:05 AM - Forum: Installing Software - No Replies

Hello Everyone,

I am new here and also Linux is newish to me, I have used a few time back in the days but now I have pulled the trigger and have converted my full time laptop to run Linux.
So there is a lot for me to learn. I have tried to run a search from the search bar so if I have happened to missed it please don't roast me that badly.

Anyway enough of my boring stuff, I was wondering if anyone here have any issues on setting up L2TP VPN connection?
I am runing LL4.8 with:
network-manager-l2tp
network-manager-l2tp-gnome

So far this is have managed to setup an L2TP profile on the network VPN connection.

I have put in the usual settings:
Gateway (Tried both hostname and IP address),
add in the Username and Password,
I have confirmed the account is working as I have tested the same account under Windows and Via the Phone it seems to be connecting ok.

Under IPsec setting:
Enable IPsec tunnel to L2TP host
Enter in the Pre-Shared Key xxxxxx,

Under L2TP PPP Options:
Allow PAP Authentication (confirmed with Cisco support that this PAP is the one to use)
I did try a few different combination such as MSCHAP, MSCHAPv2 still didn't work.

With the above setting I am unable to get it connected and kept failing on me.

If there is one of you guru can point me in the right direction would be greatly appreciated.
Not sure if I am missing on some plugin? or perhaps I have missed out on some tick box?

Let me know if you wanted me to upload some pic

Kind regards
Newbie User

Print this item