I executed the command isusb, but it shows unknown command.
Now I remembered that it should have been Isusb and not isusb, as Linux is case-sensitive.
Will post the output when I boot to Ubuntu next time.
After isusb failed, I tried using wvdialconf (which I found in ScanModem)
It created a file /etc/wvdial.conf
Code:
Contents of /etc/wvdial.conf
----------------------------
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
Phone = *99***1#
ISDN = 0
Password = ''
New PPPD = yes
Username = ''
Modem = /dev/ttyACM0
Baud = 460800
I edited this file manually to change some properties.
I use vodafone and it says the settings as below;
Code:
Access Number *99***1#
User name <blank>
Password <blank>
For blank fields I've set them as '', as leaving it completely blank was giving error.
Is it Correct?
So, after making these changes, and setting phone to USB Modem.
I issued the command wvconf, and it gave the following output.
Code:
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT*99***1#
--> Waiting for carrier.
ATDT*99***1#
CONNECT
--> Carrier detected. Waiting for prompt.
~[7f]}#@!}!}!} }<}!}$}%}"}&} } } } }#}$@#}%}&h}#} } }'}"}(}"}#}<~
--> PPP negotiation detected.
--> Starting pppd at Sat Jul 12 21:12:36 2008
--> Pid of pppd: 10716
--> Using interface ppp0
--> pppd: ??[06][08]@?[06][08]
--> pppd: ??[06][08]@?[06][08]
--> pppd: ??[06][08]@?[06][08]
--> pppd: ??[06][08]@?[06][08]
--> pppd: ??[06][08]@?[06][08]
--> pppd: ??[06][08]@?[06][08]
--> pppd: ??[06][08]@?[06][08]
--> Disconnecting at Sat Jul 12 21:12:59 2008
--> 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 pppd man pages for more information.
--> Auto Reconnect will be attempted in 5 seconds
After this, it was constantly reconnecting, with the same above error, "The PPP daemon has died".
Can somebody help me, what is does this error mean?
And if I'm missing something.