bose-usbfix/README.md

25 lines
566 B
Markdown
Raw Normal View History

2020-10-06 19:40:39 +00:00
## Bose Companion 5 - Fix Sound (Linux)
2018-09-20 02:48:06 +00:00
I got really fed up with the sound constantly cutting out on the Bose Companion 5, and so made this. Bose should really fix the issue, as all this does is perform a reset of the device whenever it happens.
2020-10-06 19:40:39 +00:00
### Requirements
* Go
* GNU or Busybox, anything which provides lsusb
### Building
First install Go and then run:
2018-09-20 02:48:06 +00:00
```shell
go build
2018-09-20 02:54:00 +00:00
go install
2020-10-06 19:40:39 +00:00
```
2018-09-20 02:54:00 +00:00
2020-10-06 19:40:39 +00:00
### Usage
I typically bind a sequence using my window manager to execute the application - but you can also just run it from a terminal.
```shell
2018-09-20 02:54:00 +00:00
bose-usbfix
2018-09-20 02:48:06 +00:00
```