BlackBerry: Difference between revisions
No edit summary |
|||
| Line 33: | Line 33: | ||
OK-AT-OK ATDT*99# | OK-AT-OK ATDT*99# | ||
CONNECT \d\c</pre>Place the following file at <tt>/etc/ppp/peers/barry-tmobileus</tt>:<pre>connect "/usr/sbin/chat -f /usr/local/etc/barry-tmobileus.chat" | CONNECT \d\c</pre>Place the following file at <tt>/etc/ppp/peers/barry-tmobileus</tt>:<pre>connect "/usr/sbin/chat -f /usr/local/etc/barry-tmobileus.chat" | ||
noauth | noauth | ||
user "" | user "" | ||
password "" | password "" | ||
defaultroute | defaultroute | ||
usepeerdns | usepeerdns | ||
noipdefault | noipdefault | ||
nodetach | nodetach | ||
| Line 59: | Line 44: | ||
nobsdcomp | nobsdcomp | ||
noaccomp | noaccomp | ||
nocrtscts | nocrtscts | ||
nopcomp | nopcomp | ||
nomagic | nomagic | ||
passive | passive | ||
ipcp-restart 7 | ipcp-restart 7 | ||
ipcp-accept-local | ipcp-accept-local | ||
ipcp-accept-remote | ipcp-accept-remote | ||
lcp-echo-interval 0 | lcp-echo-interval 0 | ||
lcp-echo-failure 999 | lcp-echo-failure 999 | ||
mtu 1492 | mtu 1492 | ||
debug | debug | ||
pty "/usr/sbin/pppob -P yourpassword -p yourpin"</pre>Note that the <tt>pty</tt> argument ought be updated for your device's password and PIN. | |||
pty "/usr/sbin/pppob -P yourpassword -p yourpin" | |||