The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    possible to tether a phone to linux laptop via usb?

    Discussion in 'Linux Compatibility and Software' started by pdaadp, Mar 7, 2008.

  1. pdaadp

    pdaadp Newbie

    Reputations:
    0
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    5
    i have an eeepc and sprint phone-as-modem service...

    want to tether my sprint razr phone to the eee, via usb cable....

    a lot of what i find online says, "just plug it in and your hardware will be available to you"....

    uhm, no, i don't see any of that.... i'm assuming i have to type some kind of code to get the eeePC to recognize my phone....

    btw, the phone/usb data cable both work as i'm doing this exact thing on an xp laptop...

    thanks :)

    ps have never used linux but trying to learn... is it something called ndiswrapper that i use with the xp usb modem driver that the razr uses under xp?
     
  2. timberwolf

    timberwolf Notebook Consultant

    Reputations:
    131
    Messages:
    288
    Likes Received:
    0
    Trophy Points:
    30
    Internet connections via mobile/cellular networks are often dial-up connections.

    Your first step is to determine whether the linux kernel on an eeepc has a driver for your particular model of Motorola Razr phone.

    1) Boot up your eeepc with no USB devices plugged in.
    2) Open a console/xterm/terminal* window.
    3) Type the follow command in the console window:
    dmesg | tail -n 20
    Note: the pipe symbol on the keyboard maybe shown as a broken vertical bar.
    The above command display last 20 message that the linux kernel printed.
    4) Now plug in the USB cable to your Razr and ensure the Razr is powered etc...
    5) Wait 30 seconds to give the kernel sufficient time to detect the USB device and load the relevant linux driver module.
    6) Type the dmesg command again i.e.
    dmesg | tail -n 20

    Hopefully, you'll see output similar to that shown in the following link:
    http://tuxoft.de/V3/