Author Topic: How to disable network connection type LED indication  (Read 3479 times)

Georgius

  • Newbie
  • *
  • Posts: 16
    • View Profile
How to disable network connection type LED indication
« on: July 10, 2018, 04:56:44 pm »
Hello,
 after upgrading the gemian-leds package, I have a LED on the back showing what connection ype I am using. Even though I like this idea, in some circumstances the LED may be disturbing (eg. dark lecture hall). Is there any easy way how to manage this LED ? Or maybe not only disabling this new feature (ideally just sometimes, on demand) but controlling the other LEDs as well for notifications (if gemini would not sleep fully ) ?

 thanks
  George

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
How to disable network connection type LED indication
« Reply #1 on: July 10, 2018, 07:33:50 pm »
Quote from: Georgius
Hello,
 after upgrading the gemian-leds package, I have a LED on the back showing what connection ype I am using. Even though I like this idea, in some circumstances the LED may be disturbing (eg. dark lecture hall). Is there any easy way how to manage this LED ? Or maybe not only disabling this new feature (ideally just sometimes, on demand) but controlling the other LEDs as well for notifications (if gemini would not sleep fully ) ?

 thanks
  George

First turn off wifi and bluetooth and cellular in connman
Then sudo systemctl stop gemian-leds
Then turn on wifi , bluetooth and cellular in connman. ( the led   now is turned off )

To turn on simply sudo systemctl start gemian-leds. ( the leds are active now )

Georgius

  • Newbie
  • *
  • Posts: 16
    • View Profile
How to disable network connection type LED indication
« Reply #2 on: July 11, 2018, 12:52:09 pm »
Thanks for tip, works nice, maybe a script could automate this (I still did not get used to systemd, you know, the old school init.d person, so I do not know the commad for entering the airplane mode). But I would prefer some /etc/leds.conf with
CAPS=on
Connection=off

options. I did not find any feature request page for gemian and I presume we do not have any mailing list. Aside of that I do not like the idea of TP3 moving from X11 and I do not know where to complain ...

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
How to disable network connection type LED indication
« Reply #3 on: July 11, 2018, 01:00:05 pm »
Quote from: Georgius
Thanks for tip, works nice, maybe a script could automate this (I still did not get used to systemd, you know, the old school init.d person, so I do not know the commad for entering the airplane mode). But I would prefer some /etc/leds.conf with
CAPS=on
Connection=off

options. I did not find any feature request page for gemian and I presume we do not have any mailing list. Aside of that I do not like the idea of TP3 moving from X11 and I do not know where to complain ...
I am not with my gemini now, but to enter airplane mode you can  press Fn and a key that have a symbol of  the airplane in keyboard ( If I remember "F" key ).

Georgius

  • Newbie
  • *
  • Posts: 16
    • View Profile
How to disable network connection type LED indication
« Reply #4 on: July 11, 2018, 03:43:11 pm »
Sorry for being too brief - I know how to enter the airplane mode by keyboard, the point was, that it would be nice to have a script for autamating the task "go to airplane mode, wait for a while, shutdown gemini.led, go back from the airplane mode". But reading my text again I realize that rfkill (if works) may be more elegant and UNIX way to go ;-)

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
How to disable network connection type LED indication
« Reply #5 on: July 11, 2018, 04:36:13 pm »
Quote from: Georgius
Sorry for being too brief - I know how to enter the airplane mode by keyboard, the point was, that it would be nice to have a script for autamating the task "go to airplane mode, wait for a while, shutdown gemini.led, go back from the airplane mode". But reading my text again I realize that rfkill (if works) may be more elegant and UNIX way to go ;-)

 I am traveling  without my gemini. I think someone here may help and make a test.
Maybe in the future when I arrive I can make a test.