Linux bluetooth development
 help / color / mirror / Atom feed
* [Bluez-users] How to avoid "hciconfig hci0 up"
@ 2005-09-29  9:29 Swathi Mathur80
  2005-09-29  9:34 ` Marcel Holtmann
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Swathi Mathur80 @ 2005-09-29  9:29 UTC (permalink / raw)
  To: bluez-users

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

Hello,
Why do i need to always use the below command to get my bluetooth adpater working  when i restart my pc ?

hciconfig hci0 up
how can i avoid this ?

Thanks in advance,

Swathi


		
---------------------------------
Yahoo! for Good
 Click here to donate to the Hurricane Katrina relief effort. 

[-- Attachment #2: Type: text/html, Size: 470 bytes --]

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

* Re: [Bluez-users] How to avoid "hciconfig hci0 up"
  2005-09-29  9:29 [Bluez-users] How to avoid "hciconfig hci0 up" Swathi Mathur80
@ 2005-09-29  9:34 ` Marcel Holtmann
  2005-09-29  9:35 ` hariharan veerappan
  2005-09-29  9:51 ` Seba T.
  2 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2005-09-29  9:34 UTC (permalink / raw)
  To: bluez-users

Hi Swathi,

> Why do i need to always use the below command to get my bluetooth
> adpater working  when i restart my pc ?
> hciconfig hci0 up
> how can i avoid this ?

start hcid and use the autoinit feature.

Regards

Marcel





-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] How to avoid "hciconfig hci0 up"
  2005-09-29  9:29 [Bluez-users] How to avoid "hciconfig hci0 up" Swathi Mathur80
  2005-09-29  9:34 ` Marcel Holtmann
@ 2005-09-29  9:35 ` hariharan veerappan
  2005-09-29  9:51 ` Seba T.
  2 siblings, 0 replies; 5+ messages in thread
From: hariharan veerappan @ 2005-09-29  9:35 UTC (permalink / raw)
  To: bluez-users

Hello,
Just add the Hci config command in the Boot script /etc/rc.local after
the Modprobe blutooth
has been completed.

Hariharan.V.

On 9/29/05, Swathi Mathur80 <swathi_mathur80@yahoo.com> wrote:
> Hello,
> Why do i need to always use the below command to get my bluetooth adpater
> working  when i restart my pc ?
>
>
> hciconfig hci0 up
> how can i avoid this ?
>
> Thanks in advance,
>
> Swathi
>
>  ________________________________
> Yahoo! for Good
>  Click here to donate to the Hurricane Katrina relief effort.
>
>


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] How to avoid "hciconfig hci0 up"
  2005-09-29  9:29 [Bluez-users] How to avoid "hciconfig hci0 up" Swathi Mathur80
  2005-09-29  9:34 ` Marcel Holtmann
  2005-09-29  9:35 ` hariharan veerappan
@ 2005-09-29  9:51 ` Seba T.
  2005-09-29 10:45   ` Marcel Holtmann
  2 siblings, 1 reply; 5+ messages in thread
From: Seba T. @ 2005-09-29  9:51 UTC (permalink / raw)
  To: bluez-users

Dnia czwartek, 29 wrze=B6nia 2005 11:29, Swathi Mathur80 napisa=B3:
> Hello,
> Why do i need to always use the below command to get my bluetooth adpater
> working  when i restart my pc ?
>
> hciconfig hci0 up
> how can i avoid this ?
add it to ur startup scripts=20

somewhere in /etc/init.d/
=2D-=20
Powered by Yoper Linux=20
kernel 2.6.11 ; kde 3.4.2
moj nr gg: 149460

Je=B6li musisz by=E6 pod winblowsem u=BFywaj www.firefox.pl


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] How to avoid "hciconfig hci0 up"
  2005-09-29  9:51 ` Seba T.
@ 2005-09-29 10:45   ` Marcel Holtmann
  0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2005-09-29 10:45 UTC (permalink / raw)
  To: bluez-users

Hi,

> > Why do i need to always use the below command to get my bluetooth adpater
> > working  when i restart my pc ?
> >
> > hciconfig hci0 up
> > how can i avoid this ?
> add it to ur startup scripts 
> 
> somewhere in /etc/init.d/

this is the wrong approach. See my other email.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2005-09-29 10:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-29  9:29 [Bluez-users] How to avoid "hciconfig hci0 up" Swathi Mathur80
2005-09-29  9:34 ` Marcel Holtmann
2005-09-29  9:35 ` hariharan veerappan
2005-09-29  9:51 ` Seba T.
2005-09-29 10:45   ` Marcel Holtmann

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