This is how I used to connect to my ISP Starcell. I changed phones from a Nokia to a Sony Ericsson K660i. I am typing this on Ubuntu right now.
First I disable one processor: pfexec psradm -f 1 Then: pfexec ln -s /dev/term/0 /dev/gprs Then I create /etc/ppp/peers/gprs pfexec gedit /etc/ppp/peers/gprs Cut and paste: nodetach gprs 230400 noauth passive defaultroute usepeerdns noccp novj user ?aa? show-password crtscts connect ?/usr/bin/chat -V -t15 -f /etc/ppp/gprs-chat? Save the file. Then: pfexec gedit /etc/ppp/gprs-chat cut and paste: ? ?ATZ? ?OK? ?ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0? ?OK? ?AT+CGDCONT=1,?IP?,?internet?? ?OK? ?ATS7=60? ?OK? ?ATDT*99***1#? CONNECT ?\d\c? Then I try: pfexec pppd call gprs And I get" pppd: /etc/peers/gprs:13: error in the included file Under Linux my wvdial.conf file is: [Dialer Defaults] Modem = /dev/ttyACM0 Baud = 230400 Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 ISDN = 0 Modem Type = Analog Modem Phone = *99***1# Username = "aa" Password = "aa" Stupid Mode = 1 I wish wvdial worked for Solaris. But unfortunately wvstreams doesn't compile. -- This message posted from opensolaris.org