• Lucid Dreaming - Dream Views




    Results 1 to 3 of 3

    Hybrid View

    1. #1
      Magical mike magical mike's Avatar
      Join Date
      Nov 2008
      Gender
      Location
      Deer Lodge, TN
      Posts
      1,019
      Likes
      1

      Palm Centro, and internet

      So I finaly got my palm centro to sync with my computer.
      But I dont have INTERNET for it.
      (I am cheap).
      So I read somewhere you can use your computers internet connection, and your palm centros bluetooth capabilities, to get on the internet on my palm, using my computers internet (instead of me paying verizon to use there wireless.
      (Obviously I know I would have to be within 30 feet of my computer...)
      (my computer is upstairs, and my room is downstairs, so it will work)
      So does anyone know how to do this?
      And is possible to get some kinda wifi antenna for my palm centro, and be able to use wifi on it?
      These palms would so rock, if they had wifi capabilities..
      dilds:21 wilds:34
      WILD Students-
      Eppy

    2. #2
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      blimey,
      it's normally the other way around (using a bluetooth device as a modem for a laptop)
      Never done it the other way around, but shouldn't be too different

      The crunch will be whether the phone allows any kind of data transmissions over it's bluetooth connection
      You may find, even though you can bridge your computer's bluetooth receiver and ethernet connection, that the phone won't allow net access over bluetooth
      But you can only try

      The first thing to do is install the bridge-utils package
      Code:
      sudo apt-get install bridge-utils
      This gives you the ability to bridge network connections

      now,
      I'm assuming your computer has a USB bluetooth dongle
      (you may not)
      but assuming you do,
      your bluetooth connection is likely to be named "usb0" (similar to eth and wlan numbered connections)

      You want to create what's called a bridged connection
      This will be called "br0"
      this bridge will route incoming comms from usb0 to outgoing comms on eth0 and vice-versa

      So, you'll have:
      eth0 - ethernet LAN connection (also provides net access)
      usb0 - connection between phone and computer
      br0 - bridged connection allowing phone to access LAN (and hence net access)

      We'll need to know some stuff, not least the name of the connection used to communicate with the phone
      So, before I do a step by step thingy,
      can you post the output of these (with the phone connected to your machine)

      Code:
      ifconfig
      Code:
      cat /etc/network/interfaces

      *edit*
      Actually,
      probably more importantly
      How does the internet setup on the Centro work?

      When setting up an internet connection, can you specify a bluetooth device?
      If you can't, there's no point doing anything on the computer side
      Last edited by Ynot; 04-17-2009 at 09:24 PM.
      (\_ _/)
      (='.'=)
      (")_(")

    3. #3
      Magical mike magical mike's Avatar
      Join Date
      Nov 2008
      Gender
      Location
      Deer Lodge, TN
      Posts
      1,019
      Likes
      1
      Oh thanks ynot, agian you saved the day
      Gosh your awesome!
      dilds:21 wilds:34
      WILD Students-
      Eppy

    Bookmarks

    Posting Permissions

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