Bug 228879 - [handbook] slight updates towards Bluetooth and BT Headphones support in FreeBSD
Summary: [handbook] slight updates towards Bluetooth and BT Headphones support in FreeBSD
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-doc (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-06-10 22:25 UTC by Mike
Modified: 2019-01-02 18:03 UTC (History)
1 user (show)

See Also:


Attachments
svn diff for my changes. (6.56 KB, patch)
2018-06-10 22:25 UTC, Mike
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike 2018-06-10 22:25:04 UTC
Created attachment 194142 [details]
svn diff for my changes.

I've had some hard time figuring out Bluetooth headphones support on my laptop's new FreeBSD installation due to conflicting information on various corners. This patch should fix this for future users.

Touching parts: advanced networking (network-bluetooth.html) and sound (sound-setup.html).

Sound-setup.html might need a slight update in regards with modules and what not as well, because parts of it seem rather outdated.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-02 18:02:57 UTC
A commit references this bug:

Author: bcr
Date: Wed Jan  2 18:01:56 UTC 2019
New revision: 52744
URL: https://svnweb.freebsd.org/changeset/doc/52744

Log:
  Add more information about Bluetooth usage.

  The patch shows how to create a remote device connection and
  how to manage devices in /etc/bluetooth/hosts.  The multimedia
  chapter was extended with a description on how to set up and
  connect a Bluetooth audio device as a sound sink.
  It also adds man page references to man-refs.ent for hcsecd(8)
  and virtual_oss(8), respectively.

  I cleaned up the patch a bit for consistency and proper markup.

  PR:			    228879
  Submitted by:		    nekoxmachina@gmail.com
  Take a look at this PR by:  lme

Changes:
  head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
  head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml
  head/share/xml/man-refs.ent
Comment 2 Benedict Reuschling freebsd_committer freebsd_triage 2019-01-02 18:03:44 UTC
Thanks for your patch, I just committed a slightly modified version. Thanks! PR closed.