Using Verizon EVDO PC5740 card

Aniruddha Bohra bohra at nec-labs.com
Tue Oct 18 09:44:33 PDT 2005


Hello,
    I just got a Verizon PC5740 3G PC Card.
To make it work on FreeBSD, I used the following patch :

--- /sys/dev/usb/umodem.c       Wed May 18 12:22:45 2005
+++ umodem.c    Tue Oct 18 12:47:42 2005
@@ -125,6 +125,7 @@
 } umodem_products[] = {
        /* Kyocera AH-K3001V*/
        { USB_VENDOR_KYOCERA, USB_PRODUCT_KYOCERA_AHK3001V, 0 },
+       { 0x106c, 0x3701, 0 },
        { 0, 0, 0 },
 };


With this patch I can use pppd to connect to the verizon network 
successfully.

Hope this helps.

Thanks
Aniruddha





More information about the freebsd-usb mailing list