Join Today
+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
Like Tree2Likes

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

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

    Default

    ----------------------------------
    Linux Rocks!!

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

    Smile

    Quote Originally Posted by HITMAnsOFT View Post
    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)
    @ hitmansoft.. thanks a lot.. it works
    ----------------------------------
    Linux Rocks!!

  3. Default gtk+-2.0 and glib-2.0

    HITMANsoFT,

    I'm using Ubuntu Hardy. I've already compiled zaurus.ko using acomplicated procedure. Your method looks much better. I followed your howto up to the gconfig command. That gives "You need gtk+-2.0, glib-2.0 and libglade-2.0". I already have libglade-2.0 installed. However, I don't see gtk+-2.0, glib-2.0 in Synaptic and apt-get install doesn't find those packages. Can you point me to the appropriate repository?
    Regards,
    John

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

    Default

    I think gtk 2.0 is already in Ubuntu you need the header files
    try to get them with:

    apt-get install libgtk2.0-dev
    apt-get install libglib2.0-dev

    Or look for libgtk and libglib in synaptic. Does this work for you?

    If the problem with libglade-2.0 still exist try the same:

    apt-get install libglade2-dev
    Last edited by Halftux; 07-26-2008 at 09:27 AM. Reason: libglade add
    johnaaronrose likes this.
    -------------------------------------
    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. Default

    Thanks Halftux.

    Downloads and compile worked fine. But still can't connect to Sharp Zaurus SL-C860 pda using ethernet over usb (get usb0: ERROR while getting interface flags: No such device
    SIOCSIFADDR: No such device etc etc).

    Problem is that usb0 refuses to come up on laptop with ifup usb0 (or equivalent entry in /etc/network/interfaces. This used to work on Ubuntu Gutsy but Hardy has done it in! lsusb doesn't show zaurus on usb. I shall now try zaurus connection on a desktop just in case it's usb hardware faulty or usb funny on laptop (I had to put acpi=noirq pci=noacpi into kernel line of /boot/grub/menu.lst in order to get usb wired & wireless mice working: only on laptop i.e. not on desktop!). Any other ideas?
    Regards,
    John

  6. Default

    Doesn't work on desktop. I think that problem is nothing to do with zaurus.ko. gconfig stated that it is not needed with 2.6 kernels on zaurus pdas.
    Regards,
    John

  7. Default

    hitmansoft,

    I tried your instructions above. However, sudo gconfig gave:
    HOSTCC scripts/basic/fixdep
    HOSTCC scripts/basic/docproc
    *
    * Unable to find the GTK+ installation. Please make sure that
    * the GTK+ 2.0 development package is correctly installed...
    * You need gtk+-2.0, glib-2.0 and libglade-2.0.
    *
    HOSTCC scripts/kconfig/conf.o
    make[1]: *** No rule to make target `scripts/kconfig/.tmp_gtkcheck', needed by `scripts/kconfig/gconf.o'. Stop.
    make: *** [gconfig] Error 2

    I don't see a GTK+ 2.0 development package in Synaptic's list. Does it have another name?
    Regards,
    John

  8. #18
    Join Date
    Sep 2007
    Location
    Germany
    Posts
    436

    Talking Debian rules why using ubuntu

    After usb connection check with demsg if hardware is correct.

    To get the support I would compile a own kernel takes some time but with this way you can optimize your kernel for your computer.


    Reasons for compiling a custom kernel

    You have hardware the stock Ubuntu kernel does not support.
    So here is what you need to load as a module:

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


    And here is a tutorial to rebuild the actual Ubuntu kernel source.

    https://help.ubuntu.com/community/Kernel/Compile

    check with lsmod if the modules are loaded after plugin the cable.



    *
    * Unable to find the GTK+ installation. Please make sure that
    * the GTK+ 2.0 development package is correctly installed...
    * You need gtk+-2.0, glib-2.0 and libglade-2.0.
    *
    I gave you the awnser....some time ago.
    here a hint: development = xxxx2.0-dev
    -------------------------------------
    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.

  9. #19

    Default

    Yes I will say it also works for my rokr e6 on ubuntu 8.04

  10. #20

    Default

    "make gconfig" requires GTK+ to run.
    You can try different commands instead:

    "make xconfig" - requires QT
    "make menuconfig" - runs under terminal


 
+ Reply to Thread
Page 2 of 3 FirstFirst 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