J
Jethro
If anyone happens to have a copy, could you post it here or somewhere?
I can't find one anywhere.
Thanks
Jethro
I can't find one anywhere.
Thanks
Jethro
Jethro said:If anyone happens to have a copy, could you post it here or somewhere?
I can't find one anywhere.
Thanks
Jethro
There are different versions of boards like that, so to get the
exact manual, have a look here:
http://www.ecs.com.tw/ECSWeb/Downloads/Category_Download.aspx?Categoryid=1&MenuID=35&LanID=0
Paul
Jethro said:Yeh Paul - I had already visited that site. I cannot connect for some
reason. I tried for manuals at:
http://64.124.27.138/ecs/manual/mb/eng/k7/k7s5apro50eng.zip
http://64.124.27.138/ecs/manual/mb/eng/k7/k7s5a10eng.zip
http://64.124.27.138/ecs/manual/mb/eng/k7/k7s5a31eng.zip
http://64.124.27.138/ecs/manual/mb/eng/k7/k7s5ap10eng.zip
http://64.124.27.138/ecs/manual/mb/eng/k7/k7s5a210eng.zip
http://www.ecs.com.tw/dlfile/manual/mb/eng/k7/k7s5a210eng.zip
http://211.99.203.130/ecs/manual/mb/eng/k7/k7s5a210eng.zip
They all fail identically. I can't connect to any.
I had tried Internet Explorer, Firefox, and Netscape.
Note I couldn't download drivers either. For example at:
http://64.124.27.138/ecs/driver/mb/vga/sis/Agp_121.zip
This is why I posted my request.
Thanks
Jethro
I just tested your first link (k7s5apro50eng.zip) in three
browsers and they all worked.
Have you tried FTP ? For example, if I look at:
ftp://64.124.27.138/ecs/manual/mb/eng/k7/
I can see a list of all the files and many more.
What response do you get while trying FTP ?
Does a list of files show up using that URL
in one of your browsers (like Firefox) ?
You can also open up a command prompt (DOS window)
and type:
ftp 64.124.27.138
and reach the FTP site that way. You log in with
a user ID of "anonymous" (which is how web browsers
do it), and use a password that looks like an email
address "(e-mail address removed)". That should log
you in. The "cd" command can be used
to cd down the directory path, one level at
a time. The "ls" command will list the files.
This is what a session would look like:
ftp 64.124.27.138
userid ? anonymous
password ? (e-mail address removed)
cd ecs
cd manual
cd mb
cd eng
cd k7
ls (this should list the files in the k7 directory)
binary (binary mode to transparently get the files)
get k7s5apro50eng.zip
get ... (get whatever else you need)
quit (shut down connection when you are finished)
HTH,
Paul
I just tested your first link (k7s5apro50eng.zip) in three
browsers and they all worked.
Have you tried FTP ? For example, if I look at:
ftp://64.124.27.138/ecs/manual/mb/eng/k7/
I can see a list of all the files and many more.
What response do you get while trying FTP ?
Does a list of files show up using that URL
in one of your browsers (like Firefox) ?
You can also open up a command prompt (DOS window)
and type:
ftp 64.124.27.138
and reach the FTP site that way. You log in with
a user ID of "anonymous" (which is how web browsers
do it), and use a password that looks like an email
address "(e-mail address removed)". That should log
you in. The "cd" command can be used
to cd down the directory path, one level at
a time. The "ls" command will list the files.
This is what a session would look like:
ftp 64.124.27.138
userid ? anonymous
password ? (e-mail address removed)
cd ecs
cd manual
cd mb
cd eng
cd k7
ls (this should list the files in the k7 directory)
binary (binary mode to transparently get the files)
get k7s5apro50eng.zip
get ... (get whatever else you need)
quit (shut down connection when you are finished)
HTH,
Paul