Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Bluetooth

 
   Soft32 Home -> Linux -> Hardware RSS
Next:  Can't use tape drive (no /dev/st0)  
Author Message
Hactar

External


Since: Jun 19, 2006
Posts: 50



(Msg. 1) Posted: Fri Sep 28, 2007 12:07 am
Post subject: Bluetooth
Archived from groups: comp>os>linux>hardware (more info?)

I have an HP Compaq nc6400. AFAIK, it has built-in Bluetooth capability.
How do I find out what the device is, what driver it should use (is that
included with 2.6.22.3?), what the device is called, and what I can do
with it? Thanks.

--
A well-lovd and corrctly traind domstc cnine is gnrlly slobbry, excitbl,
noisy, scatologically obsessed, xenophobic, pathetically unjudgmental,
embrrssngly uninhbtd, unreasnngly dvtd, hrtbrkngly dpndnt and wretchedly
craven. All othr knds of dog cmpre unfvrbly wth ths picture. - PB, AFCA
Back to top
Login to vote
Janaka

External


Since: Aug 27, 2007
Posts: 43



(Msg. 2) Posted: Fri Sep 28, 2007 12:07 am
Post subject: Re: Bluetooth [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sep 28, 10:07 am, ebenZERO....TakeThisOut@verizon.net (Hactar) wrote:
> I have an HP Compaq nc6400. AFAIK, it has built-in Bluetooth capability.
> How do I find out what the device is, what driver it should use (is that
> included with 2.6.22.3?), what the device is called, and what I can do
> with it? Thanks.
>
> --
> A well-lovd and corrctly traind domstc cnine is gnrlly slobbry, excitbl,
> noisy, scatologically obsessed, xenophobic, pathetically unjudgmental,
> embrrssngly uninhbtd, unreasnngly dvtd, hrtbrkngly dpndnt and wretchedly
> craven. All othr knds of dog cmpre unfvrbly wth ths picture. - PB, AFCA

I'm not an expert on this, but usually the computer manufacture
(specially big & good ones like HP, Dell etc) will provide drivers for
linux or at least provide documentation on how to get it working with
a generic chipset driver. Check the HP site.
As far as the Bluetooth subsystem goes, it is just another
communication medium like ethernet. What you can do with it will
depend on the client device; ranging from firmware loading to voice
data communications. If you have a Mobile phone with bluetooth
support for example, you can get it to act like a modem or a serial
data connection.
Back to top
Login to vote
Lasse Jensen

External


Since: Jun 13, 2006
Posts: 5



(Msg. 3) Posted: Sat Sep 29, 2007 12:43 am
Post subject: Re: Bluetooth [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hactar wrote:

> I have an HP Compaq nc6400. AFAIK, it has built-in Bluetooth capability.
> How do I find out what the device is,

lsusb

> what driver it should use (is that
> included with 2.6.22.3?),

Most USB chips work with hci_usb driver.

> what the device is called, and what I can do
> with it? Thanks.

Try hcitool scan
Make sure you have installed the bluetooth userspace tools. Debian provides
a metapackage called bluetooth to do that.

--
Lasse Jensen [fafler at g mail dot com]
Linux, the choice of a GNU generation.
Back to top
Login to vote
Hactar

External


Since: Jun 19, 2006
Posts: 50



(Msg. 4) Posted: Sat Sep 29, 2007 1:07 am
Post subject: Re: Bluetooth [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article ,
Lasse Jensen wrote:
> Hactar wrote:
>
> > I have an HP Compaq nc6400. AFAIK, it has built-in Bluetooth capability.
> > How do I find out what the device is,
>
> lsusb

eben@kong:~$ lsusb
eben@kong:~$

Even if it's internal, it's still USB?

> > what driver it should use (is that
> > included with 2.6.22.3?),
>
> Most USB chips work with hci_usb driver.

eben@kong:~$ lsmod | grep hci
hci_usb 16668 0
bluetooth 50404 1 hci_usb
ehci_hcd 30988 0
uhci_hcd 23052 0
usbcore 120068 5 hci_usb,usb_storage,ehci_hcd,uhci_hcd

OK, it loads with no complaints.

> > what the device is called, and what I can do
> > with it? Thanks.
>
> Try hcitool scan

eben@kong:~$ hcitool scan
Device is not available: No such device

> Make sure you have installed the bluetooth userspace tools. Debian provides
> a metapackage called bluetooth to do that.

Synaptic says it's installed. Could hci_usb be one of those modules
that gets hosed by suspending? I'll check after a restart to see if it
acts the same.

Since I custom-specced this machine, maybe I screwed up and ordered a
NIC without BT. I'll check the BIOS to see if it has a good reason
nothing shows up.
--
-eben QebWenE01R RemoveThis @vTerYizUonI.nOetP royalty.mine.nu:81
PISCES: Try to avoid any Virgos or Leos with the Ebola
virus. You are the Lord of the Dance, no matter what those
idiots at work say. -- Weird Al, _Your Horoscope for Today_
Back to top
Login to vote
Dances With Crows

External


Since: Sep 17, 2006
Posts: 65



(Msg. 5) Posted: Sat Sep 29, 2007 2:07 am
Post subject: Re: Bluetooth [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hactar staggered into the Black Sun and said:
> Lasse Jensen wrote:
>> Hactar wrote:
>> > I have an HP Compaq nc6400. AFAIK, it has built-in Bluetooth
>> > capability. How do I find out what the device is,
> eben@kong:~$ lsusb
> eben@kong:~$

That's not listing anything at all. It should list the root hub(s).

> Even if it's internal, it's still USB?

The one on my Thinkpad T42p appears as a USB device. That one is
inactive by default; I have to press Fn-F5 to activate it. When I do
that, a Bluetooth LED near the NumLock LED lights up, and the device is
visible on lsusb. (Yes, it works properly, but I don't have much use
for it as I only have 1 Bluetooth-capable device.)

>> Most USB [Bluetooth] chips work with hci_usb driver.
> hci_usb 16668 0
> bluetooth 50404 1 hci_usb
> ehci_hcd 30988 0
> uhci_hcd 23052 0
>> Try hcitool scan
> eben@kong:~$ hcitool scan
> Device is not available: No such device

Sounds like it's inactive if it's there. Check your laptop's manual for
info on Bluetooth. Since Bluetooth uses power, a lot of the time,
laptops have switches of some sort to turn it on/off. That means you
don't waste valuable battery minutes running Bluetooth when you don't
need it. HTH anyway,

--
People don't tend to get paid.
--MegaHAL, trained on Netizen's quotes file
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Bluetooth headsets recommendation - Hi, I just got a new cell phone at work, with bluetooth. I would like to buy a bluetooth headset to use with the cell....

Is there a tutorial how to ? - Is there a tutorial how to set up Linux server ?Including mirroring? What Linux distribution would you recommend? Thank...

[oops] in bluetooth - Hi! I played with rfcomm here -- I'm trying to emulate bluetooth gps using normal pc -- and got couple of oopses. ..

Bluetooth Datenaustausch - Hallo, ich bin mit meinem Latein am Ende. Das Problem bei mir ist, das ich zwar von meinem Computer (Suse 10.0, KDE..

SUSE10 und BlueTooth - Hi! Ich habe gerade SUSE 10 auf meinen laptop installiert . Alles ist gut gegangen obwohl LINUX ganz neu fuer mich..

bluetooth suse 10 - Hello- I have trouble with my bluetoothadapter: rcbluetooth restart Shutting down bluetooth ( dund pand opd hidd sdp....
       Soft32 Home -> Linux -> Hardware All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA



[ Contact us | Terms of Service/Privacy Policy ]