hi, I have successfully installed and configured a driver for my Conexant modem, but some error occurred while using the "wvdial" command... here's what I get: XXX@XXX-laptop:~$ sudo wvdial--> WvDial: Internet dialer version 1.56--> Initializing modem.--> Sending: ATZATZOK--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0OK--> Modem initialized.--> Sending: ATDT195--> Waiting for carrier.ATDT195CONNECT 460800--> Carrier detected. Waiting for prompt.** Ascend TNT Terminal Server **ascend%--> Hmm... a prompt. Sending "ppp".ppp PPP: Not enabledascend%--> Hmm... a prompt. Sending "ppp".ppp PPP: Not enabledascend%--> Hmm... a prompt. Sending "ppp".ppp PPP: Not enabledascend%--> Hmm... a prompt. Sending "ppp".ppp PPP: Not enabledascend%--> Hmm... a prompt. Sending "ppp".--> Don't know what to do! Starting pppd and hoping for the best.--> Starting pppd at Tue Oct 2 12:59:50 2007--> Pid of pppd: 5809--> Using interface ppp0--> pppd: �[06][06][08]P[11][06][08]--> pppd: �[06][06][08]P[11][06][08]--> pppd: �[06][06][08]P[11][06][08]--> pppd: �[06][06][08]P[11][06][08]--> pppd: �[06][06][08]P[11][06][08]--> pppd: �[06][06][08]P[11][06][08]--> pppd: �[06][06][08]P[11][06][08]--> Disconnecting at Tue Oct 2 13:00:21 2007--> The PPP daemon has died: A modem hung up the phone (exit code = 16)--> man pppd explains pppd error codes in more detail.--> Try again and look into /var/log/messages and the wvdial and pppdman pages for more information.--> Auto Reconnect will be attempted in 5 seconds and here is the /etc/wvdial.conf: Code: [Dialer Defaults]Init1 = ATZInit2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0Modem Type = Analog ModemISDN = 0New PPPD = yesPhone = 195Modem = /dev/modemUsername = XXXCarrier Check = noPassword = XXXBaud = 460800 I have no clue what's wrong...so, any help will be appreciated!