Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
Eric Lin #1
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
-
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... -
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... -
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... -
[PHP] config file
Payne said the following on 9/19/2003 11:23 AM>> take a look at parse_ini() function -
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... -
Jules Dubois #2
Re: how to config new firmware file written by dos?
On 3 Sep 2003 11:08:49 -0700, Eric Lin wrote:
There's no way to be sure from your listing if the ZIP file contains DOS or> 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?
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
-
Craig McCluskey #3
Re: how to config new firmware file written by dos?
Jules Dubois wrote:
Since it contains the file R1524SU-1.bmp, a graphics file, I would guess> 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.
it's Windows software.
Good idea. I had the same problem updating the BIOS of my motherboard.> 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.
Had our next door neighbor make a Win98 boot disk.
Another good idea.> If it's a Windows application, perhaps WINE will run it.
Craig
Craig McCluskey Guest
-
Eric Lin #4
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
-
Jules Dubois #5
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:
I think you have to mount the floppy disk manually, before the Wine> so I tried wine,
> ---------------
> [root@localhost recover]# wine upgrade.exe
> Could not stat /mnt/floppy (No such file or directory), ignoring drive
> A:
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.
Obviously, the request for MFC42.DLL means the executable file is a Windows> err:module:import_dll Module (file) MFC42.DLL (which is needed by
> F:\tftp_win\release\recover\upgrade.exe) not found
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
-
Eric Lin #6
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



Reply With Quote

