Join Today
+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 23
Like Tree2Likes

Thread: How to- telnet the a780 with ubuntu linux?

  1. #1

    Exclamation How to- telnet the a780 with ubuntu linux?

    HI People,
    This is my first post in this forum.
    2 Weeks ago I bought me by Ebay this super mobile.
    I want to ask if anybody knows a how-to (for newbies) to conect by Telnet the A780 with linux.

    I've tried this e-link but for me doesn't work.


    TIA.

  2. #2
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

  3. #3

    Default

    Thanks swifty.
    I'll try it.

  4. #4
    Join Date
    Sep 2007
    Location
    Germany
    Posts
    436

    Default

    Hello i will give you a short overview what is needed to connect per telnet with linux:

    Changes: Special things to do for Ubuntu.

    On your Phone
    -------------

    - you will need to install linloader
    - make a "acmattach.lin" with an unix-compatible editor copy to the phone ones it needed open with linloader

    echo MotNet > /proc/usbd-switch


    Linux
    -----

    Kernel Options:
    - usblan must be active 2.6.x-Kernel (It's active in Ubuntu)

    Device Drivers --> Network device Support --> USB Network Adapters: (M) Multi-purpose USB Networking Framwork --> (M) Sharp Zaurus (stock ROMs) and compatible

    How to Connect
    --------------

    on your phone:

    - set the USB-options to modem
    - execute acmattach.lin

    - connect the wire with usb interface

    on linux now:

    Ubuntu: sudo modprobe usbnet

    - set ip to the new usblan-interface usb0
    ifconfig usb0 192.168.1.5 netmask 255.255.255.0 up

    Ubuntu: sudo ifconfig usb0 192.168.1.1

    - telnet 192.168.1.2

    now your ready and you can login as root without password
    Last edited by Halftux; 10-03-2007 at 12:18 PM.
    -------------------------------------
    In any apple is a worm. Through each window flies a bug.
    That's why I take Linux, because what does not fly can not crash.

  5. #5
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    nice and short!
    thanks

  6. #6
    Join Date
    Sep 2007
    Location
    Germany
    Posts
    436

    Default

    So i checked it with Ubuntu 6.10 and it's easy and works fine.
    -------------------------------------
    In any apple is a worm. Through each window flies a bug.
    That's why I take Linux, because what does not fly can not crash.

  7. #7
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    yes, Ubuntu is easy and works fine (6.06 here)
    next fun thing is telnet over bluetooth.
    look out for macks connectivity pack and bluez

  8. Default

    I am using Ubuntu Hardy 8.04 that does not have zaurus support by default, so the usblan mode didn't work with my A1200.

    Here are the steps I've performed to make the driver work (should work on Gutsy too):

    1. Install kernel sources

    Code:
    sudo apt-get install linux-source
    2. Extract the archive (x.x.x is your version of kernel)

    Code:
    tar xf /usr/src/linux-source-x.x.x.tar.bz2
    3. Configure the kernel
    Code:
    cd linux-source-x.x.x
    
    make gconfig
    The configuration window should open.

    4. Select "device drivers->network device support->USB network adapters->Multi-purpose USB Networking Framework->Sharp Zaurus (stock ROMs) and compatible" and set the value to 'M' (by double-clicking)

    5. Save and exit

    6. Compile the module

    Code:
    make drivers/net/usb/zaurus.ko
    7. Install the driver

    Code:
    sudo cp drivers/net/usb/zaurus.ko /lib/modules/<your kernel version>/kernel/drivers/net/usb/
    
    sudo depmod -a
    8. Load the module

    Code:
    modprobe zaurus
    the usb0 should appear at this point (assuming the phone is connected)

  9. #9

    Default

    So, I tried this with my 8.04 install and it works great. Got me up to the usbppp section. Now I can't seem to get that to work, and the bluetooth connections seem to lock up the computer. Still working through this.

    Statik

  10. #10
    Join Date
    Jun 2005
    Location
    Bangalore,India
    Posts
    93

    Default

    Quote Originally Posted by Statik View Post
    So, I tried this with my 8.04 install and it works great. Got me up to the usbppp section. Now I can't seem to get that to work, and the bluetooth connections seem to lock up the computer. Still working through this.

    Statik
    Hi Statik,

    Even I have the same issues.. When I try to pair my A780 on Hardy 8.04, the whole computer freezes. Will file a bug soon.
    ----------------------------------
    Linux Rocks!!


 
+ Reply to Thread
Page 1 of 3 123 LastLast

Similar Threads

  1. mount E680i on Linux (ubuntu dapper)
    By leo_tzao in forum E680i General Chat
    Replies: 9
    Last Post: 11-11-2008, 12:21 AM
  2. Q: How can I use Ming as GPRS Modem in Ubuntu (Linux)
    By sina_saeedi82 in forum A1200 General Chat
    Replies: 3
    Last Post: 03-03-2008, 06:20 PM
  3. TELNET from LINUX
    By aksd in forum A1200 General Chat
    Replies: 2
    Last Post: 04-29-2007, 08:42 AM
  4. how to use linux telnet to E680?
    By doromoji in forum Development
    Replies: 5
    Last Post: 02-20-2006, 04:51 PM
  5. problem using ubuntu telnet to e680i
    By doromoji in forum E680i General Chat
    Replies: 3
    Last Post: 02-01-2006, 09:07 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Optimization by vBSEO 3.6.0 RC 1