Quote:
Originally Posted by skuddy
i run 2 us cellular stores. and every time we have problems with internet access it is the MSID that gets you online. those are ALWAYS the server settings at USCC. if anyone needs their MSID call 611 and ask for it
|
that is awesome to get this mess sorted out. your info should be on the front page. so basically, as soon as USCC peeps get a new rootfs they need to grab GScript Lite, and make a script like below, run it, and reboot. thanks!!
#!/bin/sh
chmod a+rw /init.etc/ppp/pap-secrets
chmod a+rw /init.etc/ppp/options.smd1
cat > /init.etc/ppp/pap-secrets << EOF
YOUR_MSID_HERE@uscc.net *
YOUR_MSID_HERE
EOF
grep -v user /init.etc/ppp/options.smd1 > /init.etc/ppp/options.smd1
cat >> /init.etc/ppp/options.smd1 << EOF
user
YOUR_MSID_HERE@uscc.net
EOF