PTCL EVDO USB On Fedora Core 13 (x64)

Share your expert knowledge and show off your skills.
Post Reply
pesheek
Cadet
Posts: 7
Joined: Fri Jun 28, 2002 8:32 am

PTCL EVDO USB On Fedora Core 13 (x64)

Post by pesheek »

I just got an PTCL Evdo device and I setup it on FC-13 x64

First thanks to Adnan for PTCL EVDO on Linux on the following URL :
http://binwaheed.blogspot.com/2010/01/c ... linux.html

Fedora comes with an older version usb mode switch.
http://www.draisberghof.de/usb_modeswitch/
- usb_modeswitch-1.0.5-1.fc12.x86_64

First download the following rpms before switching to fedora linux.
- usb_modeswitch-data-20100707-1.fc13.noarch.rpm
- usb_modeswitch-1.1.3-1.fc13.x86_64.rpm


Now start fedora , uninstall the old version usb_modeswitch then install the new rpms.

--- UnInstall Old usb_modeswitch rpm ---

Code: Select all

[root@mySystem Fedora-13]# rpm -e usb_modeswitch-1.0.5-1.fc12.x86_64

--- Install New/Updated RPM ---

Code: Select all

[root@mySystem Fedora-13]# rpm -i usb_modeswitch-data-20100707-1.fc13.noarch.rpm usb_modeswitch-1.1.3-1.fc13.x86_64.rpm 
warning: usb_modeswitch-data-20100707-1.fc13.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID e8e40fde: NOKEY
--- Plug the evo device in usb ---

Code: Select all

[root@mySystem Fedora-13]# lsusb
Bus 002 Device 010: ID 19d2:fff5 ONDA Communication S.p.A
---- After a few Seconds ------

Code: Select all

[root@mySystem Fedora-13]# lsusb
Bus 002 Device 011: ID 19d2:fff1 ONDA Communication S.p.A.

Code: Select all

[root@mySystem Fedora-13]# modprobe usbserial vendor=0x192d2 product=0xfff1
Kppp Settings

kppp
----
set owner -> root
set UID
---- Now Any User Can Launch kppp ---

kppp settings
Modem
Device TAB
------------
Modem Device ---> /dev/ttyUSB0
Conn Speed ---> 460800
Modem TAB
------------
Uncheck Wait for Dail tone
Busy Wait 0/None
Modem Volume 0/None

Phone No. -> #777
UserID ----> vwireless@ptcl.com
Password --> ptcl

Enjoy :D
Post Reply