Thread: Telnet in Ubuntu
- 08-09-2007, 11:44 AM #1
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...
- 08-09-2007, 10:36 PM #2
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!
-
- 08-10-2007, 12:05 AM #3
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
- 08-10-2007, 12:30 AM #4
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..
- 08-10-2007, 10:11 AM #5
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
- 08-10-2007, 10:51 AM #6
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
- 08-24-2007, 03:59 AM #7
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??
- 08-24-2007, 01:32 PM #8
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!
- 08-24-2007, 09:33 PM #9
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:
#sudo ifconfig: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
#telnet 192.168.1.2 got the message :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)
And I can telnet to my phone On windowsXPCode:Trying 192.168.1.2... telnet: Unable to connect to remote host: Connection refused
what's wrong ?
PS: Sorry for my poor english!!
- 08-24-2007, 10:47 PM #10
And what's the output for this commands?
Type them (or copy/paste) one by one.Code:modprobe usbnet sudo modprobe cdc-acm sudo ifconfig usb0 192.168.1.1 mtu 900
F.E.A.R. = F*ck Everything And Run!
- 08-25-2007, 06:04 AM #11
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:
#lsmod :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 ~ $
Seems those modlues were loaded! But I still got the same error!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

Is that the FW's problem?? But it can work on windows
- 08-25-2007, 12:32 PM #12
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!
- 08-25-2007, 06:38 PM #13
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
- 09-11-2007, 03:37 AM #14
how bout Mandriva??

- 09-11-2007, 03:35 PM #15
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!


LinkBack URL
About LinkBacks
Reply With Quote
