Hi,
Has anyone successfully configured their Neotel devices to have a sustainable connection on a non-Windows machine?
I subscribed to the service and were very happy with the customer service but neglected to check the one small detail of OS support. Only having a mac and an OpenSolaris box this presents a bit of an issue.
With a little digging I've pieced together a sufficient ppp config to establish a connection which works great for about a minute but then it dies.
Basically here's where I am at the moment (OpenSolaris):
Using the guide from here (http://opensolaris.org/os/project/wwan/) I've managed to get it recognized as an USB modem.
The contents of my /etc/ppp/peers/evdo script: (evdo the name given to the connection)
And the text from my /etc/ppp/evdo-chat file:
This works, gets a connection established but it dies a silent death after only a minute or so. I assume I'm missing some config option.
Does anyone have this working on a non-Windows machine and able to shed some light on the appropriate configuration options?
Armanddp
Has anyone successfully configured their Neotel devices to have a sustainable connection on a non-Windows machine?
I subscribed to the service and were very happy with the customer service but neglected to check the one small detail of OS support. Only having a mac and an OpenSolaris box this presents a bit of an issue.
With a little digging I've pieced together a sufficient ppp config to establish a connection which works great for about a minute but then it dies.
Basically here's where I am at the moment (OpenSolaris):
Using the guide from here (http://opensolaris.org/os/project/wwan/) I've managed to get it recognized as an USB modem.
The contents of my /etc/ppp/peers/evdo script: (evdo the name given to the connection)
Code:
nodetach
evdo
423000
noauth
debug
defaultroute
#usepeerdns
user "[email protected]"
password "xxxxxxxx"
# added from bb forum
#novj
crtscts
#end add
lock
#local
persist
holdoff 2
#ipcp-accept-local
#ipcp-accept-remote
lcp-echo-failure 4
lcp-echo-interval 65535
connect '/usr/bin/chat -V -t15 -f /etc/ppp/evdo-chat'
And the text from my /etc/ppp/evdo-chat file:
Code:
'' 'ATZ'
'OK' 'ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0'
#'OK' 'ATE0V1&F&D2&C1&C2S0=0'
'OK' 'ATE0V1'
'OK' 'ATS7=60'
'OK' 'ATDT#777'
CONNECT ''
This works, gets a connection established but it dies a silent death after only a minute or so. I assume I'm missing some config option.
Does anyone have this working on a non-Windows machine and able to shed some light on the appropriate configuration options?
Armanddp