Skip to content

A simple snap to startup bluetooth at boot. Created for ubuntu core and classic devices.

License

Notifications You must be signed in to change notification settings

mauringo/autostart-bluetooth-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snap to autostart bluetooth at boot

Get it from the Snap Store

Why?

Using Ubuntu Core devices it is not always possible to access via SSH. furthermore, bluez usually doesn't start up the bluetooth at boot. In the worst cases is not even possible to access the device via SSH.

Usage

1 - install bluez to allow bluetooth: "sudo snap install bluez"

2 - check dongle compatibility: "sudo bluez.hciconfig" --> the log must show up the HCI devices with their state

3 - install bluetooth autosatart: "sudo snap install bluetooth-autostart"

4- connect if needed the proper interface: "sudo snap connect bluetooth-autostart:bluetooth-control"

Enjoy

basically this app runs the "hcicconfig hci0 up" command

Build

Follow the commands. you may need multipass support.

1 - git clone https://github.com/mauringo/autostart-bluetooth-snap.git

2 - cd autosrtart-bluetooth-snap

3 - snapcraft

About

A simple snap to startup bluetooth at boot. Created for ubuntu core and classic devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages