Search Criteria
Package Details: bluez-utils-compat 5.66-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bluez-utils-compat.git (read-only, click to copy) |
---|---|
Package Base: | bluez-utils-compat |
Description: | Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools. |
Upstream URL: | http://www.bluez.org/ |
Keywords: | hciconfig hcidump hcitool |
Licenses: | GPL2 |
Conflicts: | bluez-hcidump, bluez-hcitool, bluez-utils |
Provides: | bluez-hcidump, bluez-hcitool, bluez-utils |
Submitter: | thurstylark |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 55 |
Popularity: | 1.42 |
First Submitted: | 2017-03-02 17:34 (UTC) |
Last Updated: | 2022-11-19 01:28 (UTC) |
Dependencies (11)
- dbus (dbus-elogind, dbus-nosystemd-minimal-git, dbus-nosystemd, dbus-git, dbus-x11, dbus-selinux, dbus-xdg-docs)
- glib2 (glib2-nodocs-git, glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- systemd (systemd-homed-containers, systemd-selinux, systemd-git)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta) (make)
- dbus (dbus-elogind, dbus-nosystemd-minimal-git, dbus-nosystemd, dbus-git, dbus-x11, dbus-selinux, dbus-xdg-docs) (make)
- ell (ell-git) (make)
- json-c (json-c-git) (make)
- libical (libical2, zarafa-libical) (make)
- python-docutils (python-docutils1) (make)
- systemd (systemd-homed-containers, systemd-selinux, systemd-git) (make)
- ell (ell-git) (optional) – for btpclient
Required by (54)
- anki-drive-sdk-git (requires bluez-utils) (optional)
- asus-nb-wmi-reload-git (requires bluez-utils)
- bcm20702a1-firmware (requires bluez-utils) (make)
- bcm20702b0-firmware (requires bluez-utils) (make)
- bcm20703a1-firmware (requires bluez-utils) (make)
- bcm43142a0-firmware (requires bluez-utils) (make)
- bcm4335c0-firmware (requires bluez-utils) (make)
- bcm4350c5-firmware (requires bluez-utils) (make)
- bcm4356a2-firmware (requires bluez-utils) (make)
- blucat (requires bluez-utils)
- blueproximity-py3-git
- blueranger (requires bluez-hcitool)
- blueranger (requires bluez-utils)
- bluetooth-openrc (requires bluez-utils)
- bluetooth-support (requires bluez-utils)
- bluetooth-unlock (requires bluez-utils)
- bthandler (requires bluez-utils)
- btmenu (requires bluez-utils)
- btspk (requires bluez-utils)
- coretoppings (requires bluez-utils) (optional)
- Show 34 more...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
cjharris commented on 2022-08-19 00:08 (UTC) (edited on 2022-08-20 05:05 (UTC) by cjharris)
Install appears to be missing some files:
install: cannot stat '...bluez-utils-compat/src/bluez-5.64/tools/3dsp.Po': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
ElderBladeX commented on 2022-01-07 01:48 (UTC)
I've been getting this error since 5.62-1:
I checked my dbus version and it's the latest version, 1.12.20-1.
An ubuntu thread stated that
libdbus-1-dev libudev-dev libical-dev libreadline-dev
need to be installed, but I don't see an equivalent in the Arch repo or the AUR. I double checked the dependencies listed here and I don't see anything missing.Zoddo commented on 2021-08-14 09:46 (UTC)
@Galaxy: Arch Linux is using systemd and the bluez systemd integration is needed.
If you need to disable it on Artix, you can add the flag locally on your machine (you can commit the change in your local repository; it will be kept when using "git pull". That's also working with most AUR helpers as they usually do a git pull)
Galaxy commented on 2021-08-14 09:25 (UTC) (edited on 2021-08-14 09:25 (UTC) by Galaxy)
Would you disable systemd so that it can be built in Artix Linux ?
sayonalion commented on 2021-03-06 16:20 (UTC)
hcitool lescan
→Set scan parameters failed: Input/output error
Aberts10 commented on 2020-11-29 07:11 (UTC)
When trying to use hcitool lescan, i can only get "Could not create connection: Input/output error"
What's going on here?
Zepman commented on 2020-09-10 10:56 (UTC) (edited on 2020-09-12 14:41 (UTC) by Zepman)
Note:
Package is updated and the below information is no longer relevant.
Building fails:
The cause for this is that the diff file is not included in the bluez package anymore.
Workaround
In PKGBUILD, replace the URL for refresh_adv_manager_for_non-LE_devices.diff (the last value of
source
) with:Replace the last value of
sha512sums
with:makepkg will extract the diff file automatically, so do not worry about that.
Build and install the package as normal.
Suggestion to package maintainer
Include the diff file in the AUR package.
JohnnyDeacon commented on 2020-08-05 21:30 (UTC)
==> PGP keys need importing: -> E932D120BC2AEC444E558F0106CA9F5D1DCF2659, required by: bluez-utils-compat ==> Import? [Y/n] Y :: Importing keys with gpg... gpg: keyserver receive failed: General error problem importing keys
twa022 commented on 2020-07-29 12:44 (UTC)
If there's an issue retrieving the key, you can always skip the pgp check by passing --skippgpcheck to makepkg when building.
ZReC commented on 2020-07-26 05:02 (UTC)
I'm having the same issue.
bluez-5.54.tar ... FAILED (unknown public key 06CA9F5D1DCF2659) ==> ERROR: One or more PGP signatures could not be verified!
And then when I input: gpg --recv-keys 06CA9F5D1DCF2659
It throws: gpg: keyserver receive failed: General error
I got a "Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)" that is not working, the only place I could make it to work was under Ubuntu thanks to this > https://github.com/jeremyb31/newbtfix-4.15. I tried as well here in Arch but it won't work. Then I came here just to try https://bugzilla.kernel.org/show_bug.cgi?id=60824, I couldn't install this package yet.
1 2 3 4 5 6 7 Next › Last »