Results 1 to 6 of 6
Hi All,
I'm so close to getting anyremote working but it's not finding my computer so I need to get the bluetooth address of my computer to find it from ...
- 01-03-2009 #1
Bluetooth address?
Hi All,
I'm so close to getting anyremote working but it's not finding my computer so I need to get the bluetooth address of my computer to find it from my phone. Any idea how to get this? I've tried lspci and not finding anything (it's a laptop with bluetooth built in). Thanks all!Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 01-04-2009 #2
You talking the physical address?
My laptop has the Bluetooth MAC address written on the label on the bottom.
- 01-04-2009 #3
Quick whereis bluetooth gives me /etc/bluetooth and /usr/lib/bluetooth
Looks like I've got config files in /etc/bluetooth... probably where you'll find any addresses.
- 01-04-2009 #4
nice think I found it in that folder
thanks a lot! Maybe not...says this in one of the files:
#
# RFCOMM configuration file.
#
#rfcomm0 {
# # Automatically bind the device at startup
# bind no;
#
# # Bluetooth address of the device
# device 11:22:33:44:55:66;
#
# # RFCOMM channel for the connection
# channel 1;
#
# # Description of the connection
# comment "Example Bluetooth device";
#}
but the 112233 just seems like an exampleBodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 01-04-2009 #5
Execute this
It will give you its address.Code:hcitool scan
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-04-2009 #6
Yeah, that's a sample .conf file... if that's all you have it's probable that your bluetooth device isn't configured yet (which could be why you're having trouble getting it running).
I have yet to configure mine, and all i have in /etc/bluetooth is the sample files.
Running the command that devil's casper indicated gives me nothing in return... again, most likely because I have not configured it.
Not sure what kind of laptop you have, but this link How to setup Bluetooth - ThinkWiki should point you in the right direction...


Reply With Quote