Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41024

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

#30394 6-Feb-2009 17:14
Send private message

I am trying to the Telecom Sierra Wireless USB modem working but nothing. This is what I’ve done:

I plugged the Sierra Wireless CDMA 3G USB modem. On a terminal session "modinfo sierra" shows that a driver *is* already in the system.

Visited http://www.sierrawireless.com/faq/ShowFAQ.aspx?ID=601 and downloaded the scripts. Unpacked those and copied cdma and cdma_chat to /etc/ppp/peers.

Then opening a terminal:

su
gedit cdma

Commented out noauth and added username and password. Save and close.

I then ran "pppd call cdma" and got the following:

Dialing...
Serial connection established.
using channel 6
using interface ppp0
Connecting ppp0 <--> /dev/ttyUSB0
PAP authentication succeeded
Protocol-Reject for 'Compression Control Protocol' received
Cannot determine ethernet address for proxy ARP
local IP address 166.179.151.199
remote IP address 166.179.144.1
primary DNS address 202.27.158.40
secondary DNS address 202.27.156.72
script /etc/ppp/ip-up started
script /etc/ppp/ip-up finished, status = 0x0

And that's it... No connectivity on other programs...

Any ideas?




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


View this topic in a long page with up to 500 replies per page Create new topic
 1 | 2
manhinli
2483 posts

Uber Geek
+1 received by user: 4

Trusted

  #194496 6-Feb-2009 17:30
Send private message

What linux distribution are you running?




Find me on Twitter!

I posted 1, 2 x 10^3 times!



freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41024

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #194498 6-Feb-2009 17:40
Send private message

It is a special Ubuntu edition for the new HP Mini Mi - I received one this week.




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


manhinli
2483 posts

Uber Geek
+1 received by user: 4

Trusted

  #194500 6-Feb-2009 17:48
Send private message

I would expect some of the commands like su then [command] to change to sudo [command] (for ones like Ubuntu) etc...

Possibly try doing that for commands, and make sure the permission flags have been correctly set for the files (sudo chmod a+x ip-up.local ip-down.local)

Otherwise maybe you could try the driver listed on the site (build tools required)




Find me on Twitter!

I posted 1, 2 x 10^3 times!



manhinli
2483 posts

Uber Geek
+1 received by user: 4

Trusted

  #194504 6-Feb-2009 18:12
Send private message

(The links below are assuming the T-Stick is the C597... if my eyesight is correct)

I've found a different, more updated page:

http://www.sierrawireless.com/faq/ShowFAQ.aspx?ID=1232

and here are some threads I've found

http://ubuntuforums.org/showthread.php?t=804964
http://forum.eeeuser.com/viewtopic.php?id=27824

The threads are dated when 8.04 was around (what the Mi Edition is based on), so I think it would be pretty useful.




Find me on Twitter!

I posted 1, 2 x 10^3 times!

freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41024

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #194506 6-Feb-2009 18:19
Send private message

Cool.. From your links this one should work. I will try when the battery is recharged.




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


manhinli
2483 posts

Uber Geek
+1 received by user: 4

Trusted

  #194508 6-Feb-2009 18:27
Send private message

Do be aware that there may be problems with recompiling with the other kernel in the instructions (2.6.21 rather than the 2.6.24 in Ubuntu 8.04, not sure what the kernel is in the Mi Edition - check by running uname -r)

It may pay to have follow through the original Sierra instructions in the first link I gave, since they have an updated driver there.




Find me on Twitter!

I posted 1, 2 x 10^3 times!

 
 
 
 

Shop now for Dell laptops and other devices (affiliate link).
LennonNZ
2459 posts

Uber Geek
+1 received by user: 411

ID Verified
Trusted

  #194514 6-Feb-2009 18:44
Send private message


Dialing...
Serial connection established.
using channel 6
using interface ppp0
Connecting ppp0 <--> /dev/ttyUSB0
PAP authentication succeeded
Protocol-Reject for 'Compression Control Protocol' received
Cannot determine ethernet address for proxy ARP
local IP address 166.179.151.199
remote IP address 166.179.144.1
primary DNS address 202.27.158.40
secondary DNS address 202.27.156.72
script /etc/ppp/ip-up started
script /etc/ppp/ip-up finished, status = 0x0

And that's it... No connectivity on other programs...

Any ideas?


It looks like its connected ok

after its is connected can you look at      netstat -rn    (or     ip route  )      to show the routing table

maybe it hasn't got a default route and you may have to add in the options
defaultroute
replacedefaultroute


Thanks


foobar
186 posts

Master Geek


  #194571 7-Feb-2009 08:29
Send private message

LennonNZ:
It looks like its connected ok

after its is connected can you look at      netstat -rn    (or     ip route  )      to show the routing table

maybe it hasn't got a default route and you may have to add in the options
defaultroute
replacedefaultroute



Yes, I would also say that it connected without error message and it looks like it even got itself a nice IP address. Maybe you could post here what the output for the commands 'ifconfig' and (as suggested) 'netstat -rn' is. Furthermore, could you print the contents of /etc/resolv.conf, please?




The blog: foobar on computers, software and the rest of the world: http://www.geekzone.co.nz/foobar

freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41024

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #194572 7-Feb-2009 08:35
Send private message

Ok, will do a bit later when it's charged again - and a couple of things are out of the way...




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41024

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #194596 7-Feb-2009 10:50
Send private message

foobar:
LennonNZ:
It looks like its connected ok

after its is connected can you look at      netstat -rn    (or     ip route  )      to show the routing table

maybe it hasn't got a default route and you may have to add in the options
defaultroute
replacedefaultroute



Yes, I would also say that it connected without error message and it looks like it even got itself a nice IP address. Maybe you could post here what the output for the commands 'ifconfig' and (as suggested) 'netstat -rn' is. Furthermore, could you print the contents of /etc/resolv.conf, please?


netstat -rn:
Destination 166.179.144.1
Gateway 0.0.0.0
Genmask 255.255.255.255
Flags UH
MSS 0
Window 0
irtt 0
iface ppp0

ifconfig:
ppp0
Link encap: Point-to-Point Protocol
inet addr:166.179.169.157 P-t-P:166.179.144.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3

/etc/resolv/conf:
nameserver 202.27.158.40
nameserver 202.27.156.72
### BEGIN INFO
#
# Modified by: NetworkManager
# Process: /usr/bin/NetworkManager
# Process_id: 5107
#
### END INFO






Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41024

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

#194598 7-Feb-2009 10:56
Send private message

Strange thing...

If I open another terminal and ping a host the name resolution works, and the ping results return ok. Thunderbird works fine, but Firefox can't find anything - it says it is offline...




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


 
 
 

Want to support Geekzone and browse the site without the ads? Subscribe to Geekzone now (monthly, annual and lifetime options).
foobar
186 posts

Master Geek


  #194617 7-Feb-2009 12:25
Send private message

freitasm: Strange thing...

If I open another terminal and ping a host the name resolution works, and the ping results return ok. Thunderbird works fine, but Firefox can't find anything - it says it is offline...


Looks like you are almost there. Just out of curiosity: You did uncheck the "Work Offline' item in the 'File' menu of Firefox, right?

I found that Firefox can default to 'offline' if it was started once when there was no network connection and it then remembers that state even after restart.




The blog: foobar on computers, software and the rest of the world: http://www.geekzone.co.nz/foobar

freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41024

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

#194625 7-Feb-2009 12:53
Send private message

Done. I looked at that before but because of the screen colours it wasn't quite visible.

Connected and browsing too.





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


foobar
186 posts

Master Geek


  #194635 7-Feb-2009 13:26
Send private message

freitasm:

Done. I looked at that before but because of the screen colours it wasn't quite visible.

Connected and browsing too.



Good to hear!




The blog: foobar on computers, software and the rest of the world: http://www.geekzone.co.nz/foobar

freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41024

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

#194636 7-Feb-2009 13:27
Send private message

The only thing is that I have to run a terminal session to initiate pppd. It should have a GUI dialer somewhere...

Other than this, it's connected.




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


 1 | 2
View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.