LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-09-2017, 07:50 PM   #1
eco_bach
Member
 
Registered: Dec 2016
Posts: 242

Rep: Reputation: Disabled
Apple bluetooth keyboard support > Unable to locate package bluez-compat


Trying to get Apple bluetooth keyboard support with ubuntu-mate 16.04

Following this guide

http://askubuntu.com/questions/17504...ect-at-startup

Code:
$ sudo apt-get install bluez-compat
results in
Quote:
E: Unable to locate package bluez-compat
Where can I retrieve this package?
Is there a PPA?
 
Old 01-09-2017, 09:24 PM   #2
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
The post you linked to is 6 years old. Surely there is a more relevant post
 
Old 01-10-2017, 07:24 AM   #3
eco_bach
Member
 
Registered: Dec 2016
Posts: 242

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by The EzekielProject View Post
The post you linked to is 6 years old. Surely there is a more relevant post
Thanks for bringing that to my attention!

Am much closer following this 'recipe' (3rd answer) and also cross referencing Arch wiki

http://askubuntu.com/questions/73031...nnect-in-15-10

Only change so far is had to use
Code:
sudo apt-get install bluez:i386
to get bluetoothctl

ok so works initially BUT
after reboot NO bluetooth icon in my Panel and bluetooth not working

Also if I try and duplicate the install I get

Quote:
[bluetooth]# scan on
Failed to start discovery: org.bluez.Error.NotReady

result of [bluetooth]# show
Quote:
Controller 5C:F3:70:7D:3D:BC
Name: Art3mis
Alias: Art3mis
Class: 0x000000
Powered: no
Discoverable: no
Pairable: yes
UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
Modalias: usb:v1D6Bp0246d0525
Discovering: no
result of systemctl status bluetooth:
Quote:
bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: active (running) since Tue 2017-01-10 09:52:19 EST; 10min ago
Docs: man:bluetoothd(8)
Main PID: 9221 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─9221 /usr/lib/bluetooth/bluetoothd

Jan 10 09:52:19 Art3mis bluetoothd[9221]: Not enough free handles to register se
Jan 10 09:52:19 Art3mis bluetoothd[9221]: Not enough free handles to register se
Jan 10 09:52:19 Art3mis bluetoothd[9221]: Not enough free handles to register se
Jan 10 09:52:19 Art3mis bluetoothd[9221]: Current Time Service could not be regi
Jan 10 09:52:19 Art3mis bluetoothd[9221]: gatt-time-server: Input/output error (
Jan 10 09:52:19 Art3mis bluetoothd[9221]: Not enough free handles to register se
Jan 10 09:52:19 Art3mis bluetoothd[9221]: Not enough free handles to register se
Jan 10 09:52:19 Art3mis bluetoothd[9221]: Sap driver initialization failed.
Jan 10 09:52:19 Art3mis bluetoothd[9221]: sap-server: Operation not permitted (1
Jan 10 09:52:19 Art3mis systemd[1]: Started Bluetooth service.

hcitool scan
Quote:
Device is not available: No such device
Any bluetooth experts reading this that can help? I am using a Asus BT400 bluetooth dongle.

Last edited by eco_bach; 01-10-2017 at 09:43 AM.
 
Old 01-10-2017, 10:13 AM   #4
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
Quote:
ok so works initially BUT
after reboot NO bluetooth icon in my Panel and bluetooth not working
Would you mind clarifying this statement? Do you mean you are able to successfully pair and use bluetooth initially and it then fails?

The Archwiki is an amazing resource and should be able to get you up and running with bluetooth. Did you follow the "Configuration via the CLI" section? Or are you using a gui?

Also, what is the output of
Code:
dmesg | grep bluetooth
 
Old 01-10-2017, 06:12 PM   #5
eco_bach
Member
 
Registered: Dec 2016
Posts: 242

Original Poster
Rep: Reputation: Disabled
Thanks
Was able to reinstall my bluetooth icon by running

Code:
sudo apt-get install --reinstall blueman
then reboot

so I have working bluetooth now, the only caveat being I have to select bluetooth from panel and choose 'Make Discoverable' every time I boot.

result of
Code:
dmesg | grep bluetooth
Quote:
[ 12.846257] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0b05-17cb.hcd failed with error -2
[ 96.394644] input: jim’s keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/bluetooth/hci0/hci0:11/0005:05AC:0239.0005/input/input21
 
Old 01-10-2017, 07:05 PM   #6
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
So your bluetooth is working?
Because
Code:
[ 12.846257] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0b05-17cb.hcd failed with error -2
seems to indicate it failed to load firmware.

Are you actually able to pair your devices and transfer files?
 
  


Reply

Tags
bluetooth



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Ubuntu Touch Finally Gets the Latest BlueZ 5.x Stack for Better Bluetooth Support LXer Syndicated Linux News 0 11-22-2015 10:50 AM
[SOLVED] Apple bluetooth keyboard dies on slackware boot khronosschoty Slackware 7 02-02-2015 08:49 AM
Bluetooth question with Connection Timeout in Bluez-4.99 Package linuxbawks Linux - Hardware 4 05-17-2013 04:16 AM
[SOLVED] E: Unable to locate package nova-comm E: Unable to locate package python-psycopq2 mint12 Linux - Virtualization and Cloud 2 01-05-2012 12:07 PM
Apple Wireless Keyboard (bluetooth) nakko Linux - Hardware 12 02-08-2006 07:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration