Networking Forums

Networking Forums > Computer Networking > Linux Networking > Re: Where is Bluetooth installation coming from and how can I removeit from my old Debian box?

Reply
Thread Tools Display Modes

Re: Where is Bluetooth installation coming from and how can I removeit from my old Debian box?

 
 
Kevin D. Snodgrass
Guest
Posts: n/a

 
      02-23-2010, 08:44 PM

> I assume it is from Kernel because of:
> $ lsmod |grep bluetooth
> bluetooth 46960 6 sco,rfcomm,bnep,l2cap


This means it is a kernel module.

> $ locate bluetooth
> /etc/bluetooth
> /etc/bluetooth/audio.conf
> /etc/bluetooth/input.conf
> /etc/bluetooth/main.conf
> /etc/bluetooth/network.conf
> /etc/bluetooth/rfcomm.conf
> /etc/dbus-1/system.d/bluetooth.conf
> /etc/default/bluetooth
> /etc/init.d/bluetooth
> /etc/rc0.d/K74bluetooth
> /etc/rc1.d/K74bluetooth
> /etc/rc2.d/S25bluetooth
> /etc/rc3.d/S25bluetooth
> /etc/rc4.d/S25bluetooth
> /etc/rc5.d/S25bluetooth
> /etc/rc6.d/K74bluetooth


Delete or rename (move somewhere else, outside the /etc/init.d/ and
/etc/rc?.d/ directories) the bluetooth scripts in the various rc?.d
directories. That should keep the various bluetooth modules from
getting loaded.

> /etc/xdg/autostart/bluetooth-applet.desktop
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth/bcm203x.ko
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth/bfusb.ko
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth/bluecard_cs.ko
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth/bpa10x.ko
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth/bt3c_cs.ko
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth/btsdio.ko
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth/btuart_cs.ko
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth/btusb.ko
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth/dtl1_cs.ko
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth/hci_uart.ko
> /lib/modules/2.6.30-2-686/kernel/drivers/bluetooth/hci_vhci.ko
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth/bluetooth.ko
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth/bnep
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth/cmtp
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth/hidp
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth/l2cap.ko
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth/rfcomm
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth/sco.ko
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth/bnep/bnep.ko
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth/cmtp/cmtp.ko
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth/hidp/hidp.ko
> /lib/modules/2.6.30-2-686/kernel/net/bluetooth/rfcomm/rfcomm.ko


There are the kernel modules (*.ko).

> Do I assume I have to customize Kernel to remove it?


No, just prevent the kernel modules from loading. Either my way,
delete/rename the scripts in /etc/rc?.d (actually symlinks, but...) or
do what another poster suggested and blacklist. I prefer to
delete/rename since the bootup won't even spend time reading in the
scripts and checking the blacklist.

> Thank you in advance.


Hey Phil, you still reading comp.os.netware.*? :-)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11