Search Criteria
Package Details: bt-dualboot 1.0.1-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bt-dualboot.git (read-only, click to copy) |
|---|---|
| Package Base: | bt-dualboot |
| Description: | Sync Bluetooth for dualboot Linux and Windows |
| Upstream URL: | https://github.com/x2es/bt-dualboot |
| Licenses: | GPL-3.0-only |
| Submitter: | icepie |
| Maintainer: | HurricanePootis |
| Last Packager: | HurricanePootis |
| Votes: | 15 |
| Popularity: | 1.38 |
| First Submitted: | 2022-10-23 03:13 (UTC) |
| Last Updated: | 2026-01-20 19:37 (UTC) |
Dependencies (7)
- chntpw
- python
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-wheel (make)
Latest Comments
Mali commented on 2026-05-17 20:22 (UTC) (edited on 2026-05-17 20:24 (UTC) by Mali)
If you're hitting KeyError: 'Neither ... LinkKey->Key nor LongTermKey->Key exist', it means at least one paired device under /var/lib/bluetooth/ has neither a [LinkKey] nor [LongTermKey] section (usually a half-paired or stale BLE entry).
Note: If you don't really want to sync all devices, use --sync instead of --sync-all to sidestep this.
Find the offenders:
For each path printed, note the device MAC (last directory) and remove it in bluetoothctl:
Re-pair afterwards if it's a device you actually use. Then bt-dualboot runs cleanly.
alfrednewman commented on 2026-02-24 01:37 (UTC)
sonnyka commented on 2025-11-18 09:41 (UTC)
@alllexx88 Can confirm the fix works. Thank you.
alllexx88 commented on 2025-11-16 17:38 (UTC)
@sonnyka I had a similar error. I applied this patch: http://0x0.st/Kf-d.diff It's originally this PR: https://github.com/x2es/bt-dualboot/pull/14 with
LongTermKeychanged toSlaveLongTermKeyIt worked with my BT devices afterwards (an xbox controller and a logitech mouse)
sonnyka commented on 2025-05-22 08:05 (UTC) (edited on 2025-05-22 08:07 (UTC) by sonnyka)
Installed bt-dualboot via yay.
Trying:
Please help! :)
HurricanePootis commented on 2024-10-21 02:05 (UTC) (edited on 2024-10-21 02:06 (UTC) by HurricanePootis)
I have the following recommend changes to get this package building.
build()functionanthon commented on 2023-05-23 19:01 (UTC)
I had to rebuild this package recently to fix this error: ModuleNotFoundError: No module named 'bt_dualboot'