Hi All, 
Please find the help guide of   Reliance Data Card on Centos 6‏
http://www.linuxquestions.org/questions/linux-newbie-8/zte-ac2627-usb-modem-not-working-in-fedora-9-a-795499/
yum install tcl

yum install usb_modeswitch ( Enable rpmforge repo)
# cat /etc/wvdial.conf


[Dialer Defaults]

    Modem=/dev/ttyUSB0
    Baud=115200
    Dial Command = ATDT
    Baud=115200
    Dial Command = ATDT
    init1=ATZ
    init2=AT+CRM=1
    Flow Control= Hardware (CRTSCTS)
    Username = 9310093082
    Password = 9310093082
    Phone = #777
    Stupid Mode = 1

#lsusb
output is 
Bus 004 Device 006: ID 19d2:fff5 ONDA Communication S.p.A.

#cat /etc/usb_modeswitch.conf
DefaultVendor=  0x19d2
DefaultProduct= 0xfff5

TargetVendor=   0x19d2
TargetProduct=  0xfff1

MessageEndpoint=0x0a
MessageContent="5553424312345678c00000008000069f030000000000000000000000000000"


#usb_modeswitch -c /etc/usb_modeswitch.conf

#lsusb
output should be 
Bus 004 Device 006: ID 19d2:fff1 ONDA Communication S.p.A.

# check modem is found or not

# ls /dev/ttyU*

if output is positive then run the below command

#wvdial

Thanks With Regards

 

Dhyanendra 
9717985652


 
                                          
_______________________________________________
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to