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,699
» Latest member: FilippoMo
» Forum threads: 9,422
» Forum posts: 62,164

Full Statistics

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

Latest Threads
Problem updating lite 7.6...
Forum: Updates
Last Post: valtam
3 hours ago
» Replies: 3
» Views: 74
time synchronization
Forum: Other
Last Post: LL-user
Yesterday, 12:48 PM
» Replies: 0
» Views: 31
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 253
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 05:51 AM
» Replies: 23
» Views: 6,610
My worries
Forum: Installing Linux Lite
Last Post: stevef
11-01-2025, 03:44 PM
» Replies: 1
» Views: 140
nstall Updates - Could n...
Forum: Updates
Last Post: stevef
10-30-2025, 10:21 PM
» Replies: 5
» Views: 305
grub-efi-amd64-signed pac...
Forum: Security & Bug Fixes
Last Post: stevef
10-30-2025, 10:54 AM
» Replies: 12
» Views: 8,077
Series 8 development News...
Forum: On Topic
Last Post: valtam
10-30-2025, 05:40 AM
» Replies: 0
» Views: 141
error while trying to upd...
Forum: Updates
Last Post: stevef
10-29-2025, 02:05 PM
» Replies: 1
» Views: 198
Error When Trying to Inst...
Forum: Updates
Last Post: valtam
10-28-2025, 10:00 PM
» Replies: 1
» Views: 328

 
  Alternative File Manager to Thunar.?
Posted by: Wirezfree - 07-06-2014, 11:57 AM - Forum: Installing Software - Replies (11)

Hello All,

I was looking at pcmanfm file manger to replace Thunar.
But I noticed it wants to install a significant number of packages.
Is this going to bloat LL2 for the sake of having a new file manager.

Thanks
David

Print this item

  Switching Desktop Environments?
Posted by: Kryptonium - 07-06-2014, 12:55 AM - Forum: Installing Software - Replies (1)

Is this possible?
I switched from Ubuntu 14.04 and I don't see the drop down to switch desktop environments like how it is on the login screen for Ubuntu.

Print this item

  ubuntu logs everything you type?!
Posted by: asa - 07-05-2014, 11:02 PM - Forum: On Topic - Replies (6)

i found this site www.fixbuntu.com which claims that by default ubuntu logs all application and file searches and sends it to third parties. this is concerning to me because i left xp thinking i would find more security with linux and this seems over the top even for windows. the website has a command you can run in terminal to fix this problem.

does anyone know if this applys to linux lite and if it can also be stopped by running their command?  ???

i find this kind of troubleing because it kind of took the idea away from me that this is a more secure and private os than xp and to me this just sounds completely like something facebook or google would build into their systems...

please help, i'm affraid to run the command because this operating systen is not identical to ubutu and would like this and any other spyware stopped. i was under the oppression that built in spyware was kind of what linux was not about in general, are their other 'features'  like this that they do not share with their users? or is this the catch of having free open source software?  :-\  :'(

Print this item

  Some audio-recorders don't work
Posted by: rijnsma - 07-05-2014, 06:39 PM - Forum: Sound - No Replies

A few recorders, for instance QARecord of KWavedit don't record. I used QARecord rather frequently in Xubuntu 12.04.
I noticed that it doesn't work in Xubuntu 14.04, Mint 17, PCLOS and so also not in Linux Lite.

Audacity, MhWaveedit and Streamtuner are doing great.
Pulseaudio functioning good, but the lay-out of (Gnome-)Alsamixer is different than in the other distro's. Can I do something to correct it? And what could be the reason? Smile

Print this item

  Enabling full Bluetooth support in Linux Lite
Posted by: N4RPS - 07-05-2014, 06:26 AM - Forum: Tutorials - Replies (27)

Hello, All!

With my finally having the spare time to write up and to test this fix, here it is. Let me begin by giving credit where credit is due:

Wirezfree, for the link to the Plugable page containing the Broadcom BCM20702A0 Bluetooth fix:

Plugable, for posting the BCM20702A0 firmware fix on their website:

colin23erk, for providing references to the key pieces in solving this problem, and to those who posted the solutions below.

NOTE: This has been tested on the Targus AC10US1, but does not work on some of the newer Broadcom adapters. It also doesn't work on the Intel integrated WiFi/Bluetooth internal cards in certain HP laptops. The good news is that all this 'works like a champ' on the super cheap USB Bluetooth adapters available on Amazon or eBay!

Here goes:

1. Modify the file /etc/bluetooth/audio.conf file:

Code:
sudo leafpad /etc/bluetooth/audio.conf

Enter the magic word, then edit the appropriate area in the configuration file as follows:

[General]

Enable = Source,Sink,Headset,Gateway,Control,Media
Disable = Socket

HFP=false

[A2DP]
SBCSources=1
MPEG12Sources=0

Reference Link 1: https://bugs.launchpad.net/ubuntu/+sourc...ug/1181106 - post #15

NOTE: In the step above, if you use the info referred to in reference link #1, the 'pactl' commands will fail. Fret not, as it has no effect on the end result. What is important here are the changes to be made in the audio.conf file in the /etc/bluetooth folder to activate A2DP (stereo).

2. For the curious, the second reference link will explain to you why this fix is necessary in more detail:

Reference Link 2: https://bugs.launchpad.net/ubuntu/+sourc...ug/1283003 - post #92

Solving this problem involves:

a. Adding a PPA, and

b. Updating blueman (the Bluetooth manager) and installing the modules that interface Bluetooth with pulseaudio.

c. For Broadcom Bluetooth adapters, downloading the firmware and copying it to the /lib/firmware folder.

First, add the PPA:

Open a terminal window [CTRL-ALT-T] and enter the following:

Code:
sudo add-apt-repository ppa:cschramm/blueman

Enter the sudo password, and you should see this:

More info: https://launchpad.net/~cschramm/+archive/blueman
Press [ENTER] to continue or ctrl-c to cancel adding it

Press ENTER to add the PPA. After it is added, enter the following text:

Code:
sudo apt-get update && sudo apt-get install blueman pavucontrol pulseaudio-module-bluetooth -y

If you get any messages (you shouldn't) saying these are already installed, they can be ignored.

If your Bluetooth adapter is not Broadcom-based, you may reboot now. Otherwise...

1. Open your favorite terminal.
   
2. Run the following command to download the firmware file:

Code:
wget https://s3.amazonaws.com/plugable/bin/fw-0a5c_21e8.hcd

3. Copy the firmware file to the /lib/firmware folder:

Code:
sudo cp fw-0a5c_21e8.hcd /lib/firmware

Lastly, reboot into Linux Lite. The Bluetooth manager will now allow Audio Sink (A2DP) to be enabled.

This fix works not only on Linux Lite, but on ANY Ubuntu 14.04-based distro that uses pulseaudio - most, if not all of them, share this same issue...

73 DE N4RPS
Rob

Print this item

  Canon i9950 nearly working!
Posted by: SciFiyNZ - 07-05-2014, 04:53 AM - Forum: Printing and Scanning - Replies (1)

Hi there.
I am new to Linux, but have successfully loaded 64bit Linux lite. After installation plugged in Canon i9950 printer and lite found my printer (amazing in itself, windows never has) and installed automatically.
However, when i print a page, ie a test page or image, the image is not fitting the page, even if i select fit to page .
Also, it tends to stop half way through the print, indicating analyzing, for very long periods, a half hour or more. It does complete the print if i shutdown then restart.
I have since found out that the developer of Linux Lite recommends the 32bit version. Is it worthwhile downloading this version and replacing, or is this something that cant be fixed, or maybe need to replace printer? It works fine in Windows so i Know printer not the problem.
Other than this hiccup I am finding this distribution awesome and really intuitive.

Print this item

  Battery status icon gone from taskbar
Posted by: T1125P - 07-05-2014, 03:19 AM - Forum: On Topic - Replies (2)

By accident I removed my battery status icon from the taskbar. I don't see how to get it back I was trying to fix my icons with the separator and I took out that icon by mistake. I downloaded another battery status icon called wmbattery but even that I have no idea where it is after I downloaded it or how to add it to my taskbar?  :-[

Print this item

  Nice OS and greetings from The Netherlands
Posted by: rijnsma - 07-04-2014, 09:05 PM - Forum: Introductions - Replies (5)

I love open software.
The last ten years I used PCLOS, (XKLU)buntu, Mint, and I tested others.
I did built little computers in that time the Pet existed, I used Atari ST and Falcon
and I used Windows 95 and ME before Linux. I did program al lot with GFA-basic of
Ostrowski and contiued it some time in emulation on a pc.

Linux Lite is very, very good, fresh, sparky, stable. And so much updating the good
Xubuntu 12.04 needed in the beginning, so little problems Lite gives.
(A problem with FF was quickly overcome and something with desktop-icons will
be right.)

Now Linux Lite will be  my day-to-day OS on a partition for some years.  Wink

Print this item

  XP switcher having problems
Posted by: docandgail98 - 07-04-2014, 01:56 AM - Forum: Installing Linux Lite - Replies (3)

Looking to move to Linux for sometime and saw Spatry & MM's youtube video on Linux light. After having several problems on initial load. I re-watched spatry's tutoral and noted the second time that He pointed out a particular person recommended the 32 bit version even if you are 64 bit. I am okay with that.. it is just when I plug in my 16GB USB driver I get failure message. "Failed to initializing gstreamer transcoder." "An error occurred setting gstreamer up" Other problems were setting up Netflix and I set wine up and typed in the three lines of code suggested on youtube.. it appeared but I would get an error message use and more up to date browser or IE  with sliverlight which I thought I downloaded. Final problem was VLC media player Never had problems in windows using it. But playing any typical DVD at about 1:08 into movie the Audio crashes and at 2:15 the video crashes. If it would be smarter to load the 32 bit version I am okay with that. but I can not get USB drive to work. With the error messages I got loading it I thought that maybe it was a loading error so I reloaded it 45 mins ago. Still the same thing with the USB and the VCL player. . so I am back to square one and no Wine installed with any of the other things. No drivers appear to need to be up dated. Even if the 32 bit system is better for I will happily change over just please help me at least get this USB working so I can down load and up load the 32 bit version.
Thanks for the help.

[attachment deleted by admin, more than 25 days old]

Print this item

  [SOLVED] Change Hostname
Posted by: benjyz - 07-03-2014, 10:30 PM - Forum: Network - Replies (10)

Hi Guys,

I'm looking for help on how to change my laptops hostname.

For some reason it's got the same hostname as my netbook which also has linux lite; I installed it on both of them at the same time.

Thank's in advance for your help.

Print this item