how to config new firmware file written by dos?

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default how to config new firmware file written by dos?

    Dear advanced linux users:

    I had a new firmware for my dsl modem -actiontec r1524 assigned by
    qwest.net in .zip file which I unzip it to contain
    ---------------------------------------
    ls
    product.ini R1520SU.bin R1520SU.bmp R1524SU-1.bin R1524SU-1.bmp
    R1524SU.bin R1524SU.bmp recover.exe recover.ini ver.txt
    [root@localhost recover]# cat ver.txt
    1.60.10.0.69-R1520SU
    1.60.10.0.69-R1524SU-1
    1.60.10.0.69-R1524SU
    --------------------------------------------------------
    does anyone know how to configure or run it under linux?

    highly appreciate your help

    /* the old firmware is 1.60.10.0.50 of that dsl modem, if anyone know
    how to broadcast web just on that old firmware, mind you share your
    experience ? I type my static ip, it did not show my apache testpage
    but reponse timeout.
    [email]fsshl@yahoo.com[/email] */
    Eric Lin Guest

  2. Similar Questions and Discussions

    1. config file
      Hi, I have a project that I need to write and in the past I would hard code a lot of information in pages that I should have put into a config...
    2. Error loading XML file c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config
      I had many ASP.NET web applications that I created before I had to rebuild my machine. After a fresh install of XP Pro, VS.NET 2003, etc, I now...
    3. config file: a) what Module ? b) conditionals in config (for multiple hosts)
      Hi, a) I am looking for a module to handle config files. There are a number of these modules, like AppCconig. Any consensus about The Right...
    4. [PHP] config file
      Payne said the following on 9/19/2003 11:23 AM>> take a look at parse_ini() function
    5. Reading from a file that is currently being written to
      Hello, I'm using the fileio xtra to do my file i/o but I've run into an obstacle: I have an external program that is writing things to a log...
  3. #2

    Default Re: how to config new firmware file written by dos?

    On 3 Sep 2003 11:08:49 -0700, Eric Lin wrote:
    > I had a new firmware for my dsl modem -actiontec r1524 assigned by
    > qwest.net in .zip file which I unzip it to contain
    > [some MS software]
    > does anyone know how to configure or run it under linux?
    There's no way to be sure from your listing if the ZIP file contains DOS or
    Windows software.

    When I wanted to update my motherboard's BIOS, I went to
    [url]http://www.bootdisk.com/[/url] and downloaded something that let me create a
    bootable DOS disk. They have a link to "Premade LINUX Bootdisks..." if
    that's what you need.

    If it's a Windows application, perhaps WINE will run it.
    Jules Dubois Guest

  4. #3

    Default Re: how to config new firmware file written by dos?

    Jules Dubois wrote:
    > On 3 Sep 2003 11:08:49 -0700, Eric Lin wrote:
    >>
    >> I had a new firmware for my dsl modem -actiontec r1524 assigned by
    >>qwest.net in .zip file which I unzip it to contain
    >>[some MS software]
    >>does anyone know how to configure or run it under linux?
    >
    > There's no way to be sure from your listing if the ZIP file contains DOS or
    > Windows software.
    Since it contains the file R1524SU-1.bmp, a graphics file, I would guess
    it's Windows software.

    > When I wanted to update my motherboard's BIOS, I went to
    > [url]http://www.bootdisk.com/[/url] and downloaded something that let me create a
    > bootable DOS disk. They have a link to "Premade LINUX Bootdisks..." if
    > that's what you need.
    Good idea. I had the same problem updating the BIOS of my motherboard.
    Had our next door neighbor make a Win98 boot disk.

    > If it's a Windows application, perhaps WINE will run it.
    Another good idea.


    Craig

    Craig McCluskey Guest

  5. #4

    Default Re: how to config new firmware file written by dos?

    so I tried wine,
    ---------------
    [root@localhost recover]# wine upgrade.exe
    Could not stat /mnt/floppy (No such file or directory), ignoring drive
    A:
    err:module:import_dll Module (file) MFC42.DLL (which is needed by
    F:\tftp_win\release\recover\upgrade.exe) not found
    ----------------------------------------------------------
    that is actiontec dsl model r1524's upgrade file download from
    [url]www.qwest.com/dsl/customerservice/Actiontec1524.html[/url]
    if you are interest about it, you may download it there or ask
    actiontec or qwest.net give out win/dos source code or
    hardware/software specification which we can depend to write linux
    driver by ourselves.

    hope some winehq programers or user give more advice, thanks in
    advance, sincere eric
    Eric Lin Guest

  6. #5

    Default Re: how to config new firmware file written by dos?

    On 7 Sep 2003 16:00:45 -0700, in article
    <98dfe2c.0309071500.bbf85d2@posting.google.com>, Eric Lin wrote:
    > so I tried wine,
    > ---------------
    > [root@localhost recover]# wine upgrade.exe
    > Could not stat /mnt/floppy (No such file or directory), ignoring drive
    > A:
    I think you have to mount the floppy disk manually, before the Wine
    application tries to use it, or maybe the automounter, which I don't use,
    will do it. Before its mounted, you have to create the mount point and
    make sure the Wine configuration file maps A: to the mount point.
    > err:module:import_dll Module (file) MFC42.DLL (which is needed by
    > F:\tftp_win\release\recover\upgrade.exe) not found
    Obviously, the request for MFC42.DLL means the executable file is a Windows
    application. I don't know where you can get the file; I copied mine from
    Windows 2000.

    --
    "[O]bviously Linux owes its heritage to Unix, but not its code.
    We would not, nor will not, make such a claim."
    -- Darl McBride. CEO, The SCO Group. August 2002.
    Jules Dubois Guest

  7. #6

    Default Re: how to config new firmware file written by dos?

    Jules Dubois <bogus@invalid.tld> wrote in message news:<1w8r49cvfut05.16x8mjyek9ios.dlg@40tude.net>. ..
    > On 7 Sep 2003 16:00:45 -0700, in article
    > <98dfe2c.0309071500.bbf85d2@posting.google.com>, Eric Lin wrote:
    >
    > > so I tried wine,
    > > ---------------
    > > [root@localhost recover]# wine upgrade.exe
    > > Could not stat /mnt/floppy (No such file or directory), ignoring drive
    > > A:
    >
    > I think you have to mount the floppy disk manually, before the Wine
    > application tries to use it, or maybe the automounter, which I don't use,
    > will do it. Before its mounted, you have to create the mount point and
    > make sure the Wine configuration file maps A: to the mount point.
    >
    > > err:module:import_dll Module (file) MFC42.DLL (which is needed by
    > > F:\tftp_win\release\recover\upgrade.exe) not found
    >
    > Obviously, the request for MFC42.DLL means the executable file is a Windows
    > application. I don't know where you can get the file; I copied mine from
    > Windows 2000.
    ---------------------------
    Dear Jules:

    Thanks your reply and worthful information. So would you email me
    [email]ericlin@qwest.net[/email] that MFC42.DLL.

    Highly appreciate your help, and thanks in advance.

    sincere Eric
    Eric Lin Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139