Find the answer to your Linux question:
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 ...
  1. #1
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    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"

  2. #2
    Just Joined! mhanan's Avatar
    Join Date
    Dec 2008
    Location
    San Diego CA
    Posts
    60
    You talking the physical address?

    My laptop has the Bluetooth MAC address written on the label on the bottom.

  3. #3
    Just Joined! mhanan's Avatar
    Join Date
    Dec 2008
    Location
    San Diego CA
    Posts
    60
    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.

  4. #4
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    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 example
    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"

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    hcitool scan
    It will give you its address.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined! mhanan's Avatar
    Join Date
    Dec 2008
    Location
    San Diego CA
    Posts
    60
    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...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...