LINUX LITE 7.4 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Skullcandy Soundmine Bluetooth external speaker
#7
N4RPS post is the best answer.

I edited

Code:
harry@harry-Latitude-XT2:~$ cat /etc/bluetooth/audio.conf
# Configuration file for the audio service

# This section contains options which are not specific to any
# particular interface
[General]

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

HFP=false

[A2DP]
SBCSources=1
MPEG12Sources=0

# Switch to master role for incoming connections (defaults to true)
#Master=true

# If we want to disable support for specific services
# Defaults to supporting all implemented services
#Disable=Gateway,Source,Socket

# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
# Defaults to HCI
#SCORouting=PCM

# Automatically connect both A2DP and HFP/HSP profiles for incoming
# connections. Some headsets that support both profiles will only connect the
# other one automatically so the default setting of true is usually a good
# idea.
#AutoConnect=true

# Headset interface specific options (i.e. options which affect how the audio
# service interacts with remote headset devices)
[Headset]

# Set to true to support HFP, false means only HSP is supported
# Defaults to true
HFP=true

# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
MaxConnected=1

# Set to true to enable use of fast connectable mode (faster page scanning)
# for HFP when incoming call starts. Default settings are restored after
# call is answered or rejected. Page scan interval is much shorter and page
# scan type changed to interlaced. Such allows faster connection initiated
# by a headset.
FastConnectable=false

# Just an example of potential config options for the other interfaces
#[A2DP]
#SBCSources=1
#MPEG12Sources=0
harry@harry-Latitude-XT2:~$


using these instructions

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

continued with Quote below. You can see my results in above code tag readout using the cat command . That is what your file should look like when done.

[General]

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

HFP=false

[A2DP]
SBCSources=1
MPEG12Sources=0

Then continued with these instructions


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.


My comment now. My bluetooth adapter is not broadcom so all I needed was a reboot.
Then open Bluetooth-Manager (Blueman) and use sink on right click menu to add the speaker (Soundmine)
to pulse audio controls. I now have working sound on my Skullcandy Soundmine external speaker.
There is no slider control to move in pulse audio for Soundmine. Just a bar

[img height=500 width=800]http://i.imgur.com/r7s23WN.png[/img]

So issue with Skullcandy Soundmine with external usb 4.0 dongle is considered solved by me.
This I bet is the only Ubuntu 14.04 Skullcandy Soundmine hit on the net I bet.
So I expect a lot of hits on this thread.

Edit: Volume controls added in pulse audio after I ran setup in Blueman.

Edit2: Works good also on my Dell e5500 laptop with this bluetooth dongle

http://www.ebay.com/itm/New-Wireless-Min...SwPe1T~~NI

Dell e5500 specs:

Code:
harry@biker1:~$ inxi -Fxz
System:    Host: biker1 Kernel: 4.2.0-linuxlite i686 (32 bit gcc: 4.8.4)
           Desktop: Xfce 4.11.8 (Gtk 2.24.23) Distro: Ubuntu 14.04 trusty
Machine:   System: Dell product: Latitude E5500
           Mobo: Dell model: 0DW635 Bios: Dell v: A17 date: 09/27/2011
CPU:       Dual core Intel Core2 Duo T7250 (-MCP-) cache: 2048 KB
           flags: (lm nx pae sse sse2 sse3 ssse3 vmx) bmips: 7973
           clock speeds: max: 2001 MHz 1: 800 MHz 2: 2001 MHz
Graphics:  Card: Intel Mobile 4 Series Integrated Graphics Controller
           bus-ID: 00:02.0
           Display Server: X.Org 1.15.1 drivers: intel (unloaded: fbdev,vesa)
           Resolution: [email protected]
           GLX Renderer: Mesa DRI Mobile Intel GM45 Express x86/MMX/SSE2
           GLX Version: 2.1 Mesa 10.1.3 Direct Rendering: Yes
Audio:     Card Intel 82801I (ICH9 Family) HD Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture v: k4.2.0-linuxlite
Network:   Card-1: Broadcom NetXtreme BCM5756ME Gigabit Ethernet PCI Express
           driver: tg3 v: 3.137 bus-ID: 09:00.0
           IF: eth1 state: down mac: <filter>
           Card-2: Broadcom BCM4312 802.11b/g LP-PHY
           driver: b43-pci-bridge bus-ID: 0c:00.0
           IF: wlan2 state: up mac: <filter>
Drives:    HDD Total Size: 121.3GB (77.5% used)
           ID-1: /dev/sda model: APPLE_SSD_SM128 size: 121.3GB
Partition: ID-1: / size: 8.6G used: 6.3G (79%) fs: ext4 dev: /dev/sda1
           ID-2: /home size: 103G used: 82G (84%) fs: ext3 dev: /dev/sda2
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 49.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 183 Uptime: 32 min Memory: 574.6/1971.2MB
           Init: Upstart runlevel: 2 Gcc sys: 4.8.4
           Client: Shell (bash 4.3.111) inxi: 2.2.32

usb id for bluetooth dongle is
Code:
harry@biker1:~$ lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
Reply


Messages In This Thread
Re: Skullcandy Soundmine Bluetooth external speaker - by rokytnji - 01-19-2016, 06:33 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)