Just wanted to report a usage of a cellphone to get an the Internet The phone is a SAMSUNG SGH-T509 and cellphone service is through T-mobile The Internet service is only for prepaid (not postpaid) contracts. The cellphone is connected through a USB cable/dongle from MYBAT, the SAM-T809. I haven't yet worked out the details of usging the BlueTooth capability of transferring files from the cellphone to PCs, Details are below. MarvS --------------------- My test wvusb config file is: [Dialer Defaults] # are my comments # Modem Identifier: ATI -- SAMSUNG SGH-T509 Init1 = AT+CGDCONT=1,"IP",wap.voicestream.com Modem Type = USB Modem Phone = *99***1# # the open source USB driver is: cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters Modem = /dev/ttyACM0 Baud = 460800 ISDN = 0 Username = <Your Login Name> Password = <Your Password> # above two lines have to be there, though actually login and password are not needed for T-Mobile # end wvusb # sudo wvdial --config wvusb --> WvDial: Internet dialer version 1.60 --> Cannot get information for serial port. --> Initializing modem. --> Sending: AT+CGDCONT=1,"IP",wap.voicestream.com NO CARRIER AT+CGDCONT=1,"IP",wap.voicestream.com OK --> Modem initialized. --> Sending: ATDT*99***1# --> Waiting for carrier. ATDT*99***1# CONNECT --> Carrier detected. Waiting for prompt. --> Don't know what to do! Starting pppd and hoping for the best. --> Starting pppd at Sat Mar 14 21:59:08 2009 --> Pid of pppd: 5130 --> Using interface ppp0 The kernel messages during this process are: Mar 14 21:59:08 marvlap pppd[5130]: pppd 2.4.4 started by root, uid 0 Mar 14 21:59:08 marvlap pppd[5130]: Using interface ppp0 Mar 14 21:59:08 marvlap pppd[5130]: Connect: ppp0 <--> /dev/ttyACM0 Mar 14 21:59:08 marvlap pppd[5130]: Warning - secret file /etc/ppp/pap-secrets has world and/or group access Mar 14 21:59:08 marvlap pppd[5130]: Warning - secret file /etc/ppp/pap-secrets has world and/or group access Mar 14 21:59:08 marvlap pppd[5130]: Remote message: Login OK Mar 14 21:59:08 marvlap pppd[5130]: PAP authentication succeeded Mar 14 21:59:08 marvlap kernel: [ 453.883552] PPP BSD Compression module registered Mar 14 21:59:08 marvlap kernel: [ 454.017893] PPP Deflate Compression module registered --> local IP address 25.240.119.95 --> remote IP address 192.200.1.21 --> primary DNS address 66.94.25.120 --> secondary DNS address 66.94.9.120 Mar 14 21:59:12 marvlap pppd[5130]: local IP address 25.240.119.95 Mar 14 21:59:12 marvlap pppd[5130]: remote IP address 192.200.1.21 Mar 14 21:59:12 marvlap pppd[5130]: primary DNS address 66.94.25.120 Mar 14 21:59:12 marvlap pppd[5130]: secondary DNS address 66.94.9.120 The report below is from $ ifconfig ppp0 Link encap:Point-to-Point Protocol inet addr:25.240.119.95 P-t-P:192.200.1.21 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:218 errors:0 dropped:0 overruns:0 frame:0 TX packets:240 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:207932 (203.0 KB) TX bytes:58422 (57.0 KB)