Add initial draft

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-07-17 01:49:07 +05:30
parent a70adc784c
commit 787c0f5466
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
+++
categories = ["linux"]
date = 2020-07-17
description = "Getting a USB Bluetooth dongle to function properly on Linux proved to be somewhat of a trip, which I'm documenting here."
draft = true
slug = "making-a-bluetooth-adapter-work-on-linux"
tags = ["bluetooth", "usb dongle"]
title = "Making a Bluetooth adapter work on Linux"
+++
I made a couple of purchases yesterday, including a Bluetooth speaker and a USB Bluetooth dongle to pair it to my computer. Now here's a couple things that you need to know about said computer:
- This runs Linux
- It runs a customized build of the Zen kernel with a very slimmed down config
- The computer has never had Bluetooth connectivity before
Thanks to this combination of factors, things got weird.