public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Removing hcid daemon
@ 2005-02-22 12:05 BZ Benny
  2005-02-22 14:48 ` [Bluez-users] " Sebastian Roth
  0 siblings, 1 reply; 2+ messages in thread
From: BZ Benny @ 2005-02-22 12:05 UTC (permalink / raw)
  To: bluez maillinglist

Hi all,

every time I run hcid  the bluetooth module is used
and we see with lsmod by which other modules it is
used.
i want the remove bluetooth with 
#rmmod bluetooth
but before I remove other modules that use bluetooth
like hci_usb, l2cap and others.
but how could I remove daemons and how could I see
daemons that I'm runing and that use bluetooth module
such as hcid daemon?

tanks
regards,
benny





	

	
		
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! 
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bluez-users] Re: Removing hcid daemon
  2005-02-22 12:05 [Bluez-users] Removing hcid daemon BZ Benny
@ 2005-02-22 14:48 ` Sebastian Roth
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Roth @ 2005-02-22 14:48 UTC (permalink / raw)
  To: bluez-users

Hi Benny,

not really sure if I got the point. I think this is no bluetooth
specific question at all!

 > but how could I remove daemons and how could I see
 > daemons that I'm runing and that use bluetooth module
 > such as hcid daemon?
Modules and daemons are two different things! Modules are part of the
kernel whereas daemons run in userspace.

`lsmod' shows the list of loaded modules

`ps' shows the running processes (including daemons...)

# ps ax | grep hcid
25252 ?        Ss     0:00 hcid: processing events
30706 pts/4    D+     0:00 grep hcid

To "remove" this daemon you have to send a kill signal.

# kill 25252

Use the PID (process id) you see on the output on your system.
For more info please have a look at the manpages! (man ps, man kill)

Best regards,
Sebastian






-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-22 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-22 12:05 [Bluez-users] Removing hcid daemon BZ Benny
2005-02-22 14:48 ` [Bluez-users] " Sebastian Roth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox