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,729
» Latest member: Sapper_28
» Forum threads: 9,426
» Forum posts: 62,205

Full Statistics

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

Latest Threads
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: val
11 hours ago
» Replies: 10
» Views: 209
Sem som quando reinicia
Forum: Other
Last Post: di0lh0
Yesterday, 02:20 PM
» Replies: 19
» Views: 228
Hello!!!
Forum: Introductions
Last Post: stevef
Yesterday, 05:35 AM
» Replies: 1
» Views: 39
No authentication when i ...
Forum: Start up and Shutdown
Last Post: stevef
Yesterday, 05:33 AM
» Replies: 1
» Views: 39
Problem updating lite 7.6...
Forum: Updates
Last Post: valtam
11-13-2025, 11:52 PM
» Replies: 5
» Views: 390
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 884
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 196
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,241
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 445
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 05:51 AM
» Replies: 23
» Views: 7,389

 
  Hold package Teamviewer don't update it
Posted by: newonlinux - 10-24-2018, 08:01 PM - Forum: Installing Software - Replies (3)

I'am little confused.
Till now I always update all software I have in list when start lite updates and all is ok.
But now have some software I dont want to update but cant chose what to update what not to update, or dont know how to remove some apps from list.

For example:
List of available Updates
1 :  Name: firefox INSTALLED: 62.0.3+build1-0ubuntu0.18.04.1 AVAILABLE: 63.0+build2-0ubuntu0.18.04.2
2 :  Name: teamviewer:i386 INSTALLED: 12.0.137452 AVAILABLE: 14.0.8346

I dont want to update teamviewer to newest because in that case I must buy new license, so I must stay on old version 12.
Pls help

Print this item

  Install Pinguybuilder (to backup full system)
Posted by: Paul74 - 10-24-2018, 01:19 PM - Forum: Installing Linux Lite - Replies (6)

Hello,


I would like to install deb package Pinguy Builder 5.1 and get message telling than "aufs-tools" and "unionfs-fuse" are missing.


Using "system install/remove software" doesn't help.


Any idea and comment welcomed.


Thanks in advance.

Print this item

  virtualbox run error after latest update
Posted by: atpersian - 10-24-2018, 09:39 AM - Forum: Installing Software - Replies (1)

Dear All
i update linux via install update after that virtualbox get error on start and run as bellow , How can i solve this ??
Kernal Driver not installed(rc=1908)
vision 5.2.18 r124319
B R
<img src="https://www.imageupload.co.uk/images/2018/10/24/Screenshot_2018-10-24_13-01-42.png" border="0">
-------------------------------

just remove last kernel update via tweak kernel remover and reboot .problem solved.

Print this item

  Personal Intro
Posted by: linlitenewbie - 10-24-2018, 02:50 AM - Forum: Introductions - Replies (3)

Hello everyone,
I am linlitenewbie aka Stephen.  I am 59, a Human Rights Defender and an ordained Christian Minister and Poet and, as my screen name indicates, I am a neophyte when it comes to all things Linux.
I thank you for having this site available to us and look forward to interacting with you all and learning much from you.  I live in San Diego, CA. I am Anglo-Celtic-Native American.  (Tslagi, Cherokee).

Print this item

  Tutorial - GlobalSat G-Star IV (SIRF Star IV)
Posted by: bitsnpcs - 10-24-2018, 01:21 AM - Forum: Tutorials - No Replies

Hello,

you seen it here first, this is the first working tutorial for the latest version of this USB GPS dongle, on LL3 series.
The last working version of a tutorial for an earlier model of this was on Ubuntu 11. YouTube is full of requests for a tutorial for this for Ubuntu 16.04, so if you like to make tutorial videos this tutorial could be a good choice for a lot of views to your channel. Don't forget to point them all to Linux Lite.
If anyone using LL 4 series wants to try the tutorial and see if it works or needs tweaking slightly for a LL 4 series tutorial feel free to post that in a separate thread to save any confusion.

There are not many tutorials about this, most work partially, such as to install the drivers or the commands to run it using the terminal, we will be using Install/Remove Software.
Most either do not cover using maps, or recommend no longer available software, non free software, or software no longer worked on/updated.
A popular use with this dongle in tutorials seems to be Google Earth, in this tutorial we will instead be setting up and using FoxtrotGPS,  a free and Open Source GPS software. (FOSS)

Some solutions for making it run are long, they don't work now as they were wrote a long time ago, for earlier version of distros, so they are outdated for a modern OS like LL.
Trying to merge these things did not work either.

To make this tutorial I used parts of some peoples tutorials, parts of unrelated tutorials, parts of my own choice by looking around, trial and error.

Menu>System>Install/Remove Software  (Synaptic)

Search for and install  -

gpsd

gpsd-clients  (tick to install additionals, Python tools)

FoxtrotGPS 

Further info on using FoxtrotGPS (the friendly FOSS GPS) features can be found on their website -

https://www.foxtrotgps.org/



Plug in your GlobalSat to your USB port.

First we need to determine which USB port it uses by typing in terminal - 

Code:
ls /dev/ttyUSB*

replace /dev/ttyUSB0 in the below command, with the output of "ls /dev/ttyUSB*" command above.

Code:
sudo killall gpsd; sudo gpsd /dev/ttyUSB0 -F -b /var/run/gpsd.sock



NOTES:
This part of the tutorial by editing the file in the below section was wrote for GARMIN GPS, I used it as a guide on how to edit the file, so this edit will also help with GARMIN GPS, the GARMIN GPS tutorial has 1 additional line at the end of the file in case you are using a GARMIN this additional line of code is -
Code:
GPSD_SOCKET="/var/run/gpsd.sock"

This does not seem to be needed to run the GlobalSat G-Star IV, so I removed it from the file edit, as we use it in the command in terminal instead. Some people may need to add it.


File to edit -

Browse to /etc/default/    directory.

Right click the gpsd file and Open as Administrator.

Change the file so it reads as below, but ensure that you replace /dev/ttyUSB0 in the below line named DEVICES, with the output of "ls /dev/ttyUSB*" command above be careful not to accidentally delete the " " 

File example  -

Code:
# Default settings for the gpsd init script and the hotplug wrapper.

# Start the gpsd daemon automatically at boot time
START_DAEMON="true"

# Use USB hotplugging to add new USB devices automatically to the daemon
USBAUTO="true"

# Devices gpsd should collect to at boot time.
# They need to be read/writeable, either by user gpsd or the group dialout.
DEVICES="/dev/ttyUSB0"

# Other options you want to pass to gpsd
GPSD_OPTIONS="-G"

Save the gpsd file.



In terminal type - ensuring that you replace /dev/ttyUSB0 in the below command, with the output of "ls /dev/ttyUSB*" command above. 

Code:
sudo killall gpsd; sudo gpsd /dev/ttyUSB0 -F -b /var/run/gpsd.sock

To try it out -

type in terminal -

Code:
cgps

or

Code:
gpsmon

or

Code:
xgps

The first gives you a GUI inside the terminal, with the data organized tidily.
The second gives you a batch of data, like a wall of text and numbers.
The third one gives you a seperate GUI with the SkyView of the satellites it is locking on to.

All have various options but I don't understand them yet and need to learn about it.
To escape #1 or #2 I used Hold down CTRL and press C to go back to the terminal prompt, for #3 the gui has menus and also an X to close it on the title bar.




To use with maps I do this -

Plug in the GPS dongle to the USB.

Open terminal and type -

Code:
sudo killall gpsd; sudo gpsd /dev/ttyUSB0 -F -b /var/run/gpsd.sock

I then type in to terminal

Code:
cgps

I wait about 2 seconds until I see the numbers running in the terminal, with the terminal open, I then use

Menu>Accessories>FoxtrotGPS

This loads FoxtrotGPS with the maps and current locations as you travel around.

You can for example store "places of interest" on the maps.


If it does not begin I run again -

Code:
sudo killall gpsd; sudo gpsd /dev/ttyUSB0 -F -b /var/run/gpsd.sock

then

Code:
cgps

Hope it is useful for someone else and saves you a lot of time. Smile

Print this item

  Unable to install update
Posted by: longsax8032 - 10-23-2018, 08:27 PM - Forum: Installing Linux Lite - Replies (4)

I am very new to Linux Lite - I'm learning. When I was trying to update linux lite, something happened, not sure what, and my little asus eee 1000he shut off. i restarted and started the update process again and got this error:

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

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

When I try to run it, I get an error stating I need superuser privileges. Do I need to sign in as the admin?

Print this item

  Lite updater fails to see connection
Posted by: MS - 10-23-2018, 08:04 PM - Forum: Installing Software - Replies (12)

Linux Lite updater [lite-updates], upon clicking of the icon in the desktop menu, tells my computer is out of connection to the Internet and thus cannot proceed, which other programs verify untrue, as well as simultaneously I do get prompted about new updates available for the system.

Print this item

  re-use old live USB for new LL iso?
Posted by: Searchernow - 10-23-2018, 04:09 PM - Forum: Installing Linux Lite - Replies (14)

I have used USBs for a few linux installs - I failed previously to re-format these, ie to empty them and revert to FAT format. Re-formats usually "succeeded" but only showed a tiny free space, ie didn't effect the live ISO. It's a while ago but I think I tried the formatting on both LL and Win7.

I want to try the 4.0 upgrade, I'm reluctant to use my last clean (32GB!! Sad ) usb. Any suggestions please?

Print this item

  recording
Posted by: alchemist - 10-23-2018, 09:38 AM - Forum: Sound - Replies (1)

Hi, thank you for Linux Lite that is working very well on my old Acer Aspire 1640.
I have LL 2.8 installed on a Linux 3.19.0.80 generic i686 kernel.
I have Audacity working fine for recording, if you put "pulse:Mic:0" in its input settings.
Other recorders that I tried do not work, for example the gnome-sound-recorder.
There is also a secondary issue. In the Sound Settings, the panel "Recording" is empty, without any program listed.
My best greetings to all!
Paolo

Print this item

  Upgrade across releases
Posted by: Amit Gholap - 10-22-2018, 03:01 PM - Forum: On Topic - Replies (4)

Hello All

It is known that Lite does not upgrade from 3.x to 4 and so on.
To have a better understanding on why so many distros cannot upgrade across major versions, could Lite devs or someone explain why such release upgrades are difficult or impossible?

Thx
-A

Print this item