Networking Forums

Networking Forums > Computer Networking > Linux Networking > no internet with eee pc 901 go - simlock?

Reply
Thread Tools Display Modes

no internet with eee pc 901 go - simlock?

 
 
o-nd
Guest
Posts: n/a

 
      11-24-2008, 08:52 PM
I recently bougth the new eee pc 901 go from amazon.
When it arrived, its box had an nasty sticker on it claiming that it
only works with t-mobile.
Some quick googleing brought, that this was most definetly an
software-only problem.
So I wiped the preinstalled Xandros (would have done it anyway) and
installed ubuntu-eee 8.0.4.1.
Everything works fine, except the built in modem.

It is recognised as ttyUSB0 - ttyUSB2.
I built a configuration with pppconfig and tried to fire it on with gcom
and pon:

<gcom output>
root@mareeesi:~# gcom -d /dev/ttyUSB0

Enter PIN number: @@@@
Waiting for Registration..(120 sec max)...
Registered on Home network: "23205",2
Signal Quality: 4,99
root@mareeesi:~# pon
</gcom output>

<output /var/log/messages from pon>
Nov 24 17:17:41 mareeesi kernel: [ 435.354136] PPP generic driver
version 2.4.2
Nov 24 17:17:41 mareeesi pppd[6258]: pppd 2.4.4 started by root, uid 0
Nov 24 17:17:42 mareeesi chat[6262]: abort on (BUSY)
Nov 24 17:17:42 mareeesi chat[6262]: abort on (NO CARRIER)
Nov 24 17:17:42 mareeesi chat[6262]: abort on (VOICE)
Nov 24 17:17:42 mareeesi chat[6262]: abort on (NO DIALTONE)
Nov 24 17:17:42 mareeesi chat[6262]: abort on (NO DIAL TONE)
Nov 24 17:17:42 mareeesi chat[6262]: abort on (NO ANSWER)
Nov 24 17:17:42 mareeesi chat[6262]: abort on (DELAYED)
Nov 24 17:17:42 mareeesi chat[6262]: send (ATZ^M)
Nov 24 17:17:42 mareeesi chat[6262]: expect (OK)
Nov 24 17:17:42 mareeesi chat[6262]: ATZ^M^M
Nov 24 17:17:42 mareeesi chat[6262]: OK
Nov 24 17:17:42 mareeesi chat[6262]: -- got it
Nov 24 17:17:42 mareeesi chat[6262]: send (ATDP*99#^M)
Nov 24 17:17:42 mareeesi chat[6262]: expect (CONNECT)
Nov 24 17:17:42 mareeesi chat[6262]: ^M
Nov 24 17:17:42 mareeesi chat[6262]: ATDP*99#^M^M
Nov 24 17:17:42 mareeesi chat[6262]: CONNECT
Nov 24 17:17:42 mareeesi chat[6262]: -- got it
Nov 24 17:17:42 mareeesi chat[6262]: send (\d)
Nov 24 17:17:43 mareeesi pppd[6258]: Serial connection established.
Nov 24 17:17:43 mareeesi pppd[6258]: Using interface ppp0
Nov 24 17:17:43 mareeesi pppd[6258]: Connect: ppp0 <--> /dev/ttyUSB0
Nov 24 17:17:44 mareeesi pppd[6258]: PAP authentication succeeded
Nov 24 17:17:44 mareeesi kernel: [ 438.785621] PPP BSD Compression
module registered
Nov 24 17:17:45 mareeesi kernel: [ 438.872806] PPP Deflate Compression
module registered
Nov 24 17:17:46 mareeesi pppd[6258]: Hangup (SIGHUP)
Nov 24 17:17:46 mareeesi pppd[6258]: Modem hangup
Nov 24 17:17:46 mareeesi pppd[6258]: Connection terminated.
Nov 24 17:17:47 mareeesi pppd[6258]: Exit.
</output /var/log/messages from pon>

It seems that the connection is established but terminates immediatly
afterwards.

If I connect an external umts modem using the same procedure (on
ttyUSB3), everything works fine!


 
Reply With Quote
 
 
 
 
b.jeswine
Guest
Posts: n/a

 
      11-24-2008, 10:27 PM
In news:ggf7it$al7$(E-Mail Removed),
o-nd <soho76-(E-Mail Removed)> typed:
....
> Nov 24 17:17:43 mareeesi pppd[6258]: Serial connection established.
> Nov 24 17:17:43 mareeesi pppd[6258]: Using interface ppp0
> Nov 24 17:17:43 mareeesi pppd[6258]: Connect: ppp0 <--> /dev/ttyUSB0
> Nov 24 17:17:44 mareeesi pppd[6258]: PAP authentication succeeded
> Nov 24 17:17:44 mareeesi kernel: [ 438.785621] PPP BSD Compression
> module registered
> Nov 24 17:17:45 mareeesi kernel: [ 438.872806] PPP Deflate
> Compression module registered
> Nov 24 17:17:46 mareeesi pppd[6258]: Hangup (SIGHUP)
> Nov 24 17:17:46 mareeesi pppd[6258]: Modem hangup
> Nov 24 17:17:46 mareeesi pppd[6258]: Connection terminated.
> Nov 24 17:17:47 mareeesi pppd[6258]: Exit.
> </output /var/log/messages from pon>
>
> It seems that the connection is established but terminates immediatly
> afterwards.


Huh? It seems that that the establsihed connection terminates later after
the deflate compression module is registered.


 
Reply With Quote
 
o-nd
Guest
Posts: n/a

 
      11-25-2008, 10:16 AM
b.jeswine wrote:
> In news:ggf7it$al7$(E-Mail Removed),
> o-nd <soho76-(E-Mail Removed)> typed:
> ...
>> Nov 24 17:17:43 mareeesi pppd[6258]: Serial connection established.
>> Nov 24 17:17:43 mareeesi pppd[6258]: Using interface ppp0
>> Nov 24 17:17:43 mareeesi pppd[6258]: Connect: ppp0 <--> /dev/ttyUSB0
>> Nov 24 17:17:44 mareeesi pppd[6258]: PAP authentication succeeded
>> Nov 24 17:17:44 mareeesi kernel: [ 438.785621] PPP BSD Compression
>> module registered
>> Nov 24 17:17:45 mareeesi kernel: [ 438.872806] PPP Deflate
>> Compression module registered
>> Nov 24 17:17:46 mareeesi pppd[6258]: Hangup (SIGHUP)
>> Nov 24 17:17:46 mareeesi pppd[6258]: Modem hangup
>> Nov 24 17:17:46 mareeesi pppd[6258]: Connection terminated.
>> Nov 24 17:17:47 mareeesi pppd[6258]: Exit.
>> </output /var/log/messages from pon>
>>
>> It seems that the connection is established but terminates immediatly
>> afterwards.

>
> Huh? It seems that that the establsihed connection terminates later after
> the deflate compression module is registered.
>
>

Yes, that seems to be the problem. Unfortunately, I have absolutely no
idea, why this happens.
An external modem (with another SIM) works perfectly...
 
Reply With Quote
 
o-nd
Guest
Posts: n/a

 
      11-25-2008, 01:41 PM
o-nd wrote:
> b.jeswine wrote:
>> In news:ggf7it$al7$(E-Mail Removed),
>> o-nd <soho76-(E-Mail Removed)> typed:
>> ...
>>> Nov 24 17:17:43 mareeesi pppd[6258]: Serial connection established.
>>> Nov 24 17:17:43 mareeesi pppd[6258]: Using interface ppp0
>>> Nov 24 17:17:43 mareeesi pppd[6258]: Connect: ppp0 <--> /dev/ttyUSB0
>>> Nov 24 17:17:44 mareeesi pppd[6258]: PAP authentication succeeded
>>> Nov 24 17:17:44 mareeesi kernel: [ 438.785621] PPP BSD Compression
>>> module registered
>>> Nov 24 17:17:45 mareeesi kernel: [ 438.872806] PPP Deflate
>>> Compression module registered
>>> Nov 24 17:17:46 mareeesi pppd[6258]: Hangup (SIGHUP)
>>> Nov 24 17:17:46 mareeesi pppd[6258]: Modem hangup
>>> Nov 24 17:17:46 mareeesi pppd[6258]: Connection terminated.
>>> Nov 24 17:17:47 mareeesi pppd[6258]: Exit.
>>> </output /var/log/messages from pon>
>>>
>>> It seems that the connection is established but terminates immediatly
>>> afterwards.

>>
>> Huh? It seems that that the establsihed connection terminates later after
>> the deflate compression module is registered.
>>
>>

> Yes, that seems to be the problem. Unfortunately, I have absolutely no
> idea, why this happens.
> An external modem (with another SIM) works perfectly...

I found the problem: the module airprime was disabled. After removing
the according file (in /etc/modules) umts works like a charm!

so long

o-nd
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
inception of the wheel. The DeLorean DMC-12 failed as an auto butsucceeded <br> </p>alt.internet.search-engines, alt.internet.wireless jersey-2009 Wireless Internet 0 06-05-2011 01:37 AM
Wanted Indian Internet workers. Earn Rs.2000 daily from internet. love Broadband 0 04-01-2009 07:39 AM
system intrusion through the internet/wireless internet and computer protection jrefactors@hotmail.com Windows Networking 3 09-12-2005 06:20 PM
Internet Gateway device created in Network Connections when I removed Internet Connection Sharing Martin Underwood Home Networking 2 04-07-2005 12:56 PM
A Walkman, an Internet enabled computer upstairs. What else I need to listen to Internet Radio while cooking in a kitchen? George Kooper Wireless Internet 9 12-08-2003 02:13 PM



1 2 3 4 5 6 7 8 9 10 11