| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 7,727
» Latest member: Samuelo
» Forum threads: 9,424
» Forum posts: 62,197
Full Statistics
|
| Online Users |
There are currently 1154 online users. » 0 Member(s) | 1150 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
Sem som quando reinicia
Forum: Other
Last Post: di0lh0
2 hours ago
» Replies: 16
» Views: 199
|
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: stevef
8 hours ago
» Replies: 9
» Views: 164
|
Problem updating lite 7.6...
Forum: Updates
Last Post: valtam
11-13-2025, 11:52 PM
» Replies: 5
» Views: 362
|
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 859
|
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 186
|
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,216
|
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 431
|
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 05:51 AM
» Replies: 23
» Views: 7,343
|
My worries
Forum: Installing Linux Lite
Last Post: stevef
11-01-2025, 03:44 PM
» Replies: 1
» Views: 242
|
nstall Updates - Could n...
Forum: Updates
Last Post: stevef
10-30-2025, 10:21 PM
» Replies: 5
» Views: 517
|
|
|
| Bluetooth : EASYACC-MC bluetooth speaker + USB ROCKETEK Bluetooth 4.0 dongle |
|
Posted by: cirimax - 07-15-2015, 09:44 AM - Forum: Tutorials
- Replies (3)
|
 |
Ave !
this is my very first post ever, so please be patient if I'm still not very confident ... Special thanks goes to N4RPS notes !
I am no expert on Linux but I hope this may be of some help to other LL mates with the same issues ;-) .
Requirement : ( see subject )
- Distro : Linux Lite 2.4 x64
- Kernel : Linux 4.1.0-040100-generic
- BT Port : USB Cambridge Silicon Radio, Ltd Bluetooth Dongle - ROCKETEK Bluetooth 4.0
- BT Speaker : EASYACC-MC
STEP A:
Open a Terminal session (CRTL+ALT+T) and do the following :
EDIT the audio.conf file
$ sudo leafpad /etc/bluetooth/audio.conf (root password)
edit/add the below area in the configuration file as follows:
[General]
Enable = Source,Sink,Headset,Gateway,Control,Media
#Disable = Socket ( REMARK ANY ACTION ON "SOCKET" EVERYWHERE )
HFP=false ( DISABLES HFP )
[A2DP]
SBCSources=1
MPEG12Sources=0
SAVE and close file
STEP B
$ pacmd list-sources >Output.txt (enter)
Search in output for a reference to your BT devicer and copy (ctrl+c) the "device.string" parameter (port ?).
properties:
device.description = "Monitor of EasyAcc-MC" <== This is my BT Speaker
device.class = "monitor"
device.string = "5C:5A:5A:A6:03:CB" <== Copy what you get here
device.api = "bluez"
device.bus = "bluetooth"
device.form_factor = "headset"
bluez.path = "/org/bluez/1289/hci0/dev_5C_5A_5A_A6_03_CB"
bluez.class = "0x240404"
bluez.name = "EasyAcc-MC"
device.icon_name = "audio-headset-bluetooth"
device.intended_roles = "phone"
STEP C
I then purged BLUEMAN and reinstall it. Sound silly, but this probably fixed some missing dependencies (need to ask someone who knows better)
$ sudo apt-get purge blueman (root password)
$ sudo apt-get install blueman (root password)
STEP D
Then edit the ALSA configuration file :
$ sudo leafpad /usr/share/alsa/alsa.conf (+root password)
Add the following to the end of the configuration file :
================ ADDED below to END of alsa.conf file ============
pcm.btheadset {
type plug
slave {
pcm {
type bluetooth
device 5C:5A:5A:A6:03:CB <=== REPLACE WITH ADDRESS YOU COPIED/DISCOVERD
profile "auto"
}
}
hint {
show on
description "BT Headset"
}
}
ctl.btheadset {
type bluetooth
}
================ ADDED above to END of alsa.conf file ============
Save file and close.
STEP E :
Activate your blueman interface and re-pair EASYACC-MC SPEAKER device with USB BT dongle.
Be careful to select Audio Profile / High Fidelity Playback (A2DP) ... it may take a sec or 2 to sync.
Playing music with Audacious, audio is crystal perfect !
This works after re boot too ... for now ;-)
NOTES :
Now I have to discover if its possible to get more devices (aka BT KIVIO Headset) running at the same time on same dongle.
The headset work fine in exclusive mode (BR speaker excluded).
Ad majora !
|
|
|
| [solved]no dropbox icon have to enter password every time I boot |
|
Posted by: jim2you71 - 07-13-2015, 02:34 PM - Forum: Other
- Replies (3)
|
 |
Running Lite 32 bit updated on my old Toshiba laptop. Runs good and quick.
I installed dropbox from synaptic. Never have gotten an icon to show up in the tray. Now lately every time that I boot after about 30 or 45 seconds I have to enter my password so that dropbox can run. In other computers I have always right clicked the tray icon and got to the settings.How do I get to the settings to tell it to remember my password?
Thanks
|
|
|
| Installing ClamAV in Linux Lite |
|
Posted by: N4RPS - 07-12-2015, 09:51 PM - Forum: Tutorials
- Replies (8)
|
 |
Hello, All!
For those of you who run Windows as a dual-boot with Linux, or for those who otherwise need to check Windows files and directories for malware, ClamAV is the best, free alternative to most all the antivirus programs I've tried. Sure, there are others out there like Comodo, AVG, Avast, and Avira, but I've found ClamAV to be the easiest choice to install and live with. You can even create a Live USB with persistence, install ClamAV, and us it as a stand-alone virus cleaner stick for any PC that will boot from USB!
ClamAV can be found in the repositories, and is installed as follows, using a terminal window {CTRL-ALT-T]:
Code: sudo apt-get install clamav clamav-daemon clamtk
For those who live on the 'cutting edge' of software, here's the PPA (which, by the way, still doesn't install the latest ClamAV GUI):
Code: sudo add-apt-repository ppa:ubuntu-clamav/ppa && sudo apt-get update && sudo apt-get install clamav clamav-daemon clamtk
You can live with ClamTK saying the GUI is not the latest version and get by just fine, but if you can't stand the indication, here goes.
To install the latest ClamTK (ClamAV GUI), here's the link to the version 5.19 .deb file, which can be installed with GDebi:
https://bitbucket.org/dave_theunsub/clam...-1_all.deb
In any case, after initial installation, you will need to call
in a terminal window to fetch the latest virus signatures - which could take a few minutes, depending on your system.
Hope this helps someone...
73 DE N4RPS
Rob
|
|
|
| Uninstalling Wine via Lite Software |
|
Posted by: torreydale - 07-12-2015, 09:11 AM - Forum: Installing Software
- Replies (7)
|
 |
Uninstalling Wine via Lite Software doesn't seem to do so completely. I usually have Winetricks or other remnants afterwards. I have to go to Install/Remove Software and remove anything associated with Wine. I've noticed similar performance when installing and removing Play on Linux via Lite Software.
|
|
|
| Linux Lite Repo |
|
Posted by: valtam - 07-12-2015, 01:11 AM - Forum: On Topic
- Replies (2)
|
 |
The Linux Lite Repository is currently down. This affects updates and software installations of linux lite software.
We hope to be back up soon.
|
|
|
|