Page 3 of 3 FirstFirst 123
Results 31 to 43 of 43

Thread: Firmware WL500g-1.9.2.7-3c-CDMA-1.55

  1. #31
    Quote Originally Posted by rexster View Post
    cdma is now widely used worldwide.

    it'll be extremely great if we can plug any cheap gprs/cdma/3g/nokia mobile phone into wl500g usb to have a real mobile hotspot.
    coz, linksys wrt54g3g and its pccard is way too expensive...

    tia
    It's already possible with koppel firmware but the modem must be equiped with pl2303 or ftdi convertor or you need a driver.

  2. #32

    cdma, cnu-550,

    Hi Engy,

    Please read below. I think I found what you need to modify the firmware.

    Engy,

    Here is the letter from the guy who changed the firmware for the similar CDMA mode.
    Please read below. I trunslated it in English.

    If you can change the Flash-file system for the Asus, you should put the following file from the attached archive to the folder
    /usr/local/custom/

    dial
    dialup
    dialup.chat
    update

    The file post-boot should be placed /usr/local/sbin/post-boot
    More details about this issue at
    http://oleg.wl500g.info,
    http://www.wl500g.info/showthread.ph...ighlight=mkswa
    p).

    In the above discribed files you should change the "vendor=0x16D8
    product=0x5533" to the ID of your modem, you can find out about the ID at the Widows Device manager.
    In UI Adam Firmware you should choose 'dialup', this is the one where you can find login/password/dial number.


    Engy here is my Modem ID.
    USB\Vid_16d8&Pid_5543&Rev_0000
    USB\Vid_16d8&Pid_5543
    Engy I am attaching the file on the bottom in russian. Just for your reference. This is the original.

    Если Вы умеете менять flash-файловую систему на раутере, то
    поместите следующие файлы из приаттаченного архива в папку
    /usr/local/custom/

    dial
    dialup
    dialup.chat
    update

    А файл post-boot поместить /usr/local/sbin/post-boot
    (подробнее об этом http://oleg.wl500g.info,
    http://www.wl500g.info/showthread.ph...ighlight=mkswa
    p).

    В вашеперечисленных файлах поменяйте "vendor=0x16D8
    product=0x5533" на ID Вашего модема, узнать ID можно в
    Windows Device Manager.

    В UI прошивки Адама нужно выбрать опцию 'dialup', это та,
    где есть только login/password/dial number.

    Skier.
    Attached Files Attached Files

  3. #33
    This is not a good usage of user dialup files. In attachement is a sample usage of user dialup files with koppel firmware. But this is not a driver for gprs device but only you tell to system to use usbserial module for your usb device with specified vid/pid.
    Attached Files Attached Files

  4. #34

    CNU-550 with ASUS

    Engy,

    Are you saying that this is not a good idea to use user dialup files this way?
    And what every you attaching is the same thing from KOPPEL firmware.
    Engy I will keep looking for Linux driver for my Modem, but I have no luck so far.
    Would you still recommend to use it if I won't be able to find the driver?
    How can I integrate it in WL500gx-1.9.2.7-7f-USB-1.64.trx?
    Thanks in Advance for your advice.

    Skier

  5. #35

    CNU-550 with ASUS

    Engy,

    Here what I found on one russian forum. Will it work as a driver?
    They used it for Linux system, for my particular modem. Works fine.

    1. modprobe cdc_acm
    2. mknod /dev/usb/ttyACM0 c 166 0
    3. Make a script /etc/ppp/peers/cdma-evdo:
    921600
    connect '/usr/sbin/chat -s -v "" "AT&F0E0V1S0=0" OK ATD#777 CONNECT'
    debug
    updetach
    crtscts
    noipdefault
    nodetach
    novj
    lcp-echo-failure 0
    nobsdcomp
    novjccomp
    nopcomp
    noaccomp
    noauth
    user mobile
    modem
    usepeerdns
    defaultroute
    connect-delay 5000

    4. В /etc/ppp/pap-secrets добавить
    mobile * internet

    5. pppd /dev/usb/ttyACM0 call cdma-evdo

    6. Do not forget to copy after the first session resolv.conf из /etc/ppp в /etc
    08.12.2006 01:19 (Msk) Neptune-1

  6. #36
    Quote Originally Posted by skier View Post
    Engy,

    Are you saying that this is not a good idea to use user dialup files this way?
    And what every you attaching is the same thing from KOPPEL firmware.
    Engy I will keep looking for Linux driver for my Modem, but I have no luck so far.
    Would you still recommend to use it if I won't be able to find the driver?
    How can I integrate it in WL500gx-1.9.2.7-7f-USB-1.64.trx?
    Thanks in Advance for your advice.

    Skier
    In USB Connection select "User defined", upload my file and after reboot fill in connection paramaters. Some devices need special USB initializing and finalizing but usbserial driver is not able to do it, so legacy driver is a better solution.

  7. #37

    CNU-550 with ASUS

    Hi Engy,

    Sorry for asking the stupid question. But I am very new in it. What kind of program will you use to create the .gz.tar archives? I opened the archive with
    WinRar and cannot create the right type of installation archive. I changed the VID and PID.

    Skier.

  8. #38

    CNU-550 with ASUS

    Engy,

    Here is the attached archive with changed VID and PID.

    Skier.
    Attached Files Attached Files

  9. #39

    CNU-550 with ASUS

    Engy,

    Finaly I made the file it in a right way. With the help of my LINUX friend. But it doesn't work. I am attaching the log. Can you say what is wrong. I am attaching the modified dialsample.tar.gz for my modem.



    Skier
    Attached Files Attached Files

  10. #40
    Quote Originally Posted by skier View Post
    Engy,

    Finaly I made the file it in a right way. With the help of my LINUX friend. But it doesn't work. I am attaching the log. Can you say what is wrong. I am attaching the modified dialsample.tar.gz for my modem.



    Skier
    You have to look at /tmp/chat.log

  11. #41

    CNU-550 with ASUS

    Hi Engy,

    The new firmware from Adam
    http://koppel.cz/cdmawifi/download/165/
    works with my modem. Thanks a lot for your help.

    Skier.

  12. #42
    Quote Originally Posted by skier View Post
    Hi Engy,

    The new firmware from Adam
    http://koppel.cz/cdmawifi/download/165/
    works with my modem. Thanks a lot for your help.

    Skier.
    Yes. It's my firmware. Is it working natively or with uploaded dial.tar.gz or via gprs and entered vid/pid ?

  13. #43
    Engy thanks a lot. Great work. Now a lot of people can use there modems with ASUS.

    Thanks again.
    Skier

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Replies: 0
    Last Post: 22-08-2005, 12:33
  2. Set up USB CDMA modem
    By bverbrugge in forum WL-500g Q&A
    Replies: 2
    Last Post: 31-05-2005, 11:24
  3. Replies: 5
    Last Post: 11-12-2004, 04:16

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •