Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    offline Maybe Modder
    Join Date
    Nov 2007
    Posts
    32
    Thanks
    5
    Thanked 4 Times in 4 Posts
    Downloads
    1
    Uploads
    0

    Telnet in Ubuntu

    Hey moderators, is there any way to telnet rokr in ubuntu. If yes can you post drivers or something? I saw there was something about this in the spanish section but I am very weak in spanish sooo...

  2. #2
    Xummoner's Avatar
    offline So I Hear You Can Mod
    Join Date
    Apr 2007
    Location
    Costa Rica
    Posts
    111
    Thanks
    2
    Thanked 23 Times in 19 Posts
    Downloads
    6
    Uploads
    0
    To Telnet in Ubuntu first open a terminal and type this:

    modprobe usbnet
    sudo modprobe cdc-acm
    sudo ifconfig usb0 192.168.1.1 mtu 900
    telnet 192.168.1.2



    After that just type Root when you're asked for a username and password, Then go to: Places > Connect to Server.
    On "Server Type", select "Windows Share", then on "Server". type: 192.168.1.2 and click on Connect. You'll get a new icon on your desktop, just double click it and you'll be taken to the System folder.
    F.E.A.R. = F*ck Everything And Run!

  3. 4 Users Say Thank You to Xummoner For This Useful Post

    huatz84 (08-11-2007), kinurabi (08-10-2007), steel00 (08-11-2007), Taurnil (08-10-2007)

  4. #3
    Taurnil's Avatar
    offline Call Me THE Mobile Modder
    Join Date
    Nov 2007
    Location
    Bogotá
    Posts
    2,342
    Thanks
    497
    Thanked 771 Times in 303 Posts
    Downloads
    0
    Uploads
    0
    I'll migrate from window$ to ubuntu soon...
    this will be pretty useful...
    thanks
    (cuz I can't find the original thread where you posted this xD)
    Motorola Atrix 4G :P

  5. #4
    offline So I Hear You Can Mod
    Join Date
    Oct 2006
    Posts
    101
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Downloads
    407
    Uploads
    0
    ubuntu skin got problem is it? wheni apply the skin and go for create a new msg, then send to, and then i click any key on my key pad to make "jump to name".. the msg box will close automatic... and also cannot check my credit or service, like *100#, *122#... all fail..

  6. #5
    offline Maybe Modder
    Join Date
    Nov 2007
    Posts
    32
    Thanks
    5
    Thanked 4 Times in 4 Posts
    Downloads
    1
    Uploads
    0
    thnks Xummoner. It worked. Now that I see that actualy there are ubuntu smart users, I will ask more
    Thanks again

  7. #6
    adriangatillo's Avatar
    offline Retired Moderator
    Join Date
    Nov 2006
    Location
    méxico tepotz... in the middle of nowhere
    Posts
    3,773
    Thanks
    253
    Thanked 929 Times in 332 Posts
    Downloads
    116
    Uploads
    17
    sticky all the way
    ROKR E2... Stolen modded to hell
    MAXX V6 USB Kissed of Death
    branded


    [B]ZN5!!! Take a Picture



    Katze HAPPY MODDING

  8. #7
    offline Itty Bitty Modder
    Join Date
    Aug 2007
    Location
    China
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    19
    Uploads
    0
    When I run
    #telnet 192.168.1.2
    It said "Trying 192.168.1.2...
    telnet: Unable to connect to remote host: Connection refused"

    What's wrong??

  9. #8
    Xummoner's Avatar
    offline So I Hear You Can Mod
    Join Date
    Apr 2007
    Location
    Costa Rica
    Posts
    111
    Thanks
    2
    Thanked 23 Times in 19 Posts
    Downloads
    6
    Uploads
    0
    Be sure that your phone is set to USB Net, after connecting it, open a console window and type "dmesg" (without the quotes of course), you should get something like this:

    Code:
    [ 1966.175544] usb 4-1: new high speed USB device using ehci_hcd and address 5
    [ 1966.309734] usb 4-1: configuration #1 chosen from 1 choice
    [ 1966.652934] usbcore: registered new interface driver cdc_ether
    [ 1966.661159] usb0: register 'zaurus' at usb-0000:02:01.2-1, pseudo-MDLM (BLAN) device, 32:7d:8b:79:a2:2a

    If you get, the Zaurus thing and pseudo-MDLM (BLAN) everything should be OK, after that double check every command in case you're misspelling something.

    And be sure that you're phone actually has the daemons and stuff needed to telnet, if you have any newer or modded firmware you got them already.
    F.E.A.R. = F*ck Everything And Run!

  10. #9
    offline Itty Bitty Modder
    Join Date
    Aug 2007
    Location
    China
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    19
    Uploads
    0
    My phone is set to USB Net now, and "dmesg" it said:
    Code:
    usb 1-1: new high speed USB device using ehci_hcd and address 5
    usb 1-1: configuration #1 chosen from 1 choice
    usb0: register 'zaurus' at usb-0000:00:1d.7-1, pseudo-MDLM (BLAN) device, a6:36:ef:97:42:2e
    #sudo ifconfig:
    Code:
    usb0      Link encap:Ethernet  HWaddr A6:36:EF:97:42:2E  
              inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:900  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    #telnet 192.168.1.2 got the message :
    Code:
    Trying 192.168.1.2...
    telnet: Unable to connect to remote host: Connection refused
    And I can telnet to my phone On windowsXP

    what's wrong ?

    PS: Sorry for my poor english!!

  11. #10
    Xummoner's Avatar
    offline So I Hear You Can Mod
    Join Date
    Apr 2007
    Location
    Costa Rica
    Posts
    111
    Thanks
    2
    Thanked 23 Times in 19 Posts
    Downloads
    6
    Uploads
    0
    And what's the output for this commands?

    Code:
    modprobe usbnet
    sudo modprobe cdc-acm
    sudo ifconfig usb0 192.168.1.1 mtu 900
    Type them (or copy/paste) one by one.
    F.E.A.R. = F*ck Everything And Run!

  12. #11
    offline Itty Bitty Modder
    Join Date
    Aug 2007
    Location
    China
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    19
    Uploads
    0
    Those command had nothing output:
    Code:
    hosanna@MyGentoo ~ $ sudo modprobe usbnet
    hosanna@MyGentoo ~ $ sudo modprobe cdc-acm
    hosanna@MyGentoo ~ $ sudo ifconfig usb0 192.168.1.2 mtu 900
    hosanna@MyGentoo ~ $
    #lsmod :
    Code:
    Module                  Size  Used by
    cdc_acm                12320  0 
    zaurus                  4480  0 
    cdc_ether               4736  1 zaurus
    usbnet                 13192  2 zaurus,cdc_ether
    nvidia               7238420  18 
    snd_cmipci             26464  0 
    snd_opl3_lib            7552  1 snd_cmipci
    snd_hwdep               6148  1 snd_opl3_lib
    snd_mpu401_uart         6272  1 snd_cmipci
    snd_rawmidi            15360  1 snd_mpu401_uart
    snd_intel8x0           26780  1 
    snd_ac97_codec         87968  1 snd_intel8x0
    ac97_bus                2304  1 snd_ac97_codec
    snd_pcm                60292  4 snd_cmipci,snd_intel8x0,snd_ac97_codec
    snd_timer              16260  2 snd_opl3_lib,snd_pcm
    snd_page_alloc          7304  2 snd_intel8x0,snd_pcm
    8139cp                 16896  0 
    8139too                19840  0
    Seems those modlues were loaded! But I still got the same error!
    Is that the FW's problem?? But it can work on windows

  13. #12
    Xummoner's Avatar
    offline So I Hear You Can Mod
    Join Date
    Apr 2007
    Location
    Costa Rica
    Posts
    111
    Thanks
    2
    Thanked 23 Times in 19 Posts
    Downloads
    6
    Uploads
    0
    You're using Gentoo, I'm not sure if it works the same way in it, this guide was made for Ubuntu or Debian based distros.
    I made a quick search on Google about telnet in Gentoo and as far I as can see it doesn't work the same way, you have to install some stuff using emerge. I'm sorry but I can't help you any further with this, I've never used Gentoo.
    F.E.A.R. = F*ck Everything And Run!

  14. #13
    offline Itty Bitty Modder
    Join Date
    Aug 2007
    Location
    China
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    19
    Uploads
    0
    Anyway, thank all for helping!
    I will try it on .

    Best Regards

  15. #14
    error398's Avatar
    offline Of Mice and Modders
    Join Date
    Jul 2007
    Posts
    68
    Thanks
    8
    Thanked 16 Times in 5 Posts
    Downloads
    70
    Uploads
    0
    how bout Mandriva??

  16. #15
    Xummoner's Avatar
    offline So I Hear You Can Mod
    Join Date
    Apr 2007
    Location
    Costa Rica
    Posts
    111
    Thanks
    2
    Thanked 23 Times in 19 Posts
    Downloads
    6
    Uploads
    0
    I have no idea, sorry. The only Linux distro I've ever used is Ubuntu. I guess commands like modprobe, ifconfig, sudo and a others are totally different.
    F.E.A.R. = F*ck Everything And Run!

Page 1 of 2 12 LastLast

Posting Permissions

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