View Single Post
Posts: 452 | Thanked: 522 times | Joined on Nov 2007
#55
Here are my setting that work with US Cellular (or USCC) are:

/etc/ppp/peers/gprs
Code:
/dev/rfcomm2
connect "/usr/sbin/chat -s -v -f /etc/ppp/chat/gprs.chat"
nocrtscts
defaultroute
usepeerdns
noauth
user xxxyyyzzzz@uscc.net
password xxxyyyzzzz
115200
Where xxxyyyzzzz is the phone number of the phone without the (1) prefix

/etc/ppp/chat/gprs.chat
Code:
ABORT   'BUSY'
ABORT   'NO CARRIER'
ABORT   'ERROR'
''      ATZ
OK ATDT#777
CONNECT
~p
[b]/etc/bluetooth/rfcomm.conf[b]
Code:
rfcomm2 {
        bind no;
        device vv:xx:yy:zz:aa:bb;
        channel 8;
        # using "sdptool browse vv:xx:yy:zz:aa:bb" tells the channel
}
Those changes allows my old LG ux245 phone to work properly as my DUN device on US Cellulars network.

Please note; the channel appears to be different per phone. The rest of the settings should work the same on your phone.

Thank you Matan for all your hard work; I was able to use what you have done to get myself connected with some additional googling on USCC & LG specific stuff.

Nathan