TLP icon indicating copy to clipboard operation
TLP copied to clipboard

Bluetooth interface support for tlp-rdw?

Open The-Compiler opened this issue 5 years ago • 1 comments

As the Linux support for my new laptop's WWAN isn't really good at the moment, I use Android's Bluetooth tethering instead via NetworkManager.

This creates a bnep0 interface which is listed as type bt in nmcli dev. I'd like to add support for that to tlp-rdw so that I can disable all other interfaces when I'm connected via Bluetooth.

I should be able to write a PR for this adding DEVICES_TO_(DI|EN)SABLE_ON_BT_(|DIS)CONNECT settings, does that sound good?

The-Compiler avatar Sep 13 '20 09:09 The-Compiler

Hi,

sounds interesting, go ahead.

I suggest however to use something like _BTNET_ instead of _BT_ to somewhat reduce the risk of confusion.

Remember to cover tlp-stat -r and changelog.

linrunner avatar Sep 13 '20 16:09 linrunner