Join Today
+ Reply to Thread
Page 5 of 6 FirstFirst 123456 LastLast
Results 41 to 50 of 51
Like Tree2Likes

Thread: USBMode application

  1. #41

    Default New A780, can't USBLan

    Hey all,
    Following instructions here: HowTo use the Motorola A780 Smartphone on Linux and in this thread and trying to get USBLan working with a new A780. The linloader method doesn't seem to work, although linloader is successfully installed and working (test.lin worked).
    The mpkg also does not install, as has been mentioned earlier.

    I am using Ubuntu linux 8.04LTS.
    My syslog when I connect in MODEM mode lists the following:
    Code:
    Hal/devices/usb_device_22b8_3802_noserial'). 
    May 17 12:51:02 statik-desktop kernel: [53498.929755] usb 1-9: new full speed USB device using ohci_hcd and address 26
    May 17 12:51:02 statik-desktop kernel: [53499.151028] usb 1-9: configuration #1 chosen from 1 choice
    May 17 12:51:02 statik-desktop NetworkManager: <debug> [1211039462.656953] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_22b8_3802_noserial'). 
    May 17 12:51:02 statik-desktop kernel: [53499.160005] cdc_acm 1-9:1.0: ttyACM0: USB ACM device
    May 17 12:51:02 statik-desktop NetworkManager: <debug> [1211039462.796954] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_22b8_3802_noserial_if1'). 
    May 17 12:51:02 statik-desktop NetworkManager: <debug> [1211039462.847229] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_22b8_3802_noserial_if0'). 
    May 17 12:51:02 statik-desktop NetworkManager: <debug> [1211039462.855687] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_22b8_3802_noserial_if0_serial_unknown_0'). 
    May 17 12:51:11 statik-desktop kernel: [53507.575238] usb 1-9: USB disconnect, address 26
    Firmware stuff is:
    Code:
    R52_G_0D.74.A2R
    BP:
    R52_G_0D.C0.B1P
    BPFlex:
    GSOA780T673AU0
    64
    DSP: 62373700
    Technology:
    Quad-Band GSM
    as best I can copy it by hand.

    What can I do?

  2. #42

    Default

    Found the sticky about installing the mpgk installer. Got that installed, fixed my cardDB and have the usblan chooser working. Everything looks good on the phone, but no USB0 or lan connection on the desktop.

    syslog shows:
    May 17 16:36:54 statik-desktop kernel: [67040.583169] usb 1-9: new full speed USB device using ohci_hcd and address 35
    May 17 16:36:54 statik-desktop kernel: [67040.804926] usb 1-9: configuration #1 chosen from 1 choice
    May 17 16:36:54 statik-desktop NetworkManager: <debug> [1211053014.897092] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_22b8_600c_noserial').
    May 17 16:36:54 statik-desktop NetworkManager: <debug> [1211053014.969910] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_22b8_600c_noserial_if0').

    When its connected.

    Still need somesort of help.



    Statik

  3. #43

    Default

    Digging around my menus, found Applications->Other->USBDevices which listed, of all things:
    Motorola USBLAN

    Manufacturer: Motorola


    Not sure where its supposed to be or how I can connect to it, but its there in some form.

    Statik

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

    Default

    Hi,

    to get USB-Lan there are three diffrent methodes. I think all should work. I put some hints maybe this is helpful.

    Method 1:

    linloader and acmattach.lin
    try without this line: #!/bin/bash
    sometimes this helps i dont know why.


    Method 2:

    USB-Application
    In the settings the USB-Mode need to set to modem.
    After this you can start the application and choose your usblan.


    Method 3:

    flashkit + flexbit
    Set the flexbit [0x68] to 1.
    This will activate USB-Lan in the normal settings.



    dmesg output for modem and USB-Lan:

    Code:
     [Modem] 
     
    usb 1-1: new full speed USB device using uhci_hcd and address 14 
    usb 1-1: configuration #1 chosen from 1 choice 
    cdc_acm 1-1:1.0: ttyACM0: USB ACM device 
     
     
    [USB-Lan] 
     
    usb 1-1: new full speed USB device using uhci_hcd and address 16 
    usb 1-1: configuration #1 chosen from 1 choice 
    usb0: register 'zaurus' at usb-0000:00:1d.0-1, pseudo-MDLM (BLAN) device, xx:xx:xx:xx:xx:xx
    Last edited by Halftux; 05-18-2008 at 10:12 AM.
    -------------------------------------
    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. #45

    Default

    I don't have the Zaurus line, nor is there any zaurus things in the repository to add.
    I don't think that Ubuntu is recognizing the A780 as a valid LAN device, despite it identifying itself as one, and the USBLAN application on the A780 reporting: Connected, IP 192.168.1.2

    I feel like I'm soo close, and just need to get Ubuntu to recognize the USBLAN and I'll be flying.

    Thanks for the reply tho.

    Statik

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

    Default

    You cant find the zaurus driver in a repository. It will be loaded as a kernel module.

    Device Drivers --> Network device Support --> USB Network
    Adapters: (M) Multi-purpose Networking Framwork --> (M) Sharp Zaurus...

    So far i know in Ubuntu 6.x and 7.x 32 bit version there is a precompiled module that you can load.

    sudo modprobe usbnet

    Then you need to assign the ip.

    sudo ifconfig usb0 192.168.1.5

    Your mobile ip is 192.168.1.2
    -------------------------------------
    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. #47

    Default

    I have done sudo modprobe usbnet.
    I don't know where you are finding this Device Drivers --> Network device Support . . . menu selection. I don't seem to have it here.

    If I enter sudo ifconfig usb0 192.168.1.5 I get:
    Code:
    SIOCSIFADDR: No such device
    usb0: ERROR while getting interface flags: No such device
    dmesg tells me:
    Code:
    [45260.579527] usb 1-9: new full speed USB device using ohci_hcd and address 5
    [45260.801017] usb 1-9: configuration #1 chosen from 1 choice
    The phone is reporting Connected: IP 192.168.1.2 Charging: 500mA

    Statik

  8. #48

    Default

    If, using the USB Mode app, I change from USBLAN to CDC, dmesg reports:
    Code:
    [45412.313093] usb 1-9: USB disconnect, address 5
    [45412.987530] usb 1-9: new full speed USB device using ohci_hcd and address 6
    [45413.208531] usb 1-9: configuration #1 chosen from 1 choice
    [45413.479801] cdc_acm 1-9:1.0: ttyACM0: USB ACM device
    [45413.487293] usbcore: registered new interface driver cdc_acm
    [45413.487721] /build/buildd/linux-2.6.24/drivers/usb/class/cdc-acm.c: v0.25:USB Abstract Control Model driver for USB modems and ISDN adapters
    if I switch back, dmesg reports:
    Code:
    [45490.820933] usb 1-9: USB disconnect, address 6
    [45491.495773] usb 1-9: new full speed USB device using ohci_hcd and address 7
    [45491.717399] usb 1-9: configuration #1 chosen from 1 choice
    Statik

  9. #49
    Join Date
    Sep 2007
    Location
    Germany
    Posts
    436

    Default

    It looks to me that there is a modem driver but no usbnet driver.
    I think the usbnet module is precompiled but without the zaurus support.

    To fix this:

    A. Make a own kernel with usbnet zaurus support

    http://www.howtoforge.com/kernel_compilation_ubuntu


    or

    B. Connect via ppp to your mobile phone (LeoPPP).

    http://www.troodon.org/a780/a780-linux-howto.htm

    with this method you will have a problem because you can only install LeoPPP with a telnet session. I dont know if it works with a console on your phone.
    So grab an older Version of Ubuntu (LiveCD) install LeoPPP after this you can switch to Ubuntu 8.04 and telnet to the phone or share the internet connection.
    -------------------------------------
    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.

  10. #50

    Default

    Well, I know that there is some sort of usbnet support because I dug out an old linksys usb 10bt network adapter and connected it. dmesg reported:
    Code:
    [  823.803584] usb 1-9: new full speed USB device using ohci_hcd and address 5
    [  824.024624] usb 1-9: configuration #1 chosen from 1 choice
    [  824.299640] pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
    [  824.338288] pegasus 1-9:1.0: setup Pegasus II specific registers
    [  824.497193] pegasus 1-9:1.0: eth2, Linksys USB USB100TX, 4e:01:5a:98:3b:50
    [  824.497669] usbcore: registered new interface driver pegasus
    [  824.654045] eth2: set allmulti
    [  824.654065] eth2: set allmulti
    [  824.654947] ADDRCONF(NETDEV_UP): eth2: link is not ready
    [  824.654951] eth2: set allmulti
    [  868.098456] usb 1-9: USB disconnect, address 5
    I'll look into getting the Zaurus support, I think, unless the LeoPPP is better, or atleast the same as the net one. I just want to sync with evolution.

    Statik


 
+ Reply to Thread
Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. Application will not be launched due to an application error
    By chasinglib in forum E6 General Chat
    Replies: 9
    Last Post: 05-25-2009, 11:34 AM
  2. how to port an application to e6!!!???
    By akramnawaaz in forum E6 General Chat
    Replies: 1
    Last Post: 12-20-2008, 12:10 PM
  3. Need Application
    By shivamsingh007 in forum E6 General Chat
    Replies: 2
    Last Post: 12-07-2008, 10:22 AM
  4. :?:What for this application:?:
    By bedy6 in forum E680i General Chat
    Replies: 11
    Last Post: 07-17-2007, 01:45 PM
  5. What's this application for?
    By kogan01 in forum E680i General Chat
    Replies: 10
    Last Post: 06-03-2007, 06:37 AM

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