PDA

View Full Version : USB CDMA connection problem


amitprabhakar
2007-11-23, 09:43 AM CST
I am using F8. My configuration - Intel 865GVF motherborad, Intel 2.8 GHz Dual Core processor, 512+256 MB RAM .....

I took one CDMA (from BSNL, India) connection which works by connecting a cable from my CDMA phone to my USB drive. The Huewei wireless modem driver works well in Windows after installing drivers for the USB drive; which has been provided by the CD given with the connection.
But in F8, at the time of starting only, it gives an error of this kind :
usb 2-2: couldn't configure: error-32
after it starts and I configure my /etc/wvdial.conf as this

[Modem0]
Modem=/dev/ttyUSB0
Baud=115200
SetVolume=0
Dial Command = ATDT
init1=ATZ
init2=AT+CRM=1
FlowControl= Hardware (CRTSCTS)
[Dialer bsnl]
Username= internet
Password= *******
Phone=#777
Stupid Mode= 1
Inherits = Modem0

the command wvdial bsnl
It gives an error like this:
/dev/ttyUSB0: no such file or directory.

At the time of the installation this USB was already connected but still there are no output of the following command on my system:

ls -l /dev/ttyU*

I have also tried to replace the line
Modem=/dev/ttyUSB0
by lines like:
Modem=/dev/ttyS0
or,
Modem=/dev/ttyS1
etc... but the outcome is futile.

I've also tried the kppd but to no avail.

In windows, in device manager it can be observed that the port to which this USB is connected is COM3. What is that supposed to mean. Am I supposed to change some of the parameters of the wvdial.conf file?