Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] turn on wifi enables also bluetooth
Date: Thu, 17 Jun 2010 14:23:54
Message-Id: AANLkTilToxh5dXCAxVCp9V2MezXE73ZlC3E-lOSCs1sG@mail.gmail.com
In Reply to: [gentoo-user] turn on wifi enables also bluetooth by pat
1 On 17 June 2010 13:43, pat <pat@××××××××.org> wrote:
2 > Hello,
3 >
4 > I have Dell Latitude E4300 notebook where the wifi and bluetooth (BT) is
5 > turned on by one HW switch. So, on windows if the switch is turned on there is
6 > possible to turn off one of these devices (from windows try stop the device).
7 > Is there something similar in Linux? Some application which is opened right
8 > after turning on of the switch and the application allow me to choose to turn
9 > on wifi or bt or both? Or is there a script which can be used to turn of the
10 > device even if the switch is on?
11 >
12 > In common I don't want to turn on BT when using wifi and vice versa.
13
14 Emerge net-wireless/rfkill and check if there are different switches
15 for your bt (there should be at least one device for the wireless).
16
17 Alternatively, if you would rather 'switched off' control of wifi/bt
18 at a software level you could run:
19
20 /etc/init.d/bluetooth stop
21
22 --
23 Regards,
24 Mick