Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.comp.hardware
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-04-2006, 04:13 PM
Jethro
Guest
 
Posts: n/a
Default Need ECS K7S5A Motherboard Manual.

If anyone happens to have a copy, could you post it here or somewhere?
I can't find one anywhere.

Thanks

Jethro

Reply With Quote
  #2 (permalink)  
Old 09-04-2006, 06:07 PM
Paul
Guest
 
Posts: n/a
Default Re: Need ECS K7S5A Motherboard Manual.

In article <rhgof2d369ej2adhqs2a498gosdeph08ki@4ax.com>, Jethro
<Wilson@somewhere.org> wrote:

> 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/Downloa...uID=35&LanID=0

Paul

Reply With Quote
  #3 (permalink)  
Old 09-04-2006, 07:33 PM
Jethro
Guest
 
Posts: n/a
Default Re: Re: Need ECS K7S5A Motherboard Manual.

On Mon, 04 Sep 2006 17:07:39 GMT, nospam@needed.com (Paul) wrote:

>In article <rhgof2d369ej2adhqs2a498gosdeph08ki@4ax.com>, Jethro
><Wilson@somewhere.org> wrote:
>
>> 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/Downloa...uID=35&LanID=0
>
> Paul



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/e...5apro50eng.zip

http://64.124.27.138/ecs/manual/mb/e...k7s5a10eng.zip

http://64.124.27.138/ecs/manual/mb/e...k7s5a31eng.zip

http://64.124.27.138/ecs/manual/mb/e...7s5ap10eng.zip

http://64.124.27.138/ecs/manual/mb/e...7s5a210eng.zip

http://www.ecs.com.tw/dlfile/manual/...7s5a210eng.zip

http://211.99.203.130/ecs/manual/mb/...7s5a210eng.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

Reply With Quote
  #4 (permalink)  
Old 09-05-2006, 01:42 AM
Paul
Guest
 
Posts: n/a
Default Re: Need ECS K7S5A Motherboard Manual.

In article <djrof2lvocpqi3kmn2luc2thbqb8773i4o@4ax.com>, Jethro
<Wilson@somewhere.org> wrote:

> On Mon, 04 Sep 2006 17:07:39 GMT, nospam@needed.com (Paul) wrote:
>
> >In article <rhgof2d369ej2adhqs2a498gosdeph08ki@4ax.com>, Jethro
> ><Wilson@somewhere.org> wrote:
> >
> >> 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/Downloa...uID=35&LanID=0
> >
> > Paul

>
>
> 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/e...5apro50eng.zip
>
> http://64.124.27.138/ecs/manual/mb/e...k7s5a10eng.zip
>
> http://64.124.27.138/ecs/manual/mb/e...k7s5a31eng.zip
>
> http://64.124.27.138/ecs/manual/mb/e...7s5ap10eng.zip
>
> http://64.124.27.138/ecs/manual/mb/e...7s5a210eng.zip
>
> http://www.ecs.com.tw/dlfile/manual/...7s5a210eng.zip
>
> http://211.99.203.130/ecs/manual/mb/...7s5a210eng.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 "willy@bellsouth.net". 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 ? willy@bellsouth.net
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

Reply With Quote
  #5 (permalink)  
Old 09-05-2006, 11:02 AM
Jethro
Guest
 
Posts: n/a
Default Re: Re: Need ECS K7S5A Motherboard Manual.

On Tue, 05 Sep 2006 00:42:41 GMT, nospam@needed.com (Paul) wrote:

>In article <djrof2lvocpqi3kmn2luc2thbqb8773i4o@4ax.com>, Jethro
><Wilson@somewhere.org> wrote:
>
>> On Mon, 04 Sep 2006 17:07:39 GMT, nospam@needed.com (Paul) wrote:
>>
>> >In article <rhgof2d369ej2adhqs2a498gosdeph08ki@4ax.com>, Jethro
>> ><Wilson@somewhere.org> wrote:
>> >
>> >> 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/Downloa...uID=35&LanID=0
>> >
>> > Paul

>>
>>
>> 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/e...5apro50eng.zip
>>
>> http://64.124.27.138/ecs/manual/mb/e...k7s5a10eng.zip
>>
>> http://64.124.27.138/ecs/manual/mb/e...k7s5a31eng.zip
>>
>> http://64.124.27.138/ecs/manual/mb/e...7s5ap10eng.zip
>>
>> http://64.124.27.138/ecs/manual/mb/e...7s5a210eng.zip
>>
>> http://www.ecs.com.tw/dlfile/manual/...7s5a210eng.zip
>>
>> http://211.99.203.130/ecs/manual/mb/...7s5a210eng.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 "willy@bellsouth.net". 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 ? willy@bellsouth.net
>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


Thanks

Go figure! This AM, all seven pdf's downloaded from the URLs just
fine. My machine must not work on holidays or on Mondays. Makes one
wonder.

I downloaded all seven, because right now I do not know which MOBO
type I have. Without a CPU, I can't fire it up to look at the BIOS.
My manual says it is 'Award 2MB Flash ROM'. I do not see a BIOS
'version'. If the BIOS version is indicated on the MOBO itself, I
sure don't see it. I guess I could send the MOBO's S/N (if I could
find it!) to tech support, which I guess might be at
http://www.machspeed.com/
support@machspeed.com

On the MOBO I see:
K8M8MSR2-VC
66137T021317 <<=== would this be the S/N do you think?
MID 003018A2B5C1

Jethro

Reply With Quote
  #6 (permalink)  
Old 09-05-2006, 01:06 PM
Jethro
Guest
 
Posts: n/a
Default Re: Re: Need ECS K7S5A Motherboard Manual.

On Tue, 05 Sep 2006 00:42:41 GMT, nospam@needed.com (Paul) wrote:

>In article <djrof2lvocpqi3kmn2luc2thbqb8773i4o@4ax.com>, Jethro
><Wilson@somewhere.org> wrote:
>
>> On Mon, 04 Sep 2006 17:07:39 GMT, nospam@needed.com (Paul) wrote:
>>
>> >In article <rhgof2d369ej2adhqs2a498gosdeph08ki@4ax.com>, Jethro
>> ><Wilson@somewhere.org> wrote:
>> >
>> >> 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/Downloa...uID=35&LanID=0
>> >
>> > Paul

>>
>>
>> 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/e...5apro50eng.zip
>>
>> http://64.124.27.138/ecs/manual/mb/e...k7s5a10eng.zip
>>
>> http://64.124.27.138/ecs/manual/mb/e...k7s5a31eng.zip
>>
>> http://64.124.27.138/ecs/manual/mb/e...7s5ap10eng.zip
>>
>> http://64.124.27.138/ecs/manual/mb/e...7s5a210eng.zip
>>
>> http://www.ecs.com.tw/dlfile/manual/...7s5a210eng.zip
>>
>> http://211.99.203.130/ecs/manual/mb/...7s5a210eng.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) ?


YES (Firefox). I tried one download and it worked too.

>
>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 "willy@bellsouth.net". 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 ? willy@bellsouth.net
>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



Thanks Paul

It looks like I can't function in the early AM either! I got 2 mobo
problems mixed up (Sharon is my better (?) half). Please IGNORE my
prior post containing misinformation involving Sharon's K8M8MS mobo.

This much is still true! This AM, all seven K7S5A mobo pdf's did
download from the above URLs just fine. My machine must not work on
holidays or on Mondays.

I had just bought a ECS K7S5A mobo on EBay (#300022018781), but have
not received it yet. I learned after I bought it that it apparently
does not include a manual. This is why I am downloading manuals - in
the hope that one will match the mobo I bought.

Please forgive my stupidity.

Jethro

Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Motherboard Manual - KOB 693 DCS Shubhrajyoti alt.comp.hardware 3 04-05-2007 09:18 PM
Motherboard bugs Catani alt.comp.hardware 1 02-19-2007 11:21 PM
Athlon XP 2400+ into a ECS K7S5A motherboard? patrickantoun@gmail.com alt.comp.hardware 5 08-08-2006 08:26 AM
New motherboard won't boot Tom Hill alt.comp.hardware 3 10-16-2005 03:31 AM
Motherboard won't boot Tom Hill alt.comp.hardware 3 09-26-2005 12:11 AM


All times are GMT. The time now is 02:48 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

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