Bonsoir tout le monde ! Aujourd'hui je me demandais "comment virer le bluetooth ?"
Actuellement j'ai fais ça (dans l'ordre) ;
- aptitude remove bluetooth
- aptitude purge bluetooth
puis j'ai suivi ces instructions ; Method 1:
Open the /etc/rc.local file with your favourite text editor:
$ gksudo vim /etc/rc.local
And type the following text, before “exit 0″:
rfkill block bluetooth
Explanation:
The /etc/rc.local file stores scripts or commands that run at the end of each runlevel. rfkill block bluetooth terminates the bluetooth process at startup.
ensuite un petit reboot..Et quand je fais un aptitude search bluetooth, le paquet nommé bluetooth est de nouveau présent..par contre ma diode est "éteinte" mais clignote de temps en temps.
Je précise, pc portable (MSI GP60) sous Debian Testing !
D'avance merci