Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2020-08-18 Thread paul-


Please read this.
https://forums.slimdevices.com/showthread.php?111972-piCorePlayer-6-x-x-Bluetooth



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2020-08-18 Thread wishmaster


Hello everybody.
I have a raspberry pi 3b+ with hifyberry amp2. Sound is great. Output
via Bluetooth does not work. Loudspeaker is connect. where can I choose
BT as speaker? Thanks for your support!

| piCorePlayer v6.1.0 | www v0009 | linux 4.19.122-pcpCore_v7 | piCore
v10.3pCP | Squeezelite v1.9.7-1270-pCP

Code:


  # default - Generated by piCorePlayer
  pcm.!default {
  # default
  type plug;
  slave.pcm "plughw:1,0";
  }
  
  pcm.pcpinput {
  type hw
  card ALSA
  device 0
  }
  
  #---ALSA EQ Below
  pcm.sound_device {
  type plug
  slave.pcm {
  type hw
  card ALSA
  device 0
  }
  }
  
  ctl.equal {
  type equal;
  controls "/home/tc/.alsaequal.bin"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.plugequal {
  type equal;
  slave.pcm "sound_device";
  controls "/home/tc/.alsaequal.bin"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.equal {
  type plug;
  slave.pcm plugequal;
  }
  
  
  #Bluetooth bt_Krachmucker1 - Generated by pCP
  pcm.bt_Krachmucker1 {
  type plug
  slave.pcm {
  type bluealsa
  service "org.bluealsa"
  device EC:81:93:49:7C:1A
  profile "a2dp"
  delay 1000
  }
  }
  
  ctl.equal_bt_Krachmucker1 {
  type equal;
  controls "/home/tc/.alsaequal.bin.bt_Krachmucker1"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.plugequal_bt_Krachmucker1 {
  type equal;
  slave.pcm "bt_Krachmucker1";
  controls "/home/tc/.alsaequal.bin.bt_Krachmucker1"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.equal_bt_Krachmucker1 {
  type plug;
  slave.pcm plugequal_bt_Krachmucker1;
  }
  
  
  




wishmaster's Profile: http://forums.slimdevices.com/member.php?userid=70554
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2019-09-05 Thread paul-


I've only played with audio, but you should be able to manually pair the
device.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2019-09-05 Thread Jursi


Hello,

I am also interested in controlling my picoreplayer with harmony hub
using bluetooth connection.

Here is a guide how to this with Max2Play:
https://repiuk.nl/essays/2016/07/control-maxplay-with-logitech-smart-control/

Is there any way to do this with picoreplayer? Only with flirc and ir?

Thank you!



Jursi's Profile: http://forums.slimdevices.com/member.php?userid=69100
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2019-04-09 Thread paul-


This is only for speakers.   Keyboards are not supported.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2019-04-09 Thread Battle Angel


Hy Volks,

I Thought it would be kinda nice to use a Bluetoothkeyboard, but i
struggle in pairing it.
everytime i use pcp-bt-pair i get the error 
rm: can't remove '/tmp/select.in': No such file or directory
rm: can't remove '/tmp/btpair': No such file or directory
did i overead something?
is someone able to give me a hint?
i use a pi zero W with disabled wlan onboard and a conectet wifi stick.

thanks for help

sry for my bad english



Battle Angel's Profile: http://forums.slimdevices.com/member.php?userid=69076
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-06-22 Thread paul-


tvsb wrote: 
> 
> be aware ,the Squeezelite will not start if pcp can't connect  to the bt
> output device on boot , check the log @
> http:///cgi-bin/diag_logs.cgi?SELECTION=All&ACTION=Show for detail .
> 
> 
> and this is what not turn out as expected as the main post (I support
> they don't matter anymore ):
> 

Correct squeezelite wont start, but as soon as your speaker connects,
the connect daemon will restart squeezelite.

Also, the description of the thread is 3.22.so none of the previous
manual methods apply to 3.5.0, they all have been changed slightly.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-06-22 Thread tvsb


thx for the tips @paul , in beta mode bluetooth speaker paired and
streaming works ! 


my 2 cents for the forum:

be aware ,the Squeezelite will not start if pcp can't connect  to the bt
output device on boot , check the log @
http:///cgi-bin/diag_logs.cgi?SELECTION=All&ACTION=Show for detail .


and this is what not turn out as expected as the main post (I support
they don't matter anymore ):
1 vi /mnt/mmcblk0p1/config.txt  : no dtoverlay=pi3-bt line to  
comment out , only line similar with that is  dtoverlay=pi3-wifi
which I didnt touch 

2 /usr/local/bin/pcp-bt-start-controller: not found

3 var/lib/bluetooth also not found

4 /usr/local/bin/pcp-bt-reconnect.sh not found 
~/.pcp-bt-device not found 
sudo amixer -D bluealsa sset "$BTMIXER" 100%  : Wrong scontrol
identifier:



tvsb's Profile: http://forums.slimdevices.com/member.php?userid=68232
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-06-22 Thread paul-


Make sure you are in Beta mode.then make sure you have installed the
support files from the Control Page.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-06-22 Thread tvsb


exactly the same error with @radostyle here ,so how to do this in 3.5.0,
@paul the mighty



tvsb's Profile: http://forums.slimdevices.com/member.php?userid=68232
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-05-20 Thread paul-

in 3.5.0 the scripts were all changed when it was integrated.  Scripts
are not intended to be ran from command line.

Also, This is for speaker support only.  Not phones.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-05-07 Thread paul-

Correct, as long as the wifi is using a 5Ghz band.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-05-06 Thread radostyle

Paul,
Are you saying that with the RPI3B+  there is no hardware limitation to
using wifi and bluetooth at the same time?



radostyle's Profile: http://forums.slimdevices.com/member.php?userid=68108
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-03-18 Thread paul-

Testing with the new RPi3B+

Wlan connected at 2.4Mhz, bluetooth plays, but stumbles a little

Wlan connected at 5Ghz, Bluetooth plays quite nicely



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix



Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-02-07 Thread majones

paul- wrote: 
> I have this support built in to the web interface for the next
> release.which is hopefully soon.
I'm keen to give this a try, but will wait for the next release I think.
Just to clarify, can this be used with a USB bluetooth dongle, and if so
what chipsets are compatible with the in built drivers used by
piCorePlayer? I'd like to use my RPi3 with squeezelite with onboard wifi
to connect to LMS and the dongle to connect to my bluetooth speaker. Is
this likely to work?



majones's Profile: http://forums.slimdevices.com/member.php?userid=13029
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-01-17 Thread Grumpy Bob

paul- wrote: 
> This is one of the biggest issues I had to work through.   If the audio
> device disappears, squeezelite will crash.   If you turn off the "power"
> button in LMS, then squeezelite will close the audio output, which you
> can then turn off your headphones.   Just be sure to let your headphones
> connect before pressing the power button again.
> 
> 
> In the future pCP integration, I've added a check to restart squeezelite
> if needed when the configured bluetooth speakers connect.

That's very helpful - thanks!

Robert



*Home: *Raspberry Pi 3/piCoreplayer/LMS7.9  with files on QNAP TS-239
Touch > DacMagic 100 > Naim Audio Nait 3 > Mission 752 (plus Rega
Planar 3 and Naim CD3)
PiCorePlayer(Pi2) with touchscreen and IQAudIO DAC+>Sennheisers 
2 x Squeezebox Radios, 1 X Squeezebox 3 (retired)
*Office:* LMS7.9 running on WiFi MyPassport drive >
piCorePlayer(PiB)/HiFiBerryDAC > Amptastic Amplifier
SqueezePad, iPeng as controllers 

last.fm/user/GrumpyBob

Grumpy Bob's Profile: http://forums.slimdevices.com/member.php?userid=41857
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-01-17 Thread paul-

Grumpy Bob wrote: 
> I have just worked through the instructions and have my Bowers & Wilkins
> PX headphones working. There are some complexities from the headphones
> turning off when removed from my head, which doesn't play ball with
> squeezelite - at the moment I'm trying to set parameters to make this
> smoother.
> 
> Robert

This is one of the biggest issues I had to work through.   If the audio
device disappears, squeezelite will crash.   If you turn off the "power"
button in LMS, then squeezelite will close the audio output, which you
can then turn off your headphones.   Just be sure to let your headphones
connect before pressing the power button again.


In the future pCP integration, I've added a check to restart squeezelite
if needed when the configured bluetooth speakers connect.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-01-17 Thread Grumpy Bob

MaDsGa3 wrote: 
> First of all thank you for the great work you are sharing here!
> Respect!
> 
> I just want to confirm that my Phillips SHB-3060 bluetooth  headphones
> are running fine with the manual you described here in this tread.
> Finally I got handsfree music in my home office, without disturbing
> anybody else in the house :cool:
> 
> Looking forward for more exiting developments on the pcp here!!

I have just worked through the instructions and have my Bowers & Wilkins
PX headphones working. There are some complexities from the headphones
turning off when removed from my head, which doesn't play ball with
squeezelite - at the moment I'm trying to set parameters to make this
smoother.

Robert



*Home: *Raspberry Pi 3/piCoreplayer/LMS7.9  with files on QNAP TS-239
Touch > DacMagic 100 > Naim Audio Nait 3 > Mission 752 (plus Rega
Planar 3 and Naim CD3)
PiCorePlayer(Pi2) with touchscreen and IQAudIO DAC+>Sennheisers 
2 x Squeezebox Radios, 1 X Squeezebox 3 (retired)
*Office:* LMS7.9 running on WiFi MyPassport drive >
piCorePlayer(PiB)/HiFiBerryDAC > Amptastic Amplifier
SqueezePad, iPeng as controllers 

last.fm/user/GrumpyBob

Grumpy Bob's Profile: http://forums.slimdevices.com/member.php?userid=41857
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-01-17 Thread paul-

MaDsGa3 wrote: 
> First of all thank you for the great work you are sharing here!
> Respect!
> 
> I just want to confirm that my Phillips SHB-3060 bluetooth  headphones
> are running fine with the manual you described here in this tread.
> Finally I got handsfree music in my home office, without disturbing
> anybody else in the house :cool:
> 
> Looking forward for more exiting developments on the pcp here!!

Thanks for the confirmation, I have this support built in to the web
interface for the next release.which is hopefully soon.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-01-17 Thread MaDsGa3

paul- wrote: 
> Yes, they should work.

First of all thank you for the great work you are sharing here!
Respect!

I just want to confirm that my Phillips SHB-3060 bluetooth  headphones
are running fine with the manual you described here in this tread.
Finally I got handsfree music in my home office, without disturbing
anybody else in the house :cool:

Looking forward for more exiting developments on the pcp here!!



MaDsGa3's Profile: http://forums.slimdevices.com/member.php?userid=66146
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-01-06 Thread paul-

Grumpy Bob wrote: 
> I have a pair of Bluetooth headphones - would they function as if they
> were Bluetooth speakers for this experimental Bluetooth set-up? The
> set-up process doesn't look too daunting to me, and I'm keen to give it
> a go when I have a chance - back in analogue world, I'm currently making
> a few mechanical changes to my Planar 3!
> 
> Robert

Yes, they should work.  I am getting close to getting this support
integrated into the web interface.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-01-06 Thread Grumpy Bob

I have a pair of Bluetooth headphones - would they function as if they
were Bluetooth speakers for this experimental Bluetooth set-up? The
set-up process doesn't look too daunting to me, and I'm keen to give it
a go when I have a chance - back in analogue world, I'm currently making
a few mechanical changes to my Planar 3!

Robert



*Home: *Raspberry Pi 3/piCoreplayer/LMS7.9  with files on QNAP TS-239
Touch > DacMagic 100 > Naim Audio Nait 3 > Mission 752 (plus Rega
Planar 3 and Naim CD3)
PiCorePlayer(Pi2) with touchscreen and IQAudIO DAC+>Sennheisers 
2 x Squeezebox Radios, 1 X Squeezebox 3 (retired)
*Office:* LMS7.9 running on WiFi MyPassport drive >
piCorePlayer(PiB)/HiFiBerryDAC > Amptastic Amplifier
SqueezePad, iPeng as controllers 

last.fm/user/GrumpyBob

Grumpy Bob's Profile: http://forums.slimdevices.com/member.php?userid=41857
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-12-18 Thread paul-

On the rpi3 it is a Hardware implementation limitation.   But there are
also driver incompatibilities for other chipsets.

Some might work.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-12-18 Thread squeezeGoose

Great, thanks, I'll have a play!

Just a quick confirmation of something, you wrote "Rpi onboard wifi for
sure wont work.", I assume that to mean that WiFi and Bluetooth can't be
used at the same time? Is that a radio or a driver limitation? a WifI
Bluetooth piCorePlayer would be pretty cool!



squeezeGoose's Profile: http://forums.slimdevices.com/member.php?userid=67658
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-12-16 Thread paul-

squeezeGoose,

Seems I missed a step for you

edit /opt/.filetool.lst and add /var/lib/bluetooth at the end.(I've
updated the OP)

Then repair your speaker.


Ignore the dbus error.  The bus takes a bit to start and sometimes the
script tries before it's complete.  But the script does keep trying.  
The () after the error message is actually the success.  (I probably
should have a better message printed :)



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-12-16 Thread paul-

Dan benDan wrote: 
> 
> Need to pair device. \n Please run pcp-bt-pair
> Need to pair device. \n Please run pcp-bt-pair
> 

Did you follow the directions?  This message is also telling you what to
do.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-12-14 Thread Dan benDan

I see this in the pcp_bt.log file

tc@PiCore31LAN:~$ sudo vi /var/log/pcp_bt.log

Bluetooth Hardware Address:b8:27:eb:d4:f6:35
bcm43xx_init
Flash firmware /usr/local/lib/firmware/brcm/BCM43430A1.hcd
Set BDADDR UART: b8:27:eb:d4:f6:35
Set Controller UART speed to 921600 bit/s
Device setup complete
Error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.bluez was not provided by any .service files
()
Need to pair device. \n Please run pcp-bt-pair
Need to pair device. \n Please run pcp-bt-pair
2: Initialising...
Reconnecting
Connected

I do not understand where I went astray, I hope you can help me.

Thanks



Dan benDan's Profile: http://forums.slimdevices.com/member.php?userid=67621
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-12-13 Thread paul-

The boot drive is not mounted, please go back and read the instructions
up top.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-12-13 Thread Dan benDan

paul- wrote: 
> nano is not included in our distro.  Just use vi.

tc@PiCore31LAN:~$ vi /boot/config.txt shows no information 

all lines are just - except the bottom one which is "- /boot/config.txt
1/1 100%"



Dan benDan's Profile: http://forums.slimdevices.com/member.php?userid=67621
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-12-13 Thread paul-

nano is not included in our distro.  Just use vi.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-12-13 Thread Dan benDan

I tried Putty/SSH $ sudo nano config.txt but got "sudo: nano: command
not found".

I am sorry but I really am a Noob!



Dan benDan's Profile: http://forums.slimdevices.com/member.php?userid=67621
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-12-12 Thread paul-

Thais is still experimental, as I was looking to see if folks had luck
with various Bluetooth devices.  If you have never looked at bluez, you
will need to read up on that.

Read point 4 in the opening post.

The extension can be installed from the extension button in the main
menu.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-12-12 Thread Dan benDan

A little linux skillz to install manual portions of support, and to
do some debugging if needed

I don't know how to "•Download Extension pcp-bt from the extension
browser. Using the piCorePlayer Sourceforge repo." Can you explain how
to do this?

Will WI-FI work using an external WI-FI adapter?

Thanks!



Dan benDan's Profile: http://forums.slimdevices.com/member.php?userid=67621
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-10-28 Thread M-H

paul- wrote: 
> 
> When I noticed the bluez-alsa project was re-implementing the support
> for alsa that was dropped from Bluez 5.x.  I figured I would see how
> squeezelite and bluetooth would work.  It worked better than I
> expected.
> 

Paul, Would this also allow us to add BT-input ? 
It would be a great addition to be able to play an occasional tune from
my phone over the PCP managed amp and speakers .

Greetz MH



M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-09-24 Thread Tony T

I was also just thinking about a BT Speaker as I wanted Stereo….
….then I remembered that I can configure my 2 SB radios to Left Output
and Right Output and sync, and wala… Stereo!



Tony
  SBTouch ♪ SBRadio ♬

Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2017-09-23 Thread huxmut

Wow 
I was just wondering about this two days ago ...
I wont have a chance to try for a little while, but many thanks in
advance :)



rPi 3 + rasPi 7" LCD + HiFiBerry DiGi+ | rPi 2 + IQaudio DAC+ |rPi 2 +
HiFiBerry DAC+ | Squeeze Box Touch | LMS + XPenology on HP Gen 8 |

huxmut's Profile: http://forums.slimdevices.com/member.php?userid=65108
View this thread: http://forums.slimdevices.com/showthread.php?t=108037

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix