Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 7,444
» Latest member: Forel2002
» Forum threads: 9,368
» Forum posts: 61,959
Full Statistics
|
Online Users |
There are currently 4108 online users. » 1 Member(s) | 4105 Guest(s) Bing, Google, WilojMt
|
Latest Threads |
New Website Design
Forum: On Topic
Last Post: stevef
5 hours ago
» Replies: 2
» Views: 26
|
Help me, please! - CDROM ...
Forum: Updates
Last Post: stevef
08-10-2025, 01:44 PM
» Replies: 26
» Views: 2,671
|
Linux Lite 7.6 RC1 Releas...
Forum: Release Announcements
Last Post: Valtam
08-09-2025, 11:05 AM
» Replies: 5
» Views: 868
|
Install Error Log - No Pu...
Forum: Updates
Last Post: stevef
08-09-2025, 05:26 AM
» Replies: 1
» Views: 114
|
Intel HD Graphics Not Wor...
Forum: Installing Linux Lite
Last Post: Abhi_245
08-08-2025, 06:44 PM
» Replies: 10
» Views: 580
|
installing 5.8 Lunix lite...
Forum: Installing Software
Last Post: Ren
08-01-2025, 03:34 PM
» Replies: 0
» Views: 221
|
VERY ODD install Issue
Forum: Installing Linux Lite
Last Post: Azoic
08-01-2025, 05:34 AM
» Replies: 0
» Views: 261
|
Old to new?
Forum: Introductions
Last Post: stevef
08-01-2025, 04:53 AM
» Replies: 1
» Views: 340
|
Q4Wine not working in Lit...
Forum: Installing Software
Last Post: Ren
07-31-2025, 08:46 PM
» Replies: 0
» Views: 237
|
New member
Forum: Introductions
Last Post: Valtam
07-30-2025, 08:40 AM
» Replies: 1
» Views: 5,974
|
|
|
Fine Details needed for partitioning & mounts in a legacy laptop with WinXP32 on |
Posted by: Wombat66 - 04-26-2014, 04:02 PM - Forum: Installing Linux Lite
- Replies (13)
|
 |
I have a 2009 Fujitsu Esprimo Mobile 250 Gb and 2 Gb Ram and 3 USB's and a DVD.
Win XP 32 Sp3 has C drive , sda 1 84Gb NTFS and D drive 78 Gb sda 5 which is full of documents mainly, NTFS and E: drive sda 6 which is 88 Gb and NTFS and which I have emptied of all but less than 1 Gb of stuff in order to put Linux Lite 1.08 on it .
I have 30 Gb free space in drive C for my XP work.
I have been told to 1. Delete drive E , sda 6 and create 2 logical partitions ONE of 50Ggb NTFS and the Second Linux /ext4 root partition + Linux Swap space of 1-2 Ggb and to leave about 8-10 Ggb of unallocated space for windows .
I am unsure what to do
1. I will select the "something else option" 2. I will select sda 6 then a) Do I format the whole E drive? b) When I select 50Ggb for the NTFS partition do I select DOS or Windows in the mount menu? c) What will that NTFS partition be used for ? With XP or with Linux? d) To do this I must write it to disc and there is no undoing after that point . e) Linux Swap has to be 1-2 Ggb or can I make it more to improve my RAM ability? which is 2Ggb?....It seems my /ext4 Linux partition will be about 25-27 Ggb.I need to know also what MOUNTING is or does and f) What names do I give the partitions and mounts .
The Linux Lite OS Installation guide is inadequate and does not explain what to do with these issues .
I would appreciate your guidance there.
|
|
|
Setting up weather monitor |
Posted by: Bromax2 - 04-25-2014, 10:16 PM - Forum: Installing Software
- Replies (1)
|
 |
I'm interested in setting up the weather monitor. After adding it it says [projects:panel-plugins...] in toolbar and just shows explanation, screenshots, etc. What do I do next? Thanks. Max
|
|
|
Network Group |
Posted by: william_st_ia - 04-25-2014, 09:03 PM - Forum: Network
- Replies (1)
|
 |
Hi All,
What is the network under for Group?
What need to be able to set users up so they can add wireless networks with out admin password.
|
|
|
Date format |
Posted by: brian55 - 04-25-2014, 06:50 PM - Forum: Other
- Replies (2)
|
 |
Basic, I know, but can anyone tell me how to change the date format from US to British?
|
|
|
< SOLVED > Problem when Adding PPA's |
Posted by: gold_finger - 04-24-2014, 08:35 PM - Forum: Installing Software
- Replies (7)
|
 |
Earlier today I did a fresh install of LL 1.0.8 with no problems. I then went to add a PPA for installing a command line utility "inxi" following directions on there site here: http://smxi.org/site/install.htm#inxi. I got an error message when trying to add the PPA. Figured it might just be some kind of temporary problem so I reversed what I did and installed it manually. Didn't think any more about it.
Now (an hour or so later), I just tried adding the PPA for the Plank dock application and got the same error message -- so apparently it wasn't an isolated one-off error caused by the last PPA source I tried. Must be something I'm missing or set-up wrong on the LL system, but I don't know how to fix it. Anyone else have an idea of what the following error message is indicating as the problem?
Code: bill@Kitchen:~$ sudo add-apt-repository ppa:ricotz/docky
[sudo] password for bill:
You are about to add the following PPA to your system:
Docky/Plank testing packages
More info: https://launchpad.net/~ricotz/+archive/docky
Press [ENTER] to continue or ctrl-c to cancel adding it
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 99, in run
self.add_ppa_signing_key(self.ppa_path)
File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 132, in add_ppa_signing_key
tmp_keyring_dir = tempfile.mkdtemp()
File "/usr/lib/python2.7/tempfile.py", line 322, in mkdtemp
name = names.next()
File "/usr/lib/python2.7/tempfile.py", line 141, in next
letters = [choose(c) for dummy in "123456"]
File "/usr/lib/python2.7/random.py", line 274, in choice
return seq[int(self.random() * len(seq))] # raises IndexError if seq is empty
ValueError: cannot convert float NaN to integer
|
|
|
System asks for admin pass on shut down... |
Posted by: Shadow - 04-24-2014, 07:38 PM - Forum: Start up and Shutdown
- Replies (3)
|
 |
Hey guy's I know I mention this little problem before in the "Introduce Yourself" section of the forum but, since there's already a section for this related problem I'll post here. Okay guy's? Like I mentioned before, we have one Dell PC with LL installed as primary OS coming from Windows XP. Since installing LL on our system when logging out of a user account and shutting down the OS, it always asks for the admin password which is really annoying. Anyway to turn this off or get rid of it? Thanks.
Shadow.
|
|
|
Broadcom wireless problems |
Posted by: joejohnston3 - 04-24-2014, 06:08 PM - Forum: Network
- Replies (10)
|
 |
Hello All,
I have read several posts in this forum regarding Broadcom issues but nothing seems to work. I have added the broadcom drivers though Install/Remove programs and now even the wireless light does not show. Prior to that install I would get a wireless light but it would not show my home wireless and only listed a couple in our area. I presumed it was a Broadcom issue and have been trying to update the drivers in hopes it would fix my issue. Below is my output for my cards as I am presently using an AirLink to post this and get WiFi temporarily.
lspci | grep -i wireless
06:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
Am I supposed to take further action after installing the broadcom drivers via Synaptic, i.e. terminal commands and such or should it detect my hardware after install?
I am bewildered and really want a solution if possible. Thank you for the help.
|
|
|
Brand new to Linux Lite |
Posted by: joejohnston3 - 04-24-2014, 06:15 AM - Forum: Introductions
- Replies (5)
|
 |
Hello All,
Wow, I am only a few hours into Linux Lite and I can tell you from all my distro hopping that this is the best distro of any I have tried! I have gone through about 15 distros and was looking for something lightweight but beautiful and configurable and LL fills the bill in so many ways. Thank you so much to the developer and his team for all their hard work and for such a tremendous distro. I will be recommending and installing this on every one of my user's systems when they are looking for a change from Windows/Mac. This is my go to distro and I cannot wait to see what the future holds.
|
|
|
|